LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-23-2005, 08:10 PM   #1
c84
LQ Newbie
 
Registered: Aug 2005
Posts: 2

Rep: Reputation: 0
Netgear WG511T Won't Work With madwifi Drivers


Hey all. I'm a Linux newbie. I thought I was computer literate until I switched, but heh....I sure do have a lot to learn I've found. I love Linux and have no desire to give it up, but if I can't get my WiFi card to work, I'll have very little choice.

The basics:

I'm running Mandrake/Mandriva Linux LE 2005 with kernel version 2.6.11 and have applied all updates from Mandriva. /sbin/lspci does not exist according to Linux. My computer is a Dell Inspiron 8200 laptop.

Okay...so here's the scoop. I NEED my WiFi access to get onto the internet and get work done. So I hooked up directly and went through Graham's excellent guide to install madwifi into Linux, as I have been told that the madwifi supports cards with the Atheros chipset...which includes my Netgear WG511T cardbus made in Taiwan. Before I installed the driver, my card flashed with one light (of two), which tells me there is no communication with the computer. Now, however, after I installed the driver, the card will flash its two lights on and off out of sync, which means searching for wireless network. Problem is that, even with such a strong network around me in my home, Linux refuses to make contact with my card; the Mandrake control center comes up blank when I open it, and will not find a network, and I can't tell if it is properly communicating with my card or not. I went and fiddled with network setting in the control center, telling Mandrake to set up a new wireless network, and I tried to configure it manually in those settings. Sadly, all that did was slow my boot to a crawl (in verbose load I can see it is trying to run through a connection process with our network and failing, reverting to my ethernet card where, again, nothing happens [there obviously]). I can assure that our network is just fine; I can get onto my network just fine in Windows. I have a WEP 128 bit encryption, but nothing anything more advanced. I think it says something that my card appears to be searching for a network now that madwifi is installed, but I need it to find one, and it just won't do it under Linux (I imagine its in Linux and not the card itself). Any ideas? HELP!!!!
 
Old 08-23-2005, 08:31 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Never setup this card but things to start with is turn off encryption on the router. Turn off any firewall or iptables scripts on the machine.

Brian1
 
Old 08-23-2005, 08:48 PM   #3
c84
LQ Newbie
 
Registered: Aug 2005
Posts: 2

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Brian1
Never setup this card but things to start with is turn off encryption on the router. Turn off any firewall or iptables scripts on the machine.

Brian1
Done...I never turned a firewall on to begin with. In the meantime, nothing changed. Thanks for the suggestion, though!
 
Old 09-18-2005, 12:25 PM   #4
liveprune
LQ Newbie
 
Registered: Sep 2003
Posts: 1

Rep: Reputation: 0
Hi,
I have a netgear wg511t working on my Inspiron 8500 running debian, so maybe I can help. I imagine you may either have it working by now or have given up, but maybe this'll be useful for someone else. Instead of going through the gui I configured manually with the command line using iwlist, iwconfig and ifconfig and then dhclient to get an ip address from the router. Of course this means that until I set up a start up script I'll have to through the whole thing every time I reboot, but yes, I haven't come to that bit yet.

Here goes:

First check madwifi is doing its stuff:

ifconfig ath0

If you get a device not found, then madwifi may not be installed correctly, or your wifi card uses another address.

Next:

iwconfig ath0 key xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xx enc on

I use a 128-bit key, but yours might be shorter. See here: http://www.madwifi.net/Install-HOWTO...-Key-HOWTO.txt

Use the following command to check the correct key is in use:

iwlist key

Then bring up ath0 using ifconfig (if it's not up already):

ifconfig ath0 up

Now scan for your router:

iwlist ath0 scan

If all goes well you'll get something which includes this:

ath0 Scan completed :
Cell 01 - Address: 00:E0:98:46:77:E0
ESSID:"lamb"
Mode:Master
Frequency:2.412 GHz (Channel 1)
Quality=12/94 Signal level=-83 dBm Noise level=-95 dBm
Encryption keyn
Bit Rate:1 Mb/s
Bit Rate:2 Mb/s
Bit Rate:5 Mb/s
Bit Rate:6 Mb/s
Bit Rate:9 Mb/s
Bit Rate:11 Mb/s
Bit Rate:12 Mb/s
Bit Rate:18 Mb/s
Bit Rate:22 Mb/s
Bit Rate:24 Mb/s
Bit Rate:36 Mb/s
Bit Rate:48 Mb/s
Bit Rate:54 Mb/s
Extra:bcn_int=200

For drama's sake, uplug your ethernet cable with a sweeping gesture at this point, then run dhclient (I have a fuzzy memory that mandrake uses something different to get ip addresses from dhcp, but yes, the effect would be the same) to get an ip address.

Once acheived, try pinging your router and then an internet site to see if you're connected to the outside world. I found that although I could ping the router I could not at first reach the outside world. Running:

iwlist ath0 scan

again seemed to help. For a more detail description of commands to do various things, look here:

http://www.madwifi.net/Install-HOWTO...nfig-Howto.txt

Hope that helps, good luck!

Last edited by liveprune; 09-18-2005 at 12:30 PM.
 
  


Reply



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
madwifi problem with Netgear WG511T/fedora 3 volekvolek Linux - Wireless Networking 4 05-14-2005 09:02 PM
Madwifi driver with Netgear WG511T & RH9 Gaargie Linux - Wireless Networking 1 02-08-2005 12:23 PM
Unable to get Madwifi on RH9 with Netgear WG511T Gaargie Linux - Wireless Networking 0 02-07-2005 02:42 AM
netgear WG511T? vito_huang Linux - Wireless Networking 5 01-30-2005 01:21 PM
Netgear WG511T need drivers for fedora 2 help!!!!! snapper64 Linux - Wireless Networking 4 08-28-2004 09:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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