Talk:Tiny Core Linux: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (→‎Configure wireless: Added the response from lynx.)
No edit summary
Line 16: Line 16:
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.
Unable to locate remote host wiki.laptop.org.
:Yes, eth0 is no longer present in recent versions, you must identify the interface name using {{code|iw dev}}, and I've edited the page to show that. For all other network connection problems, refer to the Tiny Core Linux web sites, as we don't provide support for Tiny Core Linux here beyond that required for hardware compatibility. --[[User:Quozl|Quozl]] 23:09, 16 February 2014 (UTC)

Revision as of 23:09, 16 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.
Yes, eth0 is no longer present in recent versions, you must identify the interface name using iw dev, and I've edited the page to show that. For all other network connection problems, refer to the Tiny Core Linux web sites, as we don't provide support for Tiny Core Linux here beyond that required for hardware compatibility. --Quozl 23:09, 16 February 2014 (UTC)