LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxAnswers Discussion
User Name
Password
LinuxAnswers Discussion This forum is to discuss articles posted to LinuxAnswers.

Notices


Reply
  Search this Thread
Old 01-19-2005, 03:48 PM   #1
jlawren7
Member
 
Registered: Jan 2005
Location: Rochester, NY
Distribution: Fedora Core III
Posts: 46

Rep: Reputation: 15
Post DISCUSSION: Easy intel wireless install


This thread is to discuss the article titled: Easy intel wireless install
 
Old 08-13-2005, 06:27 PM   #2
terrence
LQ Newbie
 
Registered: Aug 2005
Location: carribean
Distribution: fedora core 4
Posts: 26

Rep: Reputation: 15
still confused

hello,
this is what i recieved from my terminal:
warning: ipw2200-1.0.0-23.rhfc4.at.i386.rpm: Header V3 DSA signature: NOKEY, key ID 66534c2b
Preparing... ########################################### [100%]
package ipw2200-kmdl-2.6.11-1.1369_FC4-1.0.0-23.rhfc4.at is intended for a x86_64 architecture

from inputing this:
[root@localhost Desktop]# rpm -ivh ipw2200-1.0.0-23.rhfc4.at.i386.rpm ipw2200-firmware-2.2-5.at.noarch.rpm ipw2200-kmdl-2.6.11-1.1369_FC4-1.0.0-23.rhfc4.at.x86_64.rpm


i am so confused now, where does this leads me, am I almost there?
i have the same 2200BG Intel Pro Wireless, i did not find the specifics ipw you had,
what is the routher admin page that you refer to? (i am just trying to connect wireless at my school's library)
and what is kudzu? ( i am a new user to linux using gnome)

please let me know, thanks for your time.
 
Old 08-27-2005, 11:50 AM   #3
thomasfingram
Member
 
Registered: Jun 2005
Location: Cary, NC
Distribution: Fedora Core 4
Posts: 44

Rep: Reputation: 15
Ok I have a fresh install of Fedora Core 4, and I am a complete and total newbie (both myself and my friend whom I am helping). We are trying to get his Intel 2200bg wireless adapter to work. The only way to get files to this computer is to copy them to a cd from another computer. How can we adapt the instructions to get this to work?

We tried:
Code:
# modprobe ipw2200
# dmesg | grep ipw
which returns the following:
Code:
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Drive, 1.0.0
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: ipw-2.2-boot.fw load failed: Reason -2
ipw2200: Unable to load firmware:0xFFFFFFFE
ipw2200: failed to register network device
ipw2200: probe of 0000:02:09.0 failed with error -5
What are we doing wrong, and how can we fix this? Please help us! We are sinking fast!
 
Old 10-17-2005, 11:37 PM   #4
qwameske
LQ Newbie
 
Registered: Dec 2004
Posts: 1

Rep: Reputation: 0
Wink

The laptop contains a Intel PRO/Wireless 2200BG 802.11b/g mini-pci adaptor card. It's supported by the ipw2200 driver, which Fedora includes. The driver needs to download some firmware to the card during initialization. Unfortunately, Fedora does not include that firmware. You need to download them from http://ipw2200.sourceforge.net/firmware.php, and unpack the tar file into /lib/firmware.

Watch out! There are multiple versions of the firmware, and you need the right version for the driver in your kernel. Fedora core 4 ships with version 1.0.0 of the driver, which needs the 2.2 version of the firmware. The 2.3 or newer firmware will NOT work.

Once you have the firmware installed in /lib/firmware, unload and reload the ipw2200 module. using the commands;

/sbin/rmmod ipw2200
/sbin/modprobe ipw2200

The iwconfig command should list the adapter as eth1, and it's status.

You may need to create a file /etc/sysconfig/network-scripts/ifcfg-eth1, containing:

DEVICE=eth1
BOOTPROTO=dhcp
ONBOOT=yes
TYPE=Ethernet

Once that file exists, /sbin/ifup eth1, should bring up wireless networking.

Now this worked perfectly for me. I believe it will work for you if you follow the instructions. I got this information from http://copland.udel.edu/~doke/dell_d810/ and it was created by Doke Scott, 2005.8.12
 
Old 03-17-2006, 06:44 PM   #5
Malachai.77
Member
 
Registered: Dec 2005
Posts: 54

Rep: Reputation: 15
Hello,

I just found the thread finally on how to install... I need some major help on setting up my wireless drivers or something...

I'm a newbie so I'm sorry if I don't explain myself that well.

My Spec's below for my laptop...

Dell XPS M140 (Laptop)
Intel® Pentium® M Processor 750 (1.86GHz/2MB Cache/533MHz FSB)
Genuine Windows® XP Media Center Edition 2005
1GB Shared DDR2 SDRAM 2 Dimms
100GB 5400rpm Hard Drive
Integrated Intel® Graphics Media Accelerator 900
Intel Corporation Pro/Wireless 2200BG (rev 05)

I read that I need to download a couple of things. So far here's what I have...

ipw2200-1.1.0-40-.rhfc4.at.i386.rpm
ipw2200-firmware-2.4-7.at noarch.rpm
ipw2200-kmdl-2.6.15-1.1833_FC4-1.1.0-40.rhfc4.at.i686.rpm

My kernel is 2.6.15-1.1833_FC4

Every time I run all the rpms using the command

rpm -ivh *.rpm I get this error message.

error: Failed dependencies:
ieee80211-kdl-2.6.15-1.1833_FC4 >=1.1.6 is needed by ipw2200-kmdl-2.6.15-1.1833_FC4-1.1.0-40.rhfc4.at i686

Can someone please tell me what I'm doing wrong... All I need from what I'm looking at is one more rpm ... I can't find a rpm for ieee802111 ...

Help please... Been fixing with this problem for 1 week now.


Thanks

[Malachai]
 
  


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
DISCUSSION: Easy NFS do0m LinuxAnswers Discussion 6 10-23-2013 09:13 PM
DISCUSSION: Intel Pro Wireless 2200 + Slackware LinuxAnswers Discussion 1 08-25-2007 09:09 AM
DISCUSSION: Slackware - Easy 2.6 kernel from Install disc #2 halo14 LinuxAnswers Discussion 8 06-22-2007 02:14 PM
Easy to install wireless adapter el_pajaro! Linux - Wireless Networking 1 01-12-2005 08:40 PM
install intel easy PC camera patpat Linux - Newbie 1 06-23-2003 10:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxAnswers Discussion

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