<br><br><div class="gmail_quote">On Fri, Nov 19, 2010 at 9:44 AM, NoOp <span dir="ltr"><<a href="mailto:glgxg@sbcglobal.net">glgxg@sbcglobal.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
> tried both<br>
> if i kill off the second one, and the cant lock device box, i can use the<br>
> camera, just a PITA with all them trying o load, I also logged in as a new<br>
> user, and got the same so it's not a local profile issue, udev may have lost<br>
> the plot<br>
<br>
</div>Two possibilities that I can think of:<br>
<br>
1. The USB port has noise on it and appearing to the system as if the<br>
device is being plugged-in-out-in etc. Try a different USB port,<br>
preferably one as close to motherboard as possible (rear port if on a<br>
desktop). Also make sure that you don't connect to a USB hub extender etc.<br>
<br>
2. gvfs is getting messed up.<br>
<br>
Open two terminals. On one enter:<br>
<br>
$ dmseg | tail<br>
<br>
Plug in the camera and now do the same on the other terminal ('dmesg |<br>
tail'). You should see the usb attempt in the 2nd terminal & it should<br>
look something like:<br>
<br>
[ 4152.176042] usb 1-5: new high speed USB device using ehci_hcd and<br>
address 7<br>
[ 4152.477059] usb 1-5: configuration #1 chosen from 1 choice<br>
<br>
If so, in the 1st terminal window:<br>
<br>
$ cd ~/.gvfs<br>
$ ls<br>
<br>
and you should see the mount point:<br>
<>:~/.gvfs$ ls<br>
gphoto2 mount on usb%3A001,007<br>
<br>
Now unmount & then turn off the the camera and do ls again & the<br>
mountpoint should not be there when you us 'ls' in gvfs. Now go back to<br>
the first terminal & do:<br>
<br>
$ dmesg | tail<br>
<br>
and you should see where the device disconnected:<br>
[ 4926.244210] usb 1-5: USB disconnect, address 7<br>
<br>
Note: f-spot doesn't use gvfs to mount, so make sure all insances of<br>
f-spot are closed beforehand.<br>
<font color="#888888"><br>
<br></font></blockquote><div><br>Yes, I see exactly as how you describe, almost, note yours is using ehci, mine uses uhci<br><br>usb 4-2: new full speed USB device using uhci_hcd and address 2<br>usb 4-2: configuration #1 chosen from 1 choice<br>
<br><br>and I only see one mountpoint, <br>~/.gvfs$ ls<br>gphoto2 mount on usb%3A004,002<br><br>and<br>usb 4-2: USB disconnect, address 2<br><br>so I'm at a loss as to why it pops up multiple times, tried all 3 USB ports (laptop) same with them, removed mains, and disabled wireless with no difference.<br>
<br>Thanks<br><br></div></div><br>