Re: [help]linux and my webcam
- From: "Nico Kadel-Garcia" <nkadel@xxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 12:03:27 -0500
"Michael Heiming" <michael+USENET@xxxxxxxxxxxxxx> wrote in message
news:kttf83-a5c.ln1@xxxxxxxxxxxxxxxxxx
> In comp.os.linux.setup gilles <gilles@xxxxxxxxxxxxxxxxxxxxx>:
>> Hi,
>
>> i'am using fedora core 4 and creative webcam PD1001 (USB). At boot my
>> webcam
>> is detected and ov511 module is loaded but i must load ovcamchip before
>> to
>> load ov511.
>> I don't know how to do this automatically at startup. Today, i do it by
>> hand: rmmod ov511; modprobe ovcamchip; modprobe ov511
>
> Try putting something like this in /etc/modprobe.conf and reboot
> to ensure it's working as expected:
>
> alias char-major-81-0 ov511
> options ov511 compress=1
> install ov511 { /sbin/modprobe ovcamchip ; /sbin/modprobe uhci-hcd ; } ; \
> /sbin/modprobe --first-time --ignore-install ov511
>
> Presuming this is the first video device in your system.
>
> See 'man modprobe.conf' for details.
>
> Good luck
And if this drives you insane, in the short term, you can also set up an
init script like those in /etc/init.d to load it or not depending on the run
level. I've done this with ide-scsi drivers because I didn't *WANT* ide-scsi
on all the time, it messed with an old system, but was required by old
versions of cdrecord. So I'd use the init script or not depending on what I
was up to.
.
- References:
- [help]linux and my webcam
- From: gilles
- Re: [help]linux and my webcam
- From: Michael Heiming
- [help]linux and my webcam
- Prev by Date: Simple one: How to set a static IP address?
- Next by Date: Re: grub menu oddity
- Previous by thread: Re: [help]linux and my webcam
- Next by thread: Simple one: How to set a static IP address?
- Index(es):
Relevant Pages
|