[Voyage-linux] hostapd & ath9k
Frank Parker
(spam-protected)
Tue Feb 23 09:20:49 HKT 2010
I did
# rmmod ath9k
# modprobe ath_pci
But no wifi0 interface appeared.
# lsmod | grep ath
ath_pci 185244 0
wlan 184544 1 ath_pci
ath_hal 320500 1 ath_pci
# ifconfig -a
eth0 Link encap:Ethernet HWaddr 90:fb:a6:2c:0b:a4
inet addr:10.1.1.219 Bcast:10.1.2.255 Mask:255.255.255.0
inet6 addr: fe80::92fb:a6ff:fe2c:ba4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:813 errors:0 dropped:0 overruns:0 frame:0
TX packets:493 errors:0 dropped:0 overruns:0 carrier:1
collisions:17 txqueuelen:1000
RX bytes:75208 (73.4 KiB) TX bytes:68569 (66.9 KiB)
Interrupt:19
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:74 errors:0 dropped:0 overruns:0 frame:0
TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5421 (5.2 KiB) TX bytes:5421 (5.2 KiB)
I also blacklisted ath9k in //etc/modprobe.d/madwifi and rebooted.
Same result.
On Mon, Feb 22, 2010 at 6:02 PM, Gustin Johnson <gustin at echostar.ca> wrote:
> First remove the ath9k driver:
> rmmod ath9k
>
> Then insert the madwifi driver:
> modprobe ath_pci
>
> You should then have a wifi0 device, but we are not yet done. We next
> need to create the ath0 device that we will actually use.
> wlanconfig ath0 create wlandev wifi0 wlanmode ap
More information about the Voyage-linux
mailing list