LINUX.ORG.RU

usb cardreader (all in one)


0

0

CardReader Techsolo TCR-1630 (All in one)
Не хотит работать в линуксе, хотя нормально работает в оффтопике.

# lsusb его не видит:
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

# uname -r
2.6.17-rc1-mm2

# dmesg
usb 1-6: new high speed USB device using ehci_hcd and address 2
hub 1-0:1.0: Cannot enable port 6. Maybe the USB cable is bad?
usb 1-6: new high speed USB device using ehci_hcd and address 3
usb 1-6: device descriptor read/all, error -71
hub 1-0:1.0: Cannot enable port 6. Maybe the USB cable is bad?
usb 1-6: new high speed USB device using ehci_hcd and address 5
usb 1-6: new device found, idVendor=058f, idProduct=6362
usb 1-6: new device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-6: Product: Mass Storage Device
usb 1-6: Manufacturer: Generic
usb 1-6: SerialNumber: 058F312D81B
usb 1-6: configuration #1 chosen from 1 choice
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 5
usb-storage: waiting for device to settle before scanning
usb 1-6: USB disconnect, address 5
usb 1-6: new high speed USB device using ehci_hcd and address 6
hub 1-0:1.0: Cannot enable port 6. Maybe the USB cable is bad?
usb 1-6: new high speed USB device using ehci_hcd and address 7
usb 1-6: device descriptor read/all, error -71
usb 1-6: new high speed USB device using ehci_hcd and address 8
usb 1-6: device not accepting address 8, error -71
usb 1-6: new high speed USB device using ehci_hcd and address 9
usb 1-6: device not accepting address 9, error -71

Кто может что-то подсказать?

★★★

Maybe the USB cable is bad?

Кабель точно хороший?

Lockywolf ★★★
()

Настораживают 2 строчки:
>2.6.17-rc1-mm2

более эксперементальное ядро было тяжело найти? =)

и

>hub 1-0:1.0: Cannot enable port 6. Maybe the USB cable is bad?

Вот мой dmesg с работающим кард-ридером:

usb 3-8: new high speed USB device using ehci_hcd and address 3
Initializing USB Mass Storage driver...
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
Vendor: Generic Model: CF Rev: 1.6E
Type: Direct-Access ANSI SCSI revision: 00
Attached scsi removable disk sdb at scsi2, channel 0, id 0, lun 0
Attached scsi generic sg1 at scsi2, channel 0, id 0, lun 0, type 0
Vendor: Generic Model: MS Rev: 1.6E
Type: Direct-Access ANSI SCSI revision: 00
Attached scsi removable disk sdc at scsi2, channel 0, id 0, lun 1
Attached scsi generic sg2 at scsi2, channel 0, id 0, lun 1, type 0
Vendor: Generic Model: MMC/SD Rev: 1.6E
Type: Direct-Access ANSI SCSI revision: 00
Attached scsi removable disk sdd at scsi2, channel 0, id 0, lun 2
Attached scsi generic sg3 at scsi2, channel 0, id 0, lun 2, type 0
Vendor: Generic Model: SM Rev: 1.6E
Type: Direct-Access ANSI SCSI revision: 00
Attached scsi removable disk sde at scsi2, channel 0, id 0, lun 3
Attached scsi generic sg4 at scsi2, channel 0, id 0, lun 3, type 0
usb-storage: device scan complete

ale ★★
()
Ответ на: комментарий от mr

гы, после выгрузки модуля ehci-hcd определился:

ehci_hcd 0000:00:10.3: remove, state 1
usb usb1: USB disconnect, address 1
ehci_hcd 0000:00:10.3: USB bus 1 deregistered
ACPI: PCI interrupt for device 0000:00:10.3 disabled
usb 4-2: new full speed USB device using uhci_hcd and address 4
usb 4-2: new device found, idVendor=058f, idProduct=6362
usb 4-2: new device strings: Mfr=1, Product=2, SerialNumber=3
usb 4-2: Product: Mass Storage Device
usb 4-2: Manufacturer: Generic
usb 4-2: SerialNumber: 058F312D81B
usb 4-2: configuration #1 chosen from 1 choice
scsi4 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
Vendor: Generic Model: USB SD Reader Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sdb: 62720 512-byte hdwr sectors (32 MB)
sdb: Write Protect is off
sdb: Mode Sense: 03 00 00 00
sdb: assuming drive cache: write through
SCSI device sdb: 62720 512-byte hdwr sectors (32 MB)
sdb: Write Protect is off
sdb: Mode Sense: 03 00 00 00
sdb: assuming drive cache: write through
sdb: sdb1
sd 4:0:0:0: Attached scsi removable disk sdb
sd 4:0:0:0: Attached scsi generic sg1 type 0
Vendor: Generic Model: USB CF Reader Rev: 1.01
Type: Direct-Access ANSI SCSI revision: 00
sd 4:0:0:1: Attached scsi removable disk sdc
sd 4:0:0:1: Attached scsi generic sg2 type 0
Vendor: Generic Model: USB SM Reader Rev: 1.02
Type: Direct-Access ANSI SCSI revision: 00
sd 4:0:0:2: Attached scsi removable disk sdd
sd 4:0:0:2: Attached scsi generic sg3 type 0
Vendor: Generic Model: USB MS Reader Rev: 1.03
Type: Direct-Access ANSI SCSI revision: 00
sd 4:0:0:3: Attached scsi removable disk sde
sd 4:0:0:3: Attached scsi generic sg4 type 0
usb-storage: device scan complete

Действительно из-за кабеля что-ли, не держит больших скоростей ???

Попробую на несколько дней отключить совсем этот модуль, посмотрю как остальное железо будет работать.

DiMoN ★★★
() автор топика
Ответ на: комментарий от DiMoN

Т.е. если снова подгрузить этот модуль, то кардридер снова не работает?

>Действительно из-за кабеля что-ли, не держит больших скоростей ???

А я кажется слышал, что "device not accepting address" это проблема с прерываниями -- но точнее сказать не могу, в компьютерах не разбираюсь.

mr ★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.