Wifi!

>From a fresh install of the base image I did:


Code:
--------------------
    sudo apt-get update
  sudo apt-get install --no-install-recommends network-manager 
  
--------------------


Then I edited /etc/network/interfaces to look like this (replace "ssid"
and "password" with your own details, inside double quotes)

Code:
--------------------
    # interfaces(5) file used by ifup(8) and ifdown(8)
  auto lo
  iface lo inet loopback
  
  auto eth0
  iface eth0 inet dhcp
  
  allow-hotplug wlan0
  iface wlan0 inet dhcp
  wpa-ssid "ssid"
  wpa-psk "password"
  
--------------------


Then I rebooted without the ethernet cable attached, and I can now
connect to the Joggler wirelessly.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110040

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to