Question about /dev directory here.
First off I have two video drivers. The way things are configured in /etc/modules.conf the first should load and take /dev/video0, /dev/video1 , and /dev/video2
The second device is set to take /dev/video3 .
For some odd reason if I just use modules.conf the driver that should load for /dev/video3 does not load. I've yet to determine why.
Regardless, I've set these module loads up in /etc/rc.local. What I'm finding though is the first is taking video1, video2, and video3. I'm not sure what the second is taking , though it's working.
How can I look into the /dev directory to find out what is associated with what?
Thanks
Stuart