LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 08-09-2005, 07:15 AM   #1
speedemonV12
Member
 
Registered: Jul 2005
Posts: 64

Rep: Reputation: 15
intel(R) wireless card config


hey i just installed mandrake linux 2005 limited edition, and i cant figure out how to get the internet to work...im on a dell inspiron 600m with one of those intel(R) wireless cards built in...The internet works fine when im running windows...but when i get into linux, i can not get the internet to work. I think that i have tried everything but i hope not. Anyone know how to configure the card for a wireless connections that has encryption....please help...or if anyone has a link to How To's for mandrake and internet connections....
thanks a lot


speedy
 
Old 08-10-2005, 01:07 AM   #2
misunderstruck
LQ Newbie
 
Registered: Jan 2005
Location: Brooklyn, NY
Distribution: Gentoo; Fedora Core 3
Posts: 28

Rep: Reputation: 15
This link is apparently outdated (i.e. it's for an old version of the drivers for the Intel Pro 2100 wireless chipset) but I found it very informative when I first tried to get wireless working under Linux. At the time I had Mandrake 10.1.

http://frealek.dotnode.com/blog/view/177

If you're using Mandriva, I would recommend two things: first, figure out exactly which card you have (if it's Intel, it will probably be Intel Pro/Wireless (or ipw) 2100 or 2200 -- you should be able to figure this out in Windows), and see if Mandriva included a driver in the kernel (I think they do for some reason):
Code:
ls /usr/src/linux/drivers/net/wireless | grep ipw*
If it shows, then you have the driver already, which means there's less work for you! You could try (as root, if you have the ipw2100 card; change it to ipw2200 otherwise):
Code:
modprobe ipw2100
This should bring the card up. Then, running (still as root) 'iwconfig' will give you a list of network interfaces and identify which one supports wireless. Let's say that eth1 is your wireless interface. Then the following will give you a list of wireless networks in range:
Code:
iwlist eth1 scan
Furthermore, the following:
Code:
iwconfig eth1 essid mynetwork key s:mypassword
will get your card connected to your encrypted network (replace "mynetwork" and "mypassword" with your actual network name and password of course). And then
Code:
iwconfig eth1 up
will get the network up on that interface.
 
Old 08-10-2005, 06:59 AM   #3
speedemonV12
Member
 
Registered: Jul 2005
Posts: 64

Original Poster
Rep: Reputation: 15
kk

okay thanks a lot ill try that today...and hopefully it will work..but do you know if there is a graphical way to do it? just for future reference if im to bored to doo it this way lol :P

thanks
speedy
 
Old 08-10-2005, 08:21 AM   #4
misunderstruck
LQ Newbie
 
Registered: Jan 2005
Location: Brooklyn, NY
Distribution: Gentoo; Fedora Core 3
Posts: 28

Rep: Reputation: 15
I believe the Mandriva Control Center has a whole network setup panel. There should be something like Configure New Wireless Connection in there. I don't remember that ever working for me, but that could be (1) because it was an older version of Mandrake or (2) I was missing something.


Last edited by misunderstruck; 08-10-2005 at 08:24 AM.
 
Old 08-25-2005, 11:28 AM   #5
sam.pedraglio
Member
 
Registered: Jul 2005
Distribution: Mint 14 64bit
Posts: 71

