Привет. дистр - raspbian, к одной сети подключается, к другой нет. Хотелось б понять почему
# lsusb
Bus 001 Device 002: ID 8564:1000 Transcend Information, Inc. JetFlash
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
# lsmod
Module Size Used by
cmac 3230 1
bnep 11981 2
hci_uart 26546 1
btbcm 8248 1 hci_uart
serdev 9370 1 hci_uart
bluetooth 366847 24 hci_uart,bnep,btbcm
ecdh_generic 17649 1 bluetooth
nls_koi8_r 4901 1
nls_cp866 4900 1
sg 20636 0
brcmfmac 273198 0
brcmutil 9114 1 brcmfmac
snd_bcm2835 22991 0
cfg80211 542242 1 brcmfmac
snd_pcm 89590 1 snd_bcm2835
snd_timer 22396 1 snd_pcm
rfkill 21476 6 bluetooth,cfg80211
snd 60154 3 snd_timer,snd_bcm2835,snd_pcm
uio_pdrv_genirq 3718 0
uio 9901 1 uio_pdrv_genirq
fixed 3033 0
i2c_dev 6674 0
ip_tables 12427 0
x_tables 22098 1 ip_tables
ipv6 401778 26
# ifconfig -a
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether b8:27:eb:4a:1b:d1 txqueuelen 1000 (Ethernet)
RX packets 1 bytes 99 (99.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3 bytes 387 (387.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="***"
psk="***"
key_mgmt=WPA-PSK
}