Skip to content

A simple Bash script for automated setup of a stock MINIBIAN installation. #Raspberry #Pi #Pi2 #Raspbian #MINIBIAN

License

Notifications You must be signed in to change notification settings

websafe/minibian-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

minibian-setup.sh

A simple Bash script for automated setup of a stock MINIBIAN installation.

Usage

cd /tmp
wget --content-disposition http://git.io/vBRfm
sh minibian-setup.sh "MY-WLAN-SSID" "MY-WLAN-PASSPHRASE"

What next?

If your wlan0 is not working after rebooting, you're probably missing kernel firmware for your wireless network adapter.

Just check dmesg for entries looking like:

r8188eu 1-1.5:1.0: Firmware rtlwifi/rtl8188eufw.bin not available

and use apt-file to find the corresponding package containing this firmware:

apt-file update
apt-file find rtl8188eufw.bin

which will result in:

firmware-realtek: /lib/firmware/rtlwifi/rtl8188eufw.bin

and then install the required package:

apt-get -y install firmware-realtek

Now unplug and reinsert the wireless adapter or reboot.

About

A simple Bash script for automated setup of a stock MINIBIAN installation. #Raspberry #Pi #Pi2 #Raspbian #MINIBIAN

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages