Simon Blandford wrote: > I have an M-Audio Audiophile card that works fine on this Mandrake 9.1 > installation but I can't get the USB mic on the Logitech Quickcam 4000 > to work. > > My current modules.conf audio settings are... > ... > #For Logitech QuickCam 4000 Pro > alias char-major-81 videodev > alias char-major-81-0 pwc > options pwc size=vga leds=250,250 fps=25 mbufs=3 compression=0 > #Extended proprietry driver stuff > post-install pwc /sbin/insmod --force -k > /lib/modules/2.4.21-0.16mm-mdk/kernel/drivers/usb/pwcx.o.gz >/dev/null \ > 2>&1 || : > # Enable the usb microphone in the webcam > alias sound-slot-1 audio > alias sound-service-1-0 audio
"audio" is the kernel's OSS driver. You really shouldn't load OSS and ALSA drivers (such as snd-ice1712) at the same time. > I've tried changing the USB mic settings to... > alias sound-slot-1 snd-audio > alias sound-service-1-0 snd-audio ALSA's USB driver is names snd-usb-audio ... > ...and I've also tried snd-usb-audio too, only that results in a > complete system freeze when Alsa starts. Nasty. snd-usb-audio should work. Probably you have an old ALSA version (see /proc/asound/version), but I guess there's a conflict when snd-usb-audio and the proprietary driver both try to access the device at the same time. Please try loading snd-usb-audio without the pwc/pwcx modules. HTH Clemens ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user