[SOLVED] Connection problems on Atheros AR5001X+

Hi all. I've been having trouble with my internet connection. I think it happened after the last kernel upgrade.
I am using wicd and starting it with X. When I log in I get no connection at all and a message saying "No wireless networks found".
Rescanning makes no difference.
The weird part is that connecting the cable gives me an entry for the wired network and rescanning makes all available wireless networks appear as they should.
I connect to my wireless network and then disconnect the cable and then everything is fine.
Usually anyways. Sometimes I get a "bad password" error.
Everything worked perfectly until a couple of days ago and I would like to avoid a kernel downgrade, since I've never done that before.
Another weird thing is that if I just connect my ethernet cable it doesn't connect automatically, even though that worked even before I installed X and wicd.
I've read this post https://bbs.archlinux.org/viewtopic.php?id=115136, but it didn't help much.
Some info:
The Wicd properties window of my wireless network.
iwconfig when I boot
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
and iwconfig after I connect to the wireless network using the cable
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:"Thomson9B0AAC"
Mode:Managed Frequency:2.437 GHz Access Point: 00:24:17:2F:2E:C3
Bit Rate=6 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=70/70 Signal level=-40 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:2 Missed beacon:0
my wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=network
update_config=1
network={
ssid="Thomson9B0AAC"
#psk="mypassword"
psk=b140ca2299f632340a01c5374541adefceffed7052478e66d31c3673d8f3cfb5
my /etc/rc.conf
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Europe/Athens"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=( !usblp !snd_pcm_oss !snd_seq_oss !snd_mixer_oss)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="myhost"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This now requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
DAEMONS=(syslog-ng crond dbus hal pulseaudio @wicd @cups)
What I have tried: Using my normal ip instead of static, starting dhcpcd on boot as a daemon, using netcfg instead of wicd.
When I run this
wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant.conf
I get disconnected from the network.
And when I when I run this
dhcpcd wlan0
I get a timeout error.
That's all the info I can think of right now. And the router is probably fine cause my windows partition and a macbook don't seem to be affected.
Last edited by cipater (2011-04-19 12:15:45)

Hi, I use an ath5k as well and have solved my share of problems encountered due to various driver issues and kernel updates not being nice.
Here is my rc.conf
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: Set the locale during daemon startup and during the boot
# process. If set to 'no', the C locale will be used.
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="America/Los_Angeles"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(!ath_hal !ath_pci !ath_rate_amrr !ath_rate_onoe !ath_rate_sample !wlan !wlan_acl !wlan_ccmp !wlan_scan_ap !wlan_scan_sta !wlan_tkip !wlan_wep !wlan_xauth)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="ArchBook"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
#eth0="dhcp"
INTERFACES=(!eth0 !wlan0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This now requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
DAEMONS=(syslog-ng dbus network crond @wicd) #netfs
my iwconfig output (I'm currently on wired net using eth0)
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
I'm using this driver:
https://aur.archlinux.org/packages.php?ID=41472
hmmm, I noticed you don't have network set in your daemons?
Anyways, hope it helps in any way.

Similar Messages

  • Revert to Factory Settings solved connection problems. Any chance for 3.0?

    After trying everything else I could think of to resolve my Apple TV connectivity problems, I resorted to a Factory Reset. Presto!, my Apple TV now streams music like it used to, flawlessly. I miss YouTube, the other new features and the interface that comes with the upgrade to Apple TV 3.0, but I'm afraid I'll once again lose my ability to stream music (which is currently the most important use of Apple TV in my house).
    Before I attempt reinstalling Apple 3.0 again, I was wondering if anyone else has insight on this. Is there anything different about going directly from Apple TV 1.0 to Apple TV 3.0 that might have been fouled up when going from 1.0 to 2.0 to 3.0? I wonder if the incremental upgrades left "baggage" that was somehow incompatible with each other.
    Any insight or advice is appreciated.
    John

    Is there anything different about going directly from Apple TV 1.0 to Apple TV 3.0 that might have been fouled up when going from 1.0 to 2.0 to 3.0? I wonder if the incremental upgrades left "baggage" that was somehow incompatible with each other.
    Yes that's quite possible, it can occur on a mac/pc, so why not the tv. If a file becomes corrupt it may not be able to be overwritten during an update.
    I'm quite religious about my maintenance and update procedures, and although there isn't really much maintenance that one can do to the tv, I do update my tv as below:
    My routine is:
    0. Check for itunes updates and update if available.
    1. Perform a sync of your library.
    2. Remove ALL cables (for around 30 seconds)
    3. Swap HDMI cables for component were possible.
    4. Go to itunes prefs and check 'Prevent...from auto syncing'
    5. Restart the tv.
    6. Download and install the update.
    7. Restart itunes.
    8. Re-enable autosyncing in itunes.
    9. Manually resync your library if autosyncing hasn't already done so.
    Whether it helps or not, I have no way of knowing, but I will say I haven't had any issues with any of my 5 tv's.
    Of course it may well be a case of something in the updated software that doesn't agree with your current network/security configuration.

  • How do I solve connection problems with Windows-PCs on a AirPort network?

    I have a AirPort network with 1 AP Extreme (dual band)  in bridge modeextended with two dualband AP Express and one 1st gen. AP Express. With only Macs all computers connect without problem, but when introducing PCs running Windows (7 or 8) on my wireless network both Windows and Macs often get problems getting an IP-adress from my router. When resetting my router problem is solved for a while.
    Anyone with a solution?

    You're going to have to be more specific with the issues, errors and diagnostic messages that you are encountering, and what particular configuration you are seeing to establish.
    Screen sharing is available from Mac to Mac, and from Windows once you load a VNC client on the Windows box such as TightVNC or some other VNC client, and configure and connect it.
    Here are some notes on getting Windows file clients to connect to a Mac OS X Server SMB Samba file server; you have to drop some of the Windows security requirements to allow it to connect to the Mac OS X Server box.
    Microsoft Office Outlook isn't traditionally used with mail servers other than Microsoft Exchange Server.  (While Outlook was good with Exchange Server and has likely gotten better over the years, it was classically rather poor when working with SMTP servers.)  More commonly, Outlook Express (and now called Windows Mail) is used for this, or Mozilla Thunderbird, or another SMTP-capable mail client.
    One of the first things you will want to ensure here is correct and functional DNS on your LAN; other services are entirely dependent on DNS, and your ISP DNS cannot provide valid DNS for a LAN behind a NAT device.  Launch Terminal.app and issue the command sudo changeip -checkhostname and see if you get an indication that DNS is correct and no changes are required, or that there are DNS errors.  (You will need to enter an administrative password for the sudo command to be accepted.)
    To connect and use a mail server on the Internet, you'll need to have a public static IP address and a correct public DNS configuration, or (far less desirably, and rather more complex) a way to tunnel from a non-static IP address over to a mail gateway service of some sort.  Having static IP and correct DNS is the usual approach.

  • Re-install battery to solve connectivity problems

    During the course of the day I get all of my emails however after a night of recharging the phone I have to 
     I have to remove/reinstall the battery in order for my Curve to reconnect to the BES. I can place calls but until I re-install the battery I can't sync.
    Re-installing the battery is the only way I can get the phone to reboot. Simply selecting the power down icon and powering up is not sufficient for the phone to reconnect.
    My phone is configured to not recieve updates between 11:00 PM and 7:00 AM and I'm wondering if there is some corruption in this process that is not allowing it to resync after 7:00 AM when it should.

    Did you check the issue with your BES admin?
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Atheros AR9285 driver problem, connection problem

    Hi
    Downloaded the latest HP Assistant today. This utility scanned my probook and suggested several updates, including and update for my Qualcomm AR9285 wireless internet connection. After this update I lost my wireless connection. I had the same issue a few weeks ago, where I ended up reinstalling the probook to factory settings. The wireless network worked again after this prolonged operation!
    I have tried several different drivers from fx atheros.cz but nothing seems to solve the problem. How can HP recommend and update that makes your laptop wireless fail - I'm puzzled! Router is a Cisco EPC3925.
    Any suggestions to solve this would be appreciated.  

    This is the answer I sent as reply to the Case: 4650970052, which apparently had been closed down before I could make a response....
    Thank you for your email.
    I have solved the issue with the corrupt driver for Atheros AR9285 802. 11b/g/n WIFI Adapter which I downloaded and installed via the HPSA recommended updates.
    I eventually had to reinstall the 4535s to it's factory settings and the WIFI connection is now working again. The only driver that seem to work is the original 9.2.0.412 dated 21-04-2011.
    I have also removed the HPSA utility so it will not happen again! It's very time consuming to reinstall. Even if you only keep a very limited number of software utilities on the laptop. E.g. it took almost 18 hours just to do the Window 7 updates.
    But thanx for trying to be helpful.
    Best regards
    Stephen Canham

  • Hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem pleas

    hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem please
    and this is an pic for the problem

    There is some troubleshooting for 0xE8 error codes on this page : http://support.apple.com/kb/TS3221 - you could see if anything on that page fixes it

  • RFC Receiver adpater Connection problem , Help us to solve ?

    Hi  Friends ,
                          Our scenarilo is Mail to RFC. It was running fine. In RFC Receiver adapter i have given <b>Maximium connection property to 1</b> .
                      While multiple set data passed to rfc will connection problem will come ?
                     Most data not uploaded . I am getting the following error.
                     <b>   If i set max connection to 5 . It is 5 times or more than that it is pusing the data .</b>
                    i am getting the following error <b>while i set the Max   connection to 1 .</b> . <b>Any other place i need to change configuration ?</b>
                   <i><b> - Error: 2007-09-24 10:51:22 GMT-05:30: Message processed for interface YRFC_EXT_WARR: com.sap.aii.af.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: resource error: could not get a client from JCO.Pool: com.sap.mw.jco.JCO$Exception: (106) JCO_ERROR_RESOURCE: Connection pool RfcClient[CC_EXTE_WAREN_2W_RFC_RECEIVER]e7fa21f86ec535e883636c0beffc0f0c is exhausted. The current pool size limit (max connections) is 1 connections.</b></i>
                            Please give the description . I have referred many likns . Help us to solve this problem .
    Regards.,
    V.Rangarajan<b></b>
    Message was edited by:
            ranga rajan

    Hi,
    Have a look at this.This will help you.
    1.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f3f93ee7-0c01-0010-2593-d7c28b5377c2
    2. https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3103eb90-0201-0010-71af-be6f4a6f61d1
    Regards,
    Akshay Jamgaonkar.
    Reward points if find useful.
    Message was edited by:
            Akshay Jamgaonkar

  • Hello, my sister her macbook pro cannot connect to our wireless internet. My imac however can, so the problem has to do with her laptop. We were wondering how we could solve this problem? Thank you very much in advance!

    Hello, my sister her macbook pro cannot connect to our wireless internet. My imac however can, so the problem has to do with her laptop. We were wondering how we could solve this problem? Thank you very much in advance!

    We did that, but it just doesn't seem to be able to connect. So basically we tried to connect to our network and insert the password, but afterwards it does nothing. Weird thing is also that the network symbol (top right of the screen) says that it has been connected, but when I go look at the system preferences --> network, it states that it has not been connected

  • I have problem with 4s and my car 2011 passant cc always drob after I connect phone to car . What Can I do to solve this problem ?

    I have the same problem with my car passat cc 2011 and my phone 4s that drob connection and  calls after time so what can I do to solve this problem ?

    It's a really bad idea to post your email address - it's an invitation to spam - and I've asked the Hosts to remove it.
    If a second-hand iOS device has been 'Activation locked' then only the previous owner - effectively the shop in this case - can unlock it, either by providing you with the account ID and password, or by removing it from his list of devices (as he should have done before selling it) - please see http://support.apple.com/kb/ts4515
    If you are unable to contact them to do this then I'm afraid you will not be able to use the device - there is no other way of unlocking it at all. Apple cannot unlock it for you.

  • TS3276 Web through this step-by-step, but alas it did not solve the problem. For some reason I can download mail on my Macbook Pro, but no my iMac. Connection Doctor shows all green lights.

    Went through this step-by-step, but alas it did not solve the problem. For some reason I can download mail on my Macbook Pro and iPhone, but no my iMac. Connection Doctor shows all green lights. This started today when I was prompted to re-enter incoming mail server passwords. I re-entered passowrds yet again to make sure they were correct. Rebuilt the inBox. Connection Doctor continues to show all green lights, but am still unable to download mail to the inbox. Has anyone else ever run into this problem?

    I have the exact same problem trying to use the Remote app on both my iPhone 3gs and iPad 2 with either my Mac or ATV2.  My Remote app used to work on my phone - I can't recall if I ever actually used it with my iPad, but when I tried today, I got all the same results as you did (on both iPad, and then iPhone).  I  was using my ATV2 to play music from iTunes on my Mac and wanted to use the Remote app, but it would not connect to either device no matter what I did. 

  • I have a IPhone 5 and Iphone 5s. Both are set up with the same account ID and running IOS 8.0.2. When the phones are connected to the same Wifi at home, both phones will ring when someone call in to one of the phone.  Anyway to solve this problem?

    I have a IPhone 5 and Iphone 5s, each phone is activited with a different service provider. Both are set up with the same account ID and running IOS 8.0.2. When the phones are connected to the same Wifi at home, both phones will ring when someone call in to one of the phone.  Hence you do not know exactly which line the caller called.  If you answered using the wrong phone, then anyone calling the other number will not get through.  Anyway to solve this problem?

    Hey David Koh TP,
    Thanks for the question. It sounds like your devices are set up to use continuity together. Specifically, it sounds like you are signed into the same Apple ID in FaceTime, and have iPhone Cellular Calls enabled. To resolve your issue, simply disable this setting:
    Connect your iPhone, iPad, and iPod touch using Continuity
    http://support.apple.com/kb/HT6337
    Turn off iPhone cellular calls
    To turn off iPhone Cellular Calls on a device, go to Settings > FaceTime and turn off iPhone Cellular Calls.
    Thanks,
    Matt M.

  • I upgraded my iphone os to 4.01 and i have not been able to synce to my computer. The erros message I get says the Iphone connected is not recognised what can i do to solve this problem.

    i upgraded my iphone os to 4.01 and i have not been able to sync to my computer. The error message I get says the Iphone connected is not recognised what can i do to solve this problem.

    Did you try to connect in recovery mode? iOS: Unable to update or restore
    Also check here: iOS: Device not recognized in iTunes for Windows
    And make sure your security software is set up right: iTunes for Windows: Troubleshooting security software issues

  • When i connect my ipad2 to iTune, it show "iTunes could not check for an update to the carrier settings for your iPad. An unknown error occured (1651)". What should i do to solve this problem? My iTune version is 10.1.4.10 and my ipad is 4.3.5.

    When i connect my ipad2 to iTune, it show "iTunes could not check for an update to the carrier settings for your iPad. An unknown error occured (1651)". What should i do to solve this problem? My iTune version is 10.1.4.10 and my ipad is 4.3.5.

    If you have iOS 7.1 then you must be a developer, so you should be posting in the developer forums : https://devforums.apple.com/index.jspa

  • How to restore ios on iphone 4s? when I connecting itune after extracting it sows can not restore. error (21). how to solve this problem?

    how to restore ios on iphone 4s? when I connecting itune after extracting it sows can not restore. error (21). how to solve this problem?

    how to restore:
    http://support.apple.com/kb/HT1414
    error code 21 fix
    http://support.apple.com/kb/TS3694#error1015

  • HT4623 I can not get connected to App Store , download or update any apps,  EVEN I DID RESET ALL SETTING , STILL I RECIEVE A MESSAGE says: YOUR REQUEST IS NOT PROCESSED ,ERROR COD: 109 !! WHAT DOSE IT MEAN? HOW CAN I SOLVE THE PROBLEM??

    I can not get connected to AppStore , DOWNLOAD OR UPDATE ANY OF MY APPS , WHEN I GO FOR INSTALLING , THE MESSAGE SAYS: YOIR REQUEST IS NOT PROCESSED ,  ERROR CODE, 1009!!! HOW CAN I SOLVE THIS PROBLEM??

    Try contacting the iTunes support staff, they do the app store also, at:  http://www.apple.com/emea/support/itunes/contact.html

Maybe you are looking for

  • Can i use external drive with pc and mac??? files be recognised by both??

    hi i have two external hard drives, with stuff from my pc on them. can i plug them into my macbook? and just copy files? usb hard drives. one i think is one or the other, mac or pc, not both at same time, unless i partition and format i think. maybe

  • Time Capsule Info

    Hi, How Is it possible to disable wi fi on Time Capsule? I'd like to use it only with LAN, is it possible? Thanks

  • How can I customize the scale of my waveform graph to suit my waveform?

    I am trying to display a sinusoidal waveform on a waverform graph. I want to make sure that the graph displays only 5 cycles of the sine wave and thus changes the x-axis scale accordingly. Hence this would mean that me plot remains the same no matter

  • Command to goto primarylist from secondarylist

    hi,     what is the command/transactioncode to move from secondarylist to basic/primarylist and what happens if we create 21 secondarylist will the control goto 21st from 20th , on selecting a field will it directly goto 21st list.

  • Please Help!! How to get the width of the String for print out?

    Hi there, I need to do some printing in my application. I just want to know how can I get the width of the string when it is printed on the paper. I have tried to use the following code to get the width Rectangle2D rec = font.getStringBounds(str, new