On Wed, Apr 15, 2009 at 7:24 PM, Dale <[email protected]> wrote: > Paul Hartman wrote: >> >> I just tried it, works fine. I plugged it in and KDE4 popped up a "new >> device plugged in" box showing USB Imaging Interface. I clicked it and >> Digikam popped up and showed me the pictures on the camera, and I was >> able to copy them to my PC. I'm using all the newest ~amd64 version of >> everything... so while that doesn't necessarily rule our your xorg >> woes, at least I know that the /new/ version of everything doesn't >> break it. >> >> I have /etc/udev/rules.d/70-libgphoto2.rules which was generated by >> gphoto2. My user is in the plugdev group and has access to the device >> node for the camera. >> >> $ gphoto2 --auto-detect >> Model Port >> ---------------------------------------------------------- >> Canon Digital IXUS 750 (PTP mode) usb: >> Canon Digital IXUS 750 (PTP mode) usb:001,036 >> >> (IXUS 750 is known as SD550 in the United States) >> >> dmesg showed this when I plugged it in: >> >> usb 1-4: new high speed USB device using ehci_hcd and address 36 >> usb 1-4: New USB device found, idVendor=04a9, idProduct=3116 >> usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >> usb 1-4: Product: Canon Digital Camera >> usb 1-4: Manufacturer: Canon Inc. >> usb 1-4: configuration #1 chosen from 1 choice >> >> >> When plugging it in, udev shows this: >> >> # udevadm monitor >> monitor will print the received events for: >> UDEV - the event which udev sends out after rule processing >> KERNEL - the kernel uevent >> >> > > I'm still using KDE 3.5.10 at the moment. I'm in the process of > downloading KDE 4 now. Dial-up takes a while. Anyway, I want to get > this camera and printer thing fixed before I upgrade anything else. > When I run udevadm monitor, I get nothing at all. I cut my puter off > when I went to town but when I booted back up, it still does nothing at > all. Nothing USB works. > > I'm in the process of a emerge -ev @system right now. I hope maybe > something just needs to be recompiled against something else and will > then work. > > Still open to ideas tho. It looks and smells like a kernel issue and I > can't seem to get a working kernel right now, gcc problem. > > Thanks. > > Dale
Since nothing USB is working (do you use a USB keyboard or mouse, by the way?) I would think it's either a kernel setting problem or an unfortunate hardware failure of your USB hub or controller... though the latter seems highly unlikely. app-admin/usbview is a little app that shows all of your USB hardware; basically a GUI for lsusb that makes it a little easier to visualize the hierarchy of devices and controllers. It may be useful for troubleshooting these USB issues. (you may need to run it as root) For example in usbview it makes it very easy for me to see that my keyboard and two mice and running on the OHCI host controller, and my monitor's built-in USB hub and my external hard drive are attached to the EHCI host controller.

