On Tue, 4 Feb 2003 13:24:52 -0500
Matthew Carpenter <[EMAIL PROTECTED]> wrote:

> I have installed both already...  but I don't have a file to access the
> camera with (such as /dev/ttyS0 and such)  This would help.
> 
> Here is what I get in the log:
> Feb  4 13:20:39 gandalf kernel: hub.c: USB new device connect on bus1/1,
> assigned device number 10 Feb  4 13:20:40 gandalf kernel: mdc800.c:
> Found Mustek MDC800 on USB.

It probably does create the file. It is NOT in /dev. In the case above, I
would expect it to be something like /proc/bus/usb/001/010

That is the device that programs will be opening. Not anything in /dev.

BTW, if you look for what file systems are mounted (run mount), does it
print:

        usbdevfs on /proc/bus/usb type usbdevfs (rw)

For this to work, this is a requirement.

-- 
+····························+·······························+
· Roger Oberholtzer          ·   E-mail: [EMAIL PROTECTED]        ·
· OPQ Systems AB             ·      WWW: http://www.opq.se/  ·
· Erik Dahlbergsgatan 41-43  ·    Phone: Int + 46 8   314223 ·
· 115 34 Stockholm           ·   Mobile: Int + 46 733 621657 ·
· Sweden                     ·      Fax: Int + 46 8   302602 ·
+····························+·······························+
_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to