NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Still cant talk to USD ports



HMMMMMMM. I stuck a memory stick in a USB-3.0 port connected to the motherboard.

I did:

mount /dev/sd0 /umass1

it worked. But why didnt I need to specify partition 'a' ?

If I stuck the stick in tha USB-3,0 port, why did it work? USB-3.0
configured as USB-2?

Is it even possible to use USB-3.0. I am now confused...

On Mon, Jul 19, 2021 at 1:53 AM Michael van Elst <mlelstv%serpens.de@localhost> wrote:
>
> tgruhn2%gmail.com@localhost (Todd Gruhn) writes:
>
> >I just upgraded to the latest version of NETBSD-HEAD.
>
> >When I do:
> >mount /dev/sd0a /umass1   OR
> >mount /dev/sd1a /umass1
> >I get 'device not configured.
>
> >When I execute  mount -t msdos /dev/sd0e /umass1
> >I can access the Windoze-configured memory stick.
>
> Sure, a disk with no BSD disklabel but an MBR gets the
> 4 primary MBR partitions as 'e'..'h' and extended MBR
> partitions starting at 'i'.
>
>
>
>
> >I can still do:
> >fswebcam -r 640x480 output.jpeg
> >That partic device needs to connected to the USB-3.1 port
>
> >xhci0 at pci0 dev 20 function 0: Intel 300 Series USB 3.1 xHCI (rev. 0x10)
> >xhci0: 64-bit DMA
> >xhci0: interrupting at msi1 vec 0
> >xhci0: xHCI version 1.10
> >usb0 at xhci0: USB revision 3.1
> >usb1 at xhci0: USB revision 2.0
>
> >uhub0 at usb0: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.00/1.00, addr 0
> >uhub0: 10 ports with 10 removable, self powered
> >uhub1 at usb1: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 0
> >uhub1: 16 ports with 16 removable, self powered
>
> You have internally 10 USB3 ports and 16 USB2 ports.
>
>
> >uvideo0 at uhub1 port 1 configuration 1 interface 0: vendor 046d (0x046d) product 0807 (0x0807), rev 2.00/0.09, addr 1
> >video0 at uvideo0: vendor 046d (0x046d) product 0807 (0x0807), rev 2.00/0.09, addr 1
> >uaudio0 at uhub1 port 1 configuration 1 interface 2
> >uaudio0: vendor 046d (0x046d) product 0807 (0x0807), rev 2.00/0.09, addr 1
> >uaudio0: audio rev 1.00
> >audio1 at uaudio0: capture
> >audio1: slinear_le:16 1ch 48000Hz, blk 11760 bytes (122.5ms) for recording
>
> That's your camera connected to USB2 port 1.
>
>
> >uhub2 at uhub1 port 9: vendor 05e3 (0x05e3) USB Hub (0x0604), class 9/0, rev 1.10/3.05, addr 2
> >uhub2: 4 ports with 4 removable, self powered
>
> That's a USB2 hub connected to USB2 port 9.
>
>
> >uhidev0 at uhub2 port 2 configuration 1 interface 0
> >uhidev0: Logitech (0x046d) USB Receiver (0xc52b), rev 2.00/12.11, addr 3, iclass 3/1
> >ukbd0 at uhidev0
> >uhidev1 at uhub2 port 2 configuration 1 interface 1
> >uhidev1: Logitech (0x046d) USB Receiver (0xc52b), rev 2.00/12.11, addr 3, iclass 3/1
> >uhidev1: 8 report ids
> >ums0 at uhidev1 reportid 2: 16 buttons, W and Z dirs
> >uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0
> >uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0
> >uhid2 at uhidev1 reportid 8: input=1, output=0, feature=0
> >uhidev2 at uhub2 port 2 configuration 1 interface 2
> >uhidev2: Logitech (0x046d) USB Receiver (0xc52b), rev 2.00/12.11, addr 3, iclass 3/0
> >uhidev2: 33 report ids
> >uhid3 at uhidev2 reportid 16: input=6, output=6, feature=0
> >uhid4 at uhidev2 reportid 17: input=19, output=19, feature=0
> >uhid5 at uhidev2 reportid 32: input=14, output=14, feature=0
> >uhid6 at uhidev2 reportid 33: input=31, output=31, feature=0
>
> That's a Logitech wireless keyboard/mouse/touchpad connected to that hub.
>
>
> >umass0 at uhub2 port 3 configuration 1 interface 0
> >umass0: Generic (0x14cd) Mass Storage Device (0x125d), rev 2.00/1.00, addr 4
> >umass0: using SCSI over Bulk-Only
>
> That's a USB disk or stick connected to that hub.
>
>
> >umass1 at uhub1 port 11 configuration 1 interface 0
> >umass1: Generic (0x14cd) Mass Storage Device (0x125d), rev 2.00/1.00, addr 5
> >umass1: using SCSI over Bulk-Only
>
> That's a USB disk or stick connected to USB2 port 11.
>
> Nothing uses USB3 in this configuration.
>


Home | Main Index | Thread Index | Old Index