Wireless locks up laptop (CLOSED - kinda)

Having just got b'slapped by B :-> ...
I just completed a fresh install. I used the ftp install disk, and using the kernel on that disk plus the wireless tools it provided I brought up the Atheros AR5001X which was recognized by the kernel.  From there I completed the installation. 
After I rebooted, the kernel still recognized the wireless card, so using iwconfig, I attach the local router, and "ifconfig wlan0 up".  So far so good.  Upon running dhcpcd to get an ip address, the system will slow to a CRAWWWLLL.  The keyboard will be several seconds behind.  I can enter a keyboard command to bring the interface down, and all is well again.
I've checked all the logs and see nothing fishy there.
Other PCs attached to this router are OK.  Other OS in this computer are OK.
Thoughts or comments?
Last edited by desertViking (2009-08-12 01:34:11)

dmesg and everything else I could find.  I installed dhclient after chroot onto the drive (otherwise the system is essentially unusable).  dhclient had the same issues.  If anything, the system locks up more completely.
Pop the card out, and the system comes back.  :-(  Weird that there's no problems with the wireless tools on the live CD.
Last edited by desertViking (2009-08-08 18:45:45)

Similar Messages

  • Officejet 4500 wireless locks up in power saver mode every few days. can I turn off powersaver mode

    recently set op for wireless operation  with laptop and now leave printer power on all time and unit goes to pwoer saver mode. if in this state for more than a day or two it will lock up and must be unpluged form power sorce to restor operation. how can I correct this problem.

    You can't fix it and HP techs say that a fix is in the works, but they have been saying that for over 1 year.   Some folks say to depress the 1 key and it works for them, but most folks, including me, say that does not work.
    =================================
    I am not employed by H-P & I do not look for kudos, just solutions.

  • TS1398 I can no longer sign in to my home fi (bt hub) with my iphone 4. Yet I can get on wireless with my laptop so the hub is working. The only thing Ive done different recently is download and use an app called Onavo mobile ltd which Ive now deleted, he

    I can no longer sign in to my home fi (bt hub) with my iphone 4. Yet I can get on wireless with my laptop so the hub is working. The only thing Ive done different recently is download and use an app called Onavo mobile ltd which Ive now deleted, help pls?

    Read another post in the forum about this and it appears this app also installs a profile with a proxy service that you will have to try and delete as well. Check that out.

  • Wireless - ipw2100 on laptop

    Hello there, I'm a new arch user and I'm having trouble setting up the wireless on my laptop. I followed the guidelines on the wiki but it still doesn't work, so I would appreciate it if someone could help.
    I disabled the router's protection, so I know it has nothing to do with that.
    Wireless: ipw2100
    I installed wireless_tools and the ipw2100 firmware.
    iwconfig:
    eth1 unassociated ESSID:off/any Nickname:"ipw2100"
    Mode:Managed Channel=0 Access Point: Not-Associated
    Bit Rate:0 kb/s Tx-Power:16 dBm
    Retry short limit:7 RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    rfkill:
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    First, the manual way:
    rc.conf:
    # 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"
    eth1="dhcp"
    INTERFACES=(eth0 eth1)
    #WIRED_INTERFACE="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)
    DAEMONS=(syslog-ng dbus network netfs crond !net-auto-wired alsa)
    ifconfig eth1 up
    iwconfig eth1 essid "BELL952"
    iwconfig eth1
    eth1 unassociated ESSID:"BELL952" Nickname:"ipw2100"
    Mode:Managed Channel=0 Access Point: Not-Associated
    Bit Rate:0 kb/s Tx-Power:16 dBm
    Retry short limit:7 RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    Note that it says unassociated. I'm not sure if this is normal...
    dhcpcd eth1
    dhcpcd[2056]: version 5.2.9 starting
    dhcpcd[2056]: eth1: broadcasting for a lease
    dhcpcd[2056]: timed out
    iwconfig eth1 channel auto
    Error for wireless request "Set Frequency" (8B04) :
    SET failed on device eth1 ; Operation not supported.
    I also tried wicd, it blocks at the "Obtaining IP address" step.
    rc.conf:
    # 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"
    eth1="dhcp"
    INTERFACES=(!eth0 !eth1)
    #WIRED_INTERFACE="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)
    DAEMONS=(syslog-ng dbus wicd !network netfs crond !net-auto-wired alsa)
    wicd.log:
    2011/01/13 11:07:39 :: Autoconnecting...
    2011/01/13 11:07:39 :: No wired connection present, attempting to autoconnect to wireless network
    2011/01/13 11:07:39 :: Unable to autoconnect, you'll have to manually connect
    2011/01/13 11:09:30 :: setting use global dns to 0
    2011/01/13 11:09:30 :: setting global dns
    2011/01/13 11:09:30 :: global dns servers are
    2011/01/13 11:09:30 :: domain is
    2011/01/13 11:09:30 :: search domain is
    2011/01/13 11:09:30 :: setting wireless interface eth1
    2011/01/13 11:09:30 :: setting wired interface eth0
    2011/01/13 11:09:30 :: setting wpa driver wext
    2011/01/13 11:09:30 :: setting automatically reconnect when connection drops 1
    2011/01/13 11:09:30 :: setting backend to external
    2011/01/13 11:09:30 :: Setting dhcp client to 0
    2011/01/13 11:09:32 :: Connecting to wireless network BELL952
    2011/01/13 11:09:33 :: Putting interface down
    2011/01/13 11:09:33 :: Releasing DHCP leases...
    2011/01/13 11:09:33 :: Setting false IP...
    2011/01/13 11:09:33 :: Stopping wpa_supplicant
    2011/01/13 11:09:33 :: Flushing the routing table...
    2011/01/13 11:09:33 :: Putting interface up...
    2011/01/13 11:09:35 :: Running DHCP with hostname arch
    2011/01/13 11:09:35 :: dhcpcd[2380]: version 5.2.9 starting
    2011/01/13 11:09:35 ::
    2011/01/13 11:09:35 :: dhcpcd[2380]: eth1: broadcasting for a lease
    2011/01/13 11:09:35 ::
    2011/01/13 11:10:05 :: dhcpcd[2380]: timed out
    2011/01/13 11:10:05 ::
    2011/01/13 11:10:05 :: DHCP connection failed
    2011/01/13 11:10:05 :: exiting connection thread
    2011/01/13 11:10:09 :: Sending connection attempt result dhcp_failed
    I hope I gave enough information, thanks in advance!

    I think you've got your iwconfig and ifconfig commands the wrong way around. Configure your wireless with iwconfig and then bring the interface up with ifconfig. Then dhcp as you have been trying to do.
    Note that your output from iwconfig eth1 was all wrong (lots of zeros:)), nothing was going work after that.
    AngryWalrus wrote:
    iwconfig eth1
    eth1 unassociated ESSID:"BELL952" Nickname:"ipw2100"
    Mode:Managed Channel=0 Access Point: Not-Associated
    Bit Rate:0 kb/s Tx-Power:16 dBm
    Retry short limit:7 RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0

  • Cant find the Driver for my Wireless on my Laptop

    Hi Everyone,
    So I have been trying to fix my Laptop for some time now. I use to have windows Vista on this Laptop then upgraded to Windows 7. Now everything is perfect but for some reason I cannot find the correct Driver for my Wireless on this laptop. I have tried searching and searching for countless hours and even went on the website and let it detect the system and suggest me the drivers but it doesnt seem to pick up my Windows 7. I have tried the Vista before and it did not work as well. So I am really hoping someone on this forum could help me out. You would make my life sooooo much easier : )
    So When I check out the Network IDs under Properties this is what is Listed.
    PCI\VEN_10DE&DEV_0269&SUBSYS_30B7103C&REV_A3
    PCI\VEN_10DE&DEV_0269&SUBSYS_30B7103C
    PCI\VEN_10DE&DEV_0269&CC_068000
    PCI\VEN_10DE&DEV_0269&CC_0680
    Please Let me know if you can help me in any way. Thank you everyone for your time
    Shawn D Blair
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

    Hi:
    Install the above driver and that will install both the ethernet driver and co-processor driver.
    You have a problem with the wireless card...could be minor, could be major.
    The wireless card is missing from the device manager.
    Install this software, reboot, and see if you can turn on the wireless card by using this software.
    http://h20564.www2.hp.com/hpsc/swd/public/detail?s​p4ts.oid=3357379&swItemId=ob_76368_1&swEnvOid=4052
    If that doesn't get the Network Controller device to show up so that you can post the hardware ID for it, then the motherboard is shot.  Power to the slot that the wireless card is connected to has been cut.
    Very common problem with the Nvidia chipset motherboards with the amd processors.

  • HP 3050A works for printing wirelessly from my laptop but not my iphone or ipad They both see printe

    My 3050 prints wirelessly from my laptop but won't print from my iPad or iPhone
    They both see the printer
    I had changed my router that seems to cause the problem

    Well how did you install the new router?  New SSID and paraphrase?  You have to input the correct information into your drevices.
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • Can my hp c4780 be wireless to my laptop and my desktop computer,if so how do i connect

    I have my HP C4780 printer wireless to my laptop, can I also use the desk top computer as wirless as well, is so how.

    Authorizing the computer does not make content magically appear.
    Restore the media and other important files from the backup of the computer.
    If for some silly reason you have failed to maintain a backup (not smart), download past purchases from iTunes.  FYI, not all content is available for redownload.

  • Can you play music with the laptop closed?

    Is there a way play music with the Laptop closed? I have a MacBook Pro w/Retina display.

    You'll either need to have a keyboard and monitor attached so you can wake the computer with the screen closed or use one of the third-party utilities that keeps the MBP from sleeping when you close the lid such as InsomniaX.
    Regards.

  • I have a problem with my new Apple Air. It usually takes few seconds for the laptop to be untouched in order to be locked. So sometimes when the screen starts to get dim in order to lock, I immediately touch the keypad to avoid locking the laptop

    I have a problem with my new Apple Air. It usually takes few seconds for the laptop to be untouched in order to be locked. So, sometimes when the screen starts to get dim in order to lock, I immediately touch the keypad to avoid locking the laptop, the result is a black screen appears with no responding to anything from pressing the keyboard to pressing the touchpad. It takes few minutes for the laptop to open again and then a message appears saying that there was a problem with the lock security.
    What is happening exactly?

    It sounds like your sleep timers are set to too low of a value.  Go to System Preferences -> Energy Saver and set both timers to longer times.  The computer sleep timer should be a longer time than the display sleep timer.

  • X1 Carbon wireless lock up

    Has anyone else experienced the wireless locking up? 
    Lately I've been having wireless issues. It will still show it's connected but nothing will go through. Sometimes going into Airplane mode fixes it and sometimes a reboot fixes it. 
    Very strange though
    Thanks
    Josh

    Yes, I've had this issue. It is very disappointing. Not sure if due to Windows 8 or the X1 Carbon but I have had multiple instances (probably happen at least six times) in the span of my ownership (about 1 month) where the wireless connection just disappears.
    The only fix is to yes, go into airplane mode and then back out (or reset the network adapter).
    Frustrating. Lenovo, please identify source of issue!!!

  • Reinstall Wireless Every Time Laptop shuts down

    So I have now had my Linksys wireless router up and running (sorta) for about 1 week.  Someone please tell me if this router is a piece of junk, or if all routers are so inconsistent?  Everytime my wireless laptop shuts down, I have to reload the set up again!  It's sooo frustrating.  I am afraid to update anything, or change any channels, because it took me hours upon hours to get it to work at all!  Any suggestions would help. 
    It's the WRT54GS router.  I'm beginning to beleive that it's a piece of junk , because I read, and read, and read about problems with it.

    First of all, give your network a unique SSID. Do not use "linksys". If you are using "linksys" you may be trying to connect to your neighbor's router. Also set "SSID Broadcast" to "enabled". This will help your computer find and lock on to your router's signal.
    However, your difficulty sounds like a problem with your laptop.  Download and install the latest driver for your wireless adapter.
    After you setup the new driver, reboot, then go into the computer, go to your wireless software, and go to "Preferred Networks" (sometimes called "Profiles" ). There are probably a few networks listed. Delete any network named "linksys". Also delete any network that you do not recognize, or that you no longer use.  Delete your current network.  Reboot computer.  Then return to "Preferred Networks" and re-enter your current network info (SSID, encryption (if any), and key (if any) ). Then select your current network and make it your default network, and set it to automatic login. You may need to go to "settings" to do this, or you may need to right click on your network and select "Properties" or "settings".  Reboot computer.  It should login automatically, usually within the first minute (may take up to 3 minutes) after you boot up.
    Message Edited by toomanydonuts on 01-16-2008 10:50 PM

  • MY PCMCIA-FBUS/2 CARD LOCKS THE LAPTOP UP, WHEN I INSTALL THE CARD.

    I HAVE A PCMCIA-FBUS/2 CARD THAT LOCKS UP THE LAPTOP WHEN IT IS INSTALLED. WE HAVE TRIED IT ON 3 DIFFERENT LAPTOPS. ALL OF THEM HAVE THE COMMUNICATION MANAGER SOFTWARE & HAVE BEEN USING FIELDBUS. THE 1 THING DIFFERENT I HAVE FOUND IS WE ARE USING THE SERIES 2 F-BUS CARDS.  DO I NEED TO LOAD A DIFFERENT SOFTWARE FOR THIS TYPE OF CARD, OR UPRADE TO A DIFFERENT TYPE?
    TERRY MCCLAIN

    Hello Terry,
    Would you please let us know what kind of Cardbus (PCMCIA) controller is adopted in the laptop? This is the key point.
    According to our test, some particular Cardbus controllers are not compatible with our PCMCIA-FBUS series 2 interface card, e.g. Ricoh R5C475II. With these controllers, inserting the PCMCIA-FBUS S2 always hangs the whole OS; the OS becomes active again when we draw the PCMCIA-FBUS S2 out of the slot.
    Attachments:
    CadbusController.jpg ‏115 KB

  • PCMCIA Series 2 card locks my laptop up when I try to install it

    I have two NI PCMCIA-FBUS/2 Series 2 cards that I purchased in June 2006. Unfortunately when I attempt to install it on either of my Sony Laptops one with XP Pro and the other with Windows 2000, it causes the machine to lock up/hang. I have Ni Configurator and Comms Manager ver 3.1.1 loaded onto both machines. Does anyone have a similar problem and maybe a solution. Note the laptops are different models and about 3-4 yrs old. One laptop has a Ricoh PCMCIA controller.
    Thanks

    This is the same hardware compatibility problem. Actually, PCMCIA-FBUS Series 2 cannot work with some particular laptops. The key point is what kind of Cardbus (PCMCIA) Controller is adopted in the laptop. According to our test, the only problem is caused by Ricoh Cardbus controller and several O2Micro ones, but the controllers of Texas Instruments, Toshiba, ENE should work well with our PCMCIA-FBUS S2 card.
    Please have a try if you have Series 1 card in hand, it should work well with your laptop. It's simple to tell the 2 series by their labels:
    -- Series 1: PCMCIA-FBUS
    -- Series 2: NI PCMCIA-FBUS Series 2
    If you don't have the S1 card, I would like to suggest you try another laptop whose Cardbus Controller is from TI or Toshiba.
    To be honest, it is not an easy problem to solve for such hardware compatibility issue, but we will investigate further. Anyway, we are sorry for the inconvenience.

  • Desktop works wirelessly, XBOX and laptops don't

    I have FIOS internet and have for a year. We've had intermittent issues, but generally it works well. Then yesterday a Verizon guy came to fix the TV connection (separate problem), and in the process kind of broke the wireless internet. It was very intermittent. It would connect for 5-10 seconds, then boot off again. When it was connected, it was very slow. He came back today and fixed that, but now there's a new problem: my desktop connects over the wifi at fast, normal speeds, but the laptops and xbox are still connecting very intermittently. When they do connect, it's ridiculously slow for up to 30 seconds, then shuts off again. Everything is over the wifi; none of the devices are plugged in. They all worked fine a couple of days ago. 

    What is the brand, model and hardware version of this router?
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • Laptop closed and temperature

    Hello!!
    I've recently bought a laptop and an external TFT. All works quite well, except a a pair of things. This isn't a post about those things. Is for asking advice.
    When the external TFT is connected, i'd like to close the laptop. In the normal use, the laptop opened gets high temperature in the left corner. Not a seriously thing (An egg can't be made). Obviously, when the laptop will be closed, that temperature will be higher. This thing will be controlated by me. At least, in the initial tests.
    What i'd like to know is if that higher temperature on one corner will badly affect to TFT of the laptop when closed. A quick answer, would be yes ;-) but, until what kind of point? Any advice?
    thanks!

    Hm. I'm rather sceptic. Depending on the overall quality of the laptop this may really harm it. Fact is: temperature is inevitable but bad. The higher, the more you're stressing your laptop's components. I'm not really talking about the TFT, but more about stuff like CPU, HDD, Graphics and the Chipset.
    You're most definetly going to shorten your laptop's life when you let it heat up.
    Why don't you just use Dual Screen? It rocks!

Maybe you are looking for

  • Multiple ipods on same itunes (want same music on each)

    If I get a new iPod and hook it up to my iTunes at home, what will happen? How do I get it to just update the songs that are on my iTunes library. I just don't want my songs to be erased...has happened to me twice

  • Can my mac book pro's battery be damaged by charging it to much to often?

    Can my mac book pro's battery be damaged by charging it to much to often?

  • Getting bookmarks off the iPhone

    So here is what happened. I sync'ed the iPhone, then my computer crashed and yes, my backup drive failed during restore. So all my bookmarks are stored on my iPhone, but I don't have the iphone.backup file (since the drive crashed). Is there a way to

  • Printing in Adobe Air with css print media rule

    I am new to air and I am having a big problem with printing, I got some come snippet that triggers printing but the main problem is that the <code>window.htmlLoader</code> is passed to the addPage() and the print renders a screeshot of the first page

  • Authorization required by BAPI_APPRAISAL_CREATE?

    Hi All, Is any one having idea what authorization required by BAPI_APPRAISAL_CREATE? Because when I am using my user ID to post data it is working, but when I am using XI user id to post data it’s not posting. It is giving dump “TABLE_INVALID_INDEX”.