Re: [help]linux and my webcam
- From: Michael Heiming <michael+USENET@xxxxxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 15:47:48 +0100
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
--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@xxxxxxxxxx | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 254: Interference from lunar radiation
.
- Follow-Ups:
- Re: [help]linux and my webcam
- From: Nico Kadel-Garcia
- Re: [help]linux and my webcam
- References:
- [help]linux and my webcam
- From: gilles
- [help]linux and my webcam
- Prev by Date: Re: [Help] Problem with soundcard
- Next by Date: CD Drive not being recognized
- Previous by thread: [help]linux and my webcam
- Next by thread: Re: [help]linux and my webcam
- Index(es):