Re: xhci isochronous transfers

2019-03-16 Thread Nam Nguyen
> This procedure is sufficient when I use a USB 2 port. I forgot to test USB 2 at the time of my original e-mail. There is actually a regression and both USB 2 and USB 3 ports throw the same error. --8<---cut here---start->8--- uaudio0: can't get iface handle

Re: xhci isochronous transfers

2019-03-16 Thread Nam Nguyen
Thank you for all the work that went into this. I am testing USB 3 on a Thinkpad x230i for my headphone DAC, an ODAC-revB. I tested a Youtube video, and it does not begin playback. The relevant error is at the end of the pasted dmesg. I also tested this on a Thinkpad X1 Carbon Gen 4 to the same

Re: pppoe(4) and vlan(4)

2019-03-16 Thread Thomas Huber
Hi, I just setup two of the mentioned xDSL-modem and now everything works almost fine now. It took a while to find proper modem settings (VPI,VCI, VLAN, VLAN-Prio) for my ISP, donĀ“t know if it is import for the OP. If someone is interested I can provide further details. Now i do the pppoe in OpenB

Re: xhci isochronous transfers (was: Re: CVS: cvs.openbsd.org: src)

2019-03-16 Thread Solene Rapenne
On Sat, Mar 16, 2019 at 12:38:09PM -, Christian Weisgerber wrote: > On 2019-03-15, Patrick Wildt wrote: > > > CVSROOT:/cvs > > Module name:src > > Changes by: patr...@cvs.openbsd.org 2019/03/15 17:20:35 > > > > Modified files: > > sys/dev/usb: xhci.c > > > > Log message:

Re: iked road warrior setup with multiple clients connecting

2019-03-16 Thread Michael Lam
Hi, Just want to give a pump here to see if anyone get this resolved. Rgds, Michael > On 1 Mar 2019, at 8:24 PM, Michael Lam wrote: > > > >> On 1 Mar 2019, at 6:42 AM, Stuart Henderson wrote: >> >> On 2019-02-28, Michael Lam wrote: >>> Just want to highlight that there is a FAQ document

xhci isochronous transfers (was: Re: CVS: cvs.openbsd.org: src)

2019-03-16 Thread Christian Weisgerber
On 2019-03-15, Patrick Wildt wrote: > CVSROOT: /cvs > Module name: src > Changes by: patr...@cvs.openbsd.org 2019/03/15 17:20:35 > > Modified files: > sys/dev/usb: xhci.c > > Log message: > Improve and enable isochronous transfers in xhci(4). [...] Wow, that appears to be the

Re: Creation of fifth dev/tun fails

2019-03-16 Thread Paul de Weerd
On Sat, Mar 16, 2019 at 12:46:36PM +0100, Florian wrote: | Good afternoon, | | I tried to add a fifth tun interface. ifconfig tun4 create creates a new | interface visible via ifconfig, however there is no device node under | dev. Is there a limitation of tun devices? I was able to create tun0 to

Creation of fifth dev/tun fails

2019-03-16 Thread Florian
Good afternoon, I tried to add a fifth tun interface. ifconfig tun4 create creates a new interface visible via ifconfig, however there is no device node under dev. Is there a limitation of tun devices? I was able to create tun0 to tun3 without any issues. Thank you for you help. Kind regards,