Hi,
I restarted from the begining (once more) to give you some screenshots.
so :
- volumio 1.55 on a 2GB µSD copied win W32DiskImager
- first boot :
[code]volumio@volumio:~$ sudo iwconfig
wlan0 unassociated Nickname:“WIFI@REALTEK”
Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
lo no wireless extensions.
eth0 no wireless extensions.
[/code]
then I installed the driver from :
raspberrypi.org/forums/view … hp?t=62371
[code]volumio@volumio:~$ sudo tar xvf 8188eu-20150130.tar.gz
8188eu.ko
8188eu.conf
install.sh
volumio@volumio:~$ sudo ./install.sh
sudo cp 8188eu.conf /etc/modprobe.d/.
sudo install -p -m 644 8188eu.ko /lib/modules/3.18.5+/kernel/drivers/net/wireless
sudo depmod 3.18.5+
Reboot to run the driver.
If you have already configured your wifi it should start up and connect to your
wireless network.
If you have not configured your wifi you will need to do that to enable the wifi.
[/code]
I tryed to configure wifi from the web interface with no succes
i tryed to configure wifi using this I had in my bookmarks :
weworkweplay.com/play/automatica … i-network/
with no succes
some “sudo /etc/init.d/networking restart” and “sudo init 6” later still not connected :
volumio@volumio:~$ sudo iwconfig
wlan0 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
I tryed once more to configure wifi with the web interface and voila !!!
wlan0 IEEE 802.11bgn ESSID:"MYNETWORK" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.462 GHz Access Point: 00:24:D4:66:06:14
Bit Rate:72.2 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:****-****-****-****-****-****-****-**** Security mode:open
Power Management:off
Link Quality=100/100 Signal level=100/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
I don’t understand but it works …
thank you