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, you can check if there is a configuration file for xawtv that you can specify where the video device node is. -- John L. Fjellstad web: http://www.fjellstad.org/ Quis custodiet ipsos custodes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

