wifi

StereoPi hardware discussion
Post Reply
henrique_mg
Posts: 25
Joined: Sat Jul 13, 2019 5:10 pm

wifi

Post by henrique_mg »

I put a usb wifi but do not know enabling
I can only access by cable

User avatar
Realizator
Site Admin
Posts: 900
Joined: Tue Apr 16, 2019 9:23 am
Contact:

Re: wifi

Post by Realizator »

Henrique_mg, you need to configure your network settings.
Insert micro SD card from your StewreoPi to the cardreader of your computer. You will see new disk, called "BOOT". Open it, find "stereopi.conf" file, and put settings according to this guide from our Wiki.

Cite from wiki:
you need to fill 3 parameters to enable WiFi
wifi_iface = wlan0
wifi_ssid=my-access-point-name
wifi_psk=mypassword

Replace 'my-access-point-name' and 'mypassword' with the name and password of your WiFi access point.
Eugene a.k.a. Realizator

henrique_mg
Posts: 25
Joined: Sat Jul 13, 2019 5:10 pm

Re: wifi

Post by henrique_mg »

the problem should be with my 802.11n wifi usb adapter that should not be found or configured

User avatar
Realizator
Site Admin
Posts: 900
Joined: Tue Apr 16, 2019 9:23 am
Contact:

Re: wifi

Post by Realizator »

What is the model of your WiFi adapter?
Eugene a.k.a. Realizator

henrique_mg
Posts: 25
Joined: Sat Jul 13, 2019 5:10 pm

Re: wifi

Post by henrique_mg »

Realtek RTL8188FTV Wireless LAN 802.11n USB 2.0 Network Adapter

User avatar
Realizator
Site Admin
Posts: 900
Joined: Tue Apr 16, 2019 9:23 am
Contact:

Re: wifi

Post by Realizator »

Google says this chipset is not supported by Raspbian out of the box. You may either use another WiFi dongle, or install drivers for this module. It is described, for example, in this thread:
https://www.raspberrypi.org/forums/view ... 82#p462982
Eugene a.k.a. Realizator

henrique_mg
Posts: 25
Joined: Sat Jul 13, 2019 5:10 pm

Re: wifi

Post by henrique_mg »

console root$ sudo wget http://downloads.fars-robotics.net/wifi ... stall-wifi -O /usr/bin/install-wifi
/usr/bin/install-wifi: Read-only file system

User avatar
Realizator
Site Admin
Posts: 900
Joined: Tue Apr 16, 2019 9:23 am
Contact:

Re: wifi

Post by Realizator »

henrique_mg wrote:
Tue Sep 17, 2019 1:21 pm
console root$ sudo wget http://downloads.fars-robotics.net/wifi ... stall-wifi -O /usr/bin/install-wifi
/usr/bin/install-wifi: Read-only file system
Looks like you are using SLP image. It has read-onlu file system for safety reasons (as it is industrial-like solution).
You can find details here in our wiki.
To unlock filesystem you can:
1. Use this code:

Code: Select all

sudo mount -o rw,remount /
2. If you can access admin panel over network, go to the file manager icon, and press "Unlock filesystem" link at the top of the page.

Both methods gives you the same result.
Eugene a.k.a. Realizator

Post Reply