On Sun, Jan 01, 2006 at 08:37:55PM +0100, Christoph Eckert wrote:
hiddev96: USB HID v1.00 Device
the device registers as HID device on the bus to prvent windows to load
the USB audio driver.
On Linux, simply do a
modprobe snd_usb_audio
and check
cat /proc/asound/cards
and I bet you're in business.
Thanks! However, it does not seem to help:
~# modprobe -v snd_usb_audio
install modprobe --ignore-install snd-usb-audio && /lib/alsa/modprobe-post-install
snd-usb-audio
insmod /lib/modules/2.6.8/kernel/sound/usb/snd-usb-audio.ko index=1 vid=0x0a92 pid=0x0091
~# cat /proc/asound/cards
0 [I82801DBICH4 ]: ICH - Intel 82801DB-ICH4
Intel 82801DB-ICH4 at 0xa0100000, irq 11
~#
Before that I removed the hotplug configured module from kernel.
-Harri