

I meant 2004.2Maedhros wrote:Do you mean 'will be'? I thought they were due to be released in November?golloza wrote:2004.3 was the first release with wireless enabled LiveCDs.
Anyway, knoppix might be a solution here...

Code: Select all
ESSID="<your essid>"
KEY="s:<your key>"
Code: Select all
ifconfig_eth0=( "dhcp" )
ifconfig_eth1=( "dhcp" )Code: Select all
/etc/init.d/pcmcia restartCode: Select all
ping www.google.com
Oh my gosh. You totally rock!count_zero wrote:Wireless install has been possible since at least Gentoo LiveCD 1.4--I did it. There's no iwconfig--you have to manually edit /etc/pcmcia/wireless.opts and /etc/conf.d/net to get it to work.
For the orinoco, at least, all you have to do is:
1) edit /etc/pcmcia/wireless.opts:
Remove the lines of gibberish near the top that the file tells you to. Then enter your info:2) edit /etc/conf.d/netCode: Select all
ESSID="<your essid>" KEY="s:<your key>"3) ln -s /etc/init.d/net.eth0 /etc/init.d/net.eth1Code: Select all
ifconfig_eth0=( "dhcp" ) ifconfig_eth1=( "dhcp" )
4) Restart pcmcia:5) Test your connection:Code: Select all
/etc/init.d/pcmcia restart6) Install away!Code: Select all
ping www.google.com

Did they have programming lessons on TV in the old days??Everything seemed much easier with Basic and old BBC2!!!! Programming was a snap!!