LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-29-2013, 07:23 AM   #1
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157
Can't use wireless : Slackware 14.0 vs. Intel PRO/Wireless 3945ABG


Hi,

I've just installed my personal blend of Slackware 14.0 on a Compaq Presario V6000, for a client. So far everything is working fine: video acceleration, sound, KDE is fast and snappy. The only remaining problem seems to be wireless, which I can't get to work. According to lspci, the card is an Intel PRO/Wireless 3945ABG.

I'm using NetworkManager with the GNOME Network Manager applet, which I've tweaked to use it in KDE. This setup works very well on two of my own laptops.

Various ESSIDs around here show up fine, except I can't connect to any of them.

Now I remember very vaguely having had a similar issue with an Intel card a few years ago, where I had to blacklist the free (iwlwifi) driver and specify explicitly the use of the semi-proprietary ipwsomething driver, together with some piece of firmware in /lib/firmware. I can't seem to find that information anymore.

Any suggestions?
 
Old 10-29-2013, 07:49 AM   #2
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157
OK, I investigated this a little further. I did a tail -f /var/log/messages and tried to connect to my access point. Here's what I get:

Code:
Oct 29 15:30:49 presario-v6000 NetworkManager[1589]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Oct 29 15:30:49 presario-v6000 NetworkManager[1589]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Oct 29 15:30:49 presario-v6000 NetworkManager[1589]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Oct 29 15:30:49 presario-v6000 NetworkManager[1589]: <info> Activation (wlan0/wireless): access point 'microlinux' has security, but secrets are required.
Oct 29 15:30:49 presario-v6000 NetworkManager[1589]: <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
Oct 29 15:30:49 presario-v6000 NetworkManager[1589]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Oct 29 15:31:14 presario-v6000 NetworkManager[1589]: <info> (wlan0): device state change: need-auth -> failed (reason 'no-secrets') [60 120 7]
So apparently there's a problem with the key.

I temporarily deactivated the encryption and could connect fine this time.

Indeed, when I try to connect to any access point with some security (WEP or WPA), NetworkManager doesn't ask for a password and simply fails to connect after some time.

So what's wrong here? Why does NetworkManager act like this? Something missing?
 
Old 10-29-2013, 08:05 AM   #3
WhiteWolf1776
Member
 
Registered: Oct 2010
Location: Bowling Green, KY
Distribution: Slackware
Posts: 288

Rep: Reputation: 96
Just a heads up, but Slackware 14.1 (currently at RC3 and rather stable) includes the network manager stock.
 
Old 10-29-2013, 08:13 AM   #4
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157
Thanks, but I need this to work on 14.0 for a series of reasons.
 
Old 10-29-2013, 08:21 AM   #5
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157
It looks like gnome-keyring is the missing thing here. ps aux | grep gnome-keyring shows nothing. I tried various ways to start it under KDE, but failed. This is starting to get messy.
 
Old 10-31-2013, 07:39 PM   #6
marnold
Member
 
Registered: Dec 2005
Distribution: Slackware64 15.0 Multilib
Posts: 318

Rep: Reputation: 52
NetworkManager is in 14.0 stock too.

I set up NetworkManager using the KDE Network Management applet (or whatever they call it). When you edit the network connection there is a spot to enter your WPA2, etc., key. Make sure that "System connection" is checked and it should be fine from there. Make sure to make /etc/rc.d/rc.networkmanager executable too. Works for me in 14.0 and the 14.1 RCs with WPA2 on my router.

FWIW, I don't have gnome-keyring running either.
 
Old 10-31-2013, 08:05 PM   #7
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
Blog Entries: 15

Rep: Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120Reputation: 2120
If you need gnome-keyring check out SlackBuilds.org for the package to download, build, and install it.

I've had it working on Xfce without a problem also when I was strictly using Slackware also.
 
Old 10-31-2013, 08:49 PM   #8
_gin
Member
 
Registered: Aug 2012
Distribution: Oracle Linux
Posts: 106

Rep: Reputation: Disabled
Quote:
Originally Posted by kikinovak View Post
Hi,
...
I'm using NetworkManager with the GNOME Network Manager applet...

Any suggestions?
Did you try to configure your connection with Wicd ?
 
Old 11-01-2013, 12:13 AM   #9
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157
OK, got it. I resolved the problem by simply installing the 'networkmanagement' applet for KDE. And it works. Keep It Stupid Stupid.
 
  


Reply

Tags
intel wireless


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Wireless problem Intel PRO/Wireless 3945abg iwl3945 driver svprem Linux - Wireless Networking 2 07-22-2010 11:15 AM
Intel PRO/Wireless 3945ABG on slackware 12.1 with dell inspiron 6400 caiquo Linux - Newbie 1 11-19-2008 07:09 AM
Intel PRO Wireless 3945ABG: Help! LDJ Linux - Newbie 13 09-21-2007 05:21 AM
Fedora 7 + intel PRO/Wireless 3945ABG :( adam_blackice Linux - Wireless Networking 9 08-13-2007 11:48 AM
Intel PRO/Wireless 3945ABG and ATI Mobility Radeon X1600 on Slackware 11 dizzi Slackware 21 05-21-2007 01:21 AM

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

All times are GMT -5. The time now is 01:27 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