Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: sudders on January 08, 2010, 01:41:13 AM

Title: Wireless networking with ipw3945ABG
Post by: sudders on January 08, 2010, 01:41:13 AM
Hi There,
I'm trying to get Tiny Core up and running on my system, which already boots happily to unbuntu and XP.

The base installed fine, but I am having trouble getting the wireless working. This is made more difficult by the fact that I have no access to a wired network.

I installed wcid and all the dependencies listed. When I start wcid it tells me that no wireless networks were found.

The card (which is an Intel PRO wireless 3945ABG) seems to be installed fine as iwconfig lists it as wlan0 and lspci lists it as:

Quote
Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
if I try iwlist wlan0 scan

I get

Quote
wlan0: no result

and if try iwconfig wlan0 essid any

i get
Quote
Error for wireless request "Set ESSID" (8B1A) :
    SET failed on device wlan0 ; Operation not supported.

any ideas anyone? Are the drivers correctly installed? Am I missing something?

Thanks

Ian
---


Title: Re: Wireless networking with ipw3945ABG
Post by: Juanito on January 08, 2010, 01:51:08 AM
Did you load a module for your card?
Title: Re: Wireless networking with ipw3945ABG
Post by: Arslan S. on January 08, 2010, 07:17:47 AM
download iwlwifi-3945-ucode-15.32.2.9.tgz

untar archive

copy iwlwifi*.ucode to /lib/firmware or /usr/local/lib/firmware (create directory if necessary)

then

sudo ifconfig wlan0 up

that should do it

add the firmware file to your backup files list


http://intellinuxwireless.org/?n=Downloads (http://intellinuxwireless.org/?n=Downloads)
Title: Re: Wireless networking with ipw3945ABG
Post by: sudders on January 08, 2010, 10:00:10 AM
Thanks guys, worked a treat.

Any ideas which files I need to set to backup to backup my wcid configuration?
Title: Re: Wireless networking with ipw3945ABG
Post by: Arslan S. on January 08, 2010, 10:09:52 AM
usr/local/etc/wicd
usr/local/var/lib/wicd/configurations 
Title: Re: Wireless networking with ipw3945ABG
Post by: bmarkus on January 08, 2010, 10:28:07 AM
It is always good to read the info file :)

Quote
INSTALLATION

                Add following files to your backup:
                  /usr/local/etc/wicd
                  /usr/local/var/lib/wicd/configurations

                RUNNING

                Run 'wicd-start' as root to start wicd daemon
                You can add it to 'bootlocal.sh' or to Xfce4/LXDE startup
Title: Re: Wireless networking with ipw3945ABG
Post by: sudders on January 08, 2010, 09:18:14 PM
It is always good to read the info file :)

Oops, sorry.

Thanks for the help guys.
Title: Re: Wireless networking with ipw3945ABG
Post by: sudders on January 10, 2010, 11:08:22 AM
Okay, so wicd is now install, automatically starting and remembering my settings.

But it is not automatically connecting to my network (it connects fine if I load up to GUI and click 'connect'). Automatically connect to this network is selected and Automatically re-connect on disconnection is selected in the preference. The encryption on my network is WPA2.

Any ideas?

Cheers.