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 > Something wrong with wireless network adapter?

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 03-05-2008   #1 (permalink)
Just Joined!
 
Join Date: Feb 2008
Posts: 19
Something wrong with wireless network adapter?

I have run iwconfig to get the followiing information reported for my wireless card on my ubuntu 7.10 box:

eth1 IEEE 802.11b/g ESSID:off/any Nickname:"Broadcom 4318"
Mode:Managed Access Point: Invalid
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=0/100 Signal level=-256 dBm Noise level=-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

When I try sudo iwscan I get the result:
eth1 Interface doesn't support scanning : No such device
while just iwscan gives a different message:
eth1 No scan results

If I use my Windows laptop it sees the wireless network fine.
Can I work out if the wireless card on ubuntu is working or not?

David
davidsc is offline  


Reply With Quote
Old 03-05-2008   #2 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
What driver are you using?
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 03-05-2008   #3 (permalink)
Just Joined!
 
Join Date: Feb 2008
Posts: 19
I haven't installed anything in particular.

David
davidsc is offline   Reply With Quote
Old 03-05-2008   #4 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
Then it is most likely using the native Linux driver. There are two versions, either bcm43xx or b43. To find out which one you are using, run this command:
Code:
/sbin/lsmod
It will need firmware installed, it will load this when the wireless is being used. Here is a link to the Linux wireless page, but it seems to be down right now, try again later.
http://linuxwireless.org/

You can first check for errors by entering this command and looking for wireless errors:
Code:
dmesg
You can extract the firmware yourself, if you have a working driver from WinXP. If you have the bcm43xx driver, you will use bcm43xx-fwcutter. If you have the b43 driver, use b43-fwcutter. These can usually be installed through the regular repositories of your distro.

Extract the firmware to this folder:
/lib/firmware

Unless you are using the b43 driver, then extract it to this folder:
/lib/firmware/b43.

You may need to reboot afterwards
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 03-06-2008   #5 (permalink)
Just Joined!
 
Join Date: Feb 2008
Posts: 19
I found a HOWTO at ttp://www.linuxquestions.org/questions/linux-wireless-networking-41/howto-broadcom-bcm43xx-driver-463002/
but it doesn't seem to have done the trick. What diagnostics can I try after I supposedly have ndiswrapper installed and configured?
Now when I look at my Network settings there is no wireless card shown.
davidsc is offline   Reply With Quote
Old 03-09-2008   #6 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
Don't use the driver that is downloaded from that thread. Use the same driver that is used in your WinXP installation. NDISwrapper is different than the bcm43xx driver. You need to remove the bcm43xx or b43 driver before NDISwrapper will work.
Code:
 modprobe -r bcm43xx
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 03-10-2008   #7 (permalink)
Just Joined!
 
Join Date: Feb 2008
Posts: 19
Which driver exactly?

Hi,

I used blacklist bcm43xx as indicated in the How-To before I set up and configured NDISWrapper. Not adequate? I don't have a windows XP copy of the driver as all I have inherited from the card's previous owner is the wireless card itself. I thought the author of the How-To had done the packaging of the original XP driver for the benefit of others ...

davidsc is offline   Reply With Quote
Old 03-10-2008   #8 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
Adding a module to the blacklist file will prevent it from automatically loading at boot up. It won't do anthing to a module that is already loaded. I presume by now you have re-booted the computer at least once.


The bcm43xx is the name of the generic Linux driver for that line of chips. For a WinXP driver, I would go to the manufacturers web site. You say that it works fine in Windows, so there must be a driver there. Boot into Windows and check if there is one, look at the hardware manager and find the driver info.

Actually, you never said what make wireless it is. The make is only important for finding a WinXP driver. For Linux we need to know the chipset and the PCI ID number. Enter this into a terminal, and post the output.
Code:
/sbin/lspci -nn
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 03-11-2008   #9 (permalink)
Just Joined!
 
Join Date: Feb 2008
Posts: 19
/sbin/lspci -nn --> no such file or directory

When I said that it works fine in Windows what I was saying is that my Windows laptop finds the wireless network OK. I have NOT tried the network card on windows at all.
davidsc is offline   Reply With Quote
Old 03-11-2008   #10 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
I forgot that you are using Ubuntu. Use this command:
Code:
sudo /bin/lspci -nn
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead 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 11:50 AM.






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

Content Relevant URLs by vBSEO 3.3.0 RC2