Ciao, ho bisogno d'aiuto, possiedo un raspberry mod B, rev1, con kodi installato, e la chiavetta wifi non si connette, mentre in eth0 tutto ok.
vi posto alcuni comandi così da farvi capire meglio
Codice:
root@xbian:/home/xbian# lsusb
Bus 001 Device 005: ID 1915:0145 Nordic Semiconductor ASA
Bus 001 Device 004: ID 0846:9020 NetGear, Inc. WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. LAN9500 Ethernet 10/100 Adapter / SMSC9512/9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
file interface
Codice:
auto eth0 lo
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
iface eth0 inet dhcp
iface lo inet loopback
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
#wpa-conf /etc/wpa_supplicant.conf
iface default inet dhcp
file wpa_supplicant.conf
Codice:
# WPA-PSK/TKIP
ctrl_interface=/var/run/wpa_supplicant
update_config=1
network={
ssid="xxxxxxx"
key_mgmt=WPA-PSK
scan_ssid=1
proto=RSN
pairwise=CCMP TKIP
group=CCMP TKIP
psk="xxxxx"
}
Codice:
root@xbian:/home/xbian# ifconfig
eth0 Link encap:Ethernet HWaddr B8:27:EB:D1:31:E7
inet addr:192.168.115.150 Bcast:192.168.115.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9544 errors:0 dropped:0 overruns:0 frame:0
TX packets:9255 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2521955 (2.4 MiB) TX bytes:2065085 (1.9 MiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:71 errors:0 dropped:0 overruns:0 frame:0
TX packets:71 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9570 (9.3 KiB) TX bytes:9570 (9.3 KiB)
Codice:
root@xbian:/home/xbian# iwlist scan
dummy0 Interface doesn't support scanning.
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.