USB issues

This forum is for all other ARMv5 devices

USB issues

Postby Socaltom » Fri Feb 17, 2012 12:35 am

So I'm trying to install Cups on a Pro that I've had running pytivo and samba for sometime now. Its currently booting from a single 1TB usb drive ( until I can find my Sata cable).

I'm trying to follow the guide for cups with airprint. ( I have this currently running on my pink v2).

I started by taking a spare 165GB usb drive, formatting it , extracting the tarball and booting up as per the guide.
Then I followed the CUPS guide.

When I try to add the USB printers through webmin, USB isn't an option.
When I run lsusb, i get no output ( except immediatly after booting, it lists one of my two printers, but it only works once)
I've gone through the Arch Cups wiki, but no solutions have worked.

When I plugged in the original drive and booted up, USB was an option, but I still have random lsusb issues.

I think the issue is related to the lsusb problem, but I don't know where to go next.
Tom
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side

Re: USB issues

Postby Geoff » Fri Feb 17, 2012 5:08 am

I started getting the same problem about two weeks ago, when I boot with the kernel in NAND and the rootfs on SATA (no problem when I boot with rootfs on USB). When it goes wrong, lsusb shows the root hub device but not the 4-port hub or attached devices:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

$this->bbcode_second_pass_code('', 'Dec 31 17:00:35 pogo kernel: [ 6.820000] usb 1-1: new high speed USB device using oxnas-ehci and address 2
Dec 31 17:00:35 pogo kernel: [ 6.950000] usb 1-1: device descriptor read/64, error -71
Dec 31 17:00:35 pogo kernel: [ 7.190000] usb 1-1: device descriptor read/64, error -71
Dec 31 17:00:35 pogo kernel: [ 7.420000] usb 1-1: new high speed USB device using oxnas-ehci and address 3
Dec 31 17:00:35 pogo kernel: [ 7.550000] usb 1-1: device descriptor read/64, error -71
Dec 31 17:00:35 pogo kernel: [ 7.790000] usb 1-1: device descriptor read/64, error -71
Dec 31 17:00:35 pogo kernel: [ 8.020000] usb 1-1: new high speed USB device using oxnas-ehci and address 4
Dec 31 17:00:35 pogo kernel: [ 8.450000] usb 1-1: device not accepting address 4, error -71
Dec 31 17:00:35 pogo kernel: [ 8.570000] usb 1-1: new high speed USB device using oxnas-ehci and address 5
Dec 31 17:00:35 pogo kernel: [ 9.000000] usb 1-1: device not accepting address 5, error -71
Dec 31 17:00:35 pogo kernel: [ 9.000000] hub 1-0:1.0: unable to enumerate USB device on port 1')

I typically have to reboot three or four times before it successfully finds all of my USB devices:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 003: ID 03f0:0604 Hewlett-Packard DeskJet 840c
Bus 001 Device 004: ID 058f:6387 Alcor Micro Corp. Transcend JetFlash Flash Drive

$this->bbcode_second_pass_code('', 'Dec 31 17:00:33 pogo kernel: [ 6.830000] usb 1-1: new high speed USB device using oxnas-ehci and address 2
Dec 31 17:00:33 pogo kernel: [ 6.980000] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
Dec 31 17:00:33 pogo kernel: [ 6.980000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec 31 17:00:33 pogo kernel: [ 6.990000] usb 1-1: Product: USB2.0 Hub
Dec 31 17:00:33 pogo kernel: [ 6.990000] usb 1-1: configuration #1 chosen from 1 choice
Dec 31 17:00:33 pogo kernel: [ 7.000000] hub 1-1:1.0: USB hub found
Dec 31 17:00:33 pogo kernel: [ 7.010000] hub 1-1:1.0: 4 ports detected
Dec 31 17:00:33 pogo kernel: [ 7.290000] usb 1-1.1: new full speed USB device using oxnas-ehci and address 3
Dec 31 17:00:33 pogo kernel: [ 7.540000] usb 1-1.1: New USB device found, idVendor=03f0, idProduct=0604
Dec 31 17:00:33 pogo kernel: [ 7.540000] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 31 17:00:33 pogo kernel: [ 7.550000] usb 1-1.1: Product: DeskJet 840C
Dec 31 17:00:33 pogo kernel: [ 7.560000] usb 1-1.1: Manufacturer: Hewlett-Packard
Dec 31 17:00:33 pogo kernel: [ 7.560000] usb 1-1.1: SerialNumber: CN03F1P0CBLB
Dec 31 17:00:33 pogo kernel: [ 7.570000] usb 1-1.1: configuration #1 chosen from 1 choice
Dec 31 17:00:33 pogo kernel: [ 7.650000] usb 1-1.2: new high speed USB device using oxnas-ehci and address 4
Dec 31 17:00:33 pogo kernel: [ 7.760000] usb 1-1.2: New USB device found, idVendor=058f, idProduct=6387
Dec 31 17:00:33 pogo kernel: [ 7.760000] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 31 17:00:33 pogo kernel: [ 7.770000] usb 1-1.2: Product: Mass Storage Device
Dec 31 17:00:33 pogo kernel: [ 7.780000] usb 1-1.2: Manufacturer: JetFlash
Dec 31 17:00:33 pogo kernel: [ 7.780000] usb 1-1.2: SerialNumber: 6P42HFQ9
Dec 31 17:00:33 pogo kernel: [ 7.790000] usb 1-1.2: configuration #1 chosen from 1 choice
')
Geoff
 
Posts: 231
Joined: Wed Mar 09, 2011 5:14 pm

Re: USB issues

Postby Socaltom » Sat Feb 18, 2012 2:11 am

FWIW, It works fine with my HP LJ1320. When I try to hook up the PSC2200 all in one, the USB goes haywire.
Tom
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side


Return to Community Supported

Who is online

Users browsing this forum: No registered users and 1 guest