> It's necessary to run 'udevtrigger' to activate them.Anne,
>
> Next question, then. Should I put that command into my .bash_profile?
>
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