-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I'm trying to get this to work with an ARM device. I using the latest build from 2013-01-10.
http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray
It's an ARMv5te. I am running Debian and I had no problems building and install the driver. But I can't get it to play. Seems to be some kind of ALSA problem. This kernel does not support the ALSA mmap interface so maybe thats the problem. These are some of the commands I used and they seem to work see below.
root@squeezeplug:~# depmod -a
root@squeezeplug:~# modprobe -l
.
.
kernel/sound/usb/snd-usb-asyncaudio.ko
root@squeezeplug:~# dmesg
.
.
usb 1-1.2: new high speed USB device using orion-ehci and address 4
usb 1-1.2: config 0 descriptor??
Probe m2-tech driver.
usbcore: registered new interface driver snd-usb-hiface
root@squeezeplug:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: hiFace [hiFace], device 0: hiFace [AsyncAudio USB]
Subdevices: 1/1
Subdevice #0: subdevice #0
But aplay -L does not return any devices
root@squeezeplug:~# aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
What else can I try?