I have EeePC 1201N, and installed Xubuntu on it and it was pretty slow so I decided to try Tiny Core Linux on the netbook.
My first problem on using it is it seems not catching any wifi signal.
I was following this page (
http://wiki.tinycorelinux.net/wiki:setting_up_wifi), and the page suggests using 'wicd', 'wpa_gui' and a more advanced way with 'iwconfig' and so on.
wicd fails, as after installing and clicking the icon on wbar nothing happens.
wpa_gui asks me to add some code like this to bootlocal.sh in somewhere:
wpa_supplicant -Dwext -iwlan0 -c/opt/wpa.cfg -B
and says I should replace 'wlan0' with the name of my wireless card.
Name of my wireless card? I googled about finding it and some pages say I could use 'iwconfig' to get the name.
And this is the output of 'iwconfig':
ip_vti0 no wireless extensions.
dummy0 no wireless extensions.
lo no wireless extensions.
eth0 no wireless extensions.
tunl0 no wireless extensions.
There is no wlan0. So it would be like it couldn't catch any wifi because there's no device for it (for Tiny Core's perspection at least).
I tried to find a way to get the wlan0 to appear (or which driver or anything like that should be installed to make it recognize wlan0), but no result came up.
And that wiki page assume that of course I can see wlan0 in the output so I can't follow the instruction now.
Where should I have to start to solve this problem?