LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 10-20-2004, 04:07 PM   #1
snapper64
Member
 
Registered: Aug 2004
Location: At my Computer
Distribution: Redhat 7.3
Posts: 37

Rep: Reputation: 15
Netgear WG511T


hi i have a netgear WG511T.
Can anyone tell me i stages how i can get this to work?

thanks
 
Old 10-20-2004, 08:09 PM   #2
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
As we've put it a few dozen other times...

Short of a sacrifice to the evil lord satan... good luch! Muwahahahah...

In a more serious manner.
Question #1. Is the card in question on any linux compatability website or sucess story page.
Question #2. If you don't know, or it isnt. Why the heck did you buy it?
 
Old 10-21-2004, 03:48 AM   #3
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
http://ndiswrapper.sourceforge.net/ You can use the windows driver with this program.
 
Old 10-21-2004, 05:16 PM   #4
CragStar
Senior Member
 
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081

Rep: Reputation: 47
Have a search on the web for MadWifi drivers. There's loads of support material, FAQ's, Wiki and drivers to read through. Also, have a search on this site, there should be loads of threads that help.
 
Old 10-21-2004, 05:29 PM   #5
y0shi
Member
 
Registered: Oct 2004
Location: Boston, MA
Distribution: SUSE 9.1, Slackware 10.0
Posts: 95

Rep: Reputation: 15
www.prism54.org
 
Old 11-19-2004, 06:56 PM   #6
Pingus
Member
 
Registered: Nov 2004
Location: Canada
Distribution: SuSE 9.1 pro/Debian Sarge
Posts: 61

Rep: Reputation: 15
Careful here; the Netgear WG511 has a Prism chip. However, the Netgear WG511T has an Atheros chipset.

I am still trying to get my WG511T to work with SuSE 9.1, but I gather from tons of previous posts that the madwifi Atheros driver works just fine. You can download the current cvs tree from madwifi.sf.net and compile it yourself.

SuSE 9.1 correctly recognizes the Atheros chip, powers the card, the leds seem to blink correctly, i get an IP address from my router, but for some reason, still can't have network access. I wonder if there is a config problem with the DNS. If anyone has had success with this distro/card combination, I'd be very happy to hear about it.

P
 
Old 11-24-2004, 10:02 AM   #7
Pingus
Member
 
Registered: Nov 2004
Location: Canada
Distribution: SuSE 9.1 pro/Debian Sarge
Posts: 61

Rep: Reputation: 15
The secret was the firewall, which was directed to interface eth0. Re-directing it to wlan0 solved the problem. SuSE 9.1 Pro works just fine with the Netgear WG511T.
 
Old 11-24-2004, 11:05 AM   #8
Hockeyfan
Member
 
Registered: May 2004
Distribution: SuSe 10.0
Posts: 154

Rep: Reputation: 30
I got it to work in fedora 3. Using the Madwifi drivers. If you need help post back and let me know where you are stuck.
 
Old 12-31-2004, 07:46 PM   #9
whitehawk
LQ Newbie
 
Registered: Dec 2004
Distribution: Ubuntu
Posts: 18

Rep: Reputation: 0
I am beginner to linux just about 3 days old I have mandrake linux installed on my C600. I am not able to configure my wireless. I have the netgear WG511T card. I got the linux kernel sources as a tar file and put that in /bin/src/linux-2.6.8.1/
make does not work but throws me a bunch of errors.
HELP.
 
Old 01-01-2005, 11:14 AM   #10
Hockeyfan
Member
 
Registered: May 2004
Distribution: SuSe 10.0
Posts: 154

Rep: Reputation: 30
I think you got the wrong versioon of the linux kernel. The version you downloaded may be the same as your kernel version but it does not have the mandrake patches. Try this, look through your installation cd's for a rpm called kernel-source or something along those lines. once you found it install it.

here is one way do the following in a terminal

>su -
root password

> change the directory to where the kernel source file is located.
Assuming thhe kernell source is in rpmm format
>rpm -ivh Kernel-source rpm (you need the exact file name )

if you need anymore help post back
 
Old 01-04-2005, 01:47 AM   #11
whitehawk
LQ Newbie
 
Registered: Dec 2004
Distribution: Ubuntu
Posts: 18

