Hi, On Thu, Aug 14, 2008 at 7:35 PM, Michael Murphy <[EMAIL PROTECTED]> wrote: > Hello, Markus. > > I have the HVR-950 which I have used successfully with kubuntu/gutsy. > > I've upgraded to hardy and have installed the package located at: > http://mcentral.de/empia/20080804/empia-hardy-generic-i386-latest.deb > > Upon plugging in the device, I was able to receive video but not audio; > no /dev/dsp device had been created. I assumed that that would be the > job of em28xx-audio.ko and an lsmod confirmed that it was not loaded. > When I modprobe'd the driver, I got the message: > > $ sudo modprobe em28xx-audio > FATAL: Error inserting em28xx_audio > (/lib/modules/2.6.24-19-generic/empia/em28xx-audio.ko): Unknown symbol > in module, or unknown parameter (see dmesg) > > dmesg showed: > em28xx_audio: Unknown parameter `index' >
you might check /etc/modprobe.d/options if em28xx-audio is in there if so, just completly remove that entry because it's wrong. If you can't find it there run grep em28xx-audio * -r in /etc and look if there's a file which has index=somevalue next to em28xx-audio. there's no such index parameter available for em28xx-audio. regards, Markus > I'd be very grateful for any guidance you might provide. > > -- > Michael > > _______________________________________________ Em28xx mailing list [email protected] http://mcentral.de/mailman/listinfo/em28xx
