Hullo there,
I'm trying to use gphoto2 on a debian linux box. The camera in question is an HP Photosmart R507, which is detected when usb is plugged, but no device is being assigned in /proc/bus/usb.
Any ideas as to why welcome. It works on another debian box okay, and I can see the new device appearing.
Thanks,
Jenny
On Mon, Sep 17, 2007 at 10:15:07AM +0100, Jenny Hopkins wrote:
I'm trying to use gphoto2 on a debian linux box. The camera in question is an HP Photosmart R507, which is detected when usb is plugged, but no device is being assigned in /proc/bus/usb.
Any ideas as to why welcome. It works on another debian box okay, and I can see the new device appearing.
Does it appear in /dev/bus/usb/ instead? Do you have something mounted on /proc/bus/usb/ correctly? For example, I have:
procbususb on /proc/bus/usb type usbfs (rw)
If that's not mounted you won't see anything in that directory.
J.
On 17/09/2007, Jonathan McDowell noodles@earth.li wrote:
Does it appear in /dev/bus/usb/ instead? Do you have something mounted on /proc/bus/usb/ correctly? For example, I have:
Yes, it does! My phone appears in /proc/bus/usb though.
procbususb on /proc/bus/usb type usbfs (rw)
If that's not mounted you won't see anything in that directory.
Yes, I do have that mounted.
Not sure what this all means.
Thanks,
Jenny
On 17/09/2007, Jenny Hopkins hopkins.jenny@gmail.com wrote:
Does it appear in /dev/bus/usb/ instead? Do you have something mounted on /proc/bus/usb/ correctly? For example, I have:
Yes, it does! My phone appears in /proc/bus/usb though.
This is now fixed: knowing where the device was appearing allowed me to check directory permissions and add the correct lines to /etc/group.
Many thanks, Jonathan,
Jenny