Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.
/ WLAN-on-Wallaby Public archive

Disable the integrated Wallaby access point and join an existing one.

Notifications You must be signed in to change notification settings

F-WuTS/WLAN-on-Wallaby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WLAN on Wallaby

Usage

  • Clone this repo to a USB stick
  • Insert USB stick into your Wallaby
  • Connect to your Wallby over USB
  • Open up Harrogate (192.168.124.1:8888)
  • Open Terminal and execute
    mount /dev/sda1 /mnt && /mnt/WLAN-on-Wallaby/wlan.sh

Once the Wallaby has rebooted you can add WiFi networks with wpa_cli.

wpa_cli
add_network
> 0 # This number can be higher or lower depending on the already added networks
set_network <number-add_network-returned> ssid "insert-your-ssid-here"
> OK
set_network <number-add_network-returned> psk "insert-your-password-here"
> OK
enable_network <number-add_network-returned>
> OK
save # Try to reconnect to added networks after a reboot
> OK

If you want to assing an IP address over DHCP run dhclient -v -r wlan0.

To undo all changes run /mnt/wlan-undo.sh.

Caveats

The WiFi module integrated into the Wallaby is absolutely terrible. Usage of a USB WiFi dongle is pretty much necessary.

About

Disable the integrated Wallaby access point and join an existing one.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages