[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Udev problem
- From: "Paulo Cavalcanti" <promac gmail com>
- To: fedora-list redhat com
- Subject: Re: Udev problem
- Date: Thu, 18 Jan 2007 19:00:06 -0200
> It's necessary to run 'udevtrigger' to activate them.
>
> Next question, then. Should I put that command into my .bash_profile?
>
Anne,
could you post the udev rules you created?
These are the rules I use:
[naja:/etc/udev/rules.d] more 83-video.rules
# Persistent symlinks for webcam and tuner
KERNEL=="video*", SYSFS{idProduct}=="4036", SYSFS{idVendor}=="041e", \
SYMLINK+="webcam"
KERNEL=="video*", SYSFS{device}=="0x036e", SYSFS{vendor}=="0x109e", \
SYMLINK+="tvtuner"
and these are the corresponding links:
[naja:/etc/udev/rules.d] ls -al /dev/tvtuner
lrwxrwxrwx 1 root root 6 Jan 16 07:48 /dev/tvtuner -> video0
[naja:/etc/udev/rules.d] ls -al /dev/webcam
lrwxrwxrwx 1 root root 6 Jan 16 07:48 /dev/webcam -> video1
--
Paulo Roma Cavalcanti
LCG - UFRJ
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]