Linux - Wireless NetworkingThis forum is for the discussion of wireless networking in Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have the same model card (Netgear WG511T) and it worked when I used Open SuSE 10.0
I believe the SuSE GPL kernel will provide the madwifi module, but compiling it yourself should work just as well.
Would have been interesting to see the output of lspci. You really shouldn't be having so much trouble with this well supported Atheros chipset. There is allways the possibility that Netgear have decided to use a different chipset for some reason. But I really hope I am very much mistaken about that.
Distribution: *buntu - Slackware - Anything on USB
Posts: 254
Rep:
Quote:
Originally Posted by JunctaJuvant
You really shouldn't be having so much trouble with this well supported Atheros chipset.
All the research I've done led me to believe it had an Atheros chip also. Reading the information that he had posted on the internet, though, made it look like he had a Broadcom chip. I looked on Netgear's website and noticed quite a few drivers for that card, depending on what version you have. I guess its possible then to have Atheros, Broadcom and maybe even a Prism chip in there somewhere.
Anybody out there have this card with chipset other than Atheros?
Still not sure what all the trouble is. I can guess though.
i bought one of those hoping it'd work with the madwifi and in further research after not making it work i found that if it is manufactured in tawain it has the atheros chipset if manufacturered in china (as mine was) is has a different chipset. personally i just bought a generic atheros wireless card and it works great with all distros i've tried it with now.
Distribution: *buntu - Slackware - Anything on USB
Posts: 254
Rep:
At first we thought you had an Atheros chipset, but you couldn't get it to work. You linked to information you had posted on another website, that said you had the Broadcom chipset: 14e4:4318. Now you are posting that you do have the Atheros chipset?
How about posting lspci from the computer you are using, with the card you want to use connected.
no u dont understand, this has been the same card and same computer throughout the entire process, i have never changed either, but i did do the lspci and this is my result:
[root@x-ceptional ~]# lspci
00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 10)
00:01.0 PCI bridge: ATI Technologies Inc Unknown device 5a3f
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 81)
00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller ATI (rev 80)
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio Controller (rev 80)
00:14.6 Modem: ATI Technologies Inc ATI SB400 - AC'97 Modem Controller (rev 80)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:05.0 VGA compatible controller: ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
05:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
05:09.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
Or if you choose to use ndiswrapper I found this on ndiswrapper wiki:
Card: Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) in HP COMPAQ V2415LA with Debian sid, ndiswrapper 1.5
alright well i've to install the rpm madwifi drivers, with no luck, i would try to install madwifi-0.9.6.0-20.rhfc5.at.i386.rpm and it would say i needed madwifi-kmdl-2.6.15-1.2054_FC5xen0-0.9.6.0-20.rhfc5.at.i686.rpm and when i tried to install that it would say i needed madwifi-hal-kmdl-2.6.15-1.2054_FC5xen0-0.9.6.0-20.rhfc5.at.i686.rpm and when i tried to install that it said i need madwifi-kmdl-2.6.15-1.2054_FC5xen0-0.9.6.0-20.rhfc5.at.i686.rpm this again, i then tried to install the drivers from the bcm43xx site and i got this error:
[root@localhost bcm43xx-standalone-060320]# make
make -C /lib/modules/`uname -r`/build CFLAGS_MODULE="-DCONFIG_BCM43XX=1 -DCONFIG_BCM43XX_DMA=1 -DCONFIG_BCM43XX_PIO=1 -DCONFIG_BCM43XX_DEBUG=1" SUBDIRS=`pwd`/drivers/net/wireless/bcm43xx CONFIG_BCM43XX=m CONFIG_BCM43XX_DEBUG=y CONFIG_BCM43XX_DMA=y CONFIG_BCM43XX_PIO=y CC="gcc" modules
make: *** /lib/modules/2.6.15-1.2054_FC5/build: No such file or directory. Stop.
make: *** [modules] Error 2
and then when i tried ndiswrapper i got this error:
[root@localhost ndiswrapper-1.10]# make install
make -C driver install
make[1]: Entering directory `/home/redbeard/Desktop/Downloads/ndiswrapper-1.10/driver'
Can't find kernel sources in /lib/modules/2.6.15-1.2054_FC5/build;
give the path to kernel sources with KSRC=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/home/redbeard/Desktop/Downloads/ndiswrapper-1.10/driver'
make: *** [install] Error 2
well i mean i just installed FC5, so i would assume that the sources are installed, but i'll install them just to be safe, if someone wouldn't mind posting a link, or instructions on how to do this
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.