Имеется Ubuntu Server 11.10 и USB Wi-Fi адаптер TP-Link TL-WN722NC. Хотелось бы настроить точку доступа и разавать инет по воздуху. Скачал compat-drivers для ath9k_htc - установил, firmware htc_9271.fw,htc_7010.fw скопировал в /lib/firmware с заменой старых файлов.
Но имеется проблема:
kashey@nas:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
kashey@nas:~$ dmesg | grep ath9k_htc
[ 5.975188] usb 1-7: ath9k_htc: Firmware htc_9271.fw requested
[ 5.976292] usbcore: registered new interface driver ath9k_htc
[ 6.756244] usb 1-7: ath9k_htc: Transferred FW: htc_9271.fw, size: 51272
[ 7.756036] ath9k_htc 1-7:1.0: ath9k_htc: Target is unresponsive
[ 7.756166] ath9k_htc: Failed to initialize the device
[ 7.765400] usb 1-7: ath9k_htc: USB layer deinitialized
ЧЯДНТ?
Вот некоторые данные:
kashey@nas:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
kashey@nas:~$ lsmod|grep ath*
ath9k_htc 85330 0
mac80211 470484 1 ath9k_htc
ath9k_common 13781 1 ath9k_htc
ath9k_hw 346357 2 ath9k_htc,ath9k_common
ath 19187 3 ath9k_htc,ath9k_common,ath9k_hw
cfg80211 183472 3 ath9k_htc,mac80211,ath
compat 19311 5 ath9k_htc,mac80211,ath9k_common,ath9k_hw,cfg80211
pata_jmicron 12651 0
содержимое /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
# Беспроводной интерфейс
iface wlan0 inet manual
pre-up iw dev wlan0 del
pre-up iw phy phy0 interface add wlan0 type __ap
содержимое /etc/hostapd/hostapd.conf
interface=wlan0
driver=nl80211
ieee80211n=1
ssid=SupaAP
country_code=RU
hw_mode=g
channel=10