[SOLVED] Losing network connection after suspend

Lately I'm having this peculiar problem.  When resuming after suspend (specifically, pm-suspend), I have no network connection.  I first noticed this on March 31st.  The only thing that changed was that I upgraded these packages:
openssl-1.0.1-2-x86_64.pkg.tar.xz
xf86-video-ati-6.14.4-2-x86_64.pkg.tar.xz
lib32-libdrm-2.4.33-1-x86_64.pkg.tar.xz
libnotify-0.7.5-1-x86_64.pkg.tar.xz
xz-5.0.3-2-x86_64.pkg.tar.xz
vim-taglist-45-5-any.pkg.tar.xz
But I'm pretty sure I would have suspended and resumed successfully at least once after that upgrade.
Can anyone suggest what I should look at to try to diagnose this?
Thanks
Last edited by ibrunton (2012-04-06 11:26:03)

Same issue here. Looks like dhcpcd crashes during or after running /usr/lib/dhcpcd/dhcpcd-run-hooks on resume from suspend. I'll try downgrading until this is fixed.
$ uname -s -v -r -m
Linux 3.2.13-1-ARCH #1 SMP PREEMPT Sat Mar 24 09:10:39 CET 2012 x86_64
$ pacman -Qi dhcpcd
Name : dhcpcd
Version : 5.5.5-1
URL : http://roy.marples.name/dhcpcd/
Licenses : BSD
Groups : base
Provides : None
Depends On : glibc sh
Optional Deps : None
Required By : networkmanager
Conflicts With : None
Replaces : None
Installed Size : 256.00 KiB
Packager : Ronald van Haren <[email protected]>
Architecture : x86_64
Build Date : Fri Mar 23 17:25:47 2012
Install Date : Thu Mar 29 23:36:13 2012
Install Reason : Explicitly installed
Install Script : No
Description : RFC2131 compliant DHCP client daemon
# dhcpcd -d -B eth0
dhcpcd[1865]: version 5.5.5 starting
dhcpcd[1865]: eth0: using hwaddr bc:ae:c5:75:36:8e
dhcpcd[1865]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason PREINIT
dhcpcd[1865]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason CARRIER
dhcpcd[1865]: eth0: sending IPv6 Router Solicitation
dhcpcd[1865]: eth0: reading lease `/var/lib/dhcpcd/dhcpcd-eth0.lease'
dhcpcd[1865]: eth0: rebinding lease of 192.168.1.100
dhcpcd[1865]: eth0: sending REQUEST (xid 0x36169f23), next in 3.93 seconds
dhcpcd[1865]: eth0: acknowledged 192.168.1.100 from 192.168.1.1
dhcpcd[1865]: eth0: checking for 192.168.1.100
dhcpcd[1865]: eth0: sending ARP probe (1 of 3), next in 2.00 seconds
dhcpcd[1865]: eth0: sending ARP probe (2 of 3), next in 1.81 seconds
dhcpcd[1865]: eth0: sending IPv6 Router Solicitation
dhcpcd[1865]: eth0: sending ARP probe (3 of 3), next in 2.00 seconds
dhcpcd[1865]: eth0: leased 192.168.1.100 for 3600 seconds
dhcpcd[1865]: eth0: adding IP address 192.168.1.100/24
dhcpcd[1865]: eth0: adding route to 192.168.1.0/24
dhcpcd[1865]: eth0: adding default route via 192.168.1.1
dhcpcd[1865]: eth0: writing lease `/var/lib/dhcpcd/dhcpcd-eth0.lease'
dhcpcd[1865]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason BOUND
dhcpcd[1865]: eth0: sending ARP announce (1 of 2), next in 2.00 seconds
dhcpcd[1865]: eth0: sending IPv6 Router Solicitation
dhcpcd[1865]: eth0: sending ARP announce (2 of 2)
dhcpcd[1865]: eth0: sending IPv6 Router Solicitation
dhcpcd[1865]: eth0: no IPv6 Routers available
dhcpcd[1865]: eth0: carrier lost
dhcpcd[1865]: eth0: deleting default route via 192.168.1.1
dhcpcd[1865]: eth0: deleting route to 192.168.1.0/24
dhcpcd[1865]: eth0: deleting IP address 192.168.1.100/24
dhcpcd[1865]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason NOCARRIER
dhcpcd[1865]: eth0: carrier acquired
dhcpcd[1865]: eth0: using hwaddr bc:ae:c5:75:36:8e
dhcpcd[1865]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason CARRIER
*** glibc detected *** dhcpcd: double free or corruption (fasttop): 0x0000000000ac2860 ***
======= Backtrace: =========
/lib/libc.so.6(+0x78a56)[0x7f9b6a794a56]
dhcpcd[0x40cdd0]
dhcpcd[0x40e597]
dhcpcd[0x4093f0]
dhcpcd[0x411ba7]
dhcpcd[0x411563]
dhcpcd[0x40768f]
dhcpcd[0x40aa6b]
dhcpcd[0x4028a8]
/lib/libc.so.6(__libc_start_main+0xf5)[0x7f9b6a73d455]
dhcpcd[0x402d1d]
======= Memory map: ========
00400000-00419000 r-xp 00000000 fe:02 4590719 /sbin/dhcpcd
00619000-0061a000 r--p 00019000 fe:02 4590719 /sbin/dhcpcd
0061a000-0061b000 rw-p 0001a000 fe:02 4590719 /sbin/dhcpcd
0061b000-0061c000 rw-p 00000000 00:00 0
00ac1000-00ae3000 rw-p 00000000 00:00 0 [heap]
7f9b6a2eb000-7f9b6a300000 r-xp 00000000 fe:02 1063993 /usr/lib/libgcc_s.so.1
7f9b6a300000-7f9b6a4ff000 ---p 00015000 fe:02 1063993 /usr/lib/libgcc_s.so.1
7f9b6a4ff000-7f9b6a500000 rw-p 00014000 fe:02 1063993 /usr/lib/libgcc_s.so.1
7f9b6a500000-7f9b6a517000 r-xp 00000000 fe:02 3014810 /lib/libpthread-2.15.so
7f9b6a517000-7f9b6a716000 ---p 00017000 fe:02 3014810 /lib/libpthread-2.15.so
7f9b6a716000-7f9b6a717000 r--p 00016000 fe:02 3014810 /lib/libpthread-2.15.so
7f9b6a717000-7f9b6a718000 rw-p 00017000 fe:02 3014810 /lib/libpthread-2.15.so
7f9b6a718000-7f9b6a71c000 rw-p 00000000 00:00 0
7f9b6a71c000-7f9b6a8b3000 r-xp 00000000 fe:02 3018245 /lib/libc-2.15.so
7f9b6a8b3000-7f9b6aab3000 ---p 00197000 fe:02 3018245 /lib/libc-2.15.so
7f9b6aab3000-7f9b6aab7000 r--p 00197000 fe:02 3018245 /lib/libc-2.15.so
7f9b6aab7000-7f9b6aab9000 rw-p 0019b000 fe:02 3018245 /lib/libc-2.15.so
7f9b6aab9000-7f9b6aabd000 rw-p 00000000 00:00 0
7f9b6aabd000-7f9b6aac4000 r-xp 00000000 fe:02 3014856 /lib/librt-2.15.so
7f9b6aac4000-7f9b6acc3000 ---p 00007000 fe:02 3014856 /lib/librt-2.15.so
7f9b6acc3000-7f9b6acc4000 r--p 00006000 fe:02 3014856 /lib/librt-2.15.so
7f9b6acc4000-7f9b6acc5000 rw-p 00007000 fe:02 3014856 /lib/librt-2.15.so
7f9b6acc5000-7f9b6ace6000 r-xp 00000000 fe:02 3018769 /lib/ld-2.15.so
7f9b6aea5000-7f9b6aea9000 rw-p 00000000 00:00 0
7f9b6aee4000-7f9b6aee6000 rw-p 00000000 00:00 0
7f9b6aee6000-7f9b6aee7000 r--p 00021000 fe:02 3018769 /lib/ld-2.15.so
7f9b6aee7000-7f9b6aee8000 rw-p 00022000 fe:02 3018769 /lib/ld-2.15.so
7f9b6aee8000-7f9b6aee9000 rw-p 00000000 00:00 0
7ffff8b93000-7ffff8bb4000 rw-p 00000000 00:00 0 [stack]
7ffff8bc9000-7ffff8bca000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]

