LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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
 
LinkBack Search this Thread
Old 10-16-2004, 01:45 AM   #1
c_dave1
LQ Newbie
 
Registered: Sep 2004
Posts: 21

Rep: Reputation: 15
HP Pav zx5000, Broadcom 94306, Ndiswrapper


Hi guys, I am a newbie to linux........I have Mandrake 10.1 community on my HP PAv zx5000 laptop with a broadcom 94306 for wireless lan. I downloaded ndiswrapper 0.9 version. I have come to the point where ndiswrapper works fine .....my wireless hardware is detected...infact i can ping to my router BUT i cannot do anything else. i tried to set essid (iwconfig) , couldnt set it ..i had to go thru Mandrake control center to set the essid. I tried to put the keys also from "iwconfig" it took it and created the network restricted....then i tried to change the restricted mode to open.......it changed but then thats that....again i come to where i started. Basically whatever i want to change ....I CANNOT change it from the command prompt. I have to go the MCC....but there the problem is of wep keys. I dont know how to put keys there (MCC), there is this space and thats it.....now the network uses 4 keys .....i dont know how to put the keys in MCC. Also i thought the the file "ifcfg-wlan0" must have only root access...and yes it did......hence i changed the permissions.......but of no use....now i can edit "ifcfg-wlan0" but the results are the same......i think the main problem is WEP keys .......or is it the problem of the driver or NDISWrapper??.....but i highly doubt that, because it recognizes the hardware and the light of wlan goes on ....samiliar to the other operating system. I would appreciate if someone helps me .....it seems like i am so close ..yet so far.....oh another thing...if i tamper with "ifcfg-wlan0" it also doesnt changes the configuration.......essid just says off/any....access point shows 00:00:00:00:00:00:....so i really dont know what else i can do to get it working..
thanks for you help
dave
 
Old 10-16-2004, 01:33 PM   #2
nganesh21
LQ Newbie
 
Registered: Oct 2003
Posts: 7

Rep: Reputation: 0
zx5000

Hi,
I have the laptop model with 802.11g broadcom card. am trying to install ndiswrapper. where do i find the windows driver file. I found bcmwl5.sys under system32\driver and used ndiswrapper 0.7. I followed the usual steps to install ndiswrapper on FC2 linux.
install went fine. ndiswrapper -l only says that bcmwl5.sys is installed. I cannot find anything about wlan0 in the dmesg output after i do modprobe.

I would be great if you can help me out.

THanks
 
Old 10-16-2004, 01:42 PM   #3
c_dave1
LQ Newbie
 
Registered: Sep 2004
Posts: 21

Original Poster
Rep: Reputation: 15
zx5000

hey ganesh...i got the driver from ndiswrappers website.....well sourceforge.net.....they have a very detailed installation procedure page u can go there and check it out.........i followed those instructions and everything went well untill i cant configure the network.......i didnt like the idea of getting the driver from the cd......also get the id of the chpset....lspci ....so that you can get the exact driver for the card
good luck
 
Old 10-17-2004, 02:26 PM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,698
Blog Entries: 1

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
Quote:
Basically whatever i want to change ....I CANNOT change it from the command prompt.
First off, if you expect help, learn to write sentences and paragraphs. Your... post... is... essentially... unr...eadab....le.....

Second, why don' t you post the output from when you use iwconfig. The error messages will help us figure out an answer.
 
Old 10-17-2004, 04:39 PM   #5
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
Second to hangdog's post can I please recommend that people use the latest ndiswrapper version now that it is approaching stable release. Current version 0.11 is quite a way on from 0.7 that some posters say they are using.
Regards
Chris
 
Old 10-17-2004, 05:10 PM   #6
c_dave1
LQ Newbie
 
Registered: Sep 2004
Posts: 21

Original Poster
Rep: Reputation: 15
Ndiswrapper

snecklifter....the problem is that some versions of NDIS wrapper do not work on certain laptops and chipsets...hence i choose 0.9 version which is not too old, not too new...bugs have been fixed and works great for thechipset which i have on my laptop..
thanks
dave
 
Old 10-17-2004, 07:26 PM   #7
y0shi
Member
 
Registered: Oct 2004
Location: Boston, MA
Distribution: SUSE 9.1, Slackware 10.0
Posts: 95

Rep: Reputation: 15
yea for example .11 refuses to work for me so i use the one that comes with suse 9.1 pro. >=)


c_dave did you edit ifcfg-wlan0, save it... then do :
Quote:
ifdown wlan0

ifup wlan0
?? ( you have to do those commands as root...so either log in as root or in console type: "su -" then put in your password )

some times you have to do "route" also.

another thing that helps is adding this to the bottom of the ifcfg-wlan0 config file:

Quote:
DHCLIENT_MODIFY_RESOLV_CONF='yes'
DHCLIENT_SET_DEFAULT_ROUTE='yes'
^^ that's not a fix, but it helps later on in the game if you still can't get outside of the network ^^


I'm not familir with mdk as i have not used it.

and yea please break up your posts and post the messages you recieve to further help us help you...not that i am much help, hah.


***** when you do "iwlist wlan0 scanning" please post what it says ******
 
Old 10-17-2004, 07:34 PM   #8
nganesh21
LQ Newbie
 
Registered: Oct 2003
Posts: 7

Rep: Reputation: 0
94306

OK,

1. lspci o/p gives the following info for my card

02:02.0 Network controller: Broadcom Corporation BCM94306 802.11g (rev 03)
Subsystem: Hewlett-Packard Company: Unknown device 12f4
Flags: bus master, fast devsel, latency 64, IRQ 193
Memory at e8204000 (32-bit, non-prefetchable)

2. As per c_dave's response I downloaded the "driver3" from the "supported chipsets website" and followed the instructions on the ndiswrapper website.

3. After "modprobe ndiswrapper" I checked the dmesg output, which is as follows:

ndiswrapper version 0.8 loaded
Linux Kernel Card Services
options: [pci] [cardbus] [pm]
Yenta: CardBus bridge found at 0000:02:04.0 [103c:006b]
Yenta: ISA IRQ mask 0x0ed8, PCI irq 201
Socket status: 30000006
Yenta: CardBus bridge found at 0000:02:04.1 [103c:006b]
Yenta: ISA IRQ mask 0x0ed8, PCI irq 185
Socket status: 30000006
cs: IO port probe 0x0c00-0x0cff: excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcd7
cs: IO port probe 0x0100-0x04ff: excluding 0x200-0x20f 0x378-0x37f 0x408-0x40f 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
parport0: PC-style at 0x378 [PCSPP,EPP]
lp0: using parport0 (polling).
lp0: console ready
NET: Registered protocol family 10
Disabled Privacy Extensions on device 02307a60(lo)
IPv6 over IPv4 tunneling driver
divert: not allocating divert_blk for non-ethernet device sit0
eth0: no IPv6 routers present
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout

So, going by the instructions on the ndiswrapper website the system log does not match.

(This is for you Hangdog)
4. When I do "iwconfig" I do not see wlan0. The o/p is under:
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

Hope this helps in figuring out the problem/mistake that I am making.

THanks,
 
Old 10-17-2004, 07:37 PM   #9
nganesh21
LQ Newbie
 
Registered: Oct 2003
Posts: 7

Rep: Reputation: 0
ndis version

Forgot to mention in my earlier mail that I am installing ndiswrapper version 0.11

Thanks
 
Old 10-17-2004, 08:39 PM   #10
y0shi
Member
 
Registered: Oct 2004
Location: Boston, MA
Distribution: SUSE 9.1, Slackware 10.0
Posts: 95

Rep: Reputation: 15
if iwlist doesn't show a wireless device modprobe ndiswrapper isn't loading it...i fixed this by using an earlier version of ndiswrapper...worked like a charm.


another possibility is...you need to go into yast and set up a wireless card..then modprobe ndiswrapper again. see if that works

if yast doesn't show a wireless card then go to "other (undetected)" and click on configure...make it wireless, blah blah...feed it the required info and save/accept everything.

***** is there a file in /etc/sysconfig/network that is like eth1 or wlan0???....open up some of the files...see if they look like config files for wireless cards ( they will have ssid, key's etc... )*****

Last edited by y0shi; 10-17-2004 at 08:42 PM.
 
  


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware 10.0 + ndiswrapper + Broadcom = Help! Gatroae Linux - Wireless Networking 8 05-24-2005 03:14 AM
SuSE 9.1 Pro and Broadcom 94306 wireless chipset paintray98 Linux - Wireless Networking 9 02-06-2005 03:03 AM
BCM-94306 modprobe ndiswrapper freeze solved! ZiggyJustice Linux - Wireless Networking 0 09-17-2004 01:50 AM
WPC11 v4, SuSE 9.1, ndiswrapper & HP Pav N5415 trinityrock Linux - Wireless Networking 2 08-19-2004 09:39 PM
Broadcom 94306 with ndiswrapper 0.5 jon-do Linux - Wireless Networking 3 03-11-2004 01:25 PM


All times are GMT -5. The time now is 03:40 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration