LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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
  Search this Thread
Old 11-03-2006, 07:54 AM   #16
st00
Member
 
Registered: Apr 2003
Posts: 50

Rep: Reputation: 15

You did have it working though didn't you?

So I'm guessing that this is after a reboot once you had it working. Now if you do

ndiswrapper -l

that should show that the driver is loaded and the device is present. Then try

modprobe ndiswrapper

to load the module and

iwconfig

to see what device it's assigned to. The hard part is getting it working, once it works, getting it configured on boot is relatively easy.

Also just check that the bcm43xx module isn't loaded by,

lsmod | grep bcm43

If you get no output from this you're good.
 
Old 11-03-2006, 09:22 AM   #17
Dannt
LQ Newbie
 
Registered: Oct 2006
Location: London, United Kingdom
Distribution: Ubuntu 6.10
Posts: 26

Original Poster
Rep: Reputation: 15
Here is what happen:

Quote:
ndiswrapper -l
"installed drivers:
rt2500 driver installed"


Quote:
modprobe ndiswrapper
Nothing happens

Quote:
iwconfig
Same again

lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

Then if I
Quote:
lsmod | grep bcm43
I don't get any output which is good I think.

Cheers
 
Old 11-03-2006, 09:36 AM   #18
st00
Member
 
Registered: Apr 2003
Posts: 50

Rep: Reputation: 15
OK so your drivers are installed but the output from ndiswrapper -l didn't show that the card was present. Try removing it and re-inserting it, then type ndiswrapper -l again, you should see something like,

rt2500 driver installed, hardware present

Also try lspci and see if your card appears in that output somewhere.

When you type modprobe ndiswrapper you won't normally get any output but the lights on the card should come on.
 
Old 11-03-2006, 10:46 AM   #19
Dannt
LQ Newbie
 
Registered: Oct 2006
Location: London, United Kingdom
Distribution: Ubuntu 6.10
Posts: 26

Original Poster
Rep: Reputation: 15
Okay, this might be coming to an end (Sorry for keep you all this time by the way)

this time, when I tiped in lspci, I realised the name of the card was different to that on the driver, the card was actually detected as a Broadcom Corporation BCM4306, so I found the right driver and I installed it deleting the old one, and after that I had a "Driver present, hardware present" message and when I do an iwconfig this is the output I get:

Quote:
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

Warning: Driver for device wlan0 has been compiled with version 20
of Wireless Extension, while this program supports up to version 19.
Some things may be broken...

wlan0 IEEE 802.11g ESSIDff/any Nickname:"localhost.localdomain"
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Bit Rate=54 Mb/s Tx-Power:16 dBm
RTS thr=2347 B Fragment thr=2346 B
Encryption keyff
Power Managementff
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
But unfortunatelly when activating the wireless device I have the "check clabe" thing.

Am I any better now?

cheers

* I also checked the lights after modprobe ndiswrapper and the yeloow one turns on..

Last edited by Dannt; 11-03-2006 at 10:50 AM.
 
Old 11-03-2006, 10:59 AM   #20
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
You're in much better shape now.

Set the wireless parameters:

iwconfig wlan0 essid <your_essid> mode managed, etc.

Then pull an IP address.
 
Old 11-03-2006, 12:16 PM   #21
Dannt
LQ Newbie
 
Registered: Oct 2006
Location: London, United Kingdom
Distribution: Ubuntu 6.10
Posts: 26

Original Poster
Rep: Reputation: 15
Thanks 2Gnu,

This gets better all the time, and thanks entirely to you guys and your wise advice..

So, this time I managed to establish a connection with my router wirelessly, but I can't still access the Internet with the browser through this connection, I tough it could be an issue with the browser settings (Firefox) but it wasn't, when I try with the normal wired Ethernet cable I connect without problems, but if I swap to the wireless connection nothing happens although the connection status seems to be working at 100%.

Thanks for your help.

Dannt
 
Old 11-03-2006, 12:32 PM   #22
st00
Member
 
Registered: Apr 2003
Posts: 50

Rep: Reputation: 15
Maybe you need to do

dhclient wlan0

to pull the ip address as 2Gnu suggested?

If that doesn't work, post the output of iwconfig and ifconfig again. Good luck.
 
Old 11-03-2006, 12:41 PM   #23
Dannt
LQ Newbie
 
Registered: Oct 2006
Location: London, United Kingdom
Distribution: Ubuntu 6.10
Posts: 26

Original Poster
Rep: Reputation: 15
Nevermind, a million thanks,

I was simpler than that, a normal reboot solved it, I can carry on on my own now.

I am really please with all your help, I couldn't get anywhere without it.

All the best

Dannt
 
Old 11-03-2006, 01:15 PM   #24
st00
Member
 
Registered: Apr 2003
Posts: 50

Rep: Reputation: 15
Good news, glad to be of service.

Take it easy.
 
  


Reply

Tags
belkin, broadcom, networking, wireless



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
Belkin Wireless 802.11g F5D7000 Card Problems Just Dave Linux - Wireless Networking 8 06-30-2006 12:52 AM
802.11g Wireless Desktop network card (F5D7000) V1rus Linux - Wireless Networking 4 05-15-2006 10:40 PM
Belkin 802.11g Wireless Desktop network card (F5D7000) V1rus Linux - Wireless Networking 1 05-21-2005 03:56 PM
Networking For Dummies (802.11g Wireless Desktop Network Cart (Belkin)) Red Hat 9 Ian_Hawdon Linux - Hardware 2 08-26-2004 12:19 PM
Belkin 802.11g wireless problems wooster Linux - Wireless Networking 1 07-13-2004 05:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 09:58 AM.

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