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 04-19-2004, 02:02 PM   #1
rgiggs
Member
 
Registered: Apr 2004
Location: berkeley, ca
Distribution: slk10, winxp
Posts: 313

Rep: Reputation: 30
intel PRO wireless 2100 centrino


hi,
has any one here successfully compiled a new kernel and got the centrino wireless stuff to work?
if so, could you please post your steps?
1 specific question: i believe i have to enable CONFIG_NET_RADIO during kernel compilation. now where is it in xconfig because the command line config is so many options, takes hours to go through.
thanks.
 
Old 04-19-2004, 03:57 PM   #2
fitzy85
LQ Newbie
 
Registered: Apr 2004
Posts: 29

Rep: Reputation: 15
hey mate...i have the same card in my acer aspire 2000..
i have used ndiswrapper to use the windows .inf file to generate drivers to work it...have managed to install it and everything and get a the config stage...plug in my wep code etc...i do get data being sent but as of yet have been unable to get a working connection..however i think that may be due to the config...something i have overlooked...i think the prob is with the type of wep key security... linux sets it as restricted and my router says automatic..if i manage to get it working i will let yaz kno ..
to get ndisloader go to sourceforge and search..installation is simple if u know the make command.
fitzy
 
Old 04-19-2004, 04:03 PM   #3
rgiggs
Member
 
Registered: Apr 2004
Location: berkeley, ca
Distribution: slk10, winxp
Posts: 313

Original Poster
Rep: Reputation: 30
did u have 2 compile/patch ur kernel? i am using the ipw2100 @ http://ipw2100.sourceforge.net, and they say must have kernel 2.4.23+.
 
Old 04-19-2004, 04:06 PM   #4
fitzy85
LQ Newbie
 
Registered: Apr 2004
Posts: 29

Rep: Reputation: 15
i have mandrake 10 and have 2.6.3 kernel....and did nothing else..am having a looksee at ipw2100 now...
ok had a look mate...if you read the install document you will see you need to edit a few things in the kernel to get it working..i strongly suggest you give ndisloader a try...it is a lot easier!!...hopefully it will work for you!!..im sure mines a simple config error

Last edited by fitzy85; 04-19-2004 at 04:08 PM.
 
Old 04-19-2004, 05:51 PM   #5
rgiggs
Member
 
Registered: Apr 2004
Location: berkeley, ca
Distribution: slk10, winxp
Posts: 313

Original Poster
Rep: Reputation: 30
hmm,
i thought ipw2100 is the only stuff that makes centrino on linux.
i'll try ndisloader.
thanks.
 
Old 04-20-2004, 01:57 AM   #6
Greg_courageous
LQ Newbie
 
Registered: Apr 2004
Posts: 13

Rep: Reputation: 0
Let me know if you get it to work, i have the same card = )
 
Old 04-20-2004, 03:21 PM   #7
fitzy85
LQ Newbie
 
Registered: Apr 2004
Posts: 29

Rep: Reputation: 15
OK lads ive got the card working
i did it by installing ndiswrapper...see sourceforge for download.
once that was done i downloaded the windows driver and then did what ndiswrapper instructions asked....it will eventually say that the card if present..you may have to try installing the driver a couple of times..(i used win xp driver)
once this is done...i followed the rest of the instructions so that the coding was set up it just needed to be configured..however i spent quite a few days trying to get it work..
heres how i eventually did it.. set it to DHCP in configure my computer.. (i have dhcp router) ..once that was done...i set to work on iwconfig...and spent hours moronically plugging in my wep code..to no avail..kept on resetting...so i set my wireless AP to disable wep..and left the iwconfig settings blank..and restarted laptop... lo and behold to my amazment it gave me the bootup line
WLAN0 ........................................[OK]
and the net was connected at boot :-p
hope that this gets people all happy wid wless net..im afriad i havent got wep working..i think that it might only work on some router/card combinations...because of the security modes.. my AP only had one mode out of three that linux would let u set..and this didnt appear to work with the centrino card...as it didnt work with windows..
let me kno if anyone gets wep working
fitzy
 
Old 05-08-2004, 09:49 AM   #8
joneSi
LQ Newbie
 
Registered: May 2004
Posts: 5

Rep: Reputation: 0
Where did you find a copy of the .inf file? I tried to extract the file in in wine, but I get an error. :S

joneSi
~Steve Jones
 
Old 05-09-2004, 12:54 PM   #9
fitzy85
LQ Newbie
 
Registered: Apr 2004
Posts: 29

Rep: Reputation: 15
i got a copy of the inf file from the driver you can download for windows...i have a dual boot machine you see..best bet is 2 download the zip file from inte..and then extract the inf file out of that...if not i have an inf file...i can mail it 2 you
 
