* Roberto Sanchez <[EMAIL PROTECTED]> [2003-08-23 21:50]:
>  --- Henning Moll <[EMAIL PROTECTED]> escribió: 
 > 
> > But there is no /proc/bus/usb/devices and programs like gphoto do not work...
> > 
> > Any suggestions?
> > 
You probably do not have an entry in /etc/fstab.  Either mount it manually with:

mount -t usbdevfs none /proc/bus/usb 

or add an entry in /etc/fstab like so to not have to mount it manually
all the time:

none   /proc/bus/usb    usbdevfs   defaults  0  0

See: http://Linux-usb.org/USB-guide/x173.html

HTH,
Lou


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to