LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-22-2005, 07:59 PM   #1
trevor51590
LQ Newbie
 
Registered: Feb 2005
Posts: 5

Rep: Reputation: 0
Wireless with linux


hey guys im a total noob at linux i have tried wireless on mandrake with no luck. (rt2500) what distro of linux is the best for wireless?
 
Old 02-22-2005, 08:04 PM   #2
mAineAc
Member
 
Registered: Nov 2000
Location: Hermon, ME
Distribution: slackware
Posts: 201

Rep: Reputation: 30
they are all the same. If you need help let us know what you have done, errors, card, distro and anything else you may think is useful
 
Old 02-22-2005, 08:19 PM   #3
trevor51590
LQ Newbie
 
Registered: Feb 2005
Posts: 5

Original Poster
Rep: Reputation: 0
well im going to install the 10.1 powerpack tomorrow. ill get back here tomorrow with some questions im sure of it
 
Old 02-25-2005, 07:46 PM   #4
trevor51590
LQ Newbie
 
Registered: Feb 2005
Posts: 5

Original Poster
Rep: Reputation: 0
ok i cant get the ndiswrapper source to install with mandrake 10.1. im getting error 2. i cant post the exact error because im running a dual boot, but wrapper wont install correctly, so i cant use the command ndiswrappe -i

have an update: i can get ndiswrapper to install, but it says my device is not detected, and it wont let me modprobe ndiswrapper. i get a fatal error

Last edited by trevor51590; 02-25-2005 at 08:51 PM.
 
Old 03-19-2005, 10:11 PM   #5
muchristian
LQ Newbie
 
Registered: Nov 2004
Location: Charlotte NC
Distribution: Debian (unstable)
Posts: 16

Rep: Reputation: 0
I have both a desktop wireless and mini pci wireless card that uses the rt2500 chip-set. I would suggest against using NDISwrapper. For more than a few reasons. I am using the rt2500 driver that is maintained by serialmonkey. IF you search this site for rt2500 and serialmonkey you will find that there are some how-tos for install as well as stories by many other people on this chip-based card. I have had 0 problems with the driver and it is rock solid for me. for more information on my installation of linux on a 64 bit system as well as the included description on how to install the wireless on this computer go to http://well.hopto.org/averatec.doc this is in rich text format so you don't be afraid of the *.doc extension.

Good luck
 
Old 03-19-2005, 11:33 PM   #6
The_JinJ
Member
 
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299

Rep: Reputation: 30
Quote:
Originally posted by muchristian
I have both a desktop wireless and mini pci wireless card that uses the rt2500 chip-set. I would suggest against using NDISwrapper. For more than a few reasons. I am using the rt2500 driver that is maintained by serialmonkey. IF you search this site for rt2500 and serialmonkey you will find that there are some how-tos for install as well as stories by many other people on this chip-based card. I have had 0 problems with the driver and it is rock solid for me. for more information on my installation of linux on a 64 bit system as well as the included description on how to install the wireless on this computer go to http://well.hopto.org/averatec.doc this is in rich text format so you don't be afraid of the *.doc extension.

Good luck
I'm using the same driver and utility from serialmonkey - it is fine unless you use WPA then it seems a bit flaky. If you need any help then feel free to give me a shout....

BTW
I had the rt2500 card running with both the native driver and ndiswrapper, both worked ok
 
Old 03-20-2005, 01:59 AM   #7
novice26
Member
 
Registered: Mar 2005
Distribution: Slackware 10.1-2.6.11.6
Posts: 45

Rep: Reputation: 15
Quote:
Originally posted by trevor51590
ok i cant get the ndiswrapper source to install with mandrake 10.1. im getting error 2. i cant post the exact error because im running a dual boot, but wrapper wont install correctly, so i cant use the command ndiswrappe -i

have an update: i can get ndiswrapper to install, but it says my device is not detected, and it wont let me modprobe ndiswrapper. i get a fatal error
i too am a noob in linux but i finally got the ndiswrapper working. i'm not sure what the steps you took to try to install ndiswrapper but these are what i did. it took me the whole day to figure it out.

first download the ndiswrapper
extract the contents
open up a shell
login in as root
go to the directory where you extracted ndiswrapper
(just to be in the safe side to start out fresh type out these commands)
make uninstall
make clean
make
make install
(download the windows xp drivers for your wlan nic card and copy the .sys and the .inf file to your linux system, browse to whatever the directory is and type out these commands)
ndiswrapper -i "THENAMEOFTHEINFFILE.inf" (example for mine i type out 'ndiswrapper -i bcm5la.inf'
ndiswrapper -l (check if it detected the card)
modprobe ndiswrapper (the error you got when you did these earlier i kept having the same problem and found out that after i ran the 'make install' it went away)
iwlist wlan0 scan (i was stuck here for most of the day since i kept getting an error and found out the cause was because i was using a 32bit driver and i was running a 64bit linux)
iwconfig wlan0 essid "NAME OF YOUR SSID"
iwconfig wlan0 key restricted "WEP KEY"
dhcpcd wlan0

that should be it. hope it helps you.
 
  


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
A local wireless network for sharing files (linux desktop+linux laptop+mac laptop) whyatt Linux - Wireless Networking 1 11-01-2005 03:17 PM
Linux Newbie: Would like a suggestion for wireless card for Linux Fedora Core 3. Gueron Linux - Laptop and Netbook 1 10-06-2005 03:15 PM
Wireless Laptop to Wired ethernet via Linux PC (wired/wireless) sambartle Linux - Wireless Networking 0 01-30-2005 04:37 AM
wireless on Linux dying when I bring another wireless device in the LAN sal_paradise42 Linux - Wireless Networking 5 11-14-2004 03:38 AM
Crossover network! Linux PC to Linux Laptop! Also what about bluetooth wireless usb?? kane hart Linux - Wireless Networking 2 10-16-2003 06:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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