Talk:Tiny Core Linux: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (Instructions for wireless usage which reach closer to success.)
 
m (→‎Configure wireless: Added the response from lynx.)
Line 15: Line 15:
* Try to retrieve something.
* Try to retrieve something.
lynx http://wiki.laptop.org/go/Tiny_Core_Linux
lynx http://wiki.laptop.org/go/Tiny_Core_Linux
Unable to locate remote host wiki.laptop.org.

Revision as of 16:29, 15 February 2014

Configure wireless

A 1.5 here with firmware q3c16. No eth0 is evident.

  • scan for networks:
iwlist scan | more
... lo ...
... wlan0 ...
  • associate with an open network:
#iwconfig eth0 essid network
iwconfig wlan0 essid linksys
... 
  • configure the interface using DHCP
/etc/init.d/dhcp.sh
  • Try to retrieve something.
lynx http://wiki.laptop.org/go/Tiny_Core_Linux
Unable to locate remote host wiki.laptop.org.