LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-06-2004, 10:23 PM   #1
marzojl
LQ Newbie
 
Registered: Feb 2004
Location: florida, usa
Distribution: fedora
Posts: 8

Rep: Reputation: 0
need help with ndiswrapper module


i am using the fedora distro, with kernel 2.6.2. when i type the command iwconfig i get the following:

[root@localhost]# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

Warning: Driver for device wlan0 has been compiled with version 16
of Wireless Extension, while this program is using version 15.
Some things may be broken...

wlan0 IEEE 802.11g ESSID:"linksys"
Mode:Managed Frequency:2.442GHz Access Point: 00:06:25:EA:69:A6
Bit Rate=54Mb/s Tx-Power:16 dBm
RTS thr=2347 B Fragment thr=2346 B
Encryption keyff
Power Managementff
Link Quality:100/0 Signal level:-65 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:243 Missed beacon:0

all the information seems correct, but when i go to load up a webpage it doesn't come up. is there any other information that i have to give the OS so that it can recognize the pci card. i'm using a wireless g pci-adapter (wmp54g)

i typed ifconfig wlan0 up

to see if that helps, but nothing. i read somewhere about editing the file in the directory
/etc/sysconfig/network-scripts, but i don't have a file for wlan0.

thanks in advance for any help

Last edited by marzojl; 02-11-2004 at 01:30 PM.
 
Old 02-07-2004, 05:05 PM   #2
darkflounder
LQ Newbie
 
Registered: Jun 2003
Distribution: None, yet
Posts: 23

Rep: Reputation: 15
That's like the error I'm getting.

Mandrake 9.2, upgraded to kernel 2.6.2-1

Using Linuxant DriverLoader (I know it sucks, but it's the only driver that supports my Netgear card)

This card worked under kernel 2.4.22-10.

Upgraded the kernel, installed the generic driver (since there wasn't one built for my distro and kernel).

Getting this message when I do iwconfig:

lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

Warning: Driver for device eth1 has been compiled with version 16
of Wireless Extension, while this program is using version 15.
Some things may be broken...

eth1 IEEE 802.11-DS ESSID:"EmeraldCity" Nickname:"unknown"
Mode:Managed Frequency:2.462GHz Access Point: 00:09:5B:6A:16:FA
Bit Rate=11Mb/s Tx-Power=20 dBm
RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality:1/0 Signal level:-55 dBm Noise level:-200 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


iwlist scan sees my AP, and I've got a link light on my wireless nic. But I cannot get eth1 to show up in the Mandrake Control Center network config so I can config it for internet.

Almost makes me wish I spent the money to get the Cisco card.
 
Old 02-09-2004, 06:12 PM   #3
marzojl
LQ Newbie
 
Registered: Feb 2004
Location: florida, usa
Distribution: fedora
Posts: 8

Original Poster
Rep: Reputation: 0
thanks for everyone who has posted in this forum. it finally helped me to get my wmp54g wireless pci adapter to work from linksys. in case anyone wants to know, after i upgraded to kernel 2.6.2, i installed the mod-init-utils-3.0, and pciutils-2.1.11 and then i ran the install file that came with ndiswrapper. once it did its thing and no errors showed, i added the file ifcfg-wlan0 to the directory /etc/sysconfig/network-scripts, and just filled out the information that is supposed to be in that file. (i looked at a similar file in the same directory to see what i had to put in) also i made sure that everything that is needed to be done when migrating to the 2.6 kernel was done. i can't remember the link, but in google just search for "migrating kernel 2.6" or something like that. also made the module load automatically at startup by adding a script that runs at startup. just search in this site "load module permanent" and the details should be there. someone posted that and it really helped. thanks again everyone.
 
Old 02-13-2004, 09:51 AM   #4
jmsuthar
LQ Newbie
 
Registered: Aug 2003
Posts: 8

Rep: Reputation: 0
Hey!
Where do you find this file?
Quote:
i added the file ifcfg-wlan0
Thanks
 
Old 02-13-2004, 11:50 AM   #5
marzojl
LQ Newbie
 
Registered: Feb 2004
Location: florida, usa
Distribution: fedora
Posts: 8

Original Poster
Rep: Reputation: 0
the file ifcfg-wlan0, i created. just made it using one of the editors like "vi". just look at the other config files in the directory so you know what to put in the file. hope that helps.
 
Old 02-14-2004, 11:54 AM   #6
jmsuthar
LQ Newbie
 
Registered: Aug 2003
Posts: 8

Rep: Reputation: 0
Can you post your config file because I don't have any other config files in my /etc/network folder?
 
Old 02-14-2004, 02:42 PM   #7
marzojl
LQ Newbie
 
Registered: Feb 2004
Location: florida, usa
Distribution: fedora
Posts: 8

Original Poster
Rep: Reputation: 0
this is my config file:

[root@localhost network-scripts]# cat ifcfg-wlan0
DEVICE=wlan0
BOOTPROTO=dhcp
HWADDR=00:06:25:48:C4:F2
ONBOOT=yes
TYPE=Ethernet


for the type i wasn't sure what to put, but i just put ethernet and it works fine. the hwaddr i got by running ipconfig /all on the windows xp operating system through the command line. good luck.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
ndiswrapper module loading error kushalkoolwal Debian 1 08-19-2005 02:14 PM
ndiswrapper module not loadable quarry_06 Linux - Wireless Networking 9 08-10-2005 08:25 PM
ndiswrapper: unsupported module toddncl Linux - Wireless Networking 14 04-30-2005 07:35 AM
compiling a module (ndiswrapper) r.stiltskin Debian 4 10-23-2004 02:14 PM
Missing ndiswrapper module Norky Linux - Wireless Networking 0 05-08-2004 07:28 AM

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

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