LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-14-2011, 04:59 AM   #1
lunarnet76
LQ Newbie
 
Registered: Jan 2011
Posts: 3

Rep: Reputation: 0
Smile Atheros AR242x Wireless Card won't find any network on Debian Lenny


Hi guys,

I am not a complete newbie but stuck with installing my wireless card...

I have downloaded and install some drivers and here are the information I got after:
lspci
Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (Rev 01)

ifconfig
wlan0 Link encap:ETHERNET hwdaddr: 00:22:68:92:6b:4b
up broadcast multicasst mtu:1500 metric:1
(then all the fields to 0)

iwconfig
wlan0 IEEE 802.11 ESSID:"" mode:managed frequency@2.412ghz access point: not associatied
(and a bunch of information to 0 or uninteresting I guess)


I have never used the wifi on linux so I am not even sure that I have understood how to connect to a wifi network ... but I have installed something called wifi-radar and it does not detect anything!

I also have tried to install madwifi to make it work but after 10 different tutorial I GAVE UP... nothing ever works, and the official website does not even work...

I would appreciate any help!

Thanks!

ps: I forgot to mention that I am on a Acer Aspire One, here is the main tutorial I have followed http://wiki.debian.org/DebianAcerOne...non-freedriver
 
Old 01-14-2011, 08:52 AM   #2
cin_
Member
 
Registered: Dec 2010
Posts: 281

Rep: Reputation: 24
A Little More Information

What wifi client are you using?
What Desktop Environment, or Window Manager are you using?
 
Old 01-14-2011, 03:33 PM   #3
ericson007
Member
 
Registered: Sep 2004
Location: Japan
Distribution: CentOS 7.1
Posts: 735

Rep: Reputation: 154Reputation: 154
Try network manager, it works well, however, cannot recall seeing it in the debian repo. At times I had huge issues connecting to networks when encryption was used and/or ssid was hidden, disabling authentication and making it visible, then connecting and reinstating the authentication and hidden ssid did the trick. However, have not seen that happen on newer systems often. Another client you may try for debian is wicd I think it was called.
 
Old 01-18-2011, 10:52 AM   #4
lunarnet76
LQ Newbie
 
Registered: Jan 2011
Posts: 3

Original Poster
Rep: Reputation: 0
sorry I lost my post ... could not find this forum again ahah

Quote:
What wifi client are you using?
What Desktop Environment, or Window Manager are you using?
I am not sure ....I am using Gnome, and for the wifi I use the one in system/preferences/network manager editor! and I have also installed wifi-radar
 
Old 01-18-2011, 11:31 AM   #5
cin_
Member
 
Registered: Dec 2010
Posts: 281

Rep: Reputation: 24
perhaps

I use wicd on my Slack box no problems.
If you are using GNOME Network Manager is packaged with GNOME, and was happy with its functionality.
try...
Code:
# ifconfig wlan0 up
#
I too have an AcerAO, D250.
Since we have the ability to turn our wireless cards off, this can sometimes cause some issues where it will stay turned off even when you try to turn it on manually. This should fix all that...
Code:
# lspci | grep -i wireless
01:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
# rmmod ath5k
# rfkill block all
# rfkill unblock all
# modprobe ath5k
# rfkill unblock all
# ifconfig wlan0 up
#
Mind you my card is an Atheros, and so I use the ath5k module. Find the correct one for your card.

Last edited by cin_; 01-18-2011 at 11:32 AM. Reason: gramm'err
 
Old 01-18-2011, 01:07 PM   #6
lunarnet76
LQ Newbie
 
Registered: Jan 2011
Posts: 3

Original Poster
Rep: Reputation: 0
thanks a lot, but it still not working, I m giving up and coming back to windows...
 
Old 01-18-2011, 02:36 PM   #7
cin_
Member
 
Registered: Dec 2010
Posts: 281

Rep: Reputation: 24
stick around

Device interfacing is a module issue. Modules can either be built into your kernel or loadable kernel modules: the modprobe() command.

Code:
# lsmod | grep -E '(mac)|(led)|(cfg80211)'
mac80211              153050  1 ath5k
cfg80211              109656  3 ath5k,mac80211,ath
rfkill                 12812  1 cfg80211
led_class               2037  1 ath5k
#
Where my system says ath5k, yours will say what you should put in place of ath5k in the earlier rmmod() and then use ath_pci for your card in the the modprobe() command.

So you have some options:
You could try to configure your own kernel with the proper support for your devices...
http://www.gentoo.org/doc/en/handboo...?part=1&chap=7 (configure tutorial)
http://en.gentoo-wiki.com/wiki/Acer_...ess_Ethernet:: further breaks down your own specific AcerAO needs as per the configuration

You could try another distro.
Slackware's hugesmp.s kernel allowed all of my AcerAO devices to function.

Or you could just make a UBS'DVD'CD'LiveBoot of Slack's distro. Then at the boot prompt use the Slack kernel, but the Debian harddrive.
Code:
boot: hugesmp.s /dev/to/Debian rdinit=ro
Then everything should function, and you can move from there... since you already have a Linux system up, this process is so simple thanks to AlienBob's automation script: http://alien.slackbook.org/blog/inst...b-thumb-drive/


As for the madwifi, it seems your card is compatible:
http://madwifi-project.org/wiki/Compatibility/Atheros
The madwifi project links to this how-to:
http://www.ubuntugeek.com/atheros-50...-platform.html

Last edited by cin_; 01-18-2011 at 03:09 PM. Reason: gramm'err
 
  


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
[SOLVED] spotty wireless with atheros wireless card and ath5k driver debian squeeze(testing) mf93 Linux - Wireless Networking 8 01-03-2010 11:19 AM
wireless wont work -Atheros AR242x 802.11abg tac90 Linux - Laptop and Netbook 15 09-10-2009 06:15 PM
Ubuntu 9.04 - Atheros AR242x wireless Something Else Linux - Laptop and Netbook 3 08-04-2009 06:05 AM
Wireless Connectivity with Atheros ar242x in Hardy jsudekum Linux - Hardware 3 08-26-2008 02:55 AM
Atheros Wireless(built-in card) and Debian sudya Linux - Wireless Networking 3 03-07-2006 07:24 PM

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

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