Similar Messages

  • Satellite Pro U400 - Lost network connection after suspend

    I have a Toshiba Dynadock. My network is connect directly in dynadock.
    When suspend my Satellite Pro U400 and after restart for continue working I lost my network connection. Then I shutdown my computer and disconnect/connect Dynadock I can continue working.
    What's the problem?
    Version software Dynadock is 2.0

    Hi
    I see you have switched from Vista to XP.
    First of all I recommend updating the BIOS.
    As Im not mistaken you should find a newer BIOS version on the Toshiba European driver page.
    Then you have to update the Win XP to the latest state!
    The XP should be up to date and all service packs, patches and MS fixes should be installed in your notebook.
    Then access the device manager and mark in every USB root hub you have to disable the option called Allow the computer to turn off this device to save power
    You can find this option in properties -> Power management tab

  • Randomly losing network connection over wireless

    Shortly after installing the 10.4.5 software update, my G4 iBook with built-in Airport Extreme card has been losing connection with increasing frequency. Built-in Ethernet use is unaffected. I'm calling this problem thrash-and-drop.
    1. When it's losing signal, processor activity goes through the roof. I had Activity Monitor running during a thrash-and-drop. kernel_task CPU consumption goes from under 1% before the event, to over 80% during the thrashing, and back under 1% after the thrashing stops. The activity is so bad the cursor can't be controlled: using the track pad sends the pointer all over the screen or nowhere at all.
    2. This has been observed to occur with two different wireless base stations: A Linksys WRT54G and an older SMC 802.11b router. Either router is within 10 feet of the computer. Only one is running at a time. There are no other base stations in range.
    3. Another iBook G4 (OS 10.3, Airport Extreme card (not built-in)), sitting next to it, shows no change and its wireless behavior is unaffected.
    Initially, this seemed more likely to happen when Safari was loading Flash-heavy pages. And after thrashing and dropping a connection, it was able to reconnect after either a reboot or a five minute sleep. Currently, it can't connect to a base station for more than a minute. Most recently, it thrashed and dropped while I was selecting the base station to use. This is true regardless of the application running. In fact, it will thrash-and-drop when there are no user applications running at all, after a fresh reboot.
    I've tried the following things to address the problem. None have affected the thrash-and-drop problem. Admittedly, most of this is random:
    1. Back up and delete network preferences in /Library/Preferences/SystemConfiguration
    2. Turn off IPv6 in System Preferences/Network
    3. Back up and delete network preferences in ~/Library/Preferences (com.apple.NetInfoManager.plist and com.apple.NetworkUtility.plist)
    Has anybody else seen this problem? I want to blame it on the 10.4.5 upgrade but I haven't seen anybody else complaining about 10.4.5 doing this to them. If there's something I can do to fix this in a software setting, I'd much prefer that to yet another roadtrip to the Apple store.
    1.33 GHz G4 iBook   Mac OS X (10.4.5)  

    Hi!
    I have the same problem of randomly losing network connection over wireless, though mine is hardly related to surfing.
    I have an external storage drive in which I use for backup of my stuff, and I access the drive via my modem, using the airport. Of late, I noticed that when copying files from my iBook to the external drive, the connection would suddenly drop before the transfer is completed. This began to occur with increasing frequency, particularly when transferring large files.
    I have since abandoned wireless connection, and reverted to my trusty cable. Still, I admit that I'm really curious about the cause of the apparent lack of reliability with my wireless connection. Has it something to do with the airport?
    1.33 GHz iBook G4   Mac OS X (10.4.5)   New to Mac, just switched from Windows 4 months ago.

  • Unreliable wireless connection after suspend

    I just did a fresh install of Arch on my netbook. I installed Openbox, tint2 and the network-manager-applet. All works fine, but when I run pm-suspend and then resume from suspend the wireless is dead >50% of the time (I cannot ping anything). Sometimes some websites work fine but others don't! If I reconnect to the wireless network manually everything is back to normal.
    Any advice for a more reliable connection after suspend?
    Thanks

    I had a look but felt my issue wasn't identical. I've just found if I wait long enough (some minutes) it all works again (yet to confirm this is always the case).
    EDIT
    Switched to using wpa_supplicant and dhcpd and all works well
    Couldn't see anything relevant in the logs
    Last edited by jsteel (2012-01-17 17:33:44)

  • I am losing network connection and a message"another devise is using you IP address

    I am losing network connection and get amessage "another devise is using your computers IP adress"

    http://osxdaily.com/2010/09/19/another-device-on-the-network-is-using-your-compu ters-ip-address/

  • My Mac Pro loses network connection after wake from sleep since Yosemite upgrade.

    Mac Pro loses network connection after wake from sleep since Yosemite upgrade. Any one have this issue as well. And is there a work around?

    Wi-Fi?
    Wi-FI connection drops
    Wi-Fi Problems in OS X Yosemite
    Wi-Fi Problems in OS X Yosemite (2)
    Wireless Diagnostics
    Also try turning off Bluetooth.
    Troubleshooting Wi-Fi issues in OS X
    Wireless Connection Problems - Fix
    Wireless Connection Problems - Fix (2)
    Wireless Connection Problems - Fix (3)
    Wireless Connection Problems - Fix (4)

  • Apple TV2 can't find my network connection after recent update?

    Why can't my Apple TV2 can't find my network connection after recent update?

    I had to update the software on my Airport Extreme then reset my apple tv and that resolved the issue for me.

  • I loose my home network connectivity after my iMac is awaken. This began after I upgraded to Lion. Is there a fix to this problem?

    I loose my home network connectivity after my iMac is awaken. This began after I upgraded to Lion. Is there a fix to this problem?

    see if this article helps: http://osxdaily.com/2011/11/06/lion-wi-fi-problems-solution-mac/?utm_source=feed burner&utm_medium=feed&utm_campaign=Feed%3A+osxdaily+%28OS+X+Daily%29&utm_conten t=FaceBook

  • FP1600 loses network connection after a few hours

    My FP1600 loses its network connection after a few hours. It is part number 185690C-01, with firmware 4.11. I am running FieldPoint Explorer version 3.0.1 and LabView 6.1 from Windows XP Professional. I set it up, and everything runs fine for 4 hours or more. I do not have the network watchdog enabled, and the FP1600 is in constant communication with the host computer in any case. Sometime in the middle of the night the communication is lost. The FP1600 link light
    is on, and it is still receiving packets, but it will not respond to a ping or any other communications. Only a power cycle brings it back. The FP1600 is sitting right next to the host computer, both attached to the same network switch. There is no interruptio
    n of network services to the two.

    Hi Heinz,
    We are also trying to troubleshoot this same problem (Intermitten network connection loss with FP1600 Ethernet Module - Error code "33163", Error Message - "FP1600 Connection to module has been lost."). We have checked other possible causes for this sort of behaviour. Including independent assessment of netowork availability at the time of error reporting, connecting dedicated power supply to the FP1600 module, temperature of cabinet housing the module (which is between 10 and 50 deg C), disconnecting sensors connected to various I/O modules connected to this module, increasing duration of parameter "time out" (the time module will wait before reporting an error if it can not access network). However, none of the above resolved the intermittent and random network loss errors.
    The MAX version is 3.0.2, and the firmware on the module is 4.17, Labview version is 7.0 and the Operating System is windows NT.
    I was wondering is there any information about this problem from any user or NI recently. The only solution looking in to this discussion forum seems to be replacing the module.
    MehulMessage Edited by MPatel on 02-28-2005 08:16 PM

  • DHCP Failover, one DHCP Server Partners Supnet is deactivated, Clients losing network connectivity for 3 sec. after renewing they IP Adress

    Hello,
    currently we are using two W2K12R2 DHCP server configured in "load balance Mode". On DHCP1 the IP-scope with failover partnership to DHCP2 is deactivated. DHCP2 is working fine. Now we register that 50 percent of our clients (W2K8R2 application
    server) losing the network connectivity for 3 sec. after rereleasing they IP-Address. On DHCP2 servers eventlog we receive a lot of
    BINDING ACK reject events 20291 and 20292 for these IP addresses entries.
    These 3 sec. of loosing they Network connectivity is our big Problem because the Client application (W2K8R2 application server) cannot handle these timeout. It looks like a
    DISCOVER-OFFER-REQUEST-NAK cycle that are described here:
    http://blogs.technet.com/b/teamdhcp/archive/2014/02/26/dhcp-failover-patch-to-address-a-reservation-issue-and-another-issue-related-to-failover-partner-not-accepting-state-transition-from-bad-address-gt-active-has-been-released.aspx#pi47623=2
    there is a solution to prevent the 3 sec network failure?
    Rgds

    Hi Steffen,
    Have you applied KB2919355 in the server?
    If issue persists, please check the detailed information about the event. It will tell us why does the server send the NAK.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Keep losing network connection, especially after waking from sleep, but...

    For a while now, my G5 would have intermittent problems not finding the network after it has been asleep for a bit. I used to resolve this by resetting the router, or sometimes putting the Mac back to sleep and resetting the router.
    Lately, I discovered another fix: wake up my MacBook. The MacBook wakes up, connects wirelessly, and sees the network, and shortly thereafter, the G5 sees it too.
    I cannot interpret this. Why would it be that the G5 would fail to see the router until after the MacBook is awake (and sees the router)? I never could figure out which component was at fault before, and this further confuses me. I mean, it seems that it has to be the G5, since if another computer can see the net on the same network, it would rule out the router and the cable modem. Right?
    So what do I do about the G5, then? Yesterday, it was getting to the point where every time I woke up the G5, it wouldn't find the network (until after I woke up the MacBook).

    Hi, Brent:
    I would not be too quick to start swapping things out (esp. expensive things!) without letting the discussion flow. I have never seen an answer that worked except updates and not all do... see below.
    My Dual 2.5GHz G5 has been doing this on and off for years. It has been networked wirelessly since I got it and I am on my third router now for other reasons. I run two other Macs (G4 mini and early IMac/Intel) as well as two laptop PCs, all wireless. None of the other machines ever has this intermittent connectivity issue - just the G5. The symptom is a stalled browser (Safari or FireFox) with the wireless symbol almost always at four bars. Once in a while (like today), the bars will fade down to two for a while, but rarely. Absolutely the only temporary fix I have found successful is to switch airport on and off. Cure may hold for a while or it may not. Have noticed some apps using airport still seem to work (an old MacStumbler utility) even when Safari locks up. Thought it might be a Safari bug, but FireFox does the same thing.
    IMHO, this is fundamentally related to a G5 software issue or interaction with the airport or network card. As I noted above, code evolution is a strong factor in my experience. My problems come and go tightly linked to software updates. It is usually a night-and-day change. I am at 10.4.11 on all Macs here; problem had not been around until I ran the last big update to 4.11. Interestingly, my daughter owns a very new iMac with Leopard and has seen the same type of behavior since Day One. I have also seen this problem mentioned about Leopard and iMacs in the lay press.
    Wish I could offer a solution, but I am just waiting it out again.

  • All in One Printer, losing network connection

    I have an HP Photosmart, 5510.  It's only about a year old but is now always losing the network connection.  I have it set up properly (it has actually worked!) to the wireless router.  Most times now when I need to print, it tells me the printer won't communicate with the computer.  I have taken it off the network, put it back on, and it says it is all connected.  I have printed out the network status page, all is okay, no problems found.  Why then am I still unable to print? This is very frustrating. 
    I have it set up to my Macbook Pro and my iPad.  It has previously worked on both devices, but I can't seem to get it back to working order now. 
    I have looked at the forum here and have seen many many people with the same problem, but most seem to be using a Windows operating system.  Any ideas on what to do?  I really need to print!!
    This question was solved.
    View Solution.

    I feel that perhaps either my post was in haste or in error since I did not see the above solution you provided when I posted this.  I do not mind helping you out with router and network problems either way, but since you do not know the name of your router, it will be hard for me to assist with that.  I will say, you can always contact your internet service provider and have them check for a firmware update if you have to reset the router that often. If you look on the back of the router you will see little numbers (specifically a model number).  
    Is that IP address that of the router or the printer?
    Either way, I am very happy to hear you were able to get it working again.  If you need any more assistance let me know which device has that IP address and at least a model number so I can look up your type of router and let you know if a firmware is available.  I'm happy to help!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • WRT120N losing network connection

    Hello
    Just after some help with my home network. I have a Dynalink RTA 1320 DSL connected to my WRT120N which is wired to my PC which is running Vista. I have a new HP laptop running Windows 7 which is connected wireless to my home network.
    I have no issues with my internet connection, both PC and laptop can access the internet at all times. 
    The problem I have is that for some reason, maybe after 5 mins or so, my laptop drops its network connection with my PC, and vice versa, so I cannot access their shared folders(either from my laptop to pc, or pc to laptop). I have checked firewalls etc and everything else in between. After reading some posts I see that others may have the same problem.
    Any help would be much appreciated. Thanks
    Solved!
    Go to Solution.

    If you have security firewall or anti-virus on your computers then,try disabling them and check.Also,check for the latest driver for the adapters on your computer and update them.

  • Losing network connection (phone, text, data)

    For the past couple of weeks I have had problems losing my network connection affecting phone calls, text messages and data access. The problems seem to be occurring more frequently, and have not been able to identify a consistent pattern yet.
    Phone: On 2-3 occasions recently, I have had calls dropped.  I see that I have no [phone] network connection.  In each case I've been in a location where I frequently make calls.  Twice this was while on a major freeway in the SF Bay Area.  In each case I do get a signal back, but it takes several minutes until I re-acquire a signal.
    Text:  On multiple occasions (3-4 in the past week), I have tried to send text messages from my office (in San Jose), where I have not had problems in the past.  After waiting for several minutes to re-acquire a signal, I re-booted my phone and my text messages were sent as soon as the phone re-booted.  Note:  changing the phone to airplane mode and then off, did not resolve the problem.
    Data:  On multiple occasions (8-10 times in the past couple of weeks), I noticed that my phone shows "4G", but no arrows and I have no data access (i.e. no access via web browser, can't use any email apps, can't use any apps that use data access).  Once I lose the data connection, it never re-acquires the network even after moving and/or waiting in excess of an hour.  The only way to re-acquire data is to re-boot my phone.
    This seem to have started 2-3 weeks ago, but definitely getting worse over the past week - very, very frustrating!
    Using Samsung S4, running Android 4.4.2.  I don't recall installing any new apps or new O/S versions in the past couple of weeks, though many updates auto-installed.

    I tried removing/replace the Sim card.  Still have the problem.
    I got really frustrated with this and after spending over an hour on the phone with technical support and then with Assurion, I got them to replace my  phone, with a replacement S4.   Spent another couple of hours getting my phone reconfigured, including having to spend another half an hour on the phone with technical support because the new phone wasn’t activating on the network.   And, still have the same problem on two consecutive days where the phone hangs when I try to make a call at the end of the day.  (Though I had been able to make a couple of calls during the day).
    So:
    ·         It fails in safe mode
    ·         It fails if I set the network to LTE/CDMA rather than Global
    ·         It fails after re-seating the Sim card
    ·         It fails with a replacement device
    What’s going on?  How do I fix this?

  • [solved] Wireless network issues after installing gnome3

    After installing gnome 3 I can't connect to my wireless network any more. I start gnome using 'xinit gnome-session' after loggin in at a command line. Here are some relavent ouptuts:
    $ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:25:4B:8D:B7:07
    inet6 addr: fe80::225:4bff:fe8d:b707/64 Scope:Link
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:10
    eth1 Link encap:Ethernet HWaddr 00:25:4B:BE:74:BC
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:20 Base address:0x6000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:32 errors:0 dropped:0 overruns:0 frame:0
    TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1920 (1.8 Kb) TX bytes:1920 (1.8 Kb)
    $ iwconfig
    lo no wireless extensions.
    eth0 IEEE 802.11 Nickname:""
    Access Point: Not-Associated
    Link Quality:5 Signal level:0 Noise level:234
    Rx invalid nwid:0 invalid crypt:0 invalid misc:0
    eth1 no wireless extensions.
    Trying to connect to a network through gnome-control-center:
    $ sudo gnome-control-center
    ** (gnome-control-center:6172): WARNING **: Error in getting active connection 'Vpn' property: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
    ** (gnome-control-center:6172): WARNING **: _nm_object_array_demarshal: couldn't create object for /org/freedesktop/NetworkManager/ActiveConnection/4
    ** (gnome-control-center:6172): WARNING **: Error in getting active connection 'Vpn' property: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
    ** (gnome-control-center:6172): WARNING **: _nm_object_array_demarshal: couldn't create object for /org/freedesktop/NetworkManager/ActiveConnect
    xterm output when trying to connect through the network applet:
    Window manager warning: Log level 16: Device activation failed: (32) Insufficient privileges
    Last edited by dave1022 (2011-05-14 17:14:12)

    iskandr wrote:
    Hello,
    I'm having problems with my wireless network connections, too. I did a fresh arch install with gnome3 some days ago to avoid any issues when upgrading, but i just can't access any wireless networks now. Everything else works like a charm, though. I followed the usual steps to set up my network/wifi with all the required modules and packages (broadcom-wl from the AUR, etc.) but it doesn't work like it did with gnome2 and xfce4.
    My iwconfig/ifconfig output looks like dave1022's. Don't know if this is of any help...
    The nm-applet in the gnome3 "panel" actually lists nearby wireless networks, but once I click on one of them, gnome asks me for authentification with my root password (user password does not work). I don't think it should be this way. If I enter my root password here, nothing happens whenever I click on the concerned network to connect to it. I deleted the /etc/NetworkManager/system-connections/<SSID> file to reset the authentification process.
    I tried to consult the gnome3 pages in the wiki, but couldn't find any valueable hints either...does anyone have any idea what I might have done wrong or forgotten?
    It's exactly the same for me and it's driving me nuts. I'm using iwl3945
    [EDIT]
    Well... actually installing the applet solved it for me. Is the applet actually needed for Gnome 3 or is a workaround?
    Last edited by Slurp (2011-05-14 17:11:19)

Maybe you are looking for

  • Media Encoder error about activation when exporting in activated version of Premiere CS4

    I get the following error when I try to export media in Premiere CS4 (Note: I have a legal and activated copy of CS4 Master Collection). In Premiere, it appears to go through (the loading progress bar fills and then disappears) but when I check the f

  • How can I create a custom field in contacts and have it appear in ICal?

    How can I create a custom field in contacts (death date) and have it appear in calendar? Birthdays seems to work fine but I'd like to do the same for a custom field called Date of Death

  • HT1918 Credit Card and Paypal problem

    Im having a problem selecting my payment method. If I choose my credicard(MasterCard) apple say this creditcard was declined (and the card is perfect). If I choose the Paypal Apple ask me to contact the support. What am I suppose to do ??

  • Upgraded to 1.1.4 and now cannot hear anything!

    I made the upgrade successfully last night and when someone called me today I could not hear from the ear piece. If I put it on speakerphone it would work however. Any thoughts on how to fix this????

  • Problem with script based site creation

    I created a simple bash script that would create the folder structues and more imporatnatly, the http-conf files for the given sites. However, while the script works... and all seems well... in short time, the server will place all conf files into a