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 > dell wireless 1390wlan mini pci card not working

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 05-25-2008   #1 (permalink)
Just Joined!
 
Join Date: Apr 2008
Posts: 13
dell wireless 1390wlan mini pci card not working

i have a compaq presario c700 which has the mysterious dell wlan 1390 mini pci card
i have installed the driver with bcm43xx and my light is working but the command
Code:
iwlist eth0 scanning
does not come up with any networks
the code
Code:
iwconfig
shows up my interface but still i cant get any networks
fkim is offline  


Reply With Quote
Old 05-25-2008   #2 (permalink)
Linux Engineer
 
khafa's Avatar
 
Join Date: Apr 2008
Location: Tokyo, Japan
Posts: 839
did you scan as root?
if you scan as a normal user it just shows the last result of the scan and since you dont have any result you will find no network
__________________
Linux and me it's a love story
khafa is offline   Reply With Quote
Old 05-25-2008   #3 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
The bcm43xx driver module requires firmware to be installed before it will work correctly. Firmware is not installed by default, so if you did not install it, it is not installed. Look at the output of this command for any errors:
Code:
dmesg
Also, the bcm43xx driver is no longer used. The b43 driver has replaced it. It is available in newer kernels. (>= 2.6.18) It may not be compiled into the earlier 2.6.18 kernels, but it is available with a re-compile.

http://linuxwireless.org/en/users/Drivers/b43

You did not post your distro version or kernel version. This type of info should be posted when asking for help.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 05-26-2008   #4 (permalink)
Just Joined!
 
Join Date: Apr 2008
Posts: 13
i use debian..i have kernel version 2.6.22
the code dmesgshows no errors as far as the driver is concerned and my light is up and running!
i usually log in as root so that might not be the problem
fkim is offline   Reply With Quote
Old 05-26-2008   #5 (permalink)
Just Joined!
 
Join Date: Apr 2008
Posts: 13
thanx guys!!!it finally worked

i finally decided to settle for ndiswrapper ..i installed it ,plus a new kernel for my debian machine 2.6.22-3-686....plus the headers for this kernel.
in the file
Code:
/etc/modprobe.conf
put the line
Code:
alias wlan0 ndiswrapper
then hit the code
Code:
iwconfig
which showed my interface wlan0
finally the code
Code:
iwlist wlan0 scanning
gave me some metworks and now am enjoying the net in linux
thanx guys!!!!!!
fkim is offline   Reply With Quote
Old 05-27-2008   #6 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
When you use NDISwrapper, you usually need to blacklist the b43 (or bcm43xx) module to keep it from loading. If NDISwrapper and b43 are loading at the same time, your wireless will not work.

In the file /etc/modprobe.d/blacklist add this to the bottom of the file:
Code:
blacklist b43
This will prevent it from automatically loading.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 05-28-2008   #7 (permalink)
Just Joined!
 
Join Date: Apr 2008
Posts: 13
thanx waterhead!!!! i have done that already and my card is working okey
fkim is offline   Reply With Quote
Old 05-28-2008   #8 (permalink)
Just Joined!
 
Join Date: Apr 2008
Posts: 13
thanx waterhead...i have done that and my card is working alright...but i need to know which file to adit so that the driver can load at startup
fkim is offline   Reply With Quote
Old 05-28-2008   #9 (permalink)
/etc/init.d/moderator
 
bigtomrodney's Avatar
 
Join Date: Nov 2004
Location: Sunny South-East of Ireland
Posts: 6,038
Which distro are you using? Distros using the newer b43 driver instead of bcm43xx need to unload ssb before loading ndiswrapper. This becomes a problem if your ethernet driver is b44 which means you need to write a script to unload ssb, load ndiswrapper then allow ssb to load again with b44.

We can cross that bridge when we come to it though...for now what distro are you using, and can you post the output from the following commands
Code:
/sbin/lsmod |grep -i ssb
/sbin/lsmod |grep -i b4
uname -r
__________________
Registered Linux user #378740
New members read here / Forum Rules
#linuxforums on irc.freenode.net
bigtomrodney 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:10 AM.






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

Content Relevant URLs by vBSEO 3.3.0 RC2