LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-14-2007, 12:38 AM   #1
jaredhocutt
LQ Newbie
 
Registered: May 2007
Location: Raleigh, NC
Distribution: Debian
Posts: 9

Rep: Reputation: 0
Question Intel Pro Wireless 3945ABG Debian Help


I am new to Linux in the sense of configuring it myself. I am trying to install the drivers for my wireless card. I have an Intel Pro/Wireless 3945ABG card in my laptop.

I have gone on Intel's website and downloaded the drivers that are made for Linux. I have tried following the installation instructions located in the INSTALL files, however I can't seem to get anywhere because I am very unfamiliar with Linux.

My first problem comes when I am trying to install ieee80211-1.2.17. I have extracted the files using:
% tar zxvf ieee80211-1.2.17
% cd ieee80211-1.2.17
% make
When I hit enter after typing "make" I get the following error:
Checking in /lib/modules/2.6.18-4-686 for ieee80211 components...
find: /lib/modules/2.6.18-4-686/build/: No such file or directory
grep: /lib/modules/2.6.18-4-686/build//.config: No such file or directory
grep: /lib/modules/2.6.18-4-686/build//include/linux/autoconf.h: No such file or directory
find: /lib/modules/2.6.18-4-686/build/: No such file or directory
make -C /lib/modules/2.6.18-4-686/build M=/home/jared/ieee80211-1.2.17 modules
make: *** /lib/modules/2.6.18-4-686/build: No such file or directory. Stop.
make: *** [modules] Error 2
I have tried performing the above commands as a regular user and as root and I get the same thing both times. I am not sure what I should do from here. I have tried searching and I cannot come up with anything.

Any help is greatly appreciated!
 
Old 05-14-2007, 06:44 PM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675

Rep: Reputation: Disabled
Welcome to LQ!

You need to install kernel sources if you want to build the driver yourself.

However, drivers for your wireless card are available also through apt-get and that's the easy way.

http://packages.debian.org/stable/so...es-contrib-2.6
 
Old 05-14-2007, 08:16 PM   #3
samstar
Member
 
Registered: Apr 2007
Distribution: suse 10.2
Posts: 324

Rep: Reputation: 31
Hi,

I've had lots of experience with Intel drivers. If you have a latest Debian version, the drivers should be included with the kernel automatically. All that will be required is the microcode, which you might find in Debian's repositories, or, if not, here:

http://bughost.org/ipw3945/

If your Debian distro is up to date, it's not recommended to change or install a new ieee80211 subsystem.

So, in short, skip the ieee80211 install, and grab the microcode either from a Debian package, or from the website.

If the wireless driver is not automatically initiated, try "modprobe ipw3945"
If you get an error, go ahead and install your kernel sources and kernel header files, and install the Intel driver from here:

http://ipw3945.sourceforge.net/

Hope this helps,
Sam

PS
The regulatory program ipw3945d may be useful to you afterwards. See if you can install it from Debian's packages.
 
Old 05-15-2007, 05:08 PM   #4
jaredhocutt
LQ Newbie
 
Registered: May 2007
Location: Raleigh, NC
Distribution: Debian
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Emerson
However, drivers for your wireless card are available also through apt-get and that's the easy way.
First off I would like to thank both of you for your help so far! But I have a few questions on your replies.

How would I use "apt-get"? I downloaded the modules from the link given by Emerson, and I also downloaded the microcode given by samstar but I am not sure how to use either.

I apologize for the "newbie" questions. I come from a Windows background and used to everything just "working" but I am eager to learn and be part of the Linux community.

Thanks!
 
Old 05-15-2007, 05:20 PM   #5
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675

Rep: Reputation: Disabled
http://www.us.debian.org/doc/manuals.../index.en.html

http://www.us.debian.org/doc/

Debian has great documentation.
 
Old 05-15-2007, 05:29 PM   #6
jaredhocutt
LQ Newbie
 
Registered: May 2007
Location: Raleigh, NC
Distribution: Debian
Posts: 9

Original Poster
Rep: Reputation: 0
Thank you very much. That helped tons. I was unaware of the documentation that Debian has!
 
Old 01-24-2010, 09:11 PM   #7
miniu
LQ Newbie
 
Registered: Jan 2010
Posts: 9

Rep: Reputation: 0
Hello everyone. I have a question regarding Intel Wireless Card. I saw a lot of information about that in internet but I have one problem. When i try to: apt-get install ipw3945-modules-$(uname -r) ipw3945d firmware-ipw3945 i receive a message: E: Couldn't find package ipw3945-modules-2.6.26-2-686
 
Old 01-24-2010, 10:22 PM   #8
miniu
LQ Newbie
 
Registered: Jan 2010
Posts: 9

Rep: Reputation: 0
Quote:
Originally Posted by miniu View Post
Hello everyone. I have a question regarding Intel Wireless Card. I saw a lot of information about that in internet but I have one problem. When i try to: apt-get install ipw3945-modules-$(uname -r) ipw3945d firmware-ipw3945 i receive a message: E: Couldn't find package ipw3945-modules-2.6.26-2-686
ok I found a solution: http://wiki.debian.org/iwlwifi

aptitude install firmware-iwlwifi

it works
 
  


Reply


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
Driver intel pro/wireless 3945ABG don't work lizburke29 Linux - Hardware 1 05-30-2008 04:44 PM
Intel PRO Wireless 3945ABG: Help! LDJ Linux - Newbie 13 09-21-2007 05:21 AM
Cannot get intel wireless pro 3945abg card to work Jen Fraggle Linux - Wireless Networking 2 01-25-2007 01:29 PM
Very New to Linux. Need help with driver, etc Intel Pro/Wireless 3945ABG skizdigidy Linux - Wireless Networking 3 12-26-2006 03:45 PM
Problem - Intel Intel(R) PRO/Wireless 3945ABG suresheva31 Fedora 2 09-18-2006 07:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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