Здравствуйте, у меня проблема с подключением к Wi-Fi с помощью ключа wpa2 psk.
Ошибка:
Код: Выделить всё
/usr/sbin/wpa_supplicant
/usr/sbin/wpa_supplicant: error while loading shared libraries: libgnutls.so.28: cannot open shared object file: No such file or directory
Код: Выделить всё
root@imx6dlsabrebavn:/etc# /sbin/ifconfig wlan0 up
[ 1252.488843 / 06-14 11:19:18.380] zd1211rw 2-1:1.0: firmware version 4725
[ 1252.536847 / 06-14 11:19:18.430] zd1211rw 2-1:1.0: zd1211b chip 079b:0062 v4810 high 00-60-b3 AL2230_RF pa0 g---S
[ 1252.580735 / 06-14 11:19:18.470] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Код: Выделить всё
root@imx6dlsabrebavn:/etc# /sbin/iwconfig
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
sit0 no wireless extensions.
lo no wireless extensions.
ncm0 no wireless extensions.
root@imx6dlsabrebavn:/etc#
моя конфигурация
Код: Выделить всё
root@imx6dlsabrebavn:/etc# cat wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
update_config=1
ap_scan=1
network={
ssid="HUAWEI"
scan_ssid=0
proto=WPA RSN
key_mgmt=WPA-PSK
group=CCMP TKIP
psk=123456
priority=5
}
Код: Выделить всё
root@imx6dlsabrebavn:/etc/network# cat interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo
iface lo inet loopback
# Wireless interfaces
auto wlan0
iface wlan0 inet static
address 192.168.1.122
netmask 255.255.255.0
gateway 192.168.1.1
wpa-conf /etc/wpa_supplicant.conf
iface atml0 inet dhcp
# Wired or wireless interfaces
auto eth0
iface eth0 inet dhcp
iface eth1 inet dhcp
# Ethernet/RNDIS gadget (g_ether)
# ... or on host side, usbnet and random hwaddr
iface usb0 inet static
address 192.168.1.150
netmask 255.255.255.0
network 192.168.1.0
gateway 192.168.1.1
# Bluetooth networking
iface bnep0 inet dhcp
если я не защищаю свою сеть с помощью ключа wpa2 psk, ключ Wi-Fi работает хорошо