Hi folks, I've recently (september 3rd) csup'ed RELENG_6 and made a buildkernel && buildworld process. After the reboot hostapd doesn't work as expected. Did I miss a MFC warning for ath / hostapd? hostapd just says: bellona# hostapd -dd /etc/hostapd.conf Configuration file: /etc/hostapd.conf bsd_set_iface_flags: dev_up=0 bsd_get_ssid: ssid="vtec" Using interface ath0 with hwaddr 00:09:5b:89:7d:1f and ssid 'vtec' bsd_set_ieee8021x: enabled=1 bsd_configure_wpa: group key cipher=TKIP (1) bsd_configure_wpa: pairwise key ciphers=0x2 bsd_configure_wpa: key management algorithms=0x2 bsd_configure_wpa: rsn capabilities=0x0 bsd_configure_wpa: enable WPA= 0x1 bsd_set_iface_flags: dev_up=1 bsd_set_privacy: enabled=1 WPA: group state machine entering state GTK_INIT GMK - hexdump(len=32): 33 e9 d7 a0 86 d2 4f 23 5b a8 21 f7 ed ef cf 57 ae 2b 29 5e 8e 5e 91 a8 92 9b 0b dd fa 10 28 ac GTK - hexdump(len=32): 8e 9c 18 a4 59 ca 79 bc 04 01 9f e2 82 a5 5b 17 94 d7 fd e8 e2 7e 65 30 bf de 9b 5f 9b 72 b3 f5 WPA: group state machine entering state SETKEYSDONE bsd_set_key: alg=TKIP addr=00:00:00:00:00:00 key_idx=1 Flushing old station entries bsd_sta_deauth: addr=ff:ff:ff:ff:ff:ff reason_code=3 Deauthenticate all stations .....and all looks fine. ifconfig ath0 says: ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2290 ether 00:09:5b:89:7d:1f media: IEEE 802.11 Wireless Ethernet autoselect status: no carrier ssid vtec channel 9 authmode WPA privacy MIXED deftxkey 2 TKIP 2:128-bit TKIP 3:128-bit txpowmax 30 bmiss 7 protmode CTS burst bintval 100 I just get a 'no carrier' and so no client system is able to see the AP. There's no configuration change just a recently csup'ed and rebuild system. Is there something I've overseen? Greetings, Volker
On Mon, Sep 04, 2006 at 09:03:57PM +0200, Volker wrote:> I just get a 'no carrier' and so no client system is able to see the > AP. There's no configuration change just a recently csup'ed and > rebuild system. > > Is there something I've overseen?What does your ath0 entries in /etc/rc.conf look like? Regards, Brix -- Henrik Brix Andersen <henrik@brixandersen.dk> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 211 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060904/22d4987f/attachment.pgp
Volker wrote:> Hi folks, > > I've recently (september 3rd) csup'ed RELENG_6 and made a > buildkernel && buildworld process. > > After the reboot hostapd doesn't work as expected. Did I miss a MFC > warning for ath / hostapd? > > hostapd just says: > bellona# hostapd -dd /etc/hostapd.conf > Configuration file: /etc/hostapd.conf > bsd_set_iface_flags: dev_up=0 > bsd_get_ssid: ssid="vtec" > Using interface ath0 with hwaddr 00:09:5b:89:7d:1f and ssid 'vtec' > bsd_set_ieee8021x: enabled=1 > bsd_configure_wpa: group key cipher=TKIP (1) > bsd_configure_wpa: pairwise key ciphers=0x2 > bsd_configure_wpa: key management algorithms=0x2 > bsd_configure_wpa: rsn capabilities=0x0 > bsd_configure_wpa: enable WPA= 0x1 > bsd_set_iface_flags: dev_up=1 > bsd_set_privacy: enabled=1 > WPA: group state machine entering state GTK_INIT > GMK - hexdump(len=32): 33 e9 d7 a0 86 d2 4f 23 5b a8 21 f7 ed ef cf > 57 ae 2b 29 5e 8e 5e 91 a8 92 9b 0b dd fa 10 28 ac > GTK - hexdump(len=32): 8e 9c 18 a4 59 ca 79 bc 04 01 9f e2 82 a5 5b > 17 94 d7 fd e8 e2 7e 65 30 bf de 9b 5f 9b 72 b3 f5 > WPA: group state machine entering state SETKEYSDONE > bsd_set_key: alg=TKIP addr=00:00:00:00:00:00 key_idx=1 > Flushing old station entries > bsd_sta_deauth: addr=ff:ff:ff:ff:ff:ff reason_code=3 > Deauthenticate all stations > > .....and all looks fine. > > ifconfig ath0 says: > ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2290 > ether 00:09:5b:89:7d:1f > media: IEEE 802.11 Wireless Ethernet autoselect > status: no carrier > ssid vtec channel 9 > authmode WPA privacy MIXED deftxkey 2 TKIP 2:128-bit TKIP > 3:128-bit > txpowmax 30 bmiss 7 protmode CTS burst bintval 100 > > I just get a 'no carrier' and so no client system is able to see the > AP. There's no configuration change just a recently csup'ed and > rebuild system. > > Is there something I've overseen?ath0 is not set in hostap mode. Sam