Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > not working: ndiswrapper

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 02-13-2007   #1 (permalink)
Just Joined!
 
Join Date: Dec 2006
Location: Austin, Texas
Posts: 26
Send a message via AIM to dime Send a message via MSN to dime Send a message via Yahoo to dime
not working: ndiswrapper

I have installed ndiswrapper. i attempt to setup my card, wlan0, and:
Quote:
root@kim:~# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s Tx-Power:25 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 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

root@kim:~# iwconfig wlan0 essid Wireless
root@kim:~# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s Tx-Power:25 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 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

root@kim:~# iwlist wlan0 scan
wlan0 No scan results
root@kim:~#
The folks over at ndiswrapper's site dont seem very helpful with this...
dime is offline  


Reply With Quote
Old 02-14-2007   #2 (permalink)
Just Joined!
 
Metaljaz's Avatar
 
Join Date: Jul 2006
Posts: 52
Assuming you are using Ubuntu since you did not say what distro you are using.
To check if driver is loaded type this command from the terminal:

sudo lsmod | grep <device driver>

if the driver that is loading is not the driver that you want you will
have to blacklist drivers that you do not wish to use.
Metaljaz is offline   Reply With Quote
Old 02-14-2007   #3 (permalink)
Just Joined!
 
Join Date: Dec 2006
Location: Austin, Texas
Posts: 26
Send a message via AIM to dime Send a message via MSN to dime Send a message via Yahoo to dime
Fedora 5. Anyway, I didn't think of that

Will try soon.
dime is offline   Reply With Quote
Old 02-14-2007   #4 (permalink)
Just Joined!
 
Join Date: Dec 2006
Location: Austin, Texas
Posts: 26
Send a message via AIM to dime Send a message via MSN to dime Send a message via Yahoo to dime
I see only ndiswrapper; no other thing that looks like it even begins to have anything to do with wireless drivers or anything that would interfere. Also, the only ndiswrapper-related thing i see is ndiswrapper itself.
dime is offline   Reply With Quote
Old 02-14-2007   #5 (permalink)
Just Joined!
 
Metaljaz's Avatar
 
Join Date: Jul 2006
Posts: 52
post more information about your wireless card so someone more familiar with fedora can assist you.
Metaljaz is offline   Reply With Quote
Old 02-14-2007   #6 (permalink)
Just Joined!
 
Join Date: Dec 2006
Location: Austin, Texas
Posts: 26
Send a message via AIM to dime Send a message via MSN to dime Send a message via Yahoo to dime
I don't know, exactly... it's whatever came in my laptop...

lspci:
Quote:
...
05:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
...
dime is offline   Reply With Quote
Old 02-14-2007   #7 (permalink)
Just Joined!
 
Metaljaz's Avatar
 
Join Date: Jul 2006
Posts: 52
Ok..based on the output of lspci you are using the bcm43xx chipset.
Follow the link below and you should be up and running:

http://fedoranews.org/mediawiki/inde...ng_Ndiswrapper

here is another link. Do the initial part and then click on the ndiswrapper setup link.

http://fedoramobile.org/fc-wireless/...8-ndiswrapper/

Try the one that seems the easiest to you
Metaljaz is offline   Reply With Quote
Old 02-16-2007   #8 (permalink)
Just Joined!
 
Join Date: Mar 2005
Location: Washington State, US
Posts: 6
Send a message via ICQ to oneminizut Send a message via MSN to oneminizut Send a message via Yahoo to oneminizut
I'm running slack myself but I also have the bcm43xx chipset. A couple of sites that helped me are here:

http://ndiswrapper.sourceforge.net/m...index.php/List

and here:

http://ndiswrapper.sourceforge.net/m...p/Installation
oneminizut is offline   Reply With Quote
Old 02-16-2007   #9 (permalink)
Just Joined!
 
Join Date: Jun 2006
Location: The next brick house on the right.
Posts: 63
dime --

You have downloaded, and presumably installed, ndiswrapper. Please run:

Code:
sudo ndiswrapper -l
and that would be "-l" as in lower case L, not i or the number 1. Just to be sure !!

The ndiswrapper executable provides the means for a Windows driver to be used within the Linux environment. This means that you need to bring in the Windows driver (both the .inf and the .sys files) to Linux and have ndiswrapper install them. The .inf and the .sys files will normally come from the driver CD that comes with the Broadcom-chipped card. At times (I know it's true for FC 6 and maybe FC 5 also) it is necessary to "blacklist" the driver that the kernel loads (i.e., "bcm43xx") so that the "true" driver can do its thing. That was definitely the case with my Kubuntu install and my Buffalo Broadcom 4318 card. Anyway, double-check at the ndiswrapper wiki site for the special instructions that apply to Fedora Core, as in some cases there is a problem with the size of the driver file and the Fedora Core stack size.

Unfortunately, you are in for a little more research.
jglen490 is offline   Reply With Quote
Old 02-19-2007   #10 (permalink)
Just Joined!
 
Join Date: Dec 2006
Location: Austin, Texas
Posts: 26
Send a message via AIM to dime Send a message via MSN to dime Send a message via Yahoo to dime
Quote:
Originally Posted by jglen490
dime --

You have downloaded, and presumably installed, ndiswrapper. Please run:

Code:
sudo ndiswrapper -l
and that would be "-l" as in lower case L, not i or the number 1. Just to be sure !!

The ndiswrapper executable provides the means for a Windows driver to be used within the Linux environment. This means that you need to bring in the Windows driver (both the .inf and the .sys files) to Linux and have ndiswrapper install them. The .inf and the .sys files will normally come from the driver CD that comes with the Broadcom-chipped card. At times (I know it's true for FC 6 and maybe FC 5 also) it is necessary to "blacklist" the driver that the kernel loads (i.e., "bcm43xx") so that the "true" driver can do its thing. That was definitely the case with my Kubuntu install and my Buffalo Broadcom 4318 card. Anyway, double-check at the ndiswrapper wiki site for the special instructions that apply to Fedora Core, as in some cases there is a problem with the size of the driver file and the Fedora Core stack size.

Unfortunately, you are in for a little more research.
Meh, I've looked all over the ndiswrapper site.

Also:
ndiswrapper -l shows my driver.
dime is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 04:42 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2