Rep: Reputation: 0
when I installed my Kernel sources from the Installation DVD, it was installed in a folder names 'linux-2.4.27-0.pre2.1mdk' but the folder under /lib/modules/ is '2.6.8.1-12mdk'
Now when I do 'make install ' I get the following error

make -C driver install
make[1]: Entering directory '/home/<uname>/ndiswraper/driver'
Can't find kernel source in /lib/modules/2.6.8.1-12mdk/build;
give the path to kernel source with KSRC=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory '/home/<unmae>/ndiswraper/driver'
make[1]: *** [install] Error 2


What do I do now ?
 
Old 01-04-2005, 12:27 PM   #12
Hockeyfan
Member
 
Registered: May 2004
Distribution: SuSe 10.0
Posts: 154

Rep: Reputation: 30
I had this same prooblem with my fedora core 3 system. The reason why you are getting the errors is because only the object files were placed in that directory. No source files. Here is what I had to do inorder to get the source files on my computer.

as root
run rpm -ivh linux-2.4.27-0.pre2.1mdk.src.rpm This should put all the source files and patches into one directoy. It should be in this directory /usr/src/packages. (That's where it would be on my SuSe system. If I were on my fedora system it would be /usr/src/REDHAT) now change to the SPECS directory. There should be a file named kernel.spec in there. now run this command

rpmbuild bp --target=<your arch> kernel.spec

If you get errors with the target platform try another platform that is close to yours. I think after you run the rpmbuild command an rpm is created and you can now use that to install your surce code.

Here is the the link to site where I found out about this problem

http://fedora.redhat.com/docs/release-notes/fc3/x86/

If you need anymore help post back.

Hockeyfan
 
Old 01-05-2005, 12:51 AM   #13
whitehawk
LQ Newbie
 
Registered: Dec 2004
Distribution: Ubuntu
Posts: 18

Rep: Reputation: 0
madwifi

I managed to install madwifi drivers and the wireless tools package. But I do not know what my wireless card is ie., eth0 or something else. Frankly I do not know how to use iwconfig on my wireless card.
modprobe wlan
modprobe ath_pci
modprobe ath_hal

all there commands give me FATAL ERROR Module not found error.
what am I doing wrong ?

Last edited by whitehawk; 01-05-2005 at 02:26 AM.
 
Old 01-05-2005, 01:07 PM   #14
Hockeyfan
Member
 
Registered: May 2004
Distribution: SuSe 10.0
Posts: 154

Rep: Reputation: 30
Whitehawk,

Which wireless driver are you trying to use? Madwifi or ndiswrapper? According to your previous post you were trying to build the ndiswrapper driver. If you installed ndiswrapper and trying to load the madwifi modules that could be the reason why you are getting the fatal erros.

Now if you want to know if you have any wireless network cards active on your system, as root, type 'iwconfig' iwconfig will show you all network connections and it will either say, no wireless extension or show you a bunch of stuff for your wireless configuration.

But before you start with configuring the wireless settings get the modules started without a fatal error.

Hockeyfan
 
Old 01-05-2005, 01:53 PM   #15
Pingus
Member
 
Registered: Nov 2004
Location: Canada
Distribution: SuSE 9.1 pro/Debian Sarge
Posts: 61

Rep: Reputation: 15
On my SuSE 9.1 Pro system, the Netgear card corresponds to device ath0. madwifi was already installed; you do not need ndiswrapper for this card. Make sure you remove ndiswrapper and that madwifi and the Jean Tourhille's wireless tools/extensions are correctly installed. To view info on my card, i say: iwconfig ath0

To see if the proper modules are loaded, you can try "lsmod | grep 'wlan'". My system responds:
wlan 60328 2 ath_pci

If you don't know what interface corresponds to your card, just say 'iwconfig'.

Good luck.
 
  


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
mandrake 10.1 and Netgear wg511t WRXSTi Mandriva 0 05-07-2005 10:47 PM
netgear WG511T? vito_huang Linux - Wireless Networking 5 01-30-2005 01:21 PM
netgear wg511T in mandrake 10.1 immortality Linux - Wireless Networking 3 01-23-2005 12:49 AM
Help with netgear WG511T snapper64 Linux - Wireless Networking 0 08-26-2004 11:13 AM
2.6.2 Wireless, Netgear WG511T in particular Vincent_Vega Linux - Wireless Networking 1 02-27-2004 03:56 PM

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

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