[Linux] Digikam picture import error
Terry Richards
linux@flux.org
Sun, 18 Mar 2007 11:08:34 -0400
Steven Benmosh wrote:
>
> So here is the questions:
>
> 1. How do I find out which program and/or kernel module is using the
> device, if any?
> 2. How do I find whether I have read/write access to the device (whice
> device, btw, I do not seem to have any /dev/usbxx listed (I ran ls
> /dev|grep usb, grep us, grep sb), my gps is serial)
> 3. How do I enable access to the device once I find out the culprit?
2). ls -l /dev will show you the permissions
for number 3, i think you will have to use chmod 777 /dev/usb?device or
maybe chmod ug+rw /dev/usb<whatever it is device>
i can not give a definitive answer but the commands "ls -l" and "man
chmod" might help get you on the road
dmesg and /var/log/messages or /var/log/syslog are your friends at this
point. . .
/|\