Rep: Reputation: 16
If you use the MCC from the network panel, first you could check if your wireless card has founds by the system during the installation procedure (select the 3rd option you find -I use the italian version and I don't know exactly the description you have- I have something like "change config on network card)in hte next page yuo'd choose between installed card, if you find your one, try to set the mode, the ESSID and the encryption into the "wireless" tab.
If you'll not find your one, go back and start to install a new card (1st icon of the screen) into the next step you must choose the type of connection. in this case a Wireless network -last choice-, and then the sytem'd detect the right driver you need, leave it selected and go on with the others configuration steps.

Pay attention, during my installation I needed to repeat this process many time because after the driver selection, the system asked me for further particular parameters needed by some card to work properly, of course I didn't know these params and I couldn't complete the installation, when I was deciding to close my linux adventure (I need to use the wifi card to connect to the web at home) I've done another test and the installation finished in the right way.

I hope I'd be usefull.
 
Old 09-04-2005, 07:33 PM   #6
why2jjj
Member
 
Registered: Jan 2005
Location: Oregon
Distribution: Mandrake
Posts: 47

Rep: Reputation: 15
Thumbs up

Quote:
Originally posted by misunderstruck
This link is apparently outdated (i.e. it's for an old version of the drivers for the Intel Pro 2100 wireless chipset) but I found it very informative when I first tried to get wireless working under Linux. At the time I had Mandrake 10.1.

http://frealek.dotnode.com/blog/view/177

If you're using Mandriva, I would recommend two things: first, figure out exactly which card you have (if it's Intel, it will probably be Intel Pro/Wireless (or ipw) 2100 or 2200 -- you should be able to figure this out in Windows), and see if Mandriva included a driver in the kernel (I think they do for some reason):
Code:
ls /usr/src/linux/drivers/net/wireless | grep ipw*
If it shows, then you have the driver already, which means there's less work for you! You could try (as root, if you have the ipw2100 card; change it to ipw2200 otherwise):
Code:
modprobe ipw2100
This should bring the card up. Then, running (still as root) 'iwconfig' will give you a list of network interfaces and identify which one supports wireless. Let's say that eth1 is your wireless interface. Then the following will give you a list of wireless networks in range:
Code:
iwlist eth1 scan
Furthermore, the following:
Code:
iwconfig eth1 essid mynetwork key s:mypassword
will get your card connected to your encrypted network (replace "mynetwork" and "mypassword" with your actual network name and password of course). And then
Code:
iwconfig eth1 up
will get the network up on that interface.

Doug, you are SOOOOO awesome...your explanation was clean, crisp, down-to-the-point, and it worked for me !!

99% of it did...the last command 'iwconfig <ETH CARD> up' didn't work...the response was it was un-recognized option. I went to the mandrake control center and did some fiddling...I just installed Mandriva LE and purposely skipped the setup set of configuring my wireless, so there was probably something I needed to do that I did that provided the last step to start the network up .

In the past, I had the same experience where then-Mandrake 10.1 control center did a horrible job configuring wireless...in fact I gave up on the linux solution and went to www.linuxant.com.

But this is MUCH better now (because it is a linux solution)! Hopefully when I re-boot my computer, wireless will start up right

For users wondering my computing platform, I have a Dell Inspiron 8600 with the 2200 ipw chipset.

THANKS AGAIN!
 
Old 09-04-2005, 10:19 PM   #7
misunderstruck
LQ Newbie
 
Registered: Jan 2005
Location: Brooklyn, NY
Distribution: Gentoo; Fedora Core 3
Posts: 28

Rep: Reputation: 15
I'm glad to help, especially with wireless, which was a huge headache for me when I started out.

I know why the last command didn't work -- I screwed it up when I typed it in. The correct command is
Code:
ifconfig eth1 up
with an "f" instead of a "w". I used to mess that one up all the time on the command line in Mandrake too.

The iwconfig options are wireless specific, while the ifconfig command controls networking in general.
 
Old 10-24-2005, 12:37 PM   #8
purelithium
Member
 
Registered: Oct 2005
Location: Canada
Distribution: Mandriva 2006.0
Posts: 390

Rep: Reputation: 30
Hmm... this doesn't seem to work for me. I can connect to the Open wireless network in my area, but no luck with the encrypted one I actually want to connect to.

Any ideas?

edit: nevermind lol, I figured it out I had to change the key index on the router to 1

Last edited by purelithium; 10-24-2005 at 12:57 PM.
 
Old 10-24-2005, 01:14 PM   #9
why2jjj
Member
 
Registered: Jan 2005
Location: Oregon
Distribution: Mandrake
Posts: 47

Rep: Reputation: 15
Quote:
Originally posted by purelithium

edit: nevermind lol, I figured it out I had to change the key index on the router to 1
Yeah, do that a lot too

 
  


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 wireless pro 2200 detected as atheros wireless card? whf SUSE / openSUSE 5 08-29-2005 06:04 PM
Need help setting up intel wireless card Shwiing Linux - Wireless Networking 1 07-31-2005 06:55 AM
FC2 not recognizing the Intel PRO/Wireless 2200BG wireless card mdslf Linux - Laptop and Netbook 2 08-24-2004 02:25 AM
intel pro/wireless 2100 -config questions + dhcp/dns some_cs_student Linux - Wireless Networking 1 05-01-2004 05:31 PM
Intel wireless card drivers? FatherGod Linux - Laptop and Netbook 9 03-14-2004 04:41 PM

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

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