Date: Sun, 06 Nov 2005 16:19:45 -0600 From: Stephen Montgomery-Smith <stephen@math.missouri.edu> To: =?UTF-8?B?0J3QuNC60L7Qu9Cw0Lkg0JzQuNGA0LjQvQ==?= <nik@optim.com.ru> Cc: freebsd-stable@freebsd.org Subject: Re: Atheros (ath0) no RX traffic Message-ID: <436E8181.9050207@math.missouri.edu> In-Reply-To: <436E7C28.4090004@optim.com.ru> References: <20051106131916.GO28385@sun.unixguru.nl> <436E6D07.6010600@math.missouri.edu> <20051106211550.GB26783@sun.unixguru.nl> <436E7C28.4090004@optim.com.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Николай Мирин wrote: > If you do not build kernel modules there are several things to include > in 6.0 kernel when > you migrate from 5.4. The reason for the error in your case is probably > missing wlan_wep device. > > #5.4 > device wlan # 802.11 support > device ath > device ath_hal > > #6.0 > device wlan # 802.11 support > device wlan_wep > device ath > device ath_hal > device ath_rate_onoe > > > > > And actually, I had to change rc.conf line for my ath card a little bit. > For some reason in 6.0 it doesn't work without wepkey number specified. > > in 5.4 it was: > ifconfig_ath0="inet 192.168.0.99 ssid MirinNET channel 1 wep wepkey > 0x000000000000000000000 authmode open" > > in 6.0 it became > ifconfig_ath0="inet 192.168.0.99 ssid MirinNET channel 1 wep wepkey > 0x00000000000000000000 authmode open weptxkey 1" > > > -Nikolay Thank you. That fixed it. Stephen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?436E8181.9050207>