LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-17-2008, 04:32 PM   #1
philip_bretton
LQ Newbie
 
Registered: Jan 2008
Posts: 4

Rep: Reputation: 0
Intel Pro Wireless not working since 2.6.24-19


Hi

I have a laptop with an Intel Pro Wireless 3945ABG wireless adapter. I am running it with the iwl3945 driver.
Code:
brett@brett-laptop:~$ sudo lshw -C network
[sudo] password for brett: 
  *-network               
       description: Wireless interface
       product: PRO/Wireless 3945ABG Network Connection
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:07:00.0
       logical name: wmaster0
       version: 02
       serial: 00:13:02:18:79:11
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list logical ethernet physical wireless
       configuration: broadcast=yes driver=iwl3945 ip=192.168.0.10 latency=0 module=iwl3945 multicast=yes wireless=IEEE 802.11g
The problem is that if I try to boot up with one of the later kernels (anything after 2.6.24-19) then I cannot get a wireless connection. Restart the machine in 2.6.24-19 and wireless works - I have tried both 2.6.24-21 and 2.6.24-23 and neither of them are able to make a wirelss connection. I am running Ubuntu 8.04.1.

Here is the log generated when I try to connect using the latest kernel:
Code:
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) started... 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 1 of 5 (Device Prepare) scheduled... 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 1 of 5 (Device Prepare) started... 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 2 of 5 (Device Configure) scheduled... 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 1 of 5 (Device Prepare) complete. 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 2 of 5 (Device Configure) starting... 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1/wireless): access point 'yelnibemoh' is encrypted, but NO valid key exists.  New key needed. 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) New wireless user key requested for network 'yelnibemoh'. 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 2 of 5 (Device Configure) complete. 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) New wireless user key for network 'yelnibemoh' received. 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 1 of 5 (Device Prepare) scheduled... 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 1 of 5 (Device Prepare) started... 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 2 of 5 (Device Configure) scheduled... 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 1 of 5 (Device Prepare) complete. 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 2 of 5 (Device Configure) starting... 
Dec  6 10:35:42 brett-laptop NetworkManager: <info>  Activation (eth1/wireless): access point 'yelnibemoh' is encrypted, and a key exists.  No new key needed. 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  retry to connect to global supplicant socket (try=1) 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: sending command 'INTERFACE_ADD eth1^I^Iwext^I/var/run/wpa_supplicant0^I' 
Dec  6 10:35:44 brett-laptop kernel: [   89.913446] NET: Registered protocol family 17
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: response was 'OK' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: sending command 'AP_SCAN 1' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: response was 'OK' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: sending command 'ADD_NETWORK' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: response was '0' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: sending command 'SET_NETWORK 0 ssid 79656c6e6962656d6f68' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: response was 'OK' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: sending command 'SET_NETWORK 0 proto WPA' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: response was 'OK' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: sending command 'SET_NETWORK 0 key_mgmt WPA-PSK' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: response was 'OK' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: sending command 'SET_NETWORK 0 psk <key>' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: response was 'OK' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: sending command 'ENABLE_NETWORK 0' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  SUP: response was 'OK' 
Dec  6 10:35:44 brett-laptop NetworkManager: <info>  Activation (eth1) Stage 2 of 5 (Device Configure) complete. 
Dec  6 10:35:47 brett-laptop NetworkManager: <info>  Old device 'eth1' activating, won't change. 
Dec  6 10:36:07 brett-laptop kernel: [  105.660932] iwl3945: Error sending REPLY_TX_PWR_TABLE_CMD: iwl3945_enqueue_hcmd failed: -5
Dec  6 10:37:44 brett-laptop NetworkManager: <info>  Activation (eth1/wireless): association took too long (>120s), failing activation. 
Dec  6 10:37:44 brett-laptop NetworkManager: <info>  Activation (eth1) failure scheduled... 
Dec  6 10:37:45 brett-laptop NetworkManager: <info>  Activation (eth1) failed for access point (yelnibemoh) 
Dec  6 10:37:45 brett-laptop NetworkManager: <info>  Activation (eth1) failed. 
Dec  6 10:37:45 brett-laptop NetworkManager: <info>  Deactivating device eth1.
Any ideas why this is not working?

Thanks

Brett
 
Old 12-19-2008, 01:03 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Hardy support for the 3945 was really flaky - mismatch between restricted modules and the kernel.
Update to Intrepid (8.10) - it supports the 3945 (with encryption) just fine.
 
Old 12-19-2008, 09:14 AM   #3
philip_bretton
LQ Newbie
 
Registered: Jan 2008
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks

Thanks for that. My concern with upgrading to Intrepid was that it would not work like the later kernels.
 
Old 12-19-2008, 04:58 PM   #4
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
My Dell 1420n with Intel WiFi works perfectly with Ubuntu 8.10.
 
  


Reply



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
Intel PRO/wireless 4965 ANG wireless card on hpdv9500 not working(off and on) Quargar Linux - Hardware 0 08-02-2008 09:06 PM
Intel PRO/Wireless 3945ABG not working!! geek_man SUSE / openSUSE 5 01-20-2008 11:25 AM
Intel Pro wireless not working on 10.1 leupi SUSE / openSUSE 5 07-13-2006 06:17 PM
Intel wireless Pro not working man1979 Linux - Wireless Networking 4 07-28-2005 03:53 PM
Intel wireless Pro not working man1979 Linux - Wireless Networking 2 07-28-2005 12:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 11:13 AM.

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