This won't be a real-life problem, although it remains as something that doesn't work quite right.
I had the idea that if I booted without keyboard and trackball plugged in, it would spend time looking for them and finally give me a "can't find" message. It turns out that I can leave both plugged into the hub, disconnect the hub, boot up fairly quickly, and then plug the hub back in after Workbench comes up. No need to go off and do something else while waiting.
This was the pre-edited post:
Since I added a (powered) USB2 hub to my SAM460 the boot process now begins
with this uboot screen output:
Config: PCIe 4x + SATA-2
USB: scanning bus for devices ... 7 USB Devices found
scanning bus for storage devices ...
(After a considerable delay [about 90 seconds], "error in inquiry" is added
to the above line, then:)
1 Storage Device(s) found
SATA Device 0: OK SATA Device 1: OK SATA Device 2: ............
(Another long delay),
Model: Hitachi HD [etc.]
Type: Hard Disk
[etc.]
Model: ATAPI Firm: AL15 [etc.]
Type: Removable CD ROM
[etc.]
(Then another pause, followed by)
not available
(Again, long pause and)
not available
Hard Disk not found
Press SPACE for prefs, [etc.]
Booting...
After that everything then proceeds properly.
I originally assumed I have mis-set some Uboot variables, like maybe I should
have GG00 and 1200 for the sii3114 values, instead of what I have below.
pcie_mode=RP:RP
pciconfighost=1
usb_enable_4x0=1
usb_retry=1
usb_ohci_power_down_before_reset=1
scan_usb_storage=1
serdes=sata2
sii3114ide_xfer=G0G0
sii3114ide_maxbus=1
sii3114ide_conf=1020
ver=U-Boot 2010.06.03 (Jan 24 2011 - 12:07:20)
video_activate=pci
hush=0
os4_commandline=debuglevel=0
bootargs=root=/dev/sda3 console=tty0
boot1=s4sii
I have no idea what some of these variables are for. Someone suggested
changing scan_usb_storage to "0," but that didn't work.
I can plug my keyboard (ps/2 with USB converter) and USB trackball into the
front ports of the tower instead of the hub and disconnect the hub. Then
things progress much more quickly, with no "error in inquiry" message. I still
get the "not available"s.
After seeing the problems in this group that others have had with keyboards
and mice I sort of think I should just be happy with what I've got, but maybe
there is an easy fix?
