LinuxQuestions.org
Review your favorite Linux distribution.
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 02-02-2003, 06:36 PM   #1
Fold Zandura
LQ Newbie
 
Registered: Feb 2003
Location: Anchorage ,AK
Distribution: SuSE 9.0
Posts: 23

Rep: Reputation: 15
WiFi card in laptop


Hello I have a Toshiba laptop with a Microsoft (I know I Know) WiFi card. It has the prism 2 chipset. I am using Mandrake 9.0.
How do I get it to work?
I have read several post in this forum and have got some good information, but nothing that is complete.
Could someone take me through it step but step?
I am a novice Linux user.

Thanks in advance Erik
 
Old 02-03-2003, 01:33 AM   #2
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
wow, I looked at an MS card the other day and tried for about 10 minutes to get it working... if you are certain its vanilla prism, we can hack together an entry for it that you can add to /etc/pcmcia/config and hopefully get it to force load the orinoco modules... I hope.

/sbin/cardctl ident

That'll give us the reading off of the card's identification so that we can trick cardmgr into loading the right modules.

Cheers,

Finegan
 
Old 02-04-2003, 02:21 AM   #3
Fold Zandura
LQ Newbie
 
Registered: Feb 2003
Location: Anchorage ,AK
Distribution: SuSE 9.0
Posts: 23

Original Poster
Rep: Reputation: 15
WiFi

I did what you said
Quote:
/sbin/cardctl ident
and it just said it was a Microsoft card.

I found this post in another web forum

"Just now I succeeded in using Microsoft's Wireless N/W hardware with RedHat Linux 8. The hardware I used: 1. Microsoft Wireless Notebook Adapter MN-520 2. Microsoft Wireless Base Station MN-500 I added the following to /etc/pcmcia/config : card "Microsoft Wireless Notebook Adapter MN-520 1.0.3" version "Microsoft", "Wireless Notebook Adapter MN-520", "", "1.0.3" bind "orinoco_cs" I configured this device as eth1 and entered the following for Wireless configuration: 1. Mode: Ad-Hoc 2. SSID Specified : my_wireless_network_name Channel : 11 (I am using 11) Transmit : 11Mbps Key : my_encryption_key (for 128bit) This is working great for me. This is very useful for anyone using dual boot (I am using XP and RHL 8). My Windows XP uses the same hardware. Now RHL also uses the same hardware"

But I don't know enough to hack through this to make it work. Any ideas?
maybe break it down step by step for a newbie?
I have Mandrake 9.0 not redhat.

thanks Erik
 
Old 02-04-2003, 03:04 AM   #4
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
I can build a config file for you, can you either re-post that with the cut'n'paste in a {code} {/code} around it so the justification is kept in there. Just sub in the square brackets for the curly ones.

Cheers,

Finegan
 
Old 02-05-2003, 01:28 AM   #5
Fold Zandura
LQ Newbie
 
Registered: Feb 2003
Location: Anchorage ,AK
Distribution: SuSE 9.0
Posts: 23

Original Poster
Rep: Reputation: 15
WiFi

OK the forum I go that post from looked just like that. But I will try to clean it up a bit

Quote:
Just now I succeeded in using Microsoft's Wireless N/W hardware with RedHat Linux 8. The hardware I used: 1. Microsoft Wireless Notebook Adapter MN-520 2. Microsoft Wireless Base Station MN-500 I added the following to /etc/pcmcia/config
{code} (card "Microsoft Wireless Notebook Adapter MN-520 1.0.3" version "Microsoft", "Wireless Notebook Adapter MN-520", "", "1.0.3")
(bind "orinoco_cs")
I configured this device as eth1 and entered the following for Wireless configuration: 1.
(Mode: Ad-Hoc 2. SSID Specified : my_wireless_network_name) (Channel : 11 (I am using 11) Transmit : 11Mbps Key : my_encryption_key (for 128bit) {/code}

Quote:
This is working great for me. This is very useful for anyone using dual boot (I am using XP and RHL 8). My Windows XP uses the same hardware. Now RHL also uses the same hardware.


I hope this is helpful.
 
Old 02-05-2003, 12:27 PM   #6
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Okay, download this:

http://www.clockwatching.net/~fin/random/microsoft.conf

And add it to /etc/pcmcia/

Hard restart pcmcia with:

/etc/rc.d/init.d/pcmcia restart

If you hear two pretty much matched beeps, it loaded the module, look at the last ten or so lines of:

dmesg

and also check to see that hermes, orinoco, and orinoco_cs are listed under:

/sbin/lsmod

If everything looks good so far:

ifconfig eth0 up
iwconfig eth0 essid nameofyournetwork
iwconfig eth0 enc 123123213 (if you are using WEP)
dhcpcd eth0

Of course if you've got another ethernet device in here, then this thing probably got eth1, also you've got to do more or less all of this as root... more or less.

Cheers,

Finegan
 
Old 02-06-2003, 11:30 AM   #7
Fold Zandura
LQ Newbie
 
Registered: Feb 2003
Location: Anchorage ,AK
Distribution: SuSE 9.0
Posts: 23

Original Poster
Rep: Reputation: 15
WiFi works

thanks for all your help. It was easy once I was directed down the right path.

Here is a link that was helpful as well.

http://homepage.mac.com/cuddapah/wireless.html
 
Old 02-06-2003, 03:47 PM   #8
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Just for furture reference (so it appears in searches), I got bored and added on the manfid entires for two other prismX based cards that are the usual suspects: the WPC11v3 WPC11 version3 (same card, I'm seeding keywords), and the Netgear MA401RA Here's the conf:

www.clockwatching.net/~fin/random/lqhacks.conf

Stick that in /etc/pcmcia/ and you should be rock and roll.

Cheers,

Finegan
 
Old 02-06-2003, 07:05 PM   #9
Fold Zandura
LQ Newbie
 
Registered: Feb 2003
Location: Anchorage ,AK
Distribution: SuSE 9.0
Posts: 23

Original Poster
Rep: Reputation: 15
Good Idea, What ever helps us newbies
 
  


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
Laptop WiFi FishBoy Linux - Wireless Networking 10 09-11-2005 07:19 PM
WiFi on Fedora core 3 Laptop e_chandrakant Linux - Laptop and Netbook 0 06-27-2005 04:32 AM
laptop with wifi pcmcia network card wildwingman Linux - Laptop and Netbook 2 06-14-2005 05:47 PM
Good firewall for laptop WIFI eth0 debian_dummy Linux - Wireless Networking 0 04-23-2004 09:08 PM
Ethernet/Wifi laptop connection problems killahwave Linux - Wireless Networking 6 03-09-2004 09:35 PM

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

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