Old 05-11-2004, 06:12 AM   #10
fastly
LQ Newbie
 
Registered: Mar 2004
Posts: 17

Rep: Reputation: 0
I had massive issues with a number of distros out there... until I loaded up Gentoo...

Running a 2.6.5 kernel I type:

FEATURE="-sandbox" emerge ipw2100

at the prompt when I'm connected to the net through eth0 and portage handles the rest...

Then to connect I make sure the modules are loaded first:

modprobe ipw2100

Then...

ifconfig eth1 up

Scan networks using

iwlist scan


Then connect to a network using

iwconfig eth1 essid blah


Sometimes I may have to

dhcpd eth1


But it runs like a dream and far easier to get working than with other distros I have tried (SuSE, redhat etc)...

Fastly
 
Old 05-11-2004, 06:14 AM   #11
fastly
LQ Newbie
 
Registered: Mar 2004
Posts: 17

Rep: Reputation: 0
Thats...

FEATURES="-sandbox" not FEATURE="-sandbox"


Oh and don't ask me what a sandbox is... I still think it's a box full of sand. Someone on IRC told me this was necessary (it doesn't work without it)..
 
Old 05-11-2004, 04:40 PM   #12
joneSi
LQ Newbie
 
Registered: May 2004
Posts: 5

Rep: Reputation: 0
OK, I can get ndiswrapper to load up, and it scans the 'airwaves' but it makes my keyboard act funny. I can't type stuff in or it makes one letter repeat. And its never the same one...makes getting the driver uninstalled not so easy.

Thanks for any input....

joneSi
 
Old 05-13-2004, 03:21 PM   #13
fastly
LQ Newbie
 
Registered: Mar 2004
Posts: 17

Rep: Reputation: 0
I've got some advice... don't ignore my last post - it works.
 
Old 05-13-2004, 08:09 PM   #14
joneSi
LQ Newbie
 
Registered: May 2004
Posts: 5

Rep: Reputation: 0
Hmmmm, it makes my keboard do things like this.

ndiswrrrrrrrrrrrrraaaaaaaaaaaaaaaappppppppppppppper and so its IMPOSSIBLE to type. Anything I'm missing with the sandbox...where do I put that. Just in a term? Lemme kno

joneSi
 
Old 05-16-2004, 08:17 AM   #15
geomatt
Member
 
Registered: Mar 2004
Location: PA
Distribution: Slackware 12.0
Posts: 315

Rep: Reputation: 30
Hi,
I've been reading this thread and trying to figure out how to get the centrino 2100 wireless thang working and wanted to report on my success - WEP and all.
I'm running slack 9.1 on an IBM r40 laptop.

Here's what I did:
1. downloaded and ran swaret (for the non-slack: slackware's package upgrade tool) to upgrade the kernel from version 2.4.22 to version 2.4.26.
2. installed the hostap drivers (needed for WEP support)
3. installed the ipw2100 driver
4. put a copy of the latest firmware into the appropriate directory
(the hostap drivers and firmware is all available at the ipw2100 site, and ipw2100 INSTALL file contains instructions for installing, where to put the firmware, etc.)
5. edited /etc/rc.d/rc.inet1.conf so that my ip address is assigned by rc.inet1 to eth1 (the centrino device) and not eth0 (a built in ethernet card)
6. wrote a script called by /etc/rc.d/rc.local (run at boot time) that loads the ipw2100 driver, brings up eth1,
configures wireless parameters like essid, and the WEP key I use.
7. rebooted and presto it works WEP and all.

Some details would need to be adjusted if you aren't running slackware and they probably also show that I'm an almost complete newbie. Maybe there's some unnecesary stuff in there? Maybe there's a better less hackish way to do it?

Good luck all!
-geomatt
 
  


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
Intel 2100 Pro Wireless - RHEL4 drewboo127 Linux - Wireless Networking 1 11-01-2005 08:05 AM
Disable Intel Pro Wireless 2100 Centrino NIC using HD install of Knoppix Substandard Linux - Newbie 1 02-04-2005 12:08 AM
Intel PRO/Wireless 2100 MiniPCI cald_nath Linux - Laptop and Netbook 10 12-25-2004 08:54 PM
connecting to the internet via wireless through Intel PRo/Wireless LAN 2100 3B Mini P k_wjss Linux - Newbie 1 09-28-2004 05:00 PM
Wireless intel PRO/Wireless 2100 802.11b WLAN gummimann Linux - Hardware 0 03-01-2004 04:20 PM

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

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