Hi guys.
I also want to enable sound functionality. So I followed the instructions in [
http://plugcomputer.org/plugwiki/index.php/USB_Audio ] by adding the lines into the guruplug_defconfig and build the kernel again. Unfortunately it seems, that the sound modules are neither built nor loaded.
$ sudo modprobe -l | grep snd # returns no result
#---------------------------------------------------------------------------
$ lsmod
Module Size Used by
ipv6 232630 16
libertas_sdio 6744 0
libertas 80674 1 libertas_sdio
btmrvl_sdio 7712 0
btmrvl 10683 1 btmrvl_sdio
bluetooth 48589 2 btmrvl_sdio,btmrvl
uap8xxx 42344 0
mv_cesa 4552 0
#---------------------------------------------------------------------------
$ sudo alsaconf # leads to a 'No supported PnP or PCI card found.' dialog box
#---------------------------------------------------------------------------
# but the listing in 'aplay' makes me wondering:
$ sudo aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: default [C-Media USB Headphone Set ], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
#---------------------------------------------------------------------------
$ dmesg | grep snd
usbcore: registered new interface driver snd-usb-audio
usbcore: registered new interface driver snd-usb-caiaq
#---------------------------------------------------------------------------
$ dmesg | grep C-Media
input: C-Media USB Headphone Set as /devices/platform/orion-ehci.0/usb1/1-1/1-1.3/1-1.3:1.3/input/input0
generic-usb 0003:0D8C:000C.0001: input: USB HID v1.00 Device [C-Media USB Headphone Set ] on usb-orion-ehci.0-1.3/input3
#---------------------------------------------------------------------------
# also the restart of 'alsa' seems to be successful
$ sudo /etc/init.d/alsa-utils restart
Shutting down ALSA...done.
Setting up ALSA...done.
Sorry, I do not have that much experience configuring alsa, since my main machine uses the OSS layer and my netbook worked out of the box using alsa. What did I overlook?
Thanks in advance,
ryazor
Edit: I don't know why, but now ALSA seems to work. Thanks!