View previous topic :: View next topic |
Author |
Message |
Roxxor Apprentice


Joined: 04 Jun 2003 Posts: 225 Location: Stockholm, Sweden
|
Posted: Mon Aug 14, 2006 12:34 pm Post subject: Any wireless network cards that will work on Gentoo? |
|
|
I ran Gentoo before on my laptop and I loved it, except for that my wireless D-Link DWL-G650 wouldn't work on it. Whatever I did, Gentoo couldn't recognize the card (yes, I tried with all drivers on the whole Internet). I changed to SuSE where my card worked, but Suse is so extremely slow, so I want to run Gentoo again. But I think I have to change network card, so is there any card that is easy to install and configure in Gentoo? |
|
Back to top |
|
 |
Ferdinando Veteran


Joined: 25 Nov 2003 Posts: 1027 Location: Gaeta (LT) - Italy
|
Posted: Mon Aug 14, 2006 1:32 pm Post subject: |
|
|
Just pick up one of those listed in the kernel's drivers and you'll be fine. There are also a lot of cards for which external drivers are needed, most of them simply require you to recompile your driver everytime you compile a new kernel.
Perhaphs you'll find this list useful.
Btw, I don't think there can be something which works in SuSE and doesn't in Gentoo unless SuSE is using some proprietary patch; probably if you compare the two kernel sources you'll find out how to make your card work.
Edit: have you tried with madwifi-driver?
Bye _________________ La risposta, non la devi cercare fuori, la devi cercare dentro di te: e però è SBAGLIATA!
-- Corrado Guzzanti, "Pippo Chennedy Show", 1997 |
|
Back to top |
|
 |
Roxxor Apprentice


Joined: 04 Jun 2003 Posts: 225 Location: Stockholm, Sweden
|
Posted: Sat Oct 14, 2006 9:43 am Post subject: |
|
|
Sorry for the late post
Yes, I have tried madwifi (many times).
I have compared the network sections in borth Gentoo and Suse and I can not find any big differences (and the "small" differences have not with the card to do).
Can some of you guys post the name and name of chipset of your wireless network card and tell me if the only thing to get the card wokring is to compile some support that EXISTS in kernel. Thanks! |
|
Back to top |
|
 |
wynn Advocate


Joined: 01 Apr 2005 Posts: 2421 Location: UK
|
Posted: Sat Oct 14, 2006 2:02 pm Post subject: |
|
|
D-Link DWL-G520 PCI
02:06.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
* net-wireless/madwifi-ng 0.9.2
The only kernel support is the Wireless Extensions.
Hope this helps. _________________ The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details. |
|
Back to top |
|
 |
Naib Watchman


Joined: 21 May 2004 Posts: 6073 Location: Removed by Neddy
|
Posted: Sat Oct 14, 2006 2:10 pm Post subject: |
|
|
I have a ralink based card and it works great - took a bit of time to track down exactly what card series used that chipset (manu tend to change the chip BUT keep the same product name) _________________ #define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0; |
|
Back to top |
|
 |
arpunk n00b

Joined: 13 Jun 2006 Posts: 61 Location: Colombia
|
Posted: Sat Oct 14, 2006 3:23 pm Post subject: Re: Any wireless network cards that will work on Gentoo? |
|
|
Roxxor wrote: | I ran Gentoo before on my laptop and I loved it, except for that my wireless D-Link DWL-G650 wouldn't work on it. Whatever I did, Gentoo couldn't recognize the card (yes, I tried with all drivers on the whole Internet). I changed to SuSE where my card worked, but Suse is so extremely slow, so I want to run Gentoo again. But I think I have to change network card, so is there any card that is easy to install and configure in Gentoo? |
That card works perfectly with madwifi drivers, i have the same card on my laptop. |
|
Back to top |
|
 |
Princess Nell l33t


Joined: 15 Apr 2005 Posts: 931
|
Posted: Sat Oct 14, 2006 6:33 pm Post subject: |
|
|
TRENDnet TEW-441PC, D-Link WNA-2330. Both are 802.11g and support WPA/WPA2.
Driver = madwifi. |
|
Back to top |
|
 |
LoSeR_5150 Guru


Joined: 20 Mar 2005 Posts: 455 Location: San Francisco, CA
|
Posted: Sun Oct 15, 2006 11:34 pm Post subject: |
|
|
Kernel support compiled in is Wireless Extensions
lspci output:
Code: | 00:0a.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01) |
emerge -pv madwifi-ng:
Code: | net-wireless/madwifi-ng-0.9.2 USE="-amrr -onoe" |
Works great I also use wpa_supplicant for WPA-PSK security. Cheers _________________ Opteron 1356@2.4Ghz
6GB DDR2 800Mhz
128MB Quadro NVS 210S
640GB Western Digital HD
*Gentoo-x86_64-2.6.30-r1
Opteron175@2.2GHz
2GB DDR 400MHz
256MB Quadro 1400 Go
(2) 80GB Segate HDs: RAID0
*Gentoo-x86_64-2.6.30-r1 |
|
Back to top |
|
 |
|