LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-08-2004, 03:59 PM   #1
visaris
Member
 
Registered: Dec 2004
Distribution: gentoo
Posts: 190

Rep: Reputation: 30
Unhappy Intel Corp. PRO/Wireless 2200BG (rev 05) -- ipw2200 module trouble


I have a laptop with a "Intel Corp. PRO/Wireless 2200BG (rev 05)" wireless controller, and while I think I am close to getting it working, I'm not there yet.

I have an AMD64 (K8) based CPU and I'm running Gentoo linux (2.6.9-gentoo-r6).

As I understand things, this chipset is not supported by the standard linux kernel, but I found a page which claims they support the chip.

I have been to http://ipw2200.sourceforge.net/ and I downloaded their ipw2200-0.16.tgz and ipw2200-fw-2.0.tgz files.

I installed the firmware files into /lib/firmware/ because that is the path which was specified in my /etc/hotplug/firmware.agent file:

Code:
# directory of the firmware files
FIRMWARE_DIR=/lib/firmware
After the firmware was placed in a reasonable location, I compiled the kernel module and instaled in the appropriate place.

Next, I set up my kernel as per the INSTALL files directions:

Code:
CRYPTO_ARC4=y
CRYPTO_CRC32C=y
CRYPTO=y
FW_LOADER=y
The problem is that when I try to insert the module I get the following errors:

Code:
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: dmaWaitSync Failed
ipw2200: Unable to load boot firmware
ipw2200: Unable to load firmware: 0xFFFFFFFF
ipw2200: failed to register network device
ipw2200: probe of 0000:00:05.0 failed with error -5
The "ipw2200: dmaWaitSync Failed" is what is quite confusing. Any help would be appreciated! Thanks!
 
Old 12-08-2004, 08:52 PM   #2
otchie1
Registered User
 
Registered: Apr 2004
Posts: 560

Rep: Reputation: 30
you need ndiswrapper or linuxant to make that work. Linuxant works a dream on my Acer.
 
Old 12-08-2004, 09:35 PM   #3
visaris
Member
 
Registered: Dec 2004
Distribution: gentoo
Posts: 190

Original Poster
Rep: Reputation: 30
Quote:
you need ndiswrapper or linuxant to make that work. Linuxant works a dream on my Acer.
I went to both of those websites (ndiswrapper and linuxant) and I neither seem to support AMD64. Even if they do, why would I want to use emulated windows drivers when there is a linux project that supports the hardware natively? (http://ipw2200.sourceforge.net/)

Does anyone else have any ideas?
 
Old 12-08-2004, 09:54 PM   #4
otchie1
Registered User
 
Registered: Apr 2004
Posts: 560

Rep: Reputation: 30
confused me....isn't the AMD64 supposed to be backwards compatible with most everything? I'd just stick a 386 version on and see what happens.
 
Old 12-09-2004, 10:46 AM   #5
visaris
Member
 
Registered: Dec 2004
Distribution: gentoo
Posts: 190

Original Poster
Rep: Reputation: 30
Well, sorry, my post may have been a little rude. I'll try a little harder on this emulation thing. The problem is that I use a 64-bit kernel and I will not change to a 32-bit kernel. That being said, AMD64 can run 32-bit software just fine, but you cannot use 32-bit kernel modules with a 64-bit kernel. That's why the AMD64 support for these driver emulation projects is a big deal. Further, I susspect that trying to get 32-bit windows drivers to work with a 64-bit kernel through emulation is not an easy task.

I use gentoo, and I tried to emerge all the ndiswrapper packages available despite the fact that they were all masked. They all failed to compile/configure correctly. I'll move on to linuxant next, but I would really like to have my hardware supported natively by Linux, and http://ipw2200.sourceforge.net/ claims to support it. Does anyone have experience with the ipw2200 driver?
 
Old 12-09-2004, 04:16 PM   #6
otchie1
Registered User
 
Registered: Apr 2004
Posts: 560

Rep: Reputation: 30
No worries fella.

I think you must be on the ragged edge of Linux and good luck to you for it.

Thx for the 32 bit/64bit kernel info.

Still, at least this thread is bumping :-)
 
Old 12-09-2004, 04:40 PM   #7
fredgt
Member
 
Registered: Feb 2004
Location: Belgium
Distribution: Suse 9.1 Pro / Gentoo
Posts: 114

Rep: Reputation: 15
The ipw2200 module works perfectly but with gentoo its best not to install the modules from the packages but you can emerge them. I've tried to get them working from the packages bet it didn't work.

to emerge the ipw2200 driver you do

ACCEPT_KEYWORDS="~x86" emerge net-wireless/ipw2200

you can load the module like this
(you don't neet the ifname=wlan0 option but it is easyer to configure later)
modprobe ipw2200 ifname=wlan0

To connect to any unencrypted network do

iwconfig wlan0 mode managed
iwconfig wlan0 essid any
dhcpcd wlan0 &

To connect to an encrypted network

iwconfig wlan0 mode managed
# you need to use your key and possably change open to another encryption method
iwconfig wlan0 key open 12345678abcdabcd12345678ab
# you have to change YOURID with the correct essid
# if you don't know it scan for it using "iwlist wlan0 scanning"
iwconfig wlan0 essid YOURID
dhcpcd wlan0 &

Also check that you have "net-wireless/wireless-tools" installed

Last edited by fredgt; 12-09-2004 at 04:41 PM.
 
Old 12-09-2004, 06:18 PM   #8
csfalcon
Member
 
Registered: Jun 2004
Location: MD
Distribution: Fedora Core
Posts: 269

Rep: Reputation: 31
make sure you give execution rights to the firmware files. it was needed for my 2100.
 
  


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
Intel PRO/Wireless 2200BG henriette Linux - Laptop and Netbook 5 05-20-2007 03:50 PM
Intel PRO/Wireless 2200BG wfischer Linux - Wireless Networking 3 10-25-2006 10:20 AM
Intel pro/wireless 2200BG lobwolf Linux - Wireless Networking 27 11-01-2005 11:20 AM
Please help my Intel Corp. PRO/Wireless LAN 2100 to work babyboss Linux - Laptop and Netbook 4 10-18-2005 10:50 PM
FC2 not recognizing the Intel PRO/Wireless 2200BG wireless card mdslf Linux - Laptop and Netbook 2 08-24-2004 03:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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