[NTLUG:Discuss] YES kernel, YES vpn, NO webcam -- and NO sound

Darin W. Smith darin_ext at darinsmith.net
Fri Mar 14 10:31:46 CST 2003


Regarding the usb errors:

it appears that you have a UHCI style USB, but your system is trying to 
load all of:
usb-uhci.o
usb-ohci.o
uhci.o

You only need one of the uhci variants.  USB comes in two flavors, 
depending on your hardware, UHCI or OHCI.  Linux has 2 different UHCI 
implementations and one OHCI implementation.

You can't load OHCI because you don't have the hardware.
You can't load uhci.o because you already loaded usb-uhci.o and it has 
claimed the hardware.

I would just eliminate usb-ohci.o and uhci.o from my /etc/modules or the rc 
file that's loading them, or the alias to usb-interface in 
/etc/modules.conf, or the quickcam.sh script...whichever is doing the 
insmods.

Regardless, those two errors are not what is keeping the webcam from 
working...these are just informative and the respective modules are not 
loading.  No harm.

It looks as if your quickcam module loaded.  And, in fact, from the dmesg 
output, it looks like it successfully figured out your hardware.  So you 
should, in fact, be able to use the webcam.

As for the soundblaster live, look for emu10k.o and sound.o.

--Darin

On Fri, 14 Mar 2003 09:37:01 -0600, Dennis Daupert <ddaupert at csc.com> 
wrote:

>
> I got some really good assistance on recompiling the 2.4.19 kernel
> on my suse box from this mailing list, and I want to thank everyone
> who helped out. I am in awe of the spirit of generosity in this 
> community.
>
> The kernel panicked first couple times I tried to boot, but I saw the msg
> about 'could't mount reiser fs' and I went back in and compiled reiser
> support into the kernel, and then booted ok. The vpn app installed ok
> this time -- ya hoo! I just need to configure.
>
> But two issues.
>
> 1) He couldn't find the module for my creative sound blaster live!
> card. How can I help him find that module? I did check in make
> menuconfig to be sure that module was checked (m).
>
> 2) The webcam driver install reported a couple of errors, and
> a line in there suggested there might be some useful info in dmesg.
> If someone would be willing to make the trip to my website, I posted
> the installation dialog and dmesg output at:
>
> http://ideastream.com/errors/
>
> I'm getting excited, getting really close!
>
> /dennis
>
> -------------------------------------------------------------------------- 
>
>
> -
> Office phone: 817-762-8304
>
> -------------------------------------------------------------------------- 
>
>
> -
> Friends don't let friends run Windows.
>
>
>
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
>



-- 
D!
Darin W. Smith
AIM: JediGrover




More information about the Discuss mailing list