Subject: Re: kern/36148: USB ral(4) locks up randomly
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Andreas Gustafsson <gson@gson.org>
List: netbsd-bugs
Date: 06/06/2007 14:40:11
The following reply was made to PR kern/36148; it has been noted by GNATS.

From: gson@gson.org (Andreas Gustafsson)
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/36148: USB ral(4) locks up randomly
Date: Wed, 6 Jun 2007 17:38:53 +0300

 The lockup happened again.  I now have the output from "ifconfig ral0"
 while in the locked-up state:
 
   ral0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
 	  ssid gson nwkey *****
 	  powersave off
 	  bssid 00:0d:88:eb:ba:ca chan 1
 	  address: 00:16:01:80:1e:96
 	  media: IEEE802.11 autoselect (OFDM36 mode 11g)
 	  status: no network
 	  inet 10.0.1.247 netmask 0xffffff00 broadcast 10.0.1.255
 	  inet6 fe80::216:1ff:fe80:1e96%ral0 prefixlen 64 scopeid 0x3
 
 Doing "ifconfig ral0 down" followed by "ifconfig ral0 up" made it
 work again.  At that point, the output of "ifconfig ral0" was:
 
   ral0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
 	  ssid gson nwkey *****
 	  powersave off
 	  bssid 00:0d:88:eb:ba:ca chan 1
 	  address: 00:16:01:80:1e:96
 	  media: IEEE802.11 autoselect (OFDM36 mode 11g)
 	  status: active
 	  inet 10.0.1.247 netmask 0xffffff00 broadcast 10.0.1.255
 	  inet6 fe80::216:1ff:fe80:1e96%ral0 prefixlen 64 scopeid 0x3
 
 The only difference between the two is the line "status: no network"
 vs. "status: active".
 -- 
 Andreas Gustafsson, gson@gson.org