Wireless not working after reboot

I am new to Arch. I recently installed it on my system and everything was working find until I rebooted. My wireless driver just seemed to have stopped working, yet it can detect the networks in my area. I just can not connect to them.
When I use an external wireless card I can connect just fine though.
I have done a lot of research, looked at a lot of posts, but I can not figure out how to fix this problem. It makes no sense.
I tried using wicd, and like everything else it picks up the network but I can not connect to it.
Here is the output of
ip link
Not sure if it is of any help or not, but meh...
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT qlen 1000
link/ether 88:ae:1d:90:b3:c3 brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN mode DEFAULT qlen 1000
link/ether 70:f1:a1:4f:26:0f brd ff:ff:ff:ff:ff:ff
8: wlp0s29u1u1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT qlen 1000
link/ether 00:22:3f:f9:6f:21 brd ff:ff:ff:ff:ff:ff

Welcome to the Arch forums max00355! 
So you are having wireless issues.  Typically when you find you have a problem with a particular piece of hardware, it is probably good to take a look at what kind of hardware you have and provide that information.  In this case, it sounds like it is your internal wireless card, so presumably a pci device.  So you should use the command below to find information about what kind of card you have.
$ lspci -vnn
Ideally, it would be good if you didn't post the whole output, as there is a lot of irrelevant info there. So just paste the part that relates to your wireless card. 
Then, it also would probably help if you provided some detailed information about the network to which you are trying to connect.  We don't need your ESSID or passkey or anything.  But it is probably important to at least give an indication of what type of security is at play here (ie. wep, wpa2, etc.).
Also, when you have wireless issues, it is often very good to go back to the most basic of tools to see if you can get those working.  Then you can at least get an idea of either what step is going wrong, or if it might happen to be an issue with the network management tool you are using.  So see if you can get wpa_supplicant/wpa_passphrase and dhcpcd working (or iw/iwconfig instead of wpa_supplicant if you are using wep).
Finally, I would like to commend your use of code tags.  That is certainly very impressive for a brand new forum member!

