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

Notices


Reply
  Search this Thread
Old 10-07-2006, 06:42 PM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Confused About Wireless


I am a little confused about getting my wireless card working on my Dell Latitude X1 notebook. The notebook to my understanding has a Intel Pro/Wireless 2200GB card installed. I did a search on these forums which directed me to http://ipw2200.sourceforge.net/

At that URL, I downloaded the latest stable driver to my Debian laptop called ipw2200-1.2.0.tgz.

Now my question is this all I need to get my wireless card working in Linux or do I also need to use an NDISWrapper for my wireless adapter on Debian? I am not sure the function of NDISWrapper but I would think that if I did not have the mentioned above *.tgz file, then I would have to use the NDISWrapper via Windows drivers, correct?

Thanks for any correction.
 
Old 10-07-2006, 07:29 PM   #2
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Check if the mentioned package contains a native Linux driver. If that is the case, you don't need Ndiswrapper. Untar the package, configure, build and install the driver. If that fails, and you have to resort to Ndiswrapper, you do need the Win-XP drivers for it to work. Given the fact that there is a .tgz package available I doubt you'll need to use Ndiswrapper. But it's there as a last resort
 
Old 10-08-2006, 04:35 PM   #3
noxious
Member
 
Registered: May 2004
Location: Ohio, USA
Distribution: LinuxMint Gloria, Ubuntu 9.10
Posts: 299

Rep: Reputation: 30
If you're using a kernel more recent than 2.6.14, you don't need any drivers - there is native support in the kernel.

You do, however, need the firmware for the ipw-2200. Go back tohttp://ipw2200.sourceforge.net/ and get the firmware.

Untar the firmware file and put it in the /lib/firmware directory. Reboot, or modprobe ipw2200. You should be all set.
 
Old 10-09-2006, 05:23 PM   #4
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Ah yes. I am using the 2.6.17 kernel right now so I will follow the firmware instructions you posted and report back!

Thanks so much!
 
Old 10-09-2006, 05:40 PM   #5
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Quote:
Originally Posted by noxious
If you're using a kernel more recent than 2.6.14, you don't need any drivers - there is native support in the kernel.

You do, however, need the firmware for the ipw-2200. Go back tohttp://ipw2200.sourceforge.net/ and get the firmware.

Untar the firmware file and put it in the /lib/firmware directory. Reboot, or modprobe ipw2200. You should be all set.
When I select the firmware page, it request for me to select the firmware based on my driver version. I have no idea what driver is built into the 2.6.17 kernel so can someone please help me out as to which to select on this following URL http://ipw2200.sourceforge.net/firmware.php
 
Old 10-09-2006, 05:54 PM   #6
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Read the install file on that site and in the Kernel Requirements section you'll find that the build-in drivers are ieee80211 and ipw2200 1.0. Going back to the page you've mentioned, look up the version number and you'll find that you need v2.2 of the firmware. Also mentioned in that remark is the fact that this driver version was already in kernel 2.6.14-rc1 and -rc2

So, with a little more careful reading, you could have answered your own question
 
Old 10-10-2006, 04:51 PM   #7
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Thank you all!
 
Old 10-11-2006, 04:31 PM   #8
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
OK - I downloaded the v2.2 firmware and moved the files to /lib/firmware (inluding the README) and I rebooted and I am not seeing any changes. Is that all I need to do is extract the firmware and place the files into the mentioned dir.?

How do I know if I was successful? I don't see anything under networking except eth*.
 
Old 10-13-2006, 03:00 PM   #9
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Anyone? I am still a little in the dark.
 
Old 10-13-2006, 03:17 PM   #10
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Get the wireless-tools package and try the iwscan tool. Read
Code:
man iwscan
to give you the syntax on how it's used.
 
Old 10-19-2006, 07:25 PM   #11
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I am unable to find "iwscan" in my "Etch" repo list and it does not appear to already be installed since "man iwscan" did nothing. I am still in the dark in regards to if my wireless card is even being detected by Debian/Linux? Yes, it seems to be built into my kernel and I extracted all the "firmware" files into the suggested sub dir. I created yet I have to see any sign of Linux seeing more that eth0. Maybe "iwscan" will show me some light however I can't find this app in APT.

Last edited by carlosinfl; 10-19-2006 at 07:33 PM.
 
Old 10-19-2006, 07:38 PM   #12
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
The package is named wireless-tools, you won't find iwscan w/o the wireless tools Version 27-2 is available for Sarge, I suppose for Etch there are newer packages available. Found it: http://packages.debian.org/testing/net/wireless-tools
 
Old 10-19-2006, 07:43 PM   #13
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
It appears I already have the wireless-tools package.

Code:
X1:/home/cwilliams# apt-get install wireless-tools
Reading package lists... Done
Building dependency tree... Done
wireless-tools is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 258 not upgraded.
What is my next step in this?
 
Old 10-19-2006, 11:16 PM   #14
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Quote:
Originally Posted by Dutch Master
Get the wireless-tools package and try the iwscan tool. Read
Code:
man iwscan
to give you the syntax on how it's used.
next step..
 
Old 10-20-2006, 08:54 AM   #15
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I have wireless-tools already installed yet there is no man entry for "iwscan" - are you sure I am not missing something else?
 
  


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
Confused about wireless access with an IBM T40 exitsfunnel Linux - Wireless Networking 6 05-06-2006 12:20 PM
Very confused unkn0wnhacka Linux - General 12 07-20-2005 09:44 AM
Qwest DSL - D-Link wireless router - confused?!? baldwonder Linux - Wireless Networking 1 10-03-2004 07:08 AM
New to Linux and confused by wireless John_Gill Linux - Wireless Networking 1 09-10-2004 09:57 AM
Awfully confused by wireless troubles UtterMWest Linux - Wireless Networking 2 05-26-2004 01:34 PM

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

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