On Sun, Sep 27, 2015 at 10:38:36AM +0200, [email protected] wrote: > >Synopsis: device timeout after some minutes of use with athn(4) > >Category: wireless > >Environment: > System : OpenBSD 5.8 > Details : OpenBSD 5.8-current (GENERIC.MP) #1377: Wed Sep 23 > 20:48:11 MDT 2015 > > [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > Architecture: OpenBSD.amd64 > Machine : amd64 > >Description: > After some minutes of use the athn(4) device times out and no more > traffic goes through the interface. > athn0 at uhub3 port 2 configuration 1 interface 0 "NETGEAR WNA WNA1100" > rev 2.00/1.08 addr 4 > athn0: AR9271 rev 1 (1T1R), ROM rev 15, address e0:46:9a:09:d9:65 > athn0: device timeout > > >How-To-Repeat: > Use athn(4) "NETGEAR WNA WNA1100" for some minutes, > increasing sc->sc_tx_timer in if_athn_usb.c does not help. > >Fix: > The only workaround known is to unplug the device and then plug it again
Having spent quite some time chasing various athn(4) USB bug reports, I believe your issues are specific to the USB host controller driver, not to the wireless driver. http://www.openbsd.org/want.html * Machines with non-working xhci(4) "Intel 7 Series xHCI" and "Intel 8 Series xHCI" USB3 controllers (e.g. Dell Optiplex 3020) are needed in Aachen, Germany. Contact [email protected]. > uhub0 at usb0 "Intel xHCI root hub" rev 3.00/1.00 addr 1 > "Intel 7 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured > ehci0 at pci0 dev 26 function 0 "Intel 7 Series USB" rev 0x04: apic 2 int 16 > usb1 at ehci0: USB revision 2.0 > uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1 > usb2 at ehci1: USB revision 2.0 > uhub2 at usb2 "Intel EHCI root hub" rev 2.00/1.00 addr 1 > uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 > uvideo0 at uhub3 port 5 configuration 1 interface 0 "Vimicro corp. Integrated > Camera" rev 2.00/14.10 addr 3 > video0 at uvideo0 > uhub4 at uhub2 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 > umass0 at uhub4 port 6 configuration 1 interface 0 "Generic Flash Card > Reader/Writer" rev 2.00/1.00 addr 3 > athn0 at uhub3 port 2 configuration 1 interface 0 "NETGEAR WNA WNA1100" rev > 2.00/1.08 addr 4 > athn0: AR9271 rev 1 (1T1R), ROM rev 15, address e0:46:9a:09:d9:65 > athn0: device timeout > athn0 detached