Similar Messages

  • Wireless not working after VMware kit installation

    After installing VMWare kit, my wireless network card is not working - any clues?

    there is something very wierd here. Let me recap what I KNOW is happening.
    1) I can connect to WAP at boot no problem. This is true 100%
    2) After sleep systems fails 100% time from 5:30 AM to 10:00PM (not sure why)
    3) There have been no changes to WAP (confirmed using checksums)
    4) This started immediately after 10.4.10 install.
    What I have done that does NOT work
    1) Repair disk perms (no errors)
    2) Repair keychain (no errors)
    3) Remove Parallels (expired Demo)
    4) Remove/recreate network
    5) Run commands indicated in other replies
    What I have done that showed hope
    1) If I create a new location I can use that location to recover from exactly 1 sleep. Subsequent sleeps fail for that location. once all locations are used a reboot is required.
    2) Issued ipconfig setverbose 1 and watched logs. It seems that the Mac never Sees the incoming packets. I can rule out WAP issues as the Dell d620 sitting right next to the Mac is indicating packet reception at 100% (and I am only 10ft from WAP with direct line of sight).
    3) issued ipconfig getpacket en1 in both working and non-working states. Woring stated returns expecte DHCP response from server. non-working state returns nothing. as in not even a blank line.
    So as I see it the Mac does not appear to be reenabling the reciever post sleep. Changing locations seems to re-init the airport card but only once (why once?) enough to get it working. What I don't understand is where in software land I would even start to look. I find it hard to believe that there is a coincidental sync between an OS update and a hardware failure on a 4 week old machine.

  • [SOLVED] Printer not working after reboots

    I recently built my won desktop running Arch. Every thing works fine except for printer. Printer is Brother MFC-290c. It is a Multinational printer (i.e Scanner and printer together).
    Once I configure the printer it works fine until the next reboot. After reboot printer user/group changes to root:scanner.
    # ls -l /dev/bus/usb/005/002
    crw-rw-r-- 1 root scanner 189, 513 Jun 9 07:17 /dev/bus/usb/005/002
    So after every reboot I need to do "lsusb" to look for Bus and Device ID for the printer and change its owner/group to root:lp. After this step is performed Printer works fine until next reboot.
    $ lsusb
    Bus 005 Device 002: ID 04f9:01fd Brother Industries, Ltd
    Bus 005 Device 004: ID 045e:00f9 Microsoft Corp. Wireless Desktop Receiver 3.1
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    How can I make sure that whenever I plugin this printer its user and group is root:lp instead of root:scanner
    Last edited by nik (2013-06-10 00:48:50)

    SOLVED :D:D:D
    Thanks Strike0. That was a push in right direction. After reading your reply, I decided to take a look at my udev rules. There was not one for my printer but there was one for the Scanner. I do not yet know how to read udev file, but sure enough it looked as if it was causing all problems . Renamed the rules file for the scanner to see if everything works fine in its absence. Rebooted, Printer and scanner are both working fine now.

  • Wireless not working after suspend (madwifi)

    Hi there
    I successfully converted from Vista to Archlinux! Everything's working fine (yep, I'm a bit proud as this my second try at linux ) except that after I suspend with powersave my wlan is not working anymore. I've also tried to unload the ath_pci module and restart the network in /etc/powersave/sleep but that doesn't seem to work.
    I guess it has something to do with the network deamon because when I try to restart my network manually it says that dhcpcd is already running for ath0... Oh, and also the iwconfig for ath0 seems to be perfectly correct after suspend...
    Here's the network part of my rc.conf:
    lo="lo 127.0.0.1"
    eth0="dhcp"
    ath0="dhcp"
    wlan_ath0="ath0 essid FeelGood key s:******"
    WLAN_INTERFACES=(ath0)
    INTERFACES=(lo !eth0 ath0)
    Any ideas? Help would be appreciated

    Well, maybe you already know this, but: ath_pci (the madwifi driver) is among blacklisted modules (/etc/hibernate/blacklisted-modules), so it gets unloaded during the suspend process. That screws up whatever wireless connection you might have had before suspending. Now if you have the option LoadModules auto in /etc/hibernate/common.conf, it should get loaded after resuming - but that of course doesn't renew the connection. So that I do is I have a short script that calls /etc/rc.d/network restart, and I run it manually after suspending to renew the connections.
    BTW, I have this in /etc/hibernate/common.conf:
    UnloadBlacklistedModules yes
    LoadModules auto
    EDIT: Eh, B managed to post before I finished writing this :)
    Last edited by bender02 (2007-05-05 14:32:11)

  • Disabling E-mail notifications not working after reboot

    Hello. It seems that the mail notification and the mail count still persist even if I have it disabled on the settings after rebooting. I've checked the settings after reboot and it is still set as disabled (after following the guide), but the notifications still appear. Is this an bug on the on the app that needs to be fixed? Or am I missing something? Thanks.

    I've had a number of problems with the Playbook not recognising the settings I've chosen. In this case, with disabling email notifications, it resets after each reboot. 
    I've found that if I go into my the Messages app, and then into Message Settings, it shows that alerts are set to be off (display message count, and display new message indicator). The fix for me is to enable alerts, go back to main app screen, then go back into settings and disable alerts once more. At that point the settings seem to stick. So whenever I reboot the playbook, I just have to do that and notifications will remain off until the next reboot.
    Let us know if that works for you too. Maybe it will help the engineers figure out what's wrong.

  • WRT54G wireless not working after upgrading to windows vista, please help

    Hello everyone....
    I have a few problems. I upgraded to Windows Vista and cant seem to get my wireless internet working. My router is WRT54G wireless-g broadband router. Ever since I upgraded Vista my xbox 360 will not connect.
    I just bought a new wireless web camera and that does not work either because the wireless is not working.
    Any suggestions on what I should do to solve this issue?
    I noticed when I goto 192.168.1.1 my firmware version is Firmware Version: v3.03.9 does that have anything to do with it? Is there a more up-to-date version that will help?
    Hope to hear from someone.

    I have the same problem, and so does my son, he has a toshiba satellite new laptop and I have an acer new laptop, both have Vista on them, and my wife has XP and has no problem getting on teh router, but i have this problem everyday.
    Eventually it will all of a sudden show up and connect and start working, then if you laeave your computer in standby movde overnight, it will still work in the morning, but if you shut down comeplety you will lose the connection for who knows how long. what is the fix Linksys?
    (Edited post for guideline compliance. Thanks!)
    Message Edited by JOHNDOE_06 on 12-28-2007 07:28 AM

  • Wireless not working after resume from sleep, T440s

    Some times when I resume laptop from SLEEP, wireless are not working...
    Solved!
    Go to Solution.

    Try new drivers. Helped me a lot.
    http://ns3369637.ovh.net/index.php/outils/Drivers/Intel/Wlan/PROSet-Wireless-WiFi-Software/Intel-PRO...

  • Sattelite M110 - wireless not working after update XP SP2

    My wireless connection on my laptop (M110) has stopped working after windows XP update to SP2.
    The error I get is:
    "Windows cannot configure this wireless connection. Start Wireless Zero configuration service"
    How can I resolve this issue?

    Hi mate,
    finally I found an interesting article which could help you with your problem:
    http://support.microsoft.com/?scid=kb%3Ben-us%3B871122&x=19&y=12
    Hope your problem will be resolved..
    Bye

  • My ipad2 wireless not working after the update to ios 6.1.3, what can I do?

    Hi, My Ipad2 could not connect again with the wireless after updated to ios 6.1.3. Pls what can I do?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Wireless not working after laptop wakes up from sleep mode

    After my laptop wakes up from sleep, the wireless network stops. Even when the wireless is enabled, it is unable to scan the wireless networks. In order to make it working again, I have to restart my laptop. Here are some of the details that might be useful.
    %lspci | grep Network
    03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    %rfkill list all
    0: phy0: Wireless LAN
            Soft blocked: no
            Hard blocked: no
    1: hci0: Bluetooth
            Soft blocked: no
            Hard blocked: no
    %iwconfig
    lo        no wireless extensions.
    eth0      no wireless extensions.
    wlan0     IEEE 802.11bgn  ESSID:off/any 
              Mode:Managed  Access Point: Not-Associated   Tx-Power=14 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
    %iwlist wlan0 scan
    wlan0             no scan results
    %ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500  metric 1
            ether e0:cb:4e:fe:e2:00  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
            device interrupt 45 
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 16436  metric 1
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 0  (Local Loopback)
            RX packets 336  bytes 26572 (25.9 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 336  bytes 26572 (25.9 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500  metric 1
            ether 1c:4b:d6:75:ae:67  txqueuelen 1000  (Ethernet)
            RX packets 22619  bytes 27403217 (26.1 MiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 22393  bytes 2574830 (2.4 MiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    /var/log/messages.log: (from the point where the laptop goes to sleep and wakes up)
    Dec  9 12:28:12 localhost NetworkManager[745]: <info> (wlan0): now unmanaged
    Dec  9 12:28:12 localhost NetworkManager[745]: <info> (wlan0): device state change: activated -> unmanaged (reason 'sleeping') [100 10 37]
    Dec  9 12:28:12 localhost NetworkManager[745]: <info> (wlan0): deactivating device (reason 'sleeping') [37]
    Dec  9 12:28:12 localhost dhcpcd[1927]: wlan0: removing interface
    Dec  9 12:28:12 localhost NetworkManager[745]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 1927
    Dec  9 12:28:12 localhost NetworkManager[745]: <info> (wlan0): cleaning up...
    Dec  9 12:28:12 localhost NetworkManager[745]: <info> (wlan0): taking down device.
    Dec  9 12:28:13 localhost NetworkManager[745]: <warn> (pid 1927) unhandled DHCP event for interface wlan0
    Dec  9 12:28:25 localhost NetworkManager[745]: <info> (wlan0): now managed
    Dec  9 12:28:25 localhost NetworkManager[745]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Dec  9 12:28:25 localhost NetworkManager[745]: <info> (wlan0): bringing up device.
    Dec  9 12:28:25 localhost NetworkManager[745]: <info> (wlan0): preparing device.
    Dec  9 12:28:25 localhost NetworkManager[745]: <info> (wlan0): deactivating device (reason 'managed') [2]
    Dec  9 12:28:25 localhost kernel: [ 3612.851109] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Dec  9 12:28:25 localhost NetworkManager[745]: <info> (wlan0): supplicant interface state: starting -> ready
    Dec  9 12:28:25 localhost NetworkManager[745]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
    Dec  9 12:28:25 localhost NetworkManager[745]: <info> (wlan0): supplicant interface state: ready -> inactive
    %uname -r
    3.1.4-1-ARCH
    %uname -m
    x86_64
    I want to know what is going wrong here. Any help/suggestions will be useful.
    Last edited by geeky_sh (2011-12-09 07:27:37)

    Well, the above two links have the problem similar to mine but not exactly. In first one there is a problem with network manager - that it is unable to restart after coming from sleep mode while that is not a problem in my case and I tried all the solutions provided in the second link, but didn't work.
    What I figured is when I execute '#pm-suspend' and then close the lid. Then, after I open the lid I wireless works fine. 'pm-suspend' is not invoked if I close the lid. So I needed to invoke the above command when an acpi event is generated when I close the lid. So here is what I added in the /etc/acpi/handler.sh file
    button/lid)
         case "$3" in
               close)
                   (sudo /usr/sbin/pm-suspend)  #added
               open)
    This works fine for now. Still, I don't know why this solution works - Why executing pm-suspend solves my problem?

  • Wireless not working after format on Satellite L10.

    Dear All,
    I have formatted my Satellite laptop, and after downloading all the drivers needed, there is still a network adapter not recognised under System Devices in Windows XP. The LAN driver and the wireless LAN driver were both installed from their exe's. Everything else seems to be working perfectly, apart from my wireless... Any ideas ? What can I try ?
    Thanks in advance,
    Daffy

    You must install Vista! Thats all!

  • Himachi not working after reboot windows 10

    2 of my cleints decided to upgrade their pc's to windows 10. After doing so they can no longer browse the remote server at their office location. If I uninstall himachi and reinstall it works but as soon as i reboot it goes back to being unable to ping or browe file shares. I was able to get ping working again by going onto the server and changing allowed connections in himachi details  to all from these 2 clients but i still cant browse. Everyone running windows 7, 8 or 8.1 can still browse the file shares without a problem. any ideas?

    Hello, I just tried some things with the laptop of one customer. Yes, they are using wifi. However I don't think it's related. What I tried: uninstalled Hamachi againdisabled the wifi-hardware in the device managerconnected UTP-cable to the machinereinstalled hamachiHamachi worksrebootHamachi doesn't work anymore Hardware: laptop is a lenovo thinkpad T510Wireless is a centrino Wireless-N 1000NIC is Intel 82577LM gigabit network connectionLogmein was already installed before the upgrade Clients are connected to multiple hamachi-networks.One of the clients gives error towards a windows10-device: 'peer changed its key'I don't know if this is related ... 

  • SB wow wireless not working after firmware upgrade

    Hello,
    In the beginning of this year I bougth a pair of Sound Blaster World of warcraft wireless headset. And there have been alot of trouble with them, I've been using the latest software but not the latest firmware ever since then.
    And every now and then my mic stop to work, I could hear sound but the mic was totally dead, and all of a sudden, of no logical reason the mic started to work agian.
    So I thought a firmware upgrade could make them work better, but no, i upgrade firmware from .9.x to .0.x.
    And guess what happens? Nothing works no, not the sound, not the mic, the USB trasmitter cant even sync with the headset anymore.
    Ive tried a million things now, some of them are:
    . Just tried to reinstall it, didnt work
    2. Tried to install it in winxpsp3 compability mode, didnt work.
    3. Tried to clear all temp-folder (the temp-folder under c:\windows\temp and the user-temp) after Ive uninstalled it, didnt work.
    Im running on Windows 7 Professional x64 edition.
    What could cause this? I havnt tried to install them on a XP-computer yet tho. But I have to get them work in Win7, since i cant downgrade just because of a headset, huh?
    Thanks,
    Johan

    Ok, please redirect me to a tecnical supportpage where I can find potential solutions,
    - and instructions how I do for example a downgrade of firmware?
    PS, This page does not include any potential solution:
    http://support.creative.com/Products...tDetails.aspx?
    catID=437&CatName=Headphones+%26+Headsets&subCatID =23&subCatName=MIDI+Keyboards&prodID=9068&prodName =Sound+Blaster+World+of+Warcraft+Wireless+Headset& bTopTwenty=&VARSET=prodfaqRODFAQ_9068,VARSET=CategoryID:437

  • [SOLVED] wireless not working after -Syu upgrade

    Hi everyone,
    after an upgrade today (though it's been awhile so unfortunately it was a lot of upgrades), Arch doesn't even seem to recognize my wireless card exists anymore. If I type ifconfig, it only shows
    eth0 Ethernet ...
    lo ...
    whereas before eth1 existed as my wireless.
    Thanks for any help!
    Edit: I should mention that I normally used wicd. I couldn't seem to get the standard network or networkmanager to work either, though, as no wireless device exists.
    Last edited by andante (2010-04-17 19:51:37)

    I had a similar problem after the kernel upgrade with my Broadcom BCM4312 wireless card (on a Lenovo S10-2 netbook). What worked for me was recompiling and reinstalling the driver in AUR: http://aur.archlinux.org/packages.php?ID=19514, using the little hack suggested in the comments at the AUR package: in the file include/linuxver.h I changed the line
    #include <linux/autoconf.h>
    to
    #include <generated/autoconf.h>
    (If you just try to build the package without this change it won't work).
    It worked perfectly afterwards (I'm using networkmanager, not wicd, but this shouldn't be a problem).
    Of course, the solution depends on your own wireless card, so more details might help.

  • HP C6180 Wireless Not Working After Upgrade to Mavericks

    I've a Macrbook Pro running Mavericks.  My printer is an HP C6180.  Prior to upgrading to Mavericks from Lion, I had no issues printing wirelessly.  I upgraded to Mavericks and I'm unable to print to the printer through wireless.  If I connect the printer to the Macbook via USB it works fine.  I connected it through USB and ran Software Update.  An update for the HP driver was found and installed.  I'm still unable to print wirelessly.  Both Macbook Pro and printer are on the same wireless network.  Nothing has changed with the wireless network.  The only thing new is the upgrade to Mavericks from Lion.
    I found a similar post Unable to Connect to Printer HP Photosmart C6180 which indicated deleting the /Library/Printers/hp folder, restarting, and then reinstalling the the drivers using software update helped.  I did that as well with no luck.
    When I try to add the printer it's just not in the list of printers available. 
    I appreciate any feedback someone might have.

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the behest of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed:
    Copy a line of text in this window to the Clipboard.
    Paste into the window of another application.
    Wait for the test to run. It usually takes a few minutes.
    Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts 51 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports 'com.autodesk.AutoCad com.evenflow.dropbox com.google.GoogleDrive' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 ` route -n get default|awk '/e:/{print $2}' ` 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */  /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;5p;6p;8p;12p;' ' {sub(/^ +/,"")};NR==6;NR==13&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/root/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1000) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/d;/(etc|Preferences)\//s/^\.\/[^/]+//p;' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| ","||kMDItem'${p[35]}'=");sub("^.."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[9]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/ { next;} /%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]" "$1;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n  "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n  [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n  ...and %s more line(s)\n",l-L);} ' ' /^ +[NP].+ =/h;/^( +D.+[{]|[}])/{ g;s/.+= //p;};' ' /^ +B/{ s/.+= |(-[0-9]+)?\.s.+//g;p;} ' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' 's/0/Off/p' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil PlistBuddy whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '-c Print /L*/P*/loginw*' '-c Print L*/P*/*loginit*' '-c Print L*/Saf*/*/E*.plist' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' '-c Print\ :'${p[35]}' 2>&1' '-c Print\ :Label 2>&1' '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' -i4TCP:0-1023 com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' );N1=${#c2[@]};for j in {0..8};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;A2 0 $((N1+1)) 2;C0;A1 0 $N1 1;C0;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A1 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D23 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D22 4 4 50 0;D13 14 3 49 5;D12 26 48 59 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start Time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Maybe you are looking for

  • REG- Subsequent free of charge delivery

    Dear All, What are the steps involved for creation of Subsequent free of charge delivery from a Returns order The problem we are facing are when we created a SD (Subsequent delivery FOC) with reference to a RE (Return order) we found the Line items a

  • Restricting the values based on keyfigures.

    Hi All, Good Morning.. I have a query on Bex reporting. I want to calculate transit aging.Just i want to find the difference between the two dates. I have one more field called quantity. I want to calculate the difference of dates only whose quantity

  • Getting (9) error...

    anyone been getting an error message after installing 2.2....working fine....then connecting it again and not being able to use their phone?...kinda been trying to get my phone to work...restoring is not workign....keeps saying error message 9, and n

  • BoxLayout and Container.validate()

    I noticed that if a BoxLayout (or any other layout) is set for a Container, its explicit sizes (maximum and minimum) are ignored after validate() is called on that Container, meaning that the object is resized to values other than what it was configu

  • HELP!!! getting errors 1335 and 1603

    I've tried forever to install itunes 5 but I can't! Right before the installation ends, I get an error message that says: Error 1335. The cabinet file 'iTunes.cab' required for this installation is corrupt and cannot be used. This could indicate a ne