LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-22-2007, 10:38 AM   #1
biio
LQ Newbie
 
Registered: Nov 2005
Posts: 3

Rep: Reputation: 0
Wireless 3945ABG + WPA


Another silly question.

I want to get WPA2/PSK to work with my linuxinstall, which is running the fine distro Archlinux.
This is what dmesg gives me when its all loaded:
Code:
ieee80211_crypt: unregistered algorithm 'NULL'
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, 1.2.18
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.2.2d
ipw3945: Copyright(c) 2003-2006 Intel Corporation
ACPI: PCI Interrupt 0000:0c:00.0[A] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:0c:00.0 to 64
ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection
ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels)
Looks fine to me.

iwconfig:
Code:
eth1      radio off  ESSID:"cuttercrew"
          Mode:Managed  Frequency:2.437 GHz  Access Point: Not-Associated
          Bit Rate:0 kb/s   Tx-Power:off
          Retry limit:15   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:163   Missed beacon:0
My startup line with wpa_supplicant and its error messages:
Code:
[root@perkele biio]# wpa_supplicant -Dwext -ieth1 -c/etc/wpa_supplicant.conf
Trying to associate with 00:14:bf:16:28:fe (SSID='cuttercrew' freq=2437 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:14:bf:16:28:fe (SSID='cuttercrew' freq=2437 MHz)
Associated with 00:14:bf:16:28:fe
ioctl[SIOCSIWENCODEEXT]: Invalid argument
WPA: Failed to set PTK to the driver.
ioctl[SIOCSIWENCODEEXT]: Invalid argument
WPA: Failed to set GTK to the driver.
RSN: Failed to configure GTK
My wpa_supplicant.conf (this one has worked):
Code:
ctrl_interface=/var/run/wpa_supplicant
update_config=1

network={
        ssid="cuttercrew"
        psk="edited out"
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=TKIP
}

Kernelversion: 2.6.23.1
Driverversions: ipw3945-1.2.2 - ieee80211-1.2.18
I have also enabled all the encrypt-options that the ieee80211-readme tells me to.
 
Old 12-05-2007, 10:41 AM   #2
sledgeas
LQ Newbie
 
Registered: Dec 2007
Posts: 6

Rep: Reputation: 0
Unhappy

Completely the same issue here. Please help, I completely cannot use internet in my uni this way (WPA2)!. (kernel 2.6.22, gentoo, HP 6710b, Santa Rosa (i965))

thank you very much!
 
Old 01-02-2008, 05:02 AM   #3
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
Quote:
Originally Posted by sledgeas View Post
Completely the same issue here. Please help, I completely cannot use internet in my uni this way (WPA2)!. (kernel 2.6.22, gentoo, HP 6710b, Santa Rosa (i965))

thank you very much!
some nfo : http://www.linuxquestions.org/questi...hlight=ipw3945
 
Old 01-08-2008, 11:36 AM   #4
sledgeas
LQ Newbie
 
Registered: Dec 2007
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by frenchn00b View Post
Thank you, but this information is irrelevant, as I have all my modules up and running. I can connect to Wi-Fi except to that WPA/WPA2 protected.

In Windows XP I can do it.

--
sledge
 
Old 01-08-2008, 12:30 PM   #5
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
with this 3945, I used this to make it installed on one machine and runnning with wpa : http://forums.knoppix-fr.org/viewtopic.php?pid=79191
It worked with kwlan.

I could have wpa with another device with wifiradar with modifying the eth0 to eth1 in the /etc/wifiradar... config sthg once.

It make work with the Mepis Livecd from the box, and the mnetwork is nice tool.

Good luck & give progresses !

I cant help more cuz

Last edited by frenchn00b; 01-08-2008 at 12:34 PM.
 
Old 01-09-2008, 05:34 AM   #6
sledgeas
LQ Newbie
 
Registered: Dec 2007
Posts: 6

Rep: Reputation: 0
Hi,

Thanks for the info, you're doing a good job
I tried kubuntu LiveCD some weeks ago and it worked (as it was the KDE in Kubuntu, with kwlan* stuff).
I suppose for some not understandable reason, WPA works in KDE, maybe, generally in Ubuntu 7.10. I will examine the drivers and versions file-by-file with that of my Gentoo.

Will keep up-to-date,

--
sledge
 
Old 01-09-2008, 07:34 AM   #7
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
Quote:
Originally Posted by sledgeas View Post
Hi,

Thanks for the info, you're doing a good job
I tried kubuntu LiveCD some weeks ago and it worked (as it was the KDE in Kubuntu, with kwlan* stuff).
I suppose for some not understandable reason, WPA works in KDE, maybe, generally in Ubuntu 7.10. I will examine the drivers and versions file-by-file with that of my Gentoo.

Will keep up-to-date,

--
sledge
Thanks by the way, would you have a link to this livecd with kde ubuntu with kwlan* stuff ?

(Is it over long to load ? it takes 10 min to load this livecd if recall well)

you may check this for add. info : http://intellinuxwireless.org/?p=iwlwifi
howto: http://intellinuxwireless.org/?p=iwl...=HOWTO-iwlwifi
you'd need both :
- firmware (in /lib/... , visible with # dmesg )
- driver
like you wrote / know already.

I prefer Mepis or Knoppix to Ubuntu, but if you said it worked fine, I might give a try.

Thanks already.

Last edited by frenchn00b; 01-09-2008 at 07:36 AM.
 
  


Reply

Tags
ipw3945abg, wpa2, wpasupplicant



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
scripts (kommander and command line) to start wireless devices with wpa/wpa2/wpa-aes Fluxx Linux - Wireless Networking 4 06-28-2010 02:51 AM
Install Wireless PRO/Wireless 3945ABG on Linux pro_chandan Linux - Wireless Networking 6 12-16-2007 11:25 PM
Intel PRO Wireless 3945ABG: Help! LDJ Linux - Newbie 13 09-21-2007 05:21 AM
Intel Wireless 3945ABG on Ubuntu 7.04 waelaltaqi Linux - Hardware 1 06-11-2007 11:06 AM
intel 3945abg wireless on SuSE 10.1 rioch Linux - Laptop and Netbook 26 10-26-2006 12:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration