From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 25 Sep 2010 18:55:15 -0700 Message-ID: From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] sheeva Topicbox-Message-UUID: 5aeb6a3e-ead6-11e9-9d60-3106f5b1d025 my sheeva says this: 192.168.2.3# cat ctl enabled control rw speed high maxpkt 64 pollival 0 samplesz 0 hz 0 hub 1 port 1 busy storage csp 0x500608 vid 0x1307 did 0x0163 'USB 2.0' 'Flash Disk' ehci 192.168.2.3# pwd #u/usb/ep2.0 192.168.2.3# (here is usb probe) 192.168.2.3# usb/probe ep1.0 roothub csp 0x000009 ports 1 ehci ep2.0 storage csp 0x500608 vid 0x1307 did 0x0163 'USB 2.0' 'Flash Disk' ehci 192.168.2.3# Also, why do I see: ../ctl ../ep1.0 ../ep2.0 ../ep2.1 ../ep2.2 What are the two extra endpoints? 192.168.2.3# cat ../ctl ep1.0 enabled control rw speed high maxpkt 64 pollival 0 samplesz 0 hz 0 hub 0 port 0 busy roothub csp 0x000009 ports 1 ehci ep2.0 enabled control rw speed high maxpkt 64 pollival 0 samplesz 0 hz 0 hub 1 port 1 busy storage csp 0x500608 vid 0x1307 did 0x0163 'USB 2.0' 'Flash Disk' ehci ep2.2 enabled bulk r speed high maxpkt 512 pollival 1 samplesz 0 hz 0 hub 1 port 1 busy ep2.1 enabled bulk w speed high maxpkt 512 pollival 1 samplesz 0 hz 0 hub 1 port 1 busy the manual says EHCI usb 2.0 are not supported; does this mean that I can't use the above flash or is the manual out of date? Also my manual shows U but /dev/drivers say u ... manual bug? ron