On Sat, May 05, 2018 at 11:45:39AM -0700, jungle boogie wrote: > Hi All, > > I have one of each of these devices: > pine64 > pine64-lts > nanopi > > They're all running openbsd snapshots from today, with very minimal package > installations. When inserting a usb drive into the boards, I don't see > anything appear in the dmesg for each board. > > I see just the hub when running usbdevs. > $ usbdevs > addr 1: EHCI root hub, Generic > > That shows supported on this page: > https://www.openbsd.org/arm64.html > https://man.openbsd.org/arm64/ehci.4 > > Does anyone have usb working on any of these devices? If so, did it take > special configuration to get it work? > > Thanks! >
Hi, did you try both ports on pine64? mainbus0 at root: Pine64+ ... umass0 at uhub1 port 1 configuration 1 interface 0 "Kingston DataTraveler 2.0" rev 2.00/1.00 addr 2 umass0: using SCSI over Bulk-Only scsibus1 at umass0: 2 targets, initiator 0 sd1 at scsibus1 targ 1 lun 0: <Kingston, DataTraveler 2.0, PMAP> SCSI2 0/direct removable serial.09306545EF90EA262D48 sd1: 14891MB, 512 bytes/sector, 30497664 sectors ... boot device: sd0 root on sd1a (7280d48fc18aa92a.a) swap on sd1b dump on sd1b ... working fine here on pine64plus, iirc. the upper port is connected to "usb otg"-controller, which doesn't have driver in the tree. -Artturi