LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   USB device detection weirdness (https://www.linuxquestions.org/questions/slackware-14/usb-device-detection-weirdness-665411/)

oot 08-25-2008 11:43 PM

USB device detection weirdness
 
I am trying to attach my phone, an LG AX5000, to the computer with its data cable. I need it to get to the point where it is detected and has a device name -- BitPim can do the rest from there.

It doesn't seem to be working. Here's what I have:
from dmesg:
Quote:

usb 3-3: new full speed USB device using ohci_hcd and address 78
usb 3-3: device descriptor read/64, error -62
usb 3-3: device descriptor read/64, error -62
usb 3-3: new full speed USB device using ohci_hcd and address 79
usb 3-3: device descriptor read/64, error -62
usb 3-3: device descriptor read/64, error -62
usb 3-3: new full speed USB device using ohci_hcd and address 80
usb 3-3: device not accepting address 80, error -62
usb 3-3: new full speed USB device using ohci_hcd and address 81
usb 3-3: device not accepting address 81, error -62
from lsusb:
Quote:

Bus 4 Device 1: ID 0000:0000
Bus 1 Device 1: ID 0000:0000
Bus 3 Device 1: ID 0000:0000
Bus 2 Device 3: ID 03f0:8104 Hewlett-Packard
Bus 2 Device 2: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse
Bus 2 Device 1: ID 0000:0000
(those are my mouse and my printer, the phone isn't showing up)

from udevmonitor while plugging in and unplugging the phone, I get absolutely no output at all.

A different kernel version didn't help anything.

Googling turned up some stuff about editing files to make hotplug work (http://ubuntuforums.org/showthread.php?t=359947), but if I understand correctly, hotplug isn't used at all in Slackware any more...

Bruce Hill 08-26-2008 02:05 AM

One thing you might try, and this is not from experience with that
or any other telephone. Your dmesg output shows "ohci_hcd" as the
module, but Enhanced Host Controller Interface (EHCI) is standard
for USB 2.0 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller
hardware. See if you can get your phone to a USB 2.0 port, and also
run as root "tail -f /var/log/messages" in another terminal so that
you can see the output, and give us all of it. Such as this:
Code:

root@silas:~# tail -f /var/log/messages
Aug 26 12:16:44 silas -- MARK --
Aug 26 12:36:44 silas -- MARK --
Aug 26 12:56:44 silas -- MARK --
Aug 26 13:16:44 silas -- MARK --
Aug 26 13:36:44 silas -- MARK --
Aug 26 13:56:44 silas -- MARK --
Aug 26 14:16:44 silas -- MARK --
Aug 26 14:36:44 silas -- MARK --
Aug 26 14:56:44 silas -- MARK --
Aug 26 15:05:15 silas sudo:  mingdao : TTY=pts/5 ; PWD=/home/mingdao ; USER=root ; COMMAND=/bin/bash
Aug 26 15:05:55 silas kernel: usb 1-6: new high speed USB device using ehci_hcd and address 6
Aug 26 15:05:55 silas kernel: usb 1-6: configuration #1 chosen from 1 choice
Aug 26 15:05:55 silas kernel: scsi6 : SCSI emulation for USB Mass Storage devices
Aug 26 15:06:00 silas kernel: scsi 6:0:0:0: Direct-Access    Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
Aug 26 15:06:00 silas kernel: sd 6:0:0:0: [sdd] 1952256 512-byte hardware sectors (1000 MB)
Aug 26 15:06:00 silas kernel: sd 6:0:0:0: [sdd] Write Protect is off
Aug 26 15:06:00 silas kernel: sd 6:0:0:0: [sdd] 1952256 512-byte hardware sectors (1000 MB)
Aug 26 15:06:00 silas kernel: sd 6:0:0:0: [sdd] Write Protect is off
Aug 26 15:06:00 silas kernel:  sdd: sdd1
Aug 26 15:06:00 silas kernel: sd 6:0:0:0: [sdd] Attached SCSI removable disk
Aug 26 15:06:00 silas kernel: sd 6:0:0:0: Attached scsi generic sg4 type 0
Aug 26 15:06:12 silas hald: mounted /dev/sdd1 on behalf of uid 1000
Aug 26 15:06:20 silas hald: unmounted /dev/sdd1 from '/media/disk' on behalf of uid 1000



All times are GMT -5. The time now is 05:42 PM.