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: test things working doing scan networks we'll set auto connect:
edit /etc/network/interfaces:
edit /etc/wpa_supplicant/wpa_supplicant.conf: above sets connect open wifi.
made image pre-setup in model "no ethernet configure wifi" catch22 situation:
https://sourceforge.net/projects/minibianwifi/
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
code: select all
apt-get install wireless-tools iwlist wlan0 scan
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 }
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.
try @ home!
looking have airprint solution on 2gb microsd card.
raspberrypi
Comments
Post a Comment