USB devices does not work

Hello!

I’m a newbie in Linux systems, so please be gentle. I’m running Opensuse 11.3/GNOME on old Packard Bell R1800 laptop and I’m having problems using USB devices. In fact, I’m not able to use them at all. So far I’ve tried usb mouse, external hard drive, several memory sticks and this Nokia CS-15 what-you-call-it, mobile modem? Eats sim-cards.

External hard drive did mount once, but I wasn’t able to use it. When I double-clicked it’s icon, it just froze.

Here’s some information that might be useful: (Nokia CS-15 connected)

koskinen@dhcppc1:~> dmesg|grep usb
    2.337435] usbcore: registered new interface driver usbfs
    2.345941] usbcore: registered new interface driver hub
    2.626788] usbcore: registered new device driver usb
    2.829238] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    2.838506] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    2.847897] usb usb1: Product: EHCI Host Controller
    2.857276] usb usb1: Manufacturer: Linux 2.6.34.7-0.3-default ehci_hcd
    2.866792] usb usb1: SerialNumber: 0000:00:10.3
    2.983901] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    2.993684] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    3.003477] usb usb2: Product: UHCI Host Controller
    3.013071] usb usb2: Manufacturer: Linux 2.6.34.7-0.3-default uhci_hcd
    3.022734] usb usb2: SerialNumber: 0000:00:10.0
    3.124433] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
    3.134593] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    3.144773] usb usb3: Product: UHCI Host Controller
    3.154682] usb usb3: Manufacturer: Linux 2.6.34.7-0.3-default uhci_hcd
    3.164581] usb usb3: SerialNumber: 0000:00:10.1
    3.285274] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
    3.295353] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    3.305414] usb usb4: Product: UHCI Host Controller
    3.315260] usb usb4: Manufacturer: Linux 2.6.34.7-0.3-default uhci_hcd
    3.325178] usb usb4: SerialNumber: 0000:00:10.2
    3.408053] usb 1-3: new high speed USB device using ehci_hcd and address 2
   18.972036] usb 1-3: device not accepting address 2, error -110
   19.092039] usb 1-3: new high speed USB device using ehci_hcd and address 3
   34.656033] usb 1-3: device not accepting address 3, error -110
   34.776035] usb 1-3: new high speed USB device using ehci_hcd and address 4
   45.216034] usb 1-3: device not accepting address 4, error -110
   45.336049] usb 1-3: new high speed USB device using ehci_hcd and address 5
   55.776035] usb 1-3: device not accepting address 5, error -110
   67.756104] usb 3-1: new full speed USB device using uhci_hcd and address 2
   68.848376] usb 3-1: not running at top speed; connect to a high speed hub
   71.328073] usb 3-1: New USB device found, idVendor=0421, idProduct=0610
   71.328080] usb 3-1: New USB device strings: Mfr=2, Product=1, SerialNumber=3
   71.328085] usb 3-1: Product: Nokia Datacard
   71.328088] usb 3-1: Manufacturer: Nokia
   71.328090] usb 3-1: SerialNumber: 0.0.1
   72.944237] scsi2 : usb-storage 3-1:1.0
   72.944594] usbcore: registered new interface driver usb-storage
   88.440168] usb 3-1: USB disconnect, address 2
  161.484039] usb 1-3: new high speed USB device using ehci_hcd and address 6
  177.040028] usb 1-3: device not accepting address 6, error -110
  177.152054] usb 1-3: new high speed USB device using ehci_hcd and address 7
  192.708059] usb 1-3: device not accepting address 7, error -110
  192.820042] usb 1-3: new high speed USB device using ehci_hcd and address 8
  203.252046] usb 1-3: device not accepting address 8, error -110
  203.364106] usb 1-3: new high speed USB device using ehci_hcd and address 9
  213.796037] usb 1-3: device not accepting address 9, error -110
koskinen@dhcppc1:~> lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
koskinen@dhcppc0:/mnt> uname -r
2.6.34.7-0.3-default

Any ideas?