Subject: Archos Jukebox 6000 USB
To: None <current-users@netbsd.org>
From: Michael Graff <explorer@flame.org>
List: current-users
Date: 07/22/2001 09:35:08
I bought one of these, mainly since it doubles as a USB hard drive.
Or should.
But, it fails to work with NetBSD. Out of the box, NetBSD reports it
as a ugen0, which isn't really all that mountable.
After some tweaking on the umass.c file, and gleaning some bits from
the linux driver, I've gotten it this far:
umass0 at uhub0 port 1 configuration 1 interface 0
umass0: In-System Design USB Storage Adapter, rev 1.10/1.00, addr 2
umass0: using unknown over BBB
umass0: Get Max Lun
umass0: Max Lun 0
atapibus0 at umass0 channel 0: 2 targets
umass0: umass_bbb_transfer cmd=0x12
umass0: CBW 42: cmd = 12b (0x120000004a00...), data = 74 bytes, dir = in
It looks like the transfer is not completing, perhaps? I'm not really
groking the USB stuff, but this is what it looks like it's doing.
Anyone have any suggestions?
--Michael