Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2011 23:34:56 -0400
From:      Arnaud Lacombe <lacombar@gmail.com>
To:        Chuck Burns <break19@gmail.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: [urtw] Wifi link dying randomly. reboot required to reconnect.
Message-ID:  <CACqU3MWWYS_3=qtojwG8fycmRsPNtg%2BqK4dO-=wDg91cmWhPRQ@mail.gmail.com>
In-Reply-To: <201110042203.12082.break19@gmail.com>
References:  <201110042008.48915.break19@gmail.com> <201110042132.52788.break19@gmail.com> <CACqU3MXVH4mz%2BJ75NRVq23bNDBzyJw7xXQ6gK6aQdC-9h9SMSA@mail.gmail.com> <201110042203.12082.break19@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Tue, Oct 4, 2011 at 11:03 PM, Chuck Burns <break19@gmail.com> wrote:
> On Tuesday, October 04, 2011 9:41:22 PM Arnaud Lacombe wrote:
> <snip>
>>
>> You should now have message on the console, don't you ?
>>
> <snip>
>
> Actually. I'm not getting any more messages on my console than I have bee=
n
> getting before..
>
Looking closer in the driver, DPRINTF() is only used 6 time and only
URTW_DEBUG_TXSTATUS, URTW_DEBUG_INIT, URTW_DEBUG_STATE and
URTW_DEBUG_XMIT are actually used...

I'd say to wait until the hang re-occur to see if there is anything printed=
.

 - Arnaud

> Some more information:
>
> FreeBSD blackbeast.local 8.2-STABLE FreeBSD 8.2-STABLE #2: Tue Oct =A04 1=
9:57:10
> CDT 2011 =A0 =A0 root@blackbeast.local:/usr/obj/usr/src/sys/BLACKBEAST =
=A0amd64
>
> sysctl -a | grep urtw:
>
> net.wlan.0.%parent: urtw0
> hw.usb.urtw.preamble_mode: 2
> hw.usb.urtw.debug: -1
> dev.urtw.0.%desc: vendor 0x0846 product 0x6a00, class 0/0, rev 2.00/1.00,=
 addr
> 2
> dev.urtw.0.%driver: urtw
> dev.urtw.0.%location: bus=3D1 hubaddr=3D5 port=3D5 devaddr=3D2 interface=
=3D0
> dev.urtw.0.%pnpinfo: vendor=3D0x0846 product=3D0x6a00 devclass=3D0x00
> devsubclass=3D0x00 sernum=3D"" release=3D0x0100 mode=3Dhost intclass=3D0x=
00
> intsubclass=3D0x00 intprotocol=3D0x00
> dev.urtw.0.%parent: uhub5
> dev.urtw.0.stats.tx.1m: 0
> dev.urtw.0.stats.tx.2m: 19
> dev.urtw.0.stats.tx.5.5m: 0
> dev.urtw.0.stats.tx.6m: 0
> dev.urtw.0.stats.tx.9m: 0
> dev.urtw.0.stats.tx.11m: 19
> dev.urtw.0.stats.tx.12m: 69
> dev.urtw.0.stats.tx.18m: 140
> dev.urtw.0.stats.tx.24m: 196
> dev.urtw.0.stats.tx.36m: 4989
> dev.urtw.0.stats.tx.48m: 5788
> dev.urtw.0.stats.tx.54m: 21513
>
> usbconfig show_ifdrv:
>
> ugen5.2: <product 0x6a00 vendor 0x0846> at usbus5, cfg=3D0 md=3DHOST spd=
=3DHIGH
> (480Mbps) pwr=3DON
> ugen5.2.0: urtw0: <vendor 0x0846 product 0x6a00, class 0/0, rev 2.00/1.00=
,
> addr 2>
>
> usbconfig dump_all_config_desc:
>
> =A0Configuration index 0
>
> =A0 =A0bLength =3D 0x0009
> =A0 =A0bDescriptorType =3D 0x0002
> =A0 =A0wTotalLength =3D 0x0027
> =A0 =A0bNumInterfaces =3D 0x0001
> =A0 =A0bConfigurationValue =3D 0x0001
> =A0 =A0iConfiguration =3D 0x0004 =A0<Wireless Network Card>
> =A0 =A0bmAttributes =3D 0x0080
> =A0 =A0bMaxPower =3D 0x00fa
>
> =A0 =A0Interface 0
> =A0 =A0 =A0bLength =3D 0x0009
> =A0 =A0 =A0bDescriptorType =3D 0x0004
> =A0 =A0 =A0bInterfaceNumber =3D 0x0000
> =A0 =A0 =A0bAlternateSetting =3D 0x0000
> =A0 =A0 =A0bNumEndpoints =3D 0x0003
> =A0 =A0 =A0bInterfaceClass =3D 0x0000
> =A0 =A0 =A0bInterfaceSubClass =3D 0x0000
> =A0 =A0 =A0bInterfaceProtocol =3D 0x0000
> =A0 =A0 =A0iInterface =3D 0x0005 =A0<retrieving string failed>
>
> =A0 =A0 Endpoint 0
> =A0 =A0 =A0 =A0bLength =3D 0x0007
> =A0 =A0 =A0 =A0bDescriptorType =3D 0x0005
> =A0 =A0 =A0 =A0bEndpointAddress =3D 0x0081 =A0<IN>
> =A0 =A0 =A0 =A0bmAttributes =3D 0x0002 =A0<BULK>
> =A0 =A0 =A0 =A0wMaxPacketSize =3D 0x0200
> =A0 =A0 =A0 =A0bInterval =3D 0x0000
> =A0 =A0 =A0 =A0bRefresh =3D 0x0000
> =A0 =A0 =A0 =A0bSynchAddress =3D 0x0000
>
> =A0 =A0 Endpoint 1
> =A0 =A0 =A0 =A0bLength =3D 0x0007
> =A0 =A0 =A0 =A0bDescriptorType =3D 0x0005
> =A0 =A0 =A0 =A0bEndpointAddress =3D 0x0002 =A0<OUT>
> =A0 =A0 =A0 =A0bmAttributes =3D 0x0002 =A0<BULK>
> =A0 =A0 =A0 =A0wMaxPacketSize =3D 0x0200
> =A0 =A0 =A0 =A0bInterval =3D 0x0000
> =A0 =A0 =A0 =A0bRefresh =3D 0x0000
> =A0 =A0 =A0 =A0bSynchAddress =3D 0x0000
>
> =A0 =A0 Endpoint 2
> =A0 =A0 =A0 =A0bLength =3D 0x0007
> =A0 =A0 =A0 =A0bDescriptorType =3D 0x0005
> =A0 =A0 =A0 =A0bEndpointAddress =3D 0x0003 =A0<OUT>
> =A0 =A0 =A0 =A0bmAttributes =3D 0x0002 =A0<BULK>
> =A0 =A0 =A0 =A0wMaxPacketSize =3D 0x0200
> =A0 =A0 =A0 =A0bInterval =3D 0x0000
> =A0 =A0 =A0 =A0bRefresh =3D 0x0000
> =A0 =A0 =A0 =A0bSynchAddress =3D 0x0000
>
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACqU3MWWYS_3=qtojwG8fycmRsPNtg%2BqK4dO-=wDg91cmWhPRQ>