Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 10:33:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 220127] USB devices sometimes(!) not seen at boot time
Message-ID:  <bug-220127-17-Z4A7uKKycz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220127-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220127-17@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220127

--- Comment #2 from Matthias Apitz <guru@unixarea.de> ---

I followed a hints from Hans (HPS) and removed the conflicting USB devices =
from
the kernel, esp. the EHCI device.

> Thanks for the hint. I disabled the three entries for uhci, ohci and ehci:
>=20
> # USB support
> options         USB_DEBUG               # enable debug msgs
> # device                uhci            # UHCI PCI->USB interface
> # device                ohci            # OHCI PCI->USB interface
> # device                ehci            # EHCI PCI->USB interface (USB 2.=
0)
> device          xhci                    # XHCI PCI->USB interface (USB 3.=
0)
> device          usb                     # USB Bus (required)
> device          ukbd                    # Keyboard
> device          umass                   # Disks/Mass storage - Requires s=
cbus and da
>=20
> and maybe this will help already. I will let you know and update the PR
> later the day.

The new kernel now detects fine the uTrust Token on USB:

$ dmesg | egrep 'ugen|uhub|xhci|ehci'
xhci0: <Intel Panther Point USB 3.0 controller> mem 0xe0500000-0xe050ffff at
device 20.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
xhci0: Port routing mask set to 0xffffffff
usbus0 on xhci0
ugen0.1: <0x8086 XHCI root HUB> at usbus0
uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
uhub0: 13 ports with 13 removable, self powered
ugen0.2: <SunplusIT Inc HD WebCam> at usbus0
ugen0.3: <vendor 0x0489 product 0xe056> at usbus0
ugen0.4: <Identiv uTrust 3512 SAM slot Token> at usbus0

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220127-17-Z4A7uKKycz>