MiniBian and wifi (HOWTO & preconfigured image) - Raspberry Pi Forums


i've been using minibian while since "raspbian without bloat" , fits on 512mb card:

https://minibianpi.wordpress.com/features/

ethernet, came across trouble getting wifi work... thought i'd write steps below:

minibian minimal doesn't have wifi drivers built in... install wifi drivers:

code: select all

apt-get install firmware-ralink apt-get install firmware-realtek 
test things working doing scan networks

code: select all

apt-get install wireless-tools iwlist wlan0 scan
we'll set auto connect:

code: select all

apt-get install wpasupplicant  

edit /etc/network/interfaces:

code: select all

auto lo iface lo inet loopback  allow-hotplug eth0 iface eth0 inet dhcp  allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp 

edit /etc/wpa_supplicant/wpa_supplicant.conf:

code: select all

network={         key_mgmt=none         priority=-999         } 
above sets connect open wifi.

made image pre-setup in model "no ethernet configure wifi" catch22 situation:

https://sourceforge.net/projects/minibianwifi/

thank you!
try @ home!
looking have airprint solution on 2gb microsd card.


raspberrypi



Comments

Popular posts from this blog

opencv3, tbb and rasp pi 2 - Raspberry Pi Forums

small ethernet problem - Raspberry Pi Forums

Multithumb configuration params not working? - Joomla! Forum - community, help and support