LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-27-2005, 07:41 PM   #1
OneSeventeen
Member
 
Registered: Oct 2004
Location: Albuquerque, NM
Posts: 41

Rep: Reputation: 16
ndiswrapper driver and hardware present but no wlan0


lspci finds the network controller just fine
Quote:
#lspci
0000:03:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
ndiswrapper works fine, has been modprobed, and has generated an alias, and loads the driver like it should
Quote:
#ndiswrapper -l
Installed ndis drivers:
bcmwl5 driver present, hardware present
yet still no wireless connection
Quote:
#iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

Any ideas?

I also can't find wlan0 via the GUI interface when setting up a network, just the wired connection.

Last edited by OneSeventeen; 07-27-2005 at 07:42 PM.
 
Old 07-27-2005, 07:53 PM   #2
Cichlid
Member
 
Registered: Jan 2002
Location: Montreal
Distribution: Ubuntu 8.10
Posts: 178

Rep: Reputation: 30
Solution

Did you eversolve this problem? I'm experiencing the same thing now.
 
Old 07-27-2005, 08:19 PM   #3
OneSeventeen
Member
 
Registered: Oct 2004
Location: Albuquerque, NM
Posts: 41

Original Poster
Rep: Reputation: 16
nope, I just posted about 12 minutes before you posted

I'm asking at the ubuntu forums as well, so hopefully someone somewhere will be able to help. (I'll post here if I find out.)
 
Old 07-28-2005, 07:44 AM   #4
LinuxVB
Member
 
Registered: May 2005
Distribution: SuSE
Posts: 58

Rep: Reputation: 15
My ndiswrapper is working with a Broadcom chipset in an HP zv6007.
See if you have all these files:
linux:/home/LinuxVB # find / -name wlan0
/sys/class/net/wlan0
/proc/sys/net/ipv6/conf/wlan0
/proc/sys/net/ipv6/neigh/wlan0
/proc/sys/net/ipv4/conf/wlan0
/proc/sys/net/ipv4/neigh/wlan0
/proc/net/dev_snmp6/wlan0
/proc/net/ndiswrapper/wlan0

Here's my wlan0 config:
linux:/etc # more /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
MTU=''
NAME='Ethernet Network Card'
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='yes'
WIRELESS_AP='00-30-bd-f1-a1-db'
WIRELESS_AUTH_MODE='sharedkey'
WIRELESS_BITRATE='auto'
WIRELESS_CHANNEL='11'
WIRELESS_DEFAULT_KEY='0'
WIRELESS_ESSID='belkin54g'
WIRELESS_FREQUENCY=''
WIRELESS_KEY=''
WIRELESS_KEY_0='ae981c9be8e99a352ea0a8611f'
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH='128'
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_POWER='yes'
WIRELESS_WPA_PSK=''
_nm_name='static-0'
 
Old 07-28-2005, 08:52 AM   #5
OneSeventeen
Member
 
Registered: Oct 2004
Location: Albuquerque, NM
Posts: 41

Original Poster
Rep: Reputation: 16
Well, apparently if you watch the screen while the laptop boots, you get more details, so I found the problem was ndiswrapper "couldn't initialize device".

A quick google.com/linux brought me to another thread here at linuxquestions, which offers the solution:

solution

Apparently all you need to do is download the entire driver package and unpack all of the files, not just the .inf and .sys files. After doing that, removing the old drivers from ndiswrapper, installing the new, modprobing, and rebooting, it works perfect!!!

(go to that thread for more details, and for a link to a very functional copy of the drivers!)
 
Old 07-28-2005, 11:03 AM   #6
margni
LQ Newbie
 
Registered: Jul 2005
Posts: 3

Rep: Reputation: 0
I have ndiswrapper working on a FC3 box - I'm using a Netgear wg511 card + ndiswrapper...

logon as root - saves grief...

make sure you have gcc loaded/installed

download and extract ndiswrapperx.x.x. and extract it in root's home directory. For ease of typing, I renamed the ndiswrapperx.x.x.. folder to just 'ndis'

I made a folder with the *.inf and *.sys files from the windows installer disk that came with the card.

from root prompt...

1. cd /root/ndis enter
2. make install enter
3. ndiswrapper -i /path/to/inf/name.inf enter
4. ndiswrapper -l enter - makes sure driver is present
5. ndiswrapper -m sets alias from eth? to wlan0
6. modprobe ndiswrapper enter

that should have gotten your driver installed, and now you should be able to run the internet-druid...

7. /usr/bin/internet-druid enter -gui should open...

select wireless connection next
select ndiswrapper(wlan0) next
make your mode 'managed'
ssid = your network's name
channel = 1 l left this alone, ?? it works...
Transmit rate = auto
key (important) 0x WEPKEYS (in other words, put 0x in front of the rest of your wep)

Finish...

make sure the 'activate at startup' and 'allow other users enable..." or it won't start, and you'll not be able to change it...

reboot...

then it's a matter of selecting the device and activating it

If you're using FC2, then this won't work without massaging your pcmcia to start BEFORE the network starts (painful) FC3 and now 4 start correctly...

I hope this helps... I have a couple of black eyes over getting this to work... some of these steps might not be necessary for you, or i hope I didn't forget anything...
 
  


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 installed driver installed, hardware present, but modprobe doesn't likeit Flukey Linux - Hardware 1 04-14-2007 11:22 AM
ndiswrapper-hardware present but no driver sachmo Linux - Wireless Networking 4 03-28-2005 05:06 PM
ndiswrapper installed wlan0 not present JTC SUSE / openSUSE 6 12-18-2004 03:22 PM
No wlan0 present after modprobe ndiswrapper jmarcum Linux - Wireless Networking 3 06-01-2004 09:49 AM
ndiswrapper: wlan0 not present Ian Linux - Wireless Networking 1 04-07-2004 06:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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