LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 09-10-2010, 05:48 PM   #1
dafydil
Member
 
Registered: Aug 2007
Posts: 50

Rep: Reputation: 15
Cannot connect to Internet on Dell laptop


I cannot connect my Dell 1420 to the Internet using Slackware 13.0. I know the network card works because I was running Ubuntu fine before that crashed probably for unrelated reasons.

The details. My card is given by lspci as: Network controller Intel Corp. Pro/Wireless 3945ABG[Golan]Network Connection (rev02). Slackware.com> Configuration >Network Setup suggested that netconfig would do everything. I ran that giving suitable answers. Lsmod shows module iwl3945 running and several which are used by it. Psaux shows iwl3945/0 and 1. I assume, since netconfig had no complaints, that iwl3945 is suitable for the card. When I do "ifconfig wlan0 up" the wireless light comes on. When I do "dhcpcd wlan0", it says:
"err,wlan0:timed out" and "warn,wlan0:using IPV4LL address 169.254.15.145".

Does anyone have a suggestion?
 
Old 09-10-2010, 07:43 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi dafydil, Welcome to LQ. I believe you need the iwlwifi module. The iwl3495 project is deprecated.

Good luck. ;-)
 
Old 09-11-2010, 02:05 PM   #3
dafydil
Member
 
Registered: Aug 2007
Posts: 50

Original Poster
Rep: Reputation: 15
Peacedog,

Thanks for your reply. I wrote a long answer which got wiped out when the San Jose Library logged me off, so I will condense it a bit. I think I have the latest thing. The Intel site said the iwlwifi software had been integrated since 2.6.24 (I think it was), and I have 2.6.29. The library /lib/modules/.....iwlwifi/ has iwl3945.ko in it, so Slackware seems to be saying that I really have iwlwifi. But I wonder whether I am leaving a step out. Slackware does not explain the steps. I need a driver or "ko" module, I need some intermediate processes, and I have iwl3945/0 and 1, whatever they are, and dhcpcd daemon. I think there is a procotol stack related process called 80211 something involved, though I do not run it myself. What I do is say "ifconfig wlan0 up" and "dhcpcd wlan0". Is there some other software I need, or are there other commands I should give? I'd appreciate your suggestions on this.
 
Old 09-11-2010, 03:04 PM   #4
basheer
Member
 
Registered: Mar 2009
Location: Bangalore, India
Distribution: CentOS6.5, CentOS7, Ubuntu14.04
Posts: 182

Rep: Reputation: 29
Smile

Install wicd network manager. it's in the extras of your installable media.
 
Old 09-12-2010, 05:43 PM   #5
dafydil
Member
 
Registered: Aug 2007
Posts: 50

Original Poster
Rep: Reputation: 15
Thanks to Basheer for the suggestion concerning wicd. Unfortunately, that did not work either in my case. I found wicd, as you suggested, on the installation disk, and amongst the several files and several Readme's (all suggesting different things) I seem to have installed it from a bz2 file using the Slackware pkgtool command. Amongst all the reading I seem to remember a statement that on booting I would find it in the "system tray" or something like that. Now on booting I have the iwl3945 module, a couple of iwl3945 processes, a couple of 80211 modules, and the wicd module. A thing slightly different is that wlan0 shows up (with empty fields) to the ifconfig command. There is no icon of any sort that I could find anywhere on the screen. I tried the good old "dhcpcd wlan0" command, but it gave the same message as before, that there was an error. Where might I go from here?
 
Old 09-12-2010, 06:33 PM   #6
dafydil
Member
 
Registered: Aug 2007
Posts: 50

Original Poster
Rep: Reputation: 15
Further comment on my problem. Looking in syslog I found that "hp_systray cannot be run as root", which is what I was doing (in order to give a little authority to my efforts). I switched to my user account and tried again. There was a wicd entry in the application choices. When I clicked on it, the message was: "Unable to contact the Wicd daemon due to an access denied error from DBus. Please check that your user is in the netdev group." --I will be trying to figure out how to get into the netdev group. If anyone knows a quick way to do it, I'd appreciate it.
 
Old 09-12-2010, 07:25 PM   #7
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Code:
# usermod -G netdev dafydil
Substitute dafydil for your user account name.

Good luck. ;-)
 
Old 09-12-2010, 07:38 PM   #8
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Do you have the ucode in /lib/firmware? That's also needed for the driver to work.
 
Old 09-13-2010, 01:07 AM   #9
basheer
Member
 
Registered: Mar 2009
Location: Bangalore, India
Distribution: CentOS6.5, CentOS7, Ubuntu14.04
Posts: 182

Rep: Reputation: 29
What does ifconfig -a display?
Can you post it here?
 
Old 09-13-2010, 12:09 PM   #10
dafydil
Member
 
Registered: Aug 2007
Posts: 50

Original Poster
Rep: Reputation: 15
With thanks to all, my Internet connection seems to be working! Thanks to Peacedog; I got into the "netdev" group. Mr. Miller, the ucode and everything else were put into the system by the Slackware builder; that was part of the mystery. Basheer, the biggest mystery of the business is that Slackware, which I consider careful and organized, said nothing that I noticed in the Slackware book about wicd, even though they had the whole thing on the installation disk, with about four conflicting descriptions in its directory of how to install it. I do not think an ifconfig of wlan0 is necessary now. When I ran wicd, it listed the available networks and let me choose, just as one would hope. I feel pretty sure the problem is solved.
 
Old 09-13-2010, 01:28 PM   #11
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Glad you got it sorted.

Good luck. ;-)
 
  


Reply

Tags
wireless



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
[SOLVED] How can I connect my laptop to the internet? farnsworthjon Linux - Newbie 6 08-03-2010 04:20 PM
New to Networks. how to connect old dell laptop[slack12] to new x86-64 Fedora desktop darkhorsexpress Linux - Networking 7 10-29-2009 06:30 AM
Laptop will not connect to internet neesee Linux - Newbie 6 08-02-2009 10:18 AM
Help with internet connection in fedora 10 with dell laptop gopal.gautam Linux - Newbie 12 03-21-2009 12:50 PM
getting internet access with opensuse on dell p3 laptop Owaso Linux - Newbie 1 12-16-2007 12:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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