長い話を短く。 2つの質問:
- 仕事ができない
wlan0
、 - 仕事できません
wpa_supplicant
。
コンパイルしてインストールしました。カーネル 4.4(改訂版。EB4D55)と強化された rtl8xxxu サポート有効です。私が使用したカーネルをコンパイルしてインストールするにはRaspbianの公式ステップ。
新しいカーネルで起動した後、次のことを行いました。
これで未使用の
8192cu
モジュールを削除します。sudo modprobe -r 8192cu
利用可能な新しい
rtl8xxxu
モジュールをロードします。sudo modprobe rtl8892xxxu
これは以下で確認されました
dmesg
。[ 1225.566010] usbcore: deregistering interface driver rtl8192cu [ 1362.505013] usbcore: registered new interface driver rtl8xxxu
しかし、2つの質問があります。
私は起こることができないようです
wlan0
:$ sudo ifdown wlan0 ifdown: interface wlan0 not configured $ sudo ifup wlan0 $ sudo ifup wlan0 ifup: interface wlan0 already configured
うまくいかないようです
wpa_supplicant
。おそらく次wlan0
のようになります。下に:$ sudo wpa_supplicant -Dnl80211 -iwlan0 -c my_wpa.conf Successfully initialized wpa_supplicant Could not read interface wlan0 flags: No such device nl80211: Driver does not support authentication/association or connect commands Could not read interface wlan0 flags: No such device wlan0: Failed to initialize driver interface
これは私のものです/etc/netword/interfaces/
:
auto lo
iface lo inet loopback
iface eth0 inet manual
allow-hotplug wlan0
iface wlan0 inet manual
私の環境について
在庫バージョンwpa_supplicant
:
$ wpa_supplicant -v
wpa_supplicant v2.3
Copyright (c) 2003-2014, Jouni Malinen <[email protected]> and contributors
コンテンツwpa_supplicant.conf
:
$ cat wpa_supplicant.conf
network={
ssid="my_network_name"
psk="my_password"
}
USBデバイスリスト:
$ lsusb
Bus 001 Device 004: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
リリースバージョン:
$ uname -a
Linux raspberrypi 4.4.5+ #7 Thu Mar 17 11:48:18 GMT 2016 armv6l GNU/Linux
ロードされたカーネルモジュール:
$ lsmod
Module Size Used by
rtl8xxxu 53252 0
mac80211 602908 1 rtl8xxxu
cfg80211 488954 1 mac80211
rfkill 21277 1 cfg80211
bcm2835_gpiomem 3823 0
snd_bcm2835 27597 0
bcm2835_wdt 4133 0
snd_pcm 92845 1 snd_bcm2835
snd_timer 22312 1 snd_pcm
snd 66956 3 snd_bcm2835,snd_timer,snd_pcm
uio_pdrv_genirq 3654 0
uio 10166 1 uio_pdrv_genirq