Michael Schmiedgen
2017-Aug-07 15:59 UTC
[USB] hang after upgrade from 10.0 to 10.1, ZFS or callout() related?
Hi list, after upgrading kernel from 11.0 to 11.1 the boot process stopped, waiting forever for some USB stuff. I tried to skip waiting with hw.usb.no_boot_wait="1" in /boot/loader.conf but then I got a very strange ZFS 'mount error 5', which I had some time ago upgrading from 10.0 to 10.1. That error did magically went away with 11.0, and now it seems to pop up again: https://lists.freebsd.org/pipermail/freebsd-current/2014-October/052900.html https://lists.freebsd.org/pipermail/freebsd-stable/2014-December/081192.html So I reset the boot wait option to default again and switched on some USB debug options: https://imgur.com/a/xzkrC Anybody? Thanks, Michael -- ___________________________ Michael Schmiedgen, BSc Senior Software Engineer Takwa GmbH Friedrich-List-Str. 36 99096 Erfurt GERMANY Tel +49 361 6534096 Fax +49 361 6534097 Mail schmiedgen at takwa.de Web http://www.takwa.de/ ___________________________ Amtsgericht Jena HRB 112964 Gesch?ftsf?hrung: Ingo Buchholz
Hans Petter Selasky
2017-Aug-07 16:10 UTC
[USB] hang after upgrade from 10.0 to 10.1, ZFS or callout() related?
On 08/07/17 17:59, Michael Schmiedgen wrote:> Hi list, > > after upgrading kernel from 11.0 to 11.1 the boot process stopped, > waiting forever for some USB stuff. I tried to skip waiting with > > hw.usb.no_boot_wait="1" > > in /boot/loader.conf but then I got a very strange ZFS 'mount error 5', > which I had some time ago upgrading from 10.0 to 10.1. That error did > magically went away with 11.0, and now it seems to pop up again: > > https://lists.freebsd.org/pipermail/freebsd-current/2014-October/052900.html > > > https://lists.freebsd.org/pipermail/freebsd-stable/2014-December/081192.html >Can you try getting the dmesg. You can also disable USB enumeration setting these: hw.usb.disable_enumeration: 0 dev.uhub.2.disable_enumeration: 0 dev.uhub.1.disable_enumeration: 0 dev.uhub.0.disable_enumeration: 0 Are you sure you loaded all drivers, like XHCI, EHCI, OHCI, UHCI ? DOes the BIOS offer any USB options? --HPS> > > So I reset the boot wait option to default again and switched on some USB > debug options: > > https://imgur.com/a/xzkrC > > > Anybody? Thanks, > Michael >