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
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-25-2004, 02:10 AM   #1
_UnPrEdictAbLe_
Member
 
Registered: Aug 2004
Location: Hyderabad, India
Distribution: Fedora Core 4
Posts: 183

Rep: Reputation: 30
Atheros AR5212...which distros support it??


Hi,

I have a Atheros AR5212 802.11 g 54 Mbps wireless lan card.

I am able to use it successfully on a FC2 2.6.7 with

atrpms
madifi
kernel-module-madwifi-2.6.7

packages installed.

But this solution seems FC2 specific. I am going to try out Debian Suse and Madrake in a short while. I just wanted to know if all these will also be able to get my card working???


regards
unpredictable
 
Old 04-15-2005, 10:26 AM   #2
crozewski
LQ Newbie
 
Registered: Mar 2005
Location: New Jersey
Distribution: Fedora, SuSE, Debian(sparc32)
Posts: 17

Rep: Reputation: 0
nothingnothing

Last edited by crozewski; 12-03-2008 at 09:58 PM.
 
Old 04-15-2005, 10:36 AM   #3
PeteBourner
LQ Newbie
 
Registered: Apr 2005
Location: Dover, England
Distribution: Gentoo, Knoppix
Posts: 15

Rep: Reputation: 0
I have a Netgear WG511T pc-card, which has the AR5212 chipset. My experience with distros is as follows:

1) Mandrake 10.1 - this detected the card during installation and tried to install madwifi to handle it, but this failed for some reason (can't remember the error message). I tried a few things post-install but couldn't get it to work. However, I didn't try that hard as :
2) SuSE 9.2 - this picked it up during install, and everything worked perfectly from there on
3) Gentoo - again, no problem, just emerge 'madwifi-driver'
4) Knoppix 3.7 - works okay if you select the 2.4 kernel, and use 'modprobe ath_pci' to install the atheros module. Can't install if use the 2.6 kernel (ath_pci not found)
5) Mepis 3.3 - same as Knoppix

So overall, you should be fine with SuSE. Also, as Knoppix and Mepis are debian-based, Debian will probably work ok as well, but you may need to use the 2.4 kernel.
 
Old 04-26-2005, 01:05 AM   #4
_UnPrEdictAbLe_
Member
 
Registered: Aug 2004
Location: Hyderabad, India
Distribution: Fedora Core 4
Posts: 183

Original Poster
Rep: Reputation: 30
Okay.

Instead of Debian.. I tried Kubuntu. It also detected the card and worked fine without 'much' trouble. The distribution overall is good but KDE in it is highly unstable... each and every app crashes. I am waiting for FC4.

I specifically hate to work with 2.4 kernels... was any debian released with 2.6??? I have somewhat learnt to deal with debian (through kubuntu)... so I would love to try it out.
 
Old 04-26-2005, 09:37 AM   #5
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
The hardware support is NOT relative to the distro. Any distro can support any hardware supported by another distribution. The hardwares support is in the kernel or (sometime) in some external drivers that are distro independant. There is nothing preventing you to upgrade your system to a newer kernel from kernel.org if you wish to.
My debian is running 2.6.11.7, compiled from scratch, and any distro could do the same.

In fact, don't expect very recent hardware to work out of box without you needing to push it a bit
Atheros is in a pretty beta stage so far, there will probably be a newer drivers every couple of days/weeks (depending the programmers) you might want to try... distribution can't upgrade their package that fast, if you want these, you will probably have to get your own habd dirty and compile from source
 
Old 04-26-2005, 09:40 AM   #6
Jiggz
LQ Newbie
 
Registered: Apr 2005
Posts: 3

Rep: Reputation: 0
I am currently working with Kubuntu trying to get the same network card going... How did you do it? I can't access the control center to enable it because everytime I log in as admin it takes me somewhere useless... What did you do to get your card going ???
 
Old 04-26-2005, 02:38 PM   #7
_UnPrEdictAbLe_
Member
 
Registered: Aug 2004
Location: Hyderabad, India
Distribution: Fedora Core 4
Posts: 183

Original Poster
Rep: Reputation: 30
Hmm...

actually we cannot logon as root in Kubuntu. I am talking about Kubuntu 5.4.

Anyways, see if your username is there in the sudoers file...
./etc/sudoers

and then the /etc/network/interfaces.... i wrote this...
Code:
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.

auto ath0
iface lo inet loopback
iface ath0 inet dhcp
and then....

$ sudo /etc/init.d/network restart

and it worked.

I have seen others to have just gone into settings--> network.... and just enable the device in admin mode. What I found out was that if you install in "expert mode" ... the admin mode thing just doesnt work.... so we need to do it this konsole way... maybe in your case the graphical thing will work... and it would be a matter of a mouse click...

Do contact for more help.
 
Old 04-26-2005, 02:44 PM   #8
_UnPrEdictAbLe_
Member
 
Registered: Aug 2004
Location: Hyderabad, India
Distribution: Fedora Core 4
Posts: 183

Original Poster
Rep: Reputation: 30
hey elf...

Actually you are right that it should certainly work everywhere if you try to recompile and patch n stuff..... and I've done it in the OLDEN days... but then... these days I believe... the Linux ditros have become grown up enough to handle all things in packages and easy installs.

Like I mentioned, that there is a easy rpm method for the card in FC2.... and Kubuntu.. Suse 9.1 onwards... autodetect it.... my question was specifically to ask whether there exists a similar thing for Debian and Mandrake... for the chipset AR5212 ??
 
Old 05-12-2005, 08:28 PM   #9
NYCmitch25
LQ Newbie
 
Registered: Dec 2004
Posts: 8

Rep: Reputation: 0
Quote:
Originally posted by _UnPrEdictAbLe_
hey elf...

Actually you are right that it should certainly work everywhere if you try to recompile and patch n stuff..... and I've done it in the OLDEN days... but then... these days I believe... the Linux ditros have become grown up enough to handle all things in packages and easy installs.

Like I mentioned, that there is a easy rpm method for the card in FC2.... and Kubuntu.. Suse 9.1 onwards... autodetect it.... my question was specifically to ask whether there exists a similar thing for Debian and Mandrake... for the chipset AR5212 ??

THese do to:

i) Kanotix
ii) Knoppix 3.8.2 (and 3.6 but *not* 3.8.1)
iii) P.H.L.A.K.
 
Old 05-20-2005, 09:35 PM   #10
imdeemvp
LQ Newbie
 
Registered: Sep 2004
Location: California
Distribution: Fedora Core
Posts: 22

Rep: Reputation: 15
Fedora does too....
 
Old 05-21-2005, 02:32 AM   #11
crozewski
LQ Newbie
 
Registered: Mar 2005
Location: New Jersey
Distribution: Fedora, SuSE, Debian(sparc32)
Posts: 17

Rep: Reputation: 0
Thumbs up

nothingnothing

Last edited by crozewski; 12-03-2008 at 09:58 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
AR5212 issue linux.llama Linux - Hardware 0 10-17-2005 04:52 AM
slackware 10.0 pcmcia atheros ar5212 (802.11g) t163r Slackware 3 09-16-2005 12:07 AM
Linux Distros that support Sata Raid N4N01D Linux - Software 6 05-22-2004 03:37 PM
are there any distros kernals with USB built in from install support? Lleb_KCir Linux - General 5 05-18-2004 08:28 PM
Do any distros support WUSB11 2.6 Manini Linux - Newbie 1 02-02-2004 12:05 PM

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

All times are GMT -5. The time now is 04:36 PM.

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