Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-18-2004, 01:31 AM
|
#1
|
LQ Newbie
Registered: Nov 2003
Location: california
Distribution: SUSE 9.0, slackware 9.1, knoppix
Posts: 22
Rep:
|
Linksys wireless g on suse 9.1 with ndiswrapper
Ok people ive been wrestling with this problem for a while and have gotten very far yet still short of my goal which is wireless internet access. I have SUSE 9.0 with kernal version 2.4.21-99 and i am currently using ndiswrapper 0.3 because 0.4 doesnt support a kernal as lowly as mine. I have done everything the quickstart guide has told me to i even modified the config file to automatically run through the arguments to load the drivers with ndiswrapper or so im lead to believe. Here is what i get in iwconfig after i boot up linux.
eth1 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.462GHz Bit Rate=54Mb/s Tx-Power:16 dBm
RTS thr=2347 B Fragment thr=2346 B
Encryption keyoff
Power Managementoff
Link Quality:0 Signal level:246 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Now bear with me cause im a newbie but after reading the quickstart guide im lead to believe this is the the desired result of getting ndiswrapper to autoload.
My question is where do i go from here cause i try to edit the values in iwconfig and it doesnt seem to save any changes i make in it. Another problem is suse 9.0 will not see the driver as wlan0 it will only see it as eth1 and i cant get kwifimanager to make it run when i try it autodetects the eth1 as the active configuration but doesnt seem to care cause i still cant find the access point or find a signal of any kind when i try to make a configuration file in the hardware configuration setup it only produces an eth1 configuration and that doesnt seek out the essid or anything. I tried to edit the eth1 config file with wireless values but it fails to laod at startup. Any help at all would be very welcome as seeing as im obviuosly stuck at something trivial yet dumbfounding to my limited experince.
|
|
|
01-18-2004, 08:47 AM
|
#2
|
LQ Newbie
Registered: Jan 2004
Location: Wuerzburg/Germany
Distribution: SuSE 9.0
Posts: 4
Rep:
|
In my opinion you have to configure the wireless lan card as "wireless". Then you'll get a "wlan0"-Interface which you can edit in /etc/sysconfig/network or /etc/wlan/.
I'v the same problem with iwconfig. I want to change the rate but the configuration doesn't change.
|
|
|
01-18-2004, 09:16 PM
|
#3
|
LQ Newbie
Registered: Nov 2003
Location: california
Distribution: SUSE 9.0, slackware 9.1, knoppix
Posts: 22
Original Poster
Rep:
|
well theres one problem there i cant configure my linksys card suse will create a new configuration file but wont tie it to the pci card so what can i do?
|
|
|
01-19-2004, 04:00 PM
|
#4
|
LQ Newbie
Registered: Jan 2004
Location: Wuerzburg/Germany
Distribution: SuSE 9.0
Posts: 4
Rep:
|
That means that you have the feeling that iwconfig doesn't make changes.
I had the same feeling only a few hours ago.
I would recommend to unload eth0 with "ifdown eth0" first.
Then you should do your changes with the iwconfig order and it's parameters and after you are ready with this change you have to restart eth0 again with "ifup eth0".
The best way is to write all iwconfig orders in a type of batch-file and start the batch-file.
Stephan
|
|
|
01-19-2004, 04:11 PM
|
#5
|
LQ Newbie
Registered: Nov 2003
Location: california
Distribution: SUSE 9.0, slackware 9.1, knoppix
Posts: 22
Original Poster
Rep:
|
ok only problem with that is that i havent the foggiest on hwo to create a batch file so ill have to try just downing the eth0 and making changes with iwconfig manualy.
|
|
|
01-19-2004, 04:37 PM
|
#6
|
LQ Newbie
Registered: Jan 2004
Location: Wuerzburg/Germany
Distribution: SuSE 9.0
Posts: 4
Rep:
|
It's the WPC54G PCMCIA-Card you use? What is the name of the driver Linux is using in the moment? You should see this in Yast. In my opinion it should be the driver ath_pci.
If driver is not on SuSE-CD then try to get the MADWIFI-driver from the internet.
Address: http://sourceforge.net/projects/madwifi.
In the basic installation of Linux you should have the hotplug feature switched on. That means that Linux realizes automatically when new hardware is pluged. You can see whether it is or not with Yast.
O.k. If you pluged the card restart PC and then look into Yast as root.
Then you should see in network card as available WLAN. Choose it and click "wireless". Click PCMCIA "on". Now the new connection should be called "wlan0". The rest of installation I would make with the batch file I told before.
Now, I think you have enough to do for the moment. In Europa it's nearly midnight. Now I have to go to bed.
Stephan
Last edited by stephanwolf_de; 01-19-2004 at 05:49 PM.
|
|
|
01-19-2004, 10:09 PM
|
#7
|
LQ Newbie
Registered: Nov 2003
Location: california
Distribution: SUSE 9.0, slackware 9.1, knoppix
Posts: 22
Original Poster
Rep:
|
Well it isnt a pcmcia card its a pci card and the madwifi project seems to be an invalid project according to sourceforge.net
|
|
|
02-09-2004, 02:03 AM
|
#9
|
Member
Registered: Mar 2002
Posts: 42
Rep:
|
Re: Linksys wireless g on suse 9.1 with ndiswrapper
Quote:
Originally posted by lnxusr
Ok people ive been wrestling with this problem for a while and have gotten very far yet still short of my goal which is wireless internet access. I have SUSE 9.0 with kernal version 2.4.21-99 and i am currently using ndiswrapper 0.3 because 0.4 doesnt support a kernal as lowly as mine. I have done everything the quickstart guide has told me to i even modified the config file to automatically run through the arguments to load the drivers with ndiswrapper or so im lead to believe. Here is what i get in iwconfig after i boot up linux.
eth1 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.462GHz Bit Rate=54Mb/s Tx-Power:16 dBm
RTS thr=2347 B Fragment thr=2346 B
Encryption keyoff
Power Managementoff
Link Quality:0 Signal level:246 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Now bear with me cause im a newbie but after reading the quickstart guide im lead to believe this is the the desired result of getting ndiswrapper to autoload.
My question is where do i go from here cause i try to edit the values in iwconfig and it doesnt seem to save any changes i make in it. Another problem is suse 9.0 will not see the driver as wlan0 it will only see it as eth1 and i cant get kwifimanager to make it run when i try it autodetects the eth1 as the active configuration but doesnt seem to care cause i still cant find the access point or find a signal of any kind when i try to make a configuration file in the hardware configuration setup it only produces an eth1 configuration and that doesnt seek out the essid or anything. I tried to edit the eth1 config file with wireless values but it fails to laod at startup. Any help at all would be very welcome as seeing as im obviuosly stuck at something trivial yet dumbfounding to my limited experince.
|
Also have kinda setup like this for my WMP54G card. Works perfectly, but always have to set the essid manually
"iwconfig eth0 essid heremyessidname"
then
"/etc/init.d/network restart"
Then it connect in 2 seconds And works perfectly. Also in Kwifimanager it probes at the Eth0. No need wlan or something like that.
Wish i could get it to autostart
|
|
|
02-12-2004, 06:16 PM
|
#10
|
LQ Newbie
Registered: Jan 2004
Location: Wuerzburg/Germany
Distribution: SuSE 9.0
Posts: 4
Rep:
|
In my opinion you have to write the configuration you wish into a type of batch-file and run this batch-file automatically when booting Linux. I had the same problem with iwconfig before.
|
|
|
02-15-2004, 04:00 AM
|
#11
|
Member
Registered: Mar 2002
Posts: 42
Rep:
|
OK, it starting up now when booting with this in "etc/init.d/boot.local
/usr/sbin/iwconfig eth0 mode Managed
/usr/sbin/iwconfig eth0 essid linksys
Last edited by VenimK; 03-04-2004 at 04:14 AM.
|
|
|
All times are GMT -5. The time now is 12:27 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|