Re: USB issues with 12.0

2019-04-06 Thread Florian Schulze
On 3 Apr 2019, at 9:29, Hans Petter Selasky wrote: On 4/3/19 9:07 AM, Florian Schulze wrote: "kldload if_cdce" makes the Kindle work. So I guess I have to add 'if_cdce_load="YES"' to /boot/loader.conf? Yes, that is correct. This and a self compiled uarduno with the correct device id added f

Re: USB issues with 12.0

2019-04-03 Thread Hans Petter Selasky
On 4/3/19 9:07 AM, Florian Schulze wrote: "kldload if_cdce" makes the Kindle work. So I guess I have to add 'if_cdce_load="YES"' to /boot/loader.conf? Yes, that is correct. --HPS ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mail

Re: USB issues with 12.0

2019-04-03 Thread Florian Schulze
"kldload if_cdce" makes the Kindle work. So I guess I have to add 'if_cdce_load="YES"' to /boot/loader.conf? My suspicion that the self compiled uarduno.ko was used all along is confirmed. I removed the one on 10.3 in /boot/kernel. It loaded the one from /boot/modules and the tty didn't come u

Re: USB issues with 12.0

2019-04-02 Thread Hans Petter Selasky
On 4/2/19 4:49 PM, Florian Schulze wrote: ugen1.2.1: cdce0: RNDISEthernet Gadget, class 2/0, rev 2.00/3.25, addr 2> Hi, cdce means you need if_cdce.ko loaded for it to work. Check this output for both 10 and 12. --HPS ___ freebsd-usb@freebsd.org mai

Re: USB issues with 12.0

2019-04-02 Thread Florian Schulze
On 2 Apr 2019, at 15:25, Warner Losh wrote: On Tue, Apr 2, 2019, 1:52 AM Hans Petter Selasky wrote: On 4/2/19 8:22 AM, Florian Schulze wrote: Only difference is that the text for the Kindle is rearranged: ugen1.2: at usbus1, cfg=1 md=HOST spd=HIGH (480Mbps) pwr=ON (2mA) Hi, Try to get m

Re: USB issues with 12.0

2019-04-02 Thread Warner Losh
On Tue, Apr 2, 2019, 1:52 AM Hans Petter Selasky wrote: > On 4/2/19 8:22 AM, Florian Schulze wrote: > > Only difference is that the text for the Kindle is rearranged: > > ugen1.2: > Gadget> at usbus1, cfg=1 md=HOST spd=HIGH (480Mbps) pwr=ON (2mA) > > Hi, > > Try to get more info on this device b

Re: USB issues with 12.0

2019-04-02 Thread Hans Petter Selasky
On 4/2/19 8:22 AM, Florian Schulze wrote: Only difference is that the text for the Kindle is rearranged: ugen1.2: Gadget> at usbus1, cfg=1 md=HOST spd=HIGH (480Mbps) pwr=ON (2mA) Hi, Try to get more info on this device by "usbconfig -d 1.2 show_ifdrv" Is umodem.ko and if_urndis.ko loaded? Els

Re: USB issues with 12.0

2019-04-01 Thread Florian Schulze
On 1 Apr 2019, at 16:31, Hans Petter Selasky wrote: On 4/1/19 4:01 PM, Florian Schulze wrote: What exact PCI models of xhci/ehci/ohci and uhci have you got? pciconf -lv The following all is with 10.3. Can't reboot at the moment to try with 12.0. Maybe tomorrow morning. This is a HP ProLiant

Re: USB issues with 12.0

2019-04-01 Thread Hans Petter Selasky
On 4/1/19 4:01 PM, Florian Schulze wrote: What exact PCI models of xhci/ehci/ohci and uhci have you got? pciconf -lv The following all is with 10.3. Can't reboot at the moment to try with 12.0. Maybe tomorrow morning. This is a HP ProLiant Microserver Gen7 N54L. ohci0@pci0:0:18:0:    class=0

Re: USB issues with 12.0

2019-04-01 Thread Florian Schulze
What exact PCI models of xhci/ehci/ohci and uhci have you got? pciconf -lv The following all is with 10.3. Can't reboot at the moment to try with 12.0. Maybe tomorrow morning. This is a HP ProLiant Microserver Gen7 N54L. ohci0@pci0:0:18:0: class=0x0c0310 card=0x1609103c chip=0x43971002 rev=

Re: USB issues with 12.0

2019-04-01 Thread Hans Petter Selasky
On 4/1/19 3:31 PM, Florian Schulze wrote: When you upgrade the kernel to 12, you also need to rebuild uarduno.ko . Did you do that? I reinstalled it via pkg and as I wrote in the original mail I had to remove the old conflicting one in /boot/kernel to be able to load uarduno. Also this doesn'

Re: USB issues with 12.0

2019-04-01 Thread Florian Schulze
When you upgrade the kernel to 12, you also need to rebuild uarduno.ko . Did you do that? I reinstalled it via pkg and as I wrote in the original mail I had to remove the old conflicting one in /boot/kernel to be able to load uarduno. Also this doesn't explain why the Kindle doesn't connect a

Re: USB issues with 12.0

2019-04-01 Thread Hans Petter Selasky
On 4/1/19 2:07 PM, Florian Schulze wrote: From the mounted boot environment: # ll /mnt/root/boot/modules/ total 21 -rw-r--r--  1 root  wheel 68 Mar 31 08:17 linker.hints -r-xr-xr-x  1 root  wheel  13440 Feb  9 00:15 uarduno.ko* The rest is in kernel, for example /mnt/root/boot/kernel/ueth

Re: USB issues with 12.0

2019-04-01 Thread Florian Schulze
On 1 Apr 2019, at 12:33, Hans Petter Selasky wrote: On 4/1/19 10:43 AM, Florian Schulze wrote: Hi! Yesterday I attempted to upgrade my NAS from 10.3 to 12.0. Among other things, I use the NAS for data gathering from an Arduino Leonardo clone and displaying to an USB attached Kindle with U

Re: USB issues with 12.0

2019-04-01 Thread Hans Petter Selasky
On 4/1/19 10:43 AM, Florian Schulze wrote: Hi! Yesterday I attempted to upgrade my NAS from 10.3 to 12.0. Among other things, I use the NAS for data gathering from an Arduino Leonardo clone and displaying to an USB attached Kindle with USB networking. I created a new boot environment with be

USB issues with 12.0

2019-04-01 Thread Florian Schulze
Hi! Yesterday I attempted to upgrade my NAS from 10.3 to 12.0. Among other things, I use the NAS for data gathering from an Arduino Leonardo clone and displaying to an USB attached Kindle with USB networking. I created a new boot environment with beadm, mounted it and upgraded via chroot. Th