Re: udev and videocard

2004-03-12 Thread John L Fjellstad
You can create a symlink from video0 to v4l/video0. In your /etc/udev.rules file, you probably have a rule like this: KERNEL="video[0-9]*", NAME="v4l/video%n" change that to KERNEL="video[0-9]*", NAME="v4l/video%n", SYMLINK="video%n" or you could change the NAME to "video%n" instead of v4l. Or

udev and videocard

2004-03-12 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, There's a talk going on on the list about udev. I too tried it and seems really good. For me every thing is working almost fine besides my TV Tuner Card. I have a bttv compatible TV Tuner Card. I simply do a