WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Wireless networking with ipw3945ABG  (Read 3580 times)

Offline sudders

  • Newbie
  • *
  • Posts: 4
Wireless networking with ipw3945ABG
« 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
---



Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14761
Re: Wireless networking with ipw3945ABG
« Reply #1 on: January 08, 2010, 01:51:08 AM »
Did you load a module for your card?

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: Wireless networking with ipw3945ABG
« Reply #2 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

Offline sudders

  • Newbie
  • *
  • Posts: 4
Re: Wireless networking with ipw3945ABG
« Reply #3 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?

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: Wireless networking with ipw3945ABG
« Reply #4 on: January 08, 2010, 10:09:52 AM »
usr/local/etc/wicd
usr/local/var/lib/wicd/configurations 

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Wireless networking with ipw3945ABG
« Reply #5 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
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline sudders

  • Newbie
  • *
  • Posts: 4
Re: Wireless networking with ipw3945ABG
« Reply #6 on: January 08, 2010, 09:18:14 PM »
It is always good to read the info file :)

Oops, sorry.

Thanks for the help guys.

Offline sudders

  • Newbie
  • *
  • Posts: 4
Re: Wireless networking with ipw3945ABG
« Reply #7 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.