[SOLVED] 2.6.36 kernel WIRELESS problem

Hi all,
Today I have updated to 2.6.36 everything if fine now, but my wireless gone mad.
For example when I downloaded the catalyst drivers the speed was 500kb(normal) after 30sec it dropped to 0 and I got timeout, after 30sec it got back again to 500kb. This is very annoying.
I use a tp-link pci card, the connection is fine(runs well on windows) the card uses the ath9k driver.
Here is the dmesg http://pastebin.com/mSBDtkPG
Here is my iwconfig http://pastebin.com/qfqmmRK0
Please help, thanks!
EDIT: In rage of everything falling apart(python, catalyst, wifi) I switched to Ubuntu, but that did not fix the problem with wifi, but anyway I found a great solution.
SOLUTION: Just install the windows driver with ndiswrapper! Now I get MAX speed and a stable connection!
Last edited by slon (2010-11-26 23:06:38)

Hi all,
Today I have updated to 2.6.36 everything if fine now, but my wireless gone mad.
For example when I downloaded the catalyst drivers the speed was 500kb(normal) after 30sec it dropped to 0 and I got timeout, after 30sec it got back again to 500kb. This is very annoying.
I use a tp-link pci card, the connection is fine(runs well on windows) the card uses the ath9k driver.
Here is the dmesg http://pastebin.com/mSBDtkPG
Here is my iwconfig http://pastebin.com/qfqmmRK0
Please help, thanks!
EDIT: In rage of everything falling apart(python, catalyst, wifi) I switched to Ubuntu, but that did not fix the problem with wifi, but anyway I found a great solution.
SOLUTION: Just install the windows driver with ndiswrapper! Now I get MAX speed and a stable connection!
Last edited by slon (2010-11-26 23:06:38)

Similar Messages

  • [Solved] Wired connection ok but wireless problem on Intel 5100

    Here is how i solved the problem :
    1 - get back to the wiki doing everything in order
    2 - added dbus in attition to hal in the deamon line in rc.conf
    3 - put wicd at the end of the deamon line
    4 - then configured wicd for my wireless network at boot : no more dbus error, and connection perfectly ok
    Thx very much for the superb wiki, certainly my fault if i messed up but i still have to learn
    Hi
    I've got a problem with the wireless connection on my toshiba R10
    my wired connection is working flawlessly but i can't use my wifi card. I'm using arch 2009.8 i686
    Here is what i've done following the wiki :
    1 : installed ifplugd for the RJ45 connection + added the deamon on my rc.conf
    2 : installed wireless-tools
    3 : installed the driver intel 5100
    # pacman -S iwlwifi-5000-ucode
    set up my mod_autolog yes
    here is my ifconfig -a
    [me@arch ~]$ ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:1C:7E:83:EB:B4
    inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::21c:7eff:fe83:ebb4/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:603 errors:0 dropped:0 overruns:0 frame:0
    TX packets:610 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:329491 (321.7 Kb) TX bytes:84091 (82.1 Kb)
    Memory:ffcc0000-ffce0000
    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:66 errors:0 dropped:0 overruns:0 frame:0
    TX packets:66 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:4400 (4.2 Kb) TX bytes:4400 (4.2 Kb)
    wlan0 Link encap:Ethernet HWaddr 00:22:FB:04:1A:72
    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)
    wmaster0 Link encap:UNSPEC HWaddr 00-22-FB-04-1A-72-00-00-00-00-00-00-00-00-00-00
    UP RUNNING MTU:0 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)
    I have a dbus error : « Could not connect to wicd's D-Bus interface. Check the wicd log for error messages. »
    so i modified my configuration file following this topic on the french forum http://forums.archlinux.fr/topic3967.html (same error message)
    here is my rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="fr_FR.utf8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Paris"
    KEYMAP="fr-pc"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=()
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="arch"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp" )
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng hal network ifplugd netfs slim crond alsa fam)
    i tried to start wicd manually but it stay busy infinitely :
    here is my /etc/wicd/manager-setting.conf
    GNU nano 2.0.9 Fichier : /etc/wicd/manager-settings.conf
    [Settings]
    wireless_interface = wlan0
    pref_width = 450
    window_width = 530
    prefer_wired = False
    flush_tool = 0
    use_global_dns = False
    global_dns_dom = None
    always_show_wired_interface = True
    sudo_app = 0
    global_dns_1 = None
    global_dns_2 = None
    global_dns_3 = None
    backend = external
    link_detect_tool = 0
    dhcp_client = 0
    window_height = 529
    wired_connect_mode = 1
    debug_mode = 0
    sudo_app = 0
    global_dns_1 = None
    global_dns_2 = None
    global_dns_3 = None
    backend = external
    link_detect_tool = 0
    dhcp_client = 0
    window_height = 529
    wired_connect_mode = 1
    debug_mode = 0
    pref_height = 450
    wired_interface = eth0
    signal_display_type = 1
    global_search_dom = None
    auto_reconnect = True
    wpa_driver = wext
    and what i get ont the graphical interface : no wireless network found
    here is my "ps aux | grep dbus"
    [root@arch ~]# ps aux | grep dbus
    dbus 1373 0.0 0.0 2252 940 ? Ss 14:27 0:00 /usr/bin/dbus-daemon --system
    me 1703 0.0 0.0 3156 696 ? S 14:27 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
    me 1704 0.0 0.0 2264 972 ? Ss 14:27 0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    root 2794 0.0 0.0 3892 872 pts/1 S+ 15:11 0:00 grep dbus
    in the preference settings of wicd, it's correct : eth0 as wired connection and wlan0 as wireless
    here is my "iwlist wlan0"
    [root@arch ~]# iwlist wlan0 scanning
    wlan0 No scan results
    i've tried a lspci -vv :
    [me@arch ~]$ lspci -vv
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    Subsystem: Toshiba America Info Systems Device 0001
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: <access denied>
    Kernel driver in use: agpgart-intel
    Kernel modules: intel-agp
    00:03.0 Communication controller: Intel Corporation Mobile 4 Series Chipset MEI Controller (rev 07)
    Subsystem: Toshiba America Info Systems Device 0001
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at ffcff000 (64-bit, non-prefetchable) [size=16]
    Capabilities: <access denied>
    Kernel driver in use: heci
    Kernel modules: heci
    00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
    Subsystem: Toshiba America Info Systems Device 0001
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 28
    Region 0: Memory at ffcc0000 (32-bit, non-prefetchable) [size=128K]
    Region 1: Memory at ffcfe000 (32-bit, non-prefetchable) [size=4K]
    Region 2: I/O ports at cf80 [size=32]
    Capabilities: <access denied>
    Kernel driver in use: e1000e
    Kernel modules: e1000e
    00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
    Subsystem: Toshiba America Info Systems Device 0001
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: <access denied>
    Kernel modules: iTCO_wdt
    01:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
    Subsystem: Intel Corporation Device 1301
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 29
    Region 0: Memory at ff900000 (64-bit, non-prefetchable) [size=8K]
    Capabilities: <access denied>
    Kernel driver in use: iwlagn
    Kernel modules: iwlagn
    I suspect that something is wrong between iwlagn and iwlwifi-5000 which can cause this problem.
    I have to say that I'm quite lost here, i hope someone will have an idea
    thank you very much
    Last edited by Janarto (2009-08-30 02:46:18)

    Stab in the dark...the hal daemon should start dbus, but sometimes I've been encouraged to add the dbus DAEMON explicitly (before hal).
    I don't really understand dbus too intimately, but I've come across situations where although dbus is running, I can't talk to it because the DBUS_SESSION_BUS_{ADDRESS,PID,WINDOWID} variables weren't visible in the environment I was working in. For instance, if dbus is started by xinitrc, and then some system-level daemon tries to talk to dbus, usually it fails for me, and I have to use some workaround.
    Now I would expect wicd to be set up so that the ordinary user doesn't encounter any problems of this sort. On the other hand, the error you're getting does say that it's dbus communication which is failing. Perhaps you could try shutting down hald and dbus, open a terminal, su -, /etc/rc.d/dbus start, and then try from that command line to tell wicd to connect?

  • [SOLVED kinda]Yet another Broadcom wireless problem - scanning

    Use an old Gateway laptop with a wireless card to provide internet through NAT to my desktop computer that isn't nearby my switch.  I was doing this for the longest time using WinXP on the Gateway, but since all my other computers are now running linux, I figured, hey, why not put a really sleek and sexy copy of Arch onto the Gateway, and free up some of that HD space for easier file sharing between the desktop and the rest of the network.  So I installed Arch, and have run head first into how much Arch and Broadcom wireless devices do not play well together.  Have spent all my time since then searching the forums, the wiki, etc, but to no avail.  So going to just go ahead and finally make my own call for help via the forums here. 
    I've only ever ONCE seen a scan find a wireless network, and that was after my first reboot after installing arch.  That was the only time. There are at all times 2-4 wireless networks in range of this computer.  I'm currently on my netbook running Ubuntu to post this (typing everything in by hand, ugh), and can see 4 networks right now.  The Arch laptop can't find any.
    To start off with:  I have read the wikis.  I have searched the forums.  I HAVE INSTALLED THE FIRMWARE.  I've checked to make sure my card is supported, and the driver it uses is the b43, and is not supposed to be compatible with the wl driver.  This is the cardbus Linksys WPC54G v1 card.  I know the card itself works.
    Here's the various data I'm sure will be requested of me at one point or another.  This is all taken immediately after booting.
    What can I try.  I've probably already tried it, but I'm willing to walk through step by step with someone if they think they can help.
    lspci -vnn
    03:00.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller [14e4:4320] (rev 03)
    Subsystem: Linksys WPC54G v1 / WPC54GS v1 802.11g Wireless-G Notebook Adapter [1737:4320]
    Flags: bus master, fast devsel, latency 64, IRQ 10
    Memory at 48000000 (32-bit, non-prefetchable) [size=8K]
    Capabilities: [40] Power Management version 2
    Kernel driver in use: b43-pci-bridge
    Immediately after boot if I run
    dmesg (related info)
    [ 7.760803] b43-pci-bridge 0000:03:00.0: enabling device (0000 -> 0002)
    [ 7.769836] b43-pci-bridge 0000:03:00.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10
    [ 7.760856] b43-pci-bridge 0000:03:00.0: settling latency timer to 64
    [ 8.217173] b43-phy0: Broadcom 4306 WLAN found (core revision 5)
    [ 8.276959] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 8.278657] Registered led device: b43-phy0::tx
    [ 8.278721] Registered led device: b43-phy0::rx
    [ 8.278788] Registered led device: b43-phy0::radio
    [ 8.278831] Broadcom 43xx driver loaded [ Features: PMNLS ]
    [ 43.860080] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
    [ 43.921388] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    uname -a
    Linux oms-gateway 3.2.9-1-ARCH #1 SMP PREEMPT Thu Mar 1 09:10:44 UTC 2012 i686 Intel(R) Pentium(R) III Mobile CPU 1066MHz GenuineIntel GNU/Linux
    Kernel version greater than 3.2 should be able to use the version 5.100.138 Broadcom drivers.
    ifconfig wlan0
    wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1
    ether 00:0f:66:2e:b0:83 txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 btes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    iwconfig wlan0
    wlan0 IEEE 802.11bg ESSID:off/any
    Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:off
    lsmod | grep b43
    b43 317649 0
    mac80211 203227 1 b43
    cfg80211 147716 2 mac80211,b43
    ssb 42035 1 b43
    mmc_core 71470 2 ssb,b43
    pcmcia 31502 2 ssb,b43
    iwlist wlan0 scan
    wlan0 No scan results
    Last edited by oldmansutton (2012-03-11 01:53:50)

    oldmansutton wrote:
    Strike0 wrote:Whether rev 3 needs legacy or not is controversial. I assume you blacklisted b43 when trying legacy?
    How about any need to blacklist when you need b43. Anything suspicious around in lsmod?
    with b43, you can see me previous lsmod on the original post.
    with b43legacy, the only related things I see from lsmod are b43legacy, mac80211, cfg80211, and ssb.
    Wait.  Hmmm....
    rmmod b43
    modprobe b43legacy
    rmmod b43legacy
    modprobe b43
    lsmod |grep b43
    Now bcma is showing up.  But it didn't before.  It just started showing up with b43 since I did the compat-wireless package.  But seeing as I'm getting scans SOMETIMES now, I hesitate to call it a problem.  Maybe?
    Any other ideas?
    It can scan ONCE.  The b43 driver is obviously functional at least for a bit.
    Standard network service, wicd, netcfg, etc, I've tried them all.  Reinstalled from scratch twice.  Looking for NEW ideas basically.  I've read just about every single post about every broadcom chipset out there.  I just happen to have one of these rare ones apparently.
    Last edited by oldmansutton (2012-03-10 17:46:59)

  • Solving Kernel/Xorg problems

    Hi all,
    I've been using linux for several years now, and I like it a lot, but it's still not clear in my mind what to do when I run into kernel or Xorg problems.
    When I run into a problem with a userland application, it's usually quite simple to identify the culprit or at least the apparent culprit, find the relevant bugzilla, file a bug and try to help the people in charge to fix the problem.
    In contrast, the world of low-level stuff is a lot more intimidating. For example, I have had several display and supsend/hibernate problems with my laptop for more than one year now, but I still have no idea what to do about them. What can/ should I do about kernel/Xorg problems?

    I didn't want this thread to be about my specific problems, but here goes:
    - Suspend fails about half of the time, the screen blanks (with a cursor blinking) and the computer just hangs. It is completely dead (REISUB doesn't work)
    - Hibernate doesn't work, when I turn the computer on, it checks the filesystems and boots normally
    - About 10% of the time, the login manager (currently kdm, but I had the same problem with gdm) shows with a very low resolution. Restarting xorg usually fixes the problem.
    I probably have a few more that I'm forgetting at the moment.

  • [SOLVED] Black screen after kernel boot after pacman -Syu

    Hi, after full system upgrade with pacman -Syu, I get after the kernel boot black screen and everything is freezing. Then need to manually shut down the power button!
    Normally when my system starts up after the kernel boot I get straight to the command line terminal login.
    Can anybody help me how to fix this? Any clues? Any advice is welcome!
    The problem is solved by downgrading to kernel 3.6.11.-1
    Many thanks for the help from the people on #archlinux !
    Last edited by OpenEye (2013-01-29 05:14:04)

    jasonwryan wrote:
    Please stop bumping your thread: use the edit button
    https://wiki.archlinux.org/index.php/Fo … te#Bumping
    What have you done about the errors being printed to your logs? You could start by fixing the network error and the broken udev rule...
    Are you still using intiscripts? They are no longer supported: https://www.archlinux.org/news/end-of-i … s-support/
    # edit: not a pacman issue, moving to Newbie Corner
    I have searched for many hours and days for solutions on the internet and forums, tried some things, but with no results! I don't know how to fix the errors! Do you know how to fix that? I'm a total n00b! I'm doing my best as I can! Need help, thanks!

  • More on wireless problems with 10.4.8+

    There has been much said and discussed about wireless problems with the Macbook's with 10.4.8+ updates, both the C1D and the C2D macbooks have seen problems with a number of units.
    Unfortunately, it is very hard to find real information on this website, because the forum is drowned in "wireless problems!" posts from people that have not read the previous posts.
    Since there may be several unrelated wireless problems around, I'll try to specify my particular problem and add in solid information, so others can check if their system behaves like mine.
    First. The symptoms:
    1. The Macbook does not connect to WEP or WPA networks after sleep or being shut down.
    2. The Wireless icon blinks between black and grey.
    3. The Apple support information about deleting all networks and keychains WORKS, but only until next sleep or shut down. Afterwards the procedure has to be done again to connect (very annoying).
    4. This may be unrelated, but Keychain Access crashes on startup and can only be run in Rosetta.
    First, we need to establish a few things
    1. The problem is real and is not limited to a particular Access Point (I have had problems with both a D-link 624+ and now a Netgear DG834GT from Sky Broadband.
    2. The problem exists with 10.4.8 and 10.4.9 but not with 10.4.6 or 10.4.7. This I have tested multiple times.
    3. It really does not matter if I use WEP or WPA.
    Now. /var/log/system.log does actually output an awful lot of stuff during this.
    Mar 30 10:28:00 macbook kernel[0]: IOUSBWorkLoop::closeGate - interrupt Thread being held off
    Mar 30 10:28:09 macbook kernel[0]: System SafeSleep
    Mar 30 10:28:09 macbook kernel[0]: hibernatepage_listsetall start
    Mar 30 10:28:09 macbook kernel[0]: hibernatepage_listsetall time: 160 ms
    Mar 30 10:28:09 macbook kernel[0]: pages 232036, wire 44721, act 54660, inact 16779, zf 3490, could discard act 49309 inact 63077
    Mar 30 10:28:09 macbook kernel[0]: hibernatepage_listsetall found pageCount 232036
    Mar 30 10:28:09 macbook kernel[0]: IOHibernatePollerOpen, mlget_interruptsenabled 0
    Mar 30 10:28:09 macbook kernel[0]: IOHibernatePollerOpen(0)
    Mar 30 10:28:09 macbook kernel[0]: writing 231517 pages
    Mar 30 10:28:09 macbook kernel[0]: image1Size 63928832
    Mar 30 10:28:09 macbook kernel[0]: all time: 6100 ms, comp time: 1440 ms, deco time: 0 ms,
    Mar 30 10:28:09 macbook kernel[0]: image 210839040, uncompressed 487960576 (119131), compressed 208665872 (42%), sum1 959660ff, sum2 6b266053
    Mar 30 10:28:09 macbook kernel[0]: hibernatewriteimage done(0)
    Mar 30 10:28:09 macbook kernel[0]: sleep
    Mar 30 10:28:09 macbook kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Mar 30 10:28:09 macbook kernel[0]: Started CPU 01
    Mar 30 10:28:09 macbook kernel[0]: IOBluetoothHCIController::restartShutdownWL this is a wake from sleep
    Mar 30 10:28:09 macbook kernel[0]: System Wake
    Mar 30 10:28:10 macbook lookupd[4691]: lookupd (version 369.6) starting - Fri Mar 30 10:28:10 2007
    Mar 30 10:28:11 macbook mDNSResponder: Repeated transitions for interface lo0 (127.0.0.1); delaying packets by 5 seconds
    Mar 30 10:28:12 macbook crashdump[4692]: configd crashed
    Mar 30 10:28:12 macbook crashdump[4692]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:12 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:12 macbook configd[4693]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:12 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:12 macbook configd[4693]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:12 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:12 macbook configd[4693]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:12 macbook lookupd[4695]: lookupd (version 369.6) starting - Fri Mar 30 10:28:12 2007
    Mar 30 10:28:13 macbook crashdump[4696]: configd crashed
    Mar 30 10:28:13 macbook crashdump[4696]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:14 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:14 macbook configd[4697]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:14 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:14 macbook configd[4697]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:14 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:14 macbook configd[4697]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:14 macbook lookupd[4699]: lookupd (version 369.6) starting - Fri Mar 30 10:28:14 2007
    Mar 30 10:28:14 macbook crashdump[4700]: configd crashed
    Mar 30 10:28:15 macbook sudo: lindkvis : TTY=ttyp2 ; PWD=/Users/lindkvis/Projects/Bubbles/src ; USER=root ; COMMAND=/bin/cat /var/log/system.log
    Mar 30 10:28:15 macbook crashdump[4700]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:15 macbook launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[4699]: exited abnormally: Hangup
    Mar 30 10:28:15 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:15 macbook configd[4701]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:15 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:15 macbook configd[4701]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:15 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:15 macbook configd[4701]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:15 macbook lookupd[4704]: lookupd (version 369.6) starting - Fri Mar 30 10:28:15 2007
    Mar 30 10:28:16 macbook crashdump[4705]: configd crashed
    Mar 30 10:28:16 macbook crashdump[4705]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:16 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:16 macbook configd[4706]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:16 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:16 macbook configd[4706]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:16 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:16 macbook configd[4706]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:16 macbook lookupd[4708]: lookupd (version 369.6) starting - Fri Mar 30 10:28:16 2007
    Mar 30 10:28:17 macbook crashdump[4709]: configd crashed
    Mar 30 10:28:17 macbook crashdump[4709]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:18 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:18 macbook configd[4710]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:18 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:18 macbook configd[4710]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:18 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:18 macbook configd[4710]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:18 macbook lookupd[4712]: lookupd (version 369.6) starting - Fri Mar 30 10:28:18 2007
    Mar 30 10:28:19 macbook crashdump[4713]: configd crashed
    Mar 30 10:28:19 macbook crashdump[4713]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:19 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:19 macbook configd[4714]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:19 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:19 macbook configd[4714]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:19 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:19 macbook configd[4714]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:19 macbook lookupd[4716]: lookupd (version 369.6) starting - Fri Mar 30 10:28:19 2007
    Mar 30 10:28:20 macbook crashdump[4717]: configd crashed
    Mar 30 10:28:20 macbook crashdump[4717]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:21 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:21 macbook configd[4718]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:21 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:21 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:21 macbook configd[4718]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:21 macbook configd[4718]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:21 macbook lookupd[4720]: lookupd (version 369.6) starting - Fri Mar 30 10:28:21 2007
    Mar 30 10:28:22 macbook crashdump[4721]: configd crashed
    Mar 30 10:28:22 macbook crashdump[4721]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:22 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:22 macbook configd[4722]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:22 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:22 macbook configd[4722]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:22 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:22 macbook configd[4722]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:22 macbook lookupd[4724]: lookupd (version 369.6) starting - Fri Mar 30 10:28:22 2007
    Mar 30 10:28:23 macbook crashdump[4725]: configd crashed
    Mar 30 10:28:23 macbook crashdump[4725]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:23 macbook lookupd[4728]: lookupd (version 369.6) starting - Fri Mar 30 10:28:23 2007
    Mar 30 10:28:23 macbook crashdump[4727]: configd crashed
    Mar 30 10:28:23 macbook crashdump[4727]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:24 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:24 macbook configd[4729]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:24 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:24 macbook configd[4729]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:24 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:24 macbook configd[4729]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:24 macbook lookupd[4731]: lookupd (version 369.6) starting - Fri Mar 30 10:28:24 2007
    Mar 30 10:28:25 macbook crashdump[4732]: configd crashed
    Mar 30 10:28:25 macbook crashdump[4732]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:25 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:25 macbook configd[4733]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:25 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:25 macbook configd[4733]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:25 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:25 macbook configd[4733]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:25 macbook lookupd[4735]: lookupd (version 369.6) starting - Fri Mar 30 10:28:25 2007
    Mar 30 10:28:26 macbook crashdump[4736]: configd crashed
    Mar 30 10:28:26 macbook crashdump[4736]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:27 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:27 macbook configd[4737]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:27 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:27 macbook configd[4737]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:27 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:27 macbook configd[4737]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:27 macbook lookupd[4739]: lookupd (version 369.6) starting - Fri Mar 30 10:28:27 2007
    Mar 30 10:28:27 macbook crashdump[4740]: configd crashed
    Mar 30 10:28:27 macbook crashdump[4740]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:28 macbook lookupd[4743]: lookupd (version 369.6) starting - Fri Mar 30 10:28:28 2007
    Mar 30 10:28:28 macbook crashdump[4742]: configd crashed
    Mar 30 10:28:28 macbook crashdump[4742]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:28 macbook launchd: Server 104b3 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[4743]: exited abnormally: Hangup
    Mar 30 10:28:28 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:28 macbook configd[4744]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:28 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:28 macbook configd[4744]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:28 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:28 macbook configd[4744]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:28 macbook lookupd[4746]: lookupd (version 369.6) starting - Fri Mar 30 10:28:28 2007
    Mar 30 10:28:29 macbook crashdump[4747]: configd crashed
    Mar 30 10:28:29 macbook crashdump[4747]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:30 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:30 macbook configd[4748]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:30 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:30 macbook configd[4748]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:30 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:30 macbook configd[4748]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:30 macbook lookupd[4750]: lookupd (version 369.6) starting - Fri Mar 30 10:28:30 2007
    Mar 30 10:28:31 macbook crashdump[4751]: configd crashed
    Mar 30 10:28:31 macbook crashdump[4751]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:31 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:31 macbook configd[4752]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:31 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:31 macbook configd[4752]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:31 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:31 macbook configd[4752]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:31 macbook lookupd[4754]: lookupd (version 369.6) starting - Fri Mar 30 10:28:31 2007
    Mar 30 10:28:32 macbook crashdump[4755]: configd crashed
    Mar 30 10:28:32 macbook crashdump[4755]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:32 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:32 macbook configd[4756]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:32 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:32 macbook configd[4756]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:32 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:32 macbook configd[4756]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:33 macbook lookupd[4758]: lookupd (version 369.6) starting - Fri Mar 30 10:28:33 2007
    Mar 30 10:28:33 macbook crashdump[4759]: configd crashed
    Mar 30 10:28:33 macbook crashdump[4759]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:34 macbook lookupd[4762]: lookupd (version 369.6) starting - Fri Mar 30 10:28:34 2007
    Mar 30 10:28:34 macbook crashdump[4761]: configd crashed
    Mar 30 10:28:34 macbook crashdump[4761]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:34 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:34 macbook configd[4763]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:34 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:34 macbook configd[4763]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:34 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:34 macbook configd[4763]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:34 macbook lookupd[4765]: lookupd (version 369.6) starting - Fri Mar 30 10:28:34 2007
    Mar 30 10:28:35 macbook crashdump[4766]: configd crashed
    Mar 30 10:28:35 macbook crashdump[4766]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:35 macbook kernel[0]: SIOCPROTOATTACH_IN6: en0 error=17
    Mar 30 10:28:35 macbook configd[4767]: LINKLOCAL: inet6attachinterface(en0) failed, File exists (17)
    Mar 30 10:28:35 macbook kernel[0]: SIOCPROTOATTACH_IN6: en1 error=17
    Mar 30 10:28:35 macbook configd[4767]: LINKLOCAL: inet6attachinterface(en1) failed, File exists (17)
    Mar 30 10:28:35 macbook kernel[0]: SIOCPROTOATTACH_IN6: fw0 error=17
    Mar 30 10:28:35 macbook configd[4767]: LINKLOCAL: inet6attachinterface(fw0) failed, File exists (17)
    Mar 30 10:28:36 macbook lookupd[4769]: lookupd (version 369.6) starting - Fri Mar 30 10:28:36 2007
    Mar 30 10:28:36 macbook crashdump[4770]: configd crashed
    Mar 30 10:28:37 macbook crashdump[4770]: crash report written to: /Library/Logs/CrashReporter/configd.crash.log
    Mar 30 10:28:37 macbook sudo: lindkvis : TTY=ttyp2 ; PWD=/Users/lindkvis/Projects/Bubbles/src ; USER=root ; COMMAND=/bin/cat /var/log/system.log
    Also here are some items from the configd.crash.log mentioned:
    Host Name: ???
    Date/Time: 2007-03-30 10:28:35.289 +0100
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: configd
    Path: /usr/sbin/configd
    Parent: launchd [1]
    Version: ??? (???)
    PID: 4763
    Thread: 1
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xc310ece0
    Thread 0:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 configd 0x00003b60 server_loop + 72
    4 configd 0x00002d15 main + 1863
    5 configd 0x000024de _start + 216
    6 configd 0x00002405 start + 41
    Thread 1 Crashed:
    0 libstdc++.6.dylib 0x90b4441a cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 54
    1 libstdc++.6.dylib 0x90b4442e cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 74
    2 libstdc++.6.dylib 0x90b43fb7 cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void**) const + 69
    3 libstdc++.6.dylib 0x90b43c27 cxxabiv1::__class_type_info::__do_catch(std::typeinfo const*, void**, unsigned) const + 57
    4 libstdc++.6.dylib 0x90b42d45 _cxa_getglobals + 351
    5 libstdc++.6.dylib 0x90b4342a _gxx_personalityv0 + 658
    6 libgcc_s.1.dylib 0x90bd7acb UnwindRaiseException + 147
    7 libgcc_s.1.dylib 0x90bd7c12 Unwind_Resume_orRethrow + 123
    8 libstdc++.6.dylib 0x90b43797 _cxarethrow + 67
    9 com.apple.security 0x911a2adf Security::KeychainCore::ItemImpl::add(Security::KeychainCore::Keychain&) + 2803
    10 com.apple.security 0x911a51e8 Security::KeychainCore::KeychainImpl::add(Security::KeychainCore::Item&) + 68
    11 com.apple.security 0x911b9c70 SecKeychainItemCreateFromContent + 394
    12 com.apple.configd.Apple80211 0x000c2c63 addEntryToStack + 2544
    13 com.apple.configd.Apple80211 0x000c4dfe updateNetstackPersonality + 796
    14 com.apple.configd.Apple80211 0x000b5ce3 MorphicCFDataCreate + 1924
    15 com.apple.framework.IOKit 0x90be2984 IODispatchCalloutFromCFMessage + 334
    16 com.apple.CoreFoundation 0x9083e385 __CFMachPortPerform + 136
    17 com.apple.CoreFoundation 0x9082e62d CFRunLoopRunSpecific + 2904
    18 com.apple.CoreFoundation 0x9083f188 CFRunLoopRun + 60
    19 configd 0x00004dee plugin_exec + 1825
    20 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 1 crashed with X86 Thread State (32-bit):
    eax: 0xc310ece0 ebx: 0x911a1ffd ecx: 0xb007f940 edx: 0xa11a6680
    edi: 0x0033aac0 esi: 0xa11a66c0 ebp: 0xb007f908 esp: 0xb007f8f0
    ss: 0x0000001f efl: 0x00010287 eip: 0x90b4441a cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x1cfff configd /usr/sbin/configd
    0x94000 - 0x95fff com.apple.print.notification 4.7 (161.10) /System/Library/SystemConfiguration/PrinterNotifications.bundle/Contents/MacOS/ PrinterNotifications
    0x99000 - 0xa0fff com.apple.SystemConfiguration.PowerManagement 111.7.0 /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/Power Management
    0xa6000 - 0xa6fff com.apple.SystemConfiguration.DynamicPowerStep 1.5.0 /System/Library/SystemConfiguration/DynamicPowerStep.bundle/Contents/MacOS/Dyna micPowerStep
    0xaa000 - 0xabfff com.apple.SystemConfiguration.Bluetooth 1.7.14 (1.7.14f14) /System/Library/SystemConfiguration/Bluetooth.bundle/Contents/MacOS/Bluetooth
    0xaf000 - 0xaffff com.apple.SystemConfiguration.BatteryUpdater 1.1.0 /System/Library/SystemConfiguration/BatteryUpdater.bundle/Contents/MacOS/Batter yUpdater
    0xb3000 - 0xc7fff com.apple.configd.Apple80211 4.5.3 (453.4) /System/Library/SystemConfiguration/Apple80211Monitor.bundle/Contents/MacOS/App le80211Monitor
    0xd0000 - 0xd3fff com.apple.SystemConfiguration.ATconfig 1.8.5 (0.0.1d1) /System/Library/SystemConfiguration/ATconfig.bundle/Contents/MacOS/ATconfig
    0xd8000 - 0xdafff com.apple.SystemConfiguration.EAPOLController 8.0.4 (???) /System/Library/SystemConfiguration/EAPOLController.bundle/EAPOLController
    0xdf000 - 0xeafff com.apple.SystemConfiguration.IP6Configuration 1.1.1 (0.0.1d1) /System/Library/SystemConfiguration/IP6Configuration.bundle/Contents/MacOS/IP6C onfiguration
    0x205000 - 0x220fff com.apple.SystemConfiguration.IPConfiguration 8.0.2 (???) /System/Library/SystemConfiguration/IPConfiguration.bundle/IPConfiguration
    0x22a000 - 0x237fff com.apple.SystemConfiguration.PPPController 1.4.2 /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90172fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c2000 - 0x901c4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90914000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x91150000 - 0x9115efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91161000 - 0x91300fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9140d000 - 0x91433fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92b06000 - 0x92b10fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    Host Name: ???
    Date/Time: 2007-03-30 10:28:36.649 +0100
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: configd
    Path: /usr/sbin/configd
    Parent: launchd [1]
    Version: ??? (???)
    PID: 4767
    Thread: 1
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xc310ece0
    Thread 0:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 configd 0x00003b60 server_loop + 72
    4 configd 0x00002d15 main + 1863
    5 configd 0x000024de _start + 216
    6 configd 0x00002405 start + 41
    Thread 1 Crashed:
    0 libstdc++.6.dylib 0x90b4441a cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 54
    1 libstdc++.6.dylib 0x90b4442e cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 74
    2 libstdc++.6.dylib 0x90b43fb7 cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void**) const + 69
    3 libstdc++.6.dylib 0x90b43c27 cxxabiv1::__class_type_info::__do_catch(std::typeinfo const*, void**, unsigned) const + 57
    4 libstdc++.6.dylib 0x90b42d45 _cxa_getglobals + 351
    5 libstdc++.6.dylib 0x90b4342a _gxx_personalityv0 + 658
    6 libgcc_s.1.dylib 0x90bd7acb UnwindRaiseException + 147
    7 libgcc_s.1.dylib 0x90bd7c12 Unwind_Resume_orRethrow + 123
    8 libstdc++.6.dylib 0x90b43797 _cxarethrow + 67
    9 com.apple.security 0x911a2adf Security::KeychainCore::ItemImpl::add(Security::KeychainCore::Keychain&) + 2803
    10 com.apple.security 0x911a51e8 Security::KeychainCore::KeychainImpl::add(Security::KeychainCore::Item&) + 68
    11 com.apple.security 0x911b9c70 SecKeychainItemCreateFromContent + 394
    12 com.apple.configd.Apple80211 0x000c2c63 addEntryToStack + 2544
    13 com.apple.configd.Apple80211 0x000c4dfe updateNetstackPersonality + 796
    14 com.apple.configd.Apple80211 0x000b5ce3 MorphicCFDataCreate + 1924
    15 com.apple.framework.IOKit 0x90be2984 IODispatchCalloutFromCFMessage + 334
    16 com.apple.CoreFoundation 0x9083e385 __CFMachPortPerform + 136
    17 com.apple.CoreFoundation 0x9082e62d CFRunLoopRunSpecific + 2904
    18 com.apple.CoreFoundation 0x9083f188 CFRunLoopRun + 60
    19 configd 0x00004dee plugin_exec + 1825
    20 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 1 crashed with X86 Thread State (32-bit):
    eax: 0xc310ece0 ebx: 0x911a1ffd ecx: 0xb007f940 edx: 0xa11a6680
    edi: 0x00337d30 esi: 0xa11a66c0 ebp: 0xb007f908 esp: 0xb007f8f0
    ss: 0x0000001f efl: 0x00010287 eip: 0x90b4441a cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x1cfff configd /usr/sbin/configd
    0x94000 - 0x95fff com.apple.print.notification 4.7 (161.10) /System/Library/SystemConfiguration/PrinterNotifications.bundle/Contents/MacOS/ PrinterNotifications
    0x99000 - 0xa0fff com.apple.SystemConfiguration.PowerManagement 111.7.0 /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/Power Management
    0xa6000 - 0xa6fff com.apple.SystemConfiguration.DynamicPowerStep 1.5.0 /System/Library/SystemConfiguration/DynamicPowerStep.bundle/Contents/MacOS/Dyna micPowerStep
    0xaa000 - 0xabfff com.apple.SystemConfiguration.Bluetooth 1.7.14 (1.7.14f14) /System/Library/SystemConfiguration/Bluetooth.bundle/Contents/MacOS/Bluetooth
    0xaf000 - 0xaffff com.apple.SystemConfiguration.BatteryUpdater 1.1.0 /System/Library/SystemConfiguration/BatteryUpdater.bundle/Contents/MacOS/Batter yUpdater
    0xb3000 - 0xc7fff com.apple.configd.Apple80211 4.5.3 (453.4) /System/Library/SystemConfiguration/Apple80211Monitor.bundle/Contents/MacOS/App le80211Monitor
    0xd0000 - 0xd3fff com.apple.SystemConfiguration.ATconfig 1.8.5 (0.0.1d1) /System/Library/SystemConfiguration/ATconfig.bundle/Contents/MacOS/ATconfig
    0xd8000 - 0xdafff com.apple.SystemConfiguration.EAPOLController 8.0.4 (???) /System/Library/SystemConfiguration/EAPOLController.bundle/EAPOLController
    0xdf000 - 0xeafff com.apple.SystemConfiguration.IP6Configuration 1.1.1 (0.0.1d1) /System/Library/SystemConfiguration/IP6Configuration.bundle/Contents/MacOS/IP6C onfiguration
    0x205000 - 0x220fff com.apple.SystemConfiguration.IPConfiguration 8.0.2 (???) /System/Library/SystemConfiguration/IPConfiguration.bundle/IPConfiguration
    0x22a000 - 0x237fff com.apple.SystemConfiguration.PPPController 1.4.2 /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90172fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c2000 - 0x901c4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90914000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x91150000 - 0x9115efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91161000 - 0x91300fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9140d000 - 0x91433fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92b06000 - 0x92b10fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    Host Name: ???
    Date/Time: 2007-03-30 10:28:38.516 +0100
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: configd
    Path: /usr/sbin/configd
    Parent: launchd [1]
    Version: ??? (???)
    PID: 4771
    Thread: 1
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xc310ece0
    Thread 0:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 configd 0x00003b60 server_loop + 72
    4 configd 0x00002d15 main + 1863
    5 configd 0x000024de _start + 216
    6 configd 0x00002405 start + 41
    Thread 1 Crashed:
    0 libstdc++.6.dylib 0x90b4441a cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 54
    1 libstdc++.6.dylib 0x90b4442e cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void const*, _cxxabiv1::__class_type_info::__upcastresult&) const + 74
    2 libstdc++.6.dylib 0x90b43fb7 cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_typeinfo const*, void**) const + 69
    3 libstdc++.6.dylib 0x90b43c27 cxxabiv1::__class_type_info::__do_catch(std::typeinfo const*, void**, unsigned) const + 57
    4 libstdc++.6.dylib 0x90b42d45 _cxa_getglobals + 351
    5 libstdc++.6.dylib 0x90b4342a _gxx_personalityv0 + 658
    6 libgcc_s.1.dylib 0x90bd7acb UnwindRaiseException + 147
    7 libgcc_s.1.dylib 0x90bd7c12 Unwind_Resume_orRethrow + 123
    8 libstdc++.6.dylib 0x90b43797 _cxarethrow + 67
    9 com.apple.security 0x911a2adf Security::KeychainCore::ItemImpl::add(Security::KeychainCore::Keychain&) + 2803
    10 com.apple.security 0x911a51e8 Security::KeychainCore::KeychainImpl::add(Security::KeychainCore::Item&) + 68
    11 com.apple.security 0x911b9c70 SecKeychainItemCreateFromContent + 394
    12 com.apple.configd.Apple80211 0x000c2c63 addEntryToStack + 2544
    13 com.apple.configd.Apple80211 0x000c4dfe updateNetstackPersonality + 796
    14 com.apple.configd.Apple80211 0x000b5ce3 MorphicCFDataCreate + 1924
    15 com.apple.framework.IOKit 0x90be2984 IODispatchCalloutFromCFMessage + 334
    16 com.apple.CoreFoundation 0x9083e385 __CFMachPortPerform + 136
    17 com.apple.CoreFoundation 0x9082e62d CFRunLoopRunSpecific + 2904
    18 com.apple.CoreFoundation 0x9083f188 CFRunLoopRun + 60
    19 configd 0x00004dee plugin_exec + 1825
    20 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 1 crashed with X86 Thread State (32-bit):
    eax: 0xc310ece0 ebx: 0x911a1ffd ecx: 0xb007f940 edx: 0xa11a6680
    edi: 0x0033aaa0 esi: 0xa11a66c0 ebp: 0xb007f908 esp: 0xb007f8f0
    ss: 0x0000001f efl: 0x00010287 eip: 0x90b4441a cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x1cfff configd /usr/sbin/configd
    0x94000 - 0x95fff com.apple.print.notification 4.7 (161.10) /System/Library/SystemConfiguration/PrinterNotifications.bundle/Contents/MacOS/ PrinterNotifications
    0x99000 - 0xa0fff com.apple.SystemConfiguration.PowerManagement 111.7.0 /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/Power Management
    0xa6000 - 0xa6fff com.apple.SystemConfiguration.DynamicPowerStep 1.5.0 /System/Library/SystemConfiguration/DynamicPowerStep.bundle/Contents/MacOS/Dyna micPowerStep
    0xaa000 - 0xabfff com.apple.SystemConfiguration.Bluetooth 1.7.14 (1.7.14f14) /System/Library/SystemConfiguration/Bluetooth.bundle/Contents/MacOS/Bluetooth
    0xaf000 - 0xaffff com.apple.SystemConfiguration.BatteryUpdater 1.1.0 /System/Library/SystemConfiguration/BatteryUpdater.bundle/Contents/MacOS/Batter yUpdater
    0xb3000 - 0xc7fff com.apple.configd.Apple80211 4.5.3 (453.4) /System/Library/SystemConfiguration/Apple80211Monitor.bundle/Contents/MacOS/App le80211Monitor
    0xd0000 - 0xd3fff com.apple.SystemConfiguration.ATconfig 1.8.5 (0.0.1d1) /System/Library/SystemConfiguration/ATconfig.bundle/Contents/MacOS/ATconfig
    0xd8000 - 0xdafff com.apple.SystemConfiguration.EAPOLController 8.0.4 (???) /System/Library/SystemConfiguration/EAPOLController.bundle/EAPOLController
    0xdf000 - 0xeafff com.apple.SystemConfiguration.IP6Configuration 1.1.1 (0.0.1d1) /System/Library/SystemConfiguration/IP6Configuration.bundle/Contents/MacOS/IP6C onfiguration
    0x205000 - 0x220fff com.apple.SystemConfiguration.IPConfiguration 8.0.2 (???) /System/Library/SystemConfiguration/IPConfiguration.bundle/IPConfiguration
    0x22a000 - 0x237fff com.apple.SystemConfiguration.PPPController 1.4.2 /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90172fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c2000 - 0x901c4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90914000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x91150000 - 0x9115efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91161000 - 0x91300fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9140d000 - 0x91433fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92b06000 - 0x92b10fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    Finally. This is what happens when everything goes ok (after removing all networks after wakeup):
    Mar 30 10:32:07 macbook sudo: lindkvis : TTY=ttyp2 ; PWD=/Users/lindkvis/Projects/Bubbles/src ; USER=root ; COMMAND=/bin/cat /var/log/system.log
    Mar 30 10:32:07 macbook launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[4784]: exited abnormally: Hangup
    Mar 30 10:32:07 macbook configd[4783]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Mar 30 10:32:07 macbook configd[4783]: posting notification com.apple.system.config.network_change
    Mar 30 10:32:07 macbook lookupd[4795]: lookupd (version 369.6) starting - Fri Mar 30 10:32:07 2007
    Mar 30 10:32:07 macbook configd[4783]: target=enable-network: disabled
    Mar 30 10:32:12 macbook sudo: lindkvis : TTY=ttyp2 ; PWD=/Users/lindkvis/Projects/Bubbles/src ; USER=root ; COMMAND=/bin/cat /var/log/system.log
    Macbook White 13" 1.83GHz 1GB   Mac OS X (10.4.8)   RSS fixed under warranty, SMC 1.4f12

    So I get the same problems with a D-link DGL-4300,
    after every sleep I need to reset the router to get
    thw wireless working again. I really need a solution
    for this.
    For me, resetting the router does not work, only removing network from Airport preferences and re-adding it. Have you confirmed that this is indeed the same issue by looking what gets printed to /var/log/system.log?
    To show the output, do the following from the terminal
    sudo cat /var/log/system.log
    This prints the contents of the log-file to the terminal window.

  • Toshiba broadcom wireless problems

    Hi, some time ago, I tried to get wireless to work on my laptop, and I decided to continue my little project. I had to install archboot to get wired connection, but it didn't fix my wireless problem, so I found this article on wiki:
    https://wiki.archlinux.org/index.php/Broadcom_BCM43XX
    Aniway, I determined that my wireless is [14e4:4727]:
    $ lspci -nn | grep 14e4 :
    03:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:4727] (rev 01)
    whole lspci output:
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
    00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 05)
    00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
    01:00.0 VGA compatible controller: ATI Technologies Inc M92 [Mobility Radeon HD 4500 Series]
    01:00.1 Audio device: ATI Technologies Inc RV710/730
    02:00.0 Ethernet controller: Atheros Communications AR8152 v1.1 Fast Ethernet (rev c1)
    03:00.0 Network controller: Broadcom Corporation Device 4727 (rev 01)
    3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
    3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
    3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
    3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
    3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    problem is, I install the driver, and when I run this commands:
    $ modprobe lib80211_crypt_tkip
    $ modprobe wl
    I get:
    #FATAL: Module wl not found.
    so, does anyone have any idea, cos I'd really like to get that working after so much time.
    when I run iwconfig I just get this:
    lo no wireless extensions.
    eth0 no wireless extensions.
    I saw on kernel.org, that there's a higher version of kernel that I'm currently using, but I'm not expert for that, so is it possible to get that kernel and replace the old one with it, or I'm talking nonsense? I used archboot because he had newer version of kernel in which my network card was supported.
    Thanks in advance!

    I would find the wl.ko file where it has been compiled and copy it to the correct directory, something like:
    /lib/modules/2.6.37-ARCH/kernel/drivers/net/wireless/
    then run depmod -a and then modprobe wl.
    Alternatively you can find the compiled driver and do insmod wl.ko

  • VIsta Wireless Problems with New FIOS Install July 2009

    I recently had FIOS telephone, INternet andTV intstalled.  All was well except on my Vitsa laptop I cannot maintain a steady wireless conneciton with the Actiontec MI424WR router.  I hit the Web and found out that many have had this complaint and that there is an ongoing conversation about whose fault the problem is.  I had flawless service under TIme- Warner with my Vista Wireless so I did not intially assign blame to Vista or my laptop.  I do recall the Verizon installer mentinoed "problems with Vista" but he did not elaborate.  I spent all day yesterday researching and attempting every fix suggested on numerous web sites.  All failed except one.  
    Essentially, I now use my LinkSys Router in front of the Actiontec MI424WR router.  I found the instructions to do this on numerous web sites after researching FIOS Vista wireless problems.  The LinkSys router handles only wireless.  Now my Vista laptop never drops a connection.  I still have acess to FIOS TV guide and on demand so the fix did not interfere with FIOS router TV functions.
    THe bottom line is that it would appear that there is a problem with the Actiontec MI424WR router and Vista.  Fortunately for me I had the Linksys ROuter available.  Verizon - you need to look into this.  Based on what I have experienced I cannot recommend FIOS internet for those with VIsta computers until tjhis is addressed.
    From what I have researched, Verizon claims it is a Vista problem.  Beta testors of WIndows 7 have reported the same issues with FIOS and Actiontec MI424WR router.  My experience and that of others who have devised the fix I employed would clearly suggest that Verizon needs to look into this and get this problem solved.
    Steve B.

    My neighbor had a similar issue. When trying to figure it out we found out that there is a problem with some of the Intel drivers when connecting to some g class routers. We upgraded the wireless drivers on the computer and bingo the problem went away. This was on an Intel-R pro  wireless.  If you have Intel-R pro wireless on your computer, try upgrading to the current driver set and see if that helps you too. 
    http://downloadcenter.intel.com/Default.aspx?lang=eng    and then input the device number to search for a driver
    ====================================================================================
    Error exists between keyboard and chair.

  • Sleep function = wireless problem?

    I have an Intel iMac 2.4 GHz/OS 10.5.2 (the earlier version of Leopard came pre-installed) and a lynksis router.
    Like many others I experienced an unstable wireless connection from day 1 with this computer. The other two Macs in the house, both running Tiger had and have no such problem.
    Changing the router channel from 6 to 3 seemed to help somewhat, but the problem persisted.
    I noticed it was worse when the computer had just been wakened from sleep. That is, the wireless signal would start strong then quickly fade away. I found that putting the computer back to sleep, then immediately waking it up would restore the signal, but I often had to do this a dozen times during a session of an hour or so.
    Since there seemed to be some connection between the sleep function and the wireless connectivity I decided to experiment. I went to System Preferences/Energy Saver and set the sleep function to Never. The screen is still set to black out after fifteen minutes. So now the computer is awake all the time, only the screen darkens after some inactivity.
    For three days now the wireless signal has been extremely robust - no fading out whatsoever and the bars have remained at full strength. This certainly doesn't explain the cause of the problem, but it does seem to be an effective work-around, at least so far.
    Has anyone else had a similar experience? And can anyone explain why the sleep function would affect wireless connectivity?

    That a graphics update would fix the sleep function (not to mention the associated wireless issues) seemed odd to me too. I'm just reporting what the Apple tech said. I do have the impression that if they really can't solve your problem their next objective is to get the caller off the line as pleasantly as possible. That may possibly be the case here.
    I would certainly be interested to know if anyone else has a similar problem. The two necessary conditions seem to be:
    1. Sleep function (as set from System Preferences) unreliable, e.g. doesn't always put the computer to sleep, sometimes invokes such a deep sleep that the computer must be unplugged to restart, sometimes wakes up by itself;and
    2. Wireless signal slows to a crawl shortly after awakening from sleep (and in my case, remains unstable, requiring toggling sleep on/off or airport card on/off to resume strong signal.)
    As long as I have the sleep function set to Never the wireless problem disappears. It's been almost two weeks now, so I'm pretty sure there's some link between the two conditions. After the last software update from Apple a couple of days ago I reset the sleep function back to 15 minutes and the wireless fade immediately started up again. Reset it to Never, and, voila!, no problem since.
    I hope anyone else who has both sleep and wireless problems will try this. So far it's the first reliable clue I've found regarding the issue of unstable wireless.

  • U410 Wireless Problem

    Hi,
    Initially, I found that the batch of Lenovo U410 have problem with their Broadcom wireless card, ad therefore a change to the Aetheros wireless card is required to improve the connectivity.
    However, after changing it for like 2 weeks....... The wireless problem still persist, and when I asked the guy at service centre, he said that there is improvement, but I am still experiencing a very slow and crappy wireless internet connect, at home, at school and at work!
    So was wondering does changing the wireless card really solve the problem? Or is there a problem with the build structure of the U410 causing the problem? Anyone experiencing the same problem?

    This Notice pertains to a recent settlement agreement involving certain “U310” and “U410” notebook computers sold in the United States.  Please read full details here.
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • T40 2374-PU3 Wireless Problems

    T40 2374-PU3 Wireless Problems - I've tried every driver and followed instructions for install many times.  I was able to successfully install it in the past (about a year ago) but can't remember with driver/version I used.  Using WinXP SP2 - just installed.
    Please help!
    Thanks!
    Solved!
    Go to Solution.

    Welcome to the forum!
    Here's your wireless driver:
     http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-42683
    After downloading it, make sure to extract it as per instructions on the download page.
    Hope this helps.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • I just upgraded to ITunes version  10.6.0.40 and now I am having trouble connecting to my Airport Express.  I get error message 15000.  I am connecting with an ethernet cable so it is not a wireless problem.  Any ideas?

    I just upgraded to iTunes version 10.6.0.40 and now I am having problems connecting to my Airport Express and I get an error message 15000.  Does anyone know what that means?  I am using an ethernet cable so it is not a wireless problem.  Trying to find out if this is realated to the iTunes upgrade.  Any ideas out there?

    Sure...
    See this Apple article for a Hard reset of a Factory reset.
    http://support.apple.com/kb/HT3728

  • [solved] ThinkPad connect with extern Monitor Problem

    Hello community
    I have installed arch on my T420 integrated HD 3000 and i have the Problem that when i start arch and the boot messages comes i can see the deamon starts ok,ok,ok who should be on the right side but on the NEC they was displayed 5 cm inside. Also when iam on the console and i type dmesg all the output scroll down and broke 5 cm from the roof. And when iam on openbox and i will maximize one window it would be maximized on the size from the Laptop LCD.
    I have made an .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    #xrandr --output DP2 --auto --output LVDS --right-of LVDS
    #xrandr --output DP1 --auto --output LVDS --auto --same-as DP1
    xrandr -d DP2 -s 1900x1200
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    and here is my Xorg.0.log
    [ 81.298]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 81.298] X Protocol Version 11, Revision 0
    [ 81.298] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 81.298] Current Operating System: Linux bullitt 3.5.4-1-ARCH #1 SMP PREEMPT Sat Sep 15 08:12:04 CEST 2012 x86_64
    [ 81.298] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7b8780ba-278c-4d61-a1ec-ba2a6f96c6ba ro quiet
    [ 81.299] Build Date: 27 August 2012 08:04:39AM
    [ 81.299]
    [ 81.299] Current version of pixman: 0.26.2
    [ 81.299] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 81.299] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 81.306] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 7 16:33:34 2012
    [ 81.307] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 81.308] (==) No Layout section. Using the first Screen section.
    [ 81.308] (==) No screen section available. Using defaults.
    [ 81.308] (**) |-->Screen "Default Screen Section" (0)
    [ 81.308] (**) | |-->Monitor "<default monitor>"
    [ 81.308] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 81.308] (==) Automatically adding devices
    [ 81.308] (==) Automatically enabling devices
    [ 81.308] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 81.308] Entry deleted from font path.
    [ 81.308] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 81.308] Entry deleted from font path.
    [ 81.308] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 81.308] Entry deleted from font path.
    [ 81.308] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 81.308] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 81.308] Entry deleted from font path.
    [ 81.308] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 81.308] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 81.308] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 81.308] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 81.308] (II) Loader magic: 0x7c8b00
    [ 81.308] (II) Module ABI versions:
    [ 81.308] X.Org ANSI C Emulation: 0.4
    [ 81.308] X.Org Video Driver: 12.1
    [ 81.308] X.Org XInput driver : 16.0
    [ 81.308] X.Org Server Extension : 6.0
    [ 81.308] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21ce rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
    [ 81.308] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 81.308] (II) LoadModule: "extmod"
    [ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 81.309] (II) Module extmod: vendor="X.Org Foundation"
    [ 81.309] compiled for 1.12.4, module version = 1.0.0
    [ 81.309] Module class: X.Org Server Extension
    [ 81.309] ABI class: X.Org Server Extension, version 6.0
    [ 81.309] (II) Loading extension MIT-SCREEN-SAVER
    [ 81.309] (II) Loading extension XFree86-VidModeExtension
    [ 81.309] (II) Loading extension XFree86-DGA
    [ 81.309] (II) Loading extension DPMS
    [ 81.309] (II) Loading extension XVideo
    [ 81.309] (II) Loading extension XVideo-MotionCompensation
    [ 81.309] (II) Loading extension X-Resource
    [ 81.309] (II) LoadModule: "dbe"
    [ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 81.309] (II) Module dbe: vendor="X.Org Foundation"
    [ 81.309] compiled for 1.12.4, module version = 1.0.0
    [ 81.309] Module class: X.Org Server Extension
    [ 81.309] ABI class: X.Org Server Extension, version 6.0
    [ 81.309] (II) Loading extension DOUBLE-BUFFER
    [ 81.309] (II) LoadModule: "glx"
    [ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 81.309] (II) Module glx: vendor="X.Org Foundation"
    [ 81.309] compiled for 1.12.4, module version = 1.0.0
    [ 81.309] ABI class: X.Org Server Extension, version 6.0
    [ 81.309] (==) AIGLX enabled
    [ 81.309] (II) Loading extension GLX
    [ 81.309] (II) LoadModule: "record"
    [ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 81.309] (II) Module record: vendor="X.Org Foundation"
    [ 81.309] compiled for 1.12.4, module version = 1.13.0
    [ 81.309] Module class: X.Org Server Extension
    [ 81.309] ABI class: X.Org Server Extension, version 6.0
    [ 81.309] (II) Loading extension RECORD
    [ 81.309] (II) LoadModule: "dri"
    [ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 81.309] (II) Module dri: vendor="X.Org Foundation"
    [ 81.309] compiled for 1.12.4, module version = 1.0.0
    [ 81.309] ABI class: X.Org Server Extension, version 6.0
    [ 81.309] (II) Loading extension XFree86-DRI
    [ 81.309] (II) LoadModule: "dri2"
    [ 81.309] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 81.309] (II) Module dri2: vendor="X.Org Foundation"
    [ 81.309] compiled for 1.12.4, module version = 1.2.0
    [ 81.309] ABI class: X.Org Server Extension, version 6.0
    [ 81.309] (II) Loading extension DRI2
    [ 81.309] (==) Matched intel as autoconfigured driver 0
    [ 81.309] (==) Matched vesa as autoconfigured driver 1
    [ 81.309] (==) Matched fbdev as autoconfigured driver 2
    [ 81.309] (==) Assigned the driver to the xf86ConfigLayout
    [ 81.309] (II) LoadModule: "intel"
    [ 81.310] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 81.310] (II) Module intel: vendor="X.Org Foundation"
    [ 81.310] compiled for 1.12.4, module version = 2.20.9
    [ 81.310] Module class: X.Org Video Driver
    [ 81.310] ABI class: X.Org Video Driver, version 12.1
    [ 81.310] (II) LoadModule: "vesa"
    [ 81.310] (WW) Warning, couldn't open module vesa
    [ 81.310] (II) UnloadModule: "vesa"
    [ 81.310] (II) Unloading vesa
    [ 81.310] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 81.310] (II) LoadModule: "fbdev"
    [ 81.310] (WW) Warning, couldn't open module fbdev
    [ 81.310] (II) UnloadModule: "fbdev"
    [ 81.310] (II) Unloading fbdev
    [ 81.310] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 81.310] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 81.310] (--) using VT number 7
    [ 81.313] drmOpenDevice: node name is /dev/dri/card0
    [ 81.314] drmOpenDevice: open result is 8, (OK)
    [ 81.314] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 81.314] drmOpenDevice: node name is /dev/dri/card0
    [ 81.314] drmOpenDevice: open result is 8, (OK)
    [ 81.314] drmOpenByBusid: drmOpenMinor returns 8
    [ 81.314] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 81.314] drmOpenDevice: node name is /dev/dri/card0
    [ 81.314] drmOpenDevice: open result is 9, (OK)
    [ 81.314] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 81.314] drmOpenDevice: node name is /dev/dri/card0
    [ 81.314] drmOpenDevice: open result is 9, (OK)
    [ 81.314] drmOpenByBusid: drmOpenMinor returns 9
    [ 81.314] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 81.314] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 81.314] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 81.314] (==) intel(0): RGB weight 888
    [ 81.314] (==) intel(0): Default visual is TrueColor
    [ 81.314] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+)
    [ 81.314] (**) intel(0): Relaxed fencing enabled
    [ 81.314] (**) intel(0): Wait on SwapBuffers? enabled
    [ 81.314] (**) intel(0): Triple buffering? enabled
    [ 81.314] (**) intel(0): Framebuffer tiled
    [ 81.315] (**) intel(0): Pixmaps tiled
    [ 81.315] (**) intel(0): 3D buffers tiled
    [ 81.315] (**) intel(0): SwapBuffers wait enabled
    [ 81.315] (==) intel(0): video overlay key set to 0x101fe
    [ 81.315] (II) intel(0): Output LVDS1 has no monitor section
    [ 81.315] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 81.315] (II) intel(0): Output VGA1 has no monitor section
    [ 81.340] (II) intel(0): Output HDMI1 has no monitor section
    [ 81.380] (II) intel(0): Output DP1 has no monitor section
    [ 81.393] (II) intel(0): Output HDMI2 has no monitor section
    [ 81.406] (II) intel(0): Output HDMI3 has no monitor section
    [ 81.464] (II) intel(0): Output DP2 has no monitor section
    [ 81.506] (II) intel(0): Output DP3 has no monitor section
    [ 81.507] (II) intel(0): EDID for output LVDS1
    [ 81.507] (II) intel(0): Manufacturer: AUO Model: 213e Serial#: 0
    [ 81.507] (II) intel(0): Year: 2010 Week: 33
    [ 81.507] (II) intel(0): EDID Version: 1.4
    [ 81.507] (II) intel(0): Digital Display Input
    [ 81.507] (II) intel(0): 6 bits per channel
    [ 81.507] (II) intel(0): Digital interface is undefined
    [ 81.507] (II) intel(0): Max Image Size [cm]: horiz.: 31 vert.: 17
    [ 81.507] (II) intel(0): Gamma: 2.20
    [ 81.507] (II) intel(0): No DPMS capabilities specified
    [ 81.507] (II) intel(0): Supported color encodings: RGB 4:4:4
    [ 81.507] (II) intel(0): First detailed timing is preferred mode
    [ 81.507] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 81.507] (II) intel(0): redX: 0.610 redY: 0.350 greenX: 0.320 greenY: 0.560
    [ 81.507] (II) intel(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329
    [ 81.507] (II) intel(0): Manufacturer's mask: 0
    [ 81.507] (II) intel(0): Supported detailed timing:
    [ 81.507] (II) intel(0): clock: 110.0 MHz Image Size: 309 x 174 mm
    [ 81.507] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0
    [ 81.507] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
    [ 81.507] (II) intel(0): Supported detailed timing:
    [ 81.507] (II) intel(0): clock: 73.3 MHz Image Size: 309 x 174 mm
    [ 81.507] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0
    [ 81.507] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
    [ 81.507] (II) intel(0): AUO
    [ 81.507] (II) intel(0): B140RW02 V1
    [ 81.507] (II) intel(0): EDID (in hex):
    [ 81.507] (II) intel(0): 00ffffffffffff0006af3e2100000000
    [ 81.507] (II) intel(0): 21140104901f11780261959c59528f26
    [ 81.507] (II) intel(0): 21505400000001010101010101010101
    [ 81.507] (II) intel(0): 010101010101f82a409a61840c30402a
    [ 81.507] (II) intel(0): 330035ae10000018a51c409a61840c30
    [ 81.507] (II) intel(0): 402a330035ae10000018000000fe0041
    [ 81.507] (II) intel(0): 554f0a202020202020202020000000fe
    [ 81.507] (II) intel(0): 004231343052573032205631200a00d0
    [ 81.507] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 81.507] (II) intel(0): Printing DDC gathered Modelines:
    [ 81.508] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 81.508] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 81.508] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 81.508] (II) intel(0): Printing probed modes for output LVDS1
    [ 81.508] (II) intel(0): Modeline "1600x900"x60.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 81.508] (II) intel(0): Modeline "1600x900"x40.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 81.508] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 81.508] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 81.508] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 81.508] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 81.508] (II) intel(0): EDID for output VGA1
    [ 81.533] (II) intel(0): EDID for output HDMI1
    [ 81.573] (II) intel(0): EDID for output DP1
    [ 81.586] (II) intel(0): EDID for output HDMI2
    [ 81.600] (II) intel(0): EDID for output HDMI3
    [ 81.657] (II) intel(0): EDID for output DP2
    [ 81.657] (II) intel(0): Manufacturer: NEC Model: 67d1 Serial#: 0
    [ 81.657] (II) intel(0): Year: 2011 Week: 33
    [ 81.657] (II) intel(0): EDID Version: 1.4
    [ 81.657] (II) intel(0): Digital Display Input
    [ 81.657] (II) intel(0): 10 bits per channel
    [ 81.657] (II) intel(0): Digital interface is DisplayPort
    [ 81.657] (II) intel(0): Max Image Size [cm]: horiz.: 52 vert.: 32
    [ 81.657] (II) intel(0): Gamma: 2.20
    [ 81.657] (II) intel(0): DPMS capabilities: StandBy Suspend Off
    [ 81.657] (II) intel(0): Supported color encodings: RGB 4:4:4
    [ 81.657] (II) intel(0): First detailed timing is preferred mode
    [ 81.657] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 81.657] (II) intel(0): redX: 0.679 redY: 0.310 greenX: 0.210 greenY: 0.686
    [ 81.657] (II) intel(0): blueX: 0.149 blueY: 0.047 whiteX: 0.313 whiteY: 0.329
    [ 81.657] (II) intel(0): Supported established timings:
    [ 81.657] (II) intel(0): 720x400@70Hz
    [ 81.657] (II) intel(0): 640x480@60Hz
    [ 81.657] (II) intel(0): 640x480@67Hz
    [ 81.657] (II) intel(0): 640x480@72Hz
    [ 81.657] (II) intel(0): 640x480@75Hz
    [ 81.657] (II) intel(0): 800x600@56Hz
    [ 81.657] (II) intel(0): 800x600@60Hz
    [ 81.657] (II) intel(0): 800x600@72Hz
    [ 81.657] (II) intel(0): 800x600@75Hz
    [ 81.657] (II) intel(0): 832x624@75Hz
    [ 81.657] (II) intel(0): 1024x768@60Hz
    [ 81.657] (II) intel(0): 1024x768@70Hz
    [ 81.657] (II) intel(0): 1024x768@75Hz
    [ 81.657] (II) intel(0): 1280x1024@75Hz
    [ 81.657] (II) intel(0): 1152x864@75Hz
    [ 81.657] (II) intel(0): Manufacturer's mask: 0
    [ 81.657] (II) intel(0): Supported standard timings:
    [ 81.657] (II) intel(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 81.657] (II) intel(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 81.657] (II) intel(0): #2: hsize: 1400 vsize 1050 refresh: 60 vid: 16528
    [ 81.657] (II) intel(0): #3: hsize: 1360 vsize 765 refresh: 60 vid: 49291
    [ 81.657] (II) intel(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 81.657] (II) intel(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 81.657] (II) intel(0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 81.657] (II) intel(0): #7: hsize: 1920 vsize 1200 refresh: 60 vid: 209
    [ 81.657] (II) intel(0): Supported detailed timing:
    [ 81.657] (II) intel(0): clock: 154.0 MHz Image Size: 518 x 324 mm
    [ 81.657] (II) intel(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
    [ 81.657] (II) intel(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
    [ 81.657] (II) intel(0): Ranges: V min: 50 V max: 85 Hz, H min: 31 H max: 92 kHz, PixClock max 165 MHz
    [ 81.657] (II) intel(0): Monitor name: PA241W
    [ 81.657] (II) intel(0): Serial No: 18107120UB
    [ 81.657] (II) intel(0): EDID (in hex):
    [ 81.657] (II) intel(0): 00ffffffffffff0038a3d16700000000
    [ 81.657] (II) intel(0): 21150104b5342078e2de45ad4f35af26
    [ 81.657] (II) intel(0): 0c5054bfef8081c0818090408bc09500
    [ 81.657] (II) intel(0): a940b300d100283c80a070b023403020
    [ 81.657] (II) intel(0): 360006442100001a000000fd0032551f
    [ 81.657] (II) intel(0): 5c10000a202020202020000000fc0050
    [ 81.657] (II) intel(0): 41323431570a202020202020000000ff
    [ 81.657] (II) intel(0): 00313831303731323055420a2020004b
    [ 81.657] (II) intel(0): Printing probed modes for output DP2
    [ 81.657] (II) intel(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
    [ 81.657] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 81.657] (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 81.657] (II) intel(0): Modeline "1680x945"x60.0 131.48 1680 1784 1960 2240 945 946 949 978 -hsync +vsync (58.7 kHz)
    [ 81.657] (II) intel(0): Modeline "1400x1050"x74.9 156.00 1400 1504 1648 1896 1050 1053 1057 1099 -hsync +vsync (82.3 kHz e)
    [ 81.657] (II) intel(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 81.657] (II) intel(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 81.657] (II) intel(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz e)
    [ 81.657] (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 81.657] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 81.657] (II) intel(0): Modeline "1440x900"x84.8 157.00 1440 1544 1696 1952 900 903 909 948 -hsync +vsync (80.4 kHz e)
    [ 81.657] (II) intel(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 81.657] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 81.657] (II) intel(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz e)
    [ 81.657] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 81.657] (II) intel(0): Modeline "1360x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 81.657] (II) intel(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 81.657] (II) intel(0): Modeline "1280x800"x84.9 122.50 1280 1360 1496 1712 800 803 809 843 -hsync +vsync (71.6 kHz e)
    [ 81.657] (II) intel(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
    [ 81.657] (II) intel(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
    [ 81.657] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 81.657] (II) intel(0): Modeline "1280x768"x84.8 117.50 1280 1360 1496 1712 768 771 778 809 -hsync +vsync (68.6 kHz e)
    [ 81.657] (II) intel(0): Modeline "1280x768"x74.9 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz e)
    [ 81.657] (II) intel(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
    [ 81.657] (II) intel(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 81.658] (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz e)
    [ 81.658] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 81.658] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 81.658] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 81.658] (II) intel(0): Modeline "1024x576"x60.0 46.97 1024 1064 1168 1312 576 577 580 597 -hsync +vsync (35.8 kHz)
    [ 81.658] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 81.658] (II) intel(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 81.658] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 81.658] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 81.658] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 81.658] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 81.658] (II) intel(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
    [ 81.658] (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 81.658] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 81.658] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 81.658] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 81.658] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 81.658] (II) intel(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz e)
    [ 81.658] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 81.658] (II) intel(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz e)
    [ 81.658] (II) intel(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz e)
    [ 81.700] (II) intel(0): EDID for output DP3
    [ 81.700] (II) intel(0): Output LVDS1 connected
    [ 81.700] (II) intel(0): Output VGA1 disconnected
    [ 81.700] (II) intel(0): Output HDMI1 disconnected
    [ 81.700] (II) intel(0): Output DP1 disconnected
    [ 81.700] (II) intel(0): Output HDMI2 disconnected
    [ 81.700] (II) intel(0): Output HDMI3 disconnected
    [ 81.700] (II) intel(0): Output DP2 connected
    [ 81.700] (II) intel(0): Output DP3 disconnected
    [ 81.700] (II) intel(0): Using exact sizes for initial modes
    [ 81.700] (II) intel(0): Output LVDS1 using initial mode 1600x900
    [ 81.700] (II) intel(0): Output DP2 using initial mode 1600x900
    [ 81.700] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 81.700] (II) intel(0): Kernel page flipping support detected, enabling
    [ 81.700] (**) intel(0): Display dimensions: (310, 170) mm
    [ 81.700] (**) intel(0): DPI set to (131, 134)
    [ 81.700] (II) Loading sub module "fb"
    [ 81.700] (II) LoadModule: "fb"
    [ 81.701] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 81.701] (II) Module fb: vendor="X.Org Foundation"
    [ 81.701] compiled for 1.12.4, module version = 1.0.0
    [ 81.701] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 81.701] (II) Loading sub module "dri2"
    [ 81.701] (II) LoadModule: "dri2"
    [ 81.701] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 81.701] (II) Module dri2: vendor="X.Org Foundation"
    [ 81.701] compiled for 1.12.4, module version = 1.2.0
    [ 81.701] ABI class: X.Org Server Extension, version 6.0
    [ 81.701] (==) Depth 24 pixmap format is 32 bpp
    [ 81.702] (II) intel(0): [DRI2] Setup complete
    [ 81.702] (II) intel(0): [DRI2] DRI driver: i965
    [ 81.702] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
    [ 81.704] (II) UXA(0): Driver registered support for the following operations:
    [ 81.704] (II) solid
    [ 81.704] (II) copy
    [ 81.704] (II) composite (RENDER acceleration)
    [ 81.704] (II) put_image
    [ 81.704] (II) get_image
    [ 81.704] (==) intel(0): Backing store disabled
    [ 81.704] (==) intel(0): Silken mouse enabled
    [ 81.704] (II) intel(0): Initializing HW Cursor
    [ 81.704] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 81.707] (==) intel(0): DPMS enabled
    [ 81.707] (==) intel(0): Intel XvMC decoder enabled
    [ 81.707] (II) intel(0): Set up textured video
    [ 81.707] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 81.707] (II) intel(0): direct rendering: DRI2 Enabled
    [ 81.707] (==) intel(0): hotplug detection: "enabled"
    [ 82.106] (--) RandR disabled
    [ 82.107] (II) Initializing built-in extension Generic Event Extension
    [ 82.107] (II) Initializing built-in extension SHAPE
    [ 82.107] (II) Initializing built-in extension MIT-SHM
    [ 82.107] (II) Initializing built-in extension XInputExtension
    [ 82.107] (II) Initializing built-in extension XTEST
    [ 82.107] (II) Initializing built-in extension BIG-REQUESTS
    [ 82.107] (II) Initializing built-in extension SYNC
    [ 82.107] (II) Initializing built-in extension XKEYBOARD
    [ 82.107] (II) Initializing built-in extension XC-MISC
    [ 82.107] (II) Initializing built-in extension SECURITY
    [ 82.107] (II) Initializing built-in extension XINERAMA
    [ 82.107] (II) Initializing built-in extension XFIXES
    [ 82.107] (II) Initializing built-in extension RENDER
    [ 82.107] (II) Initializing built-in extension RANDR
    [ 82.107] (II) Initializing built-in extension COMPOSITE
    [ 82.107] (II) Initializing built-in extension DAMAGE
    [ 82.119] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 82.119] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 82.119] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 82.119] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 82.119] (II) AIGLX: Loaded and initialized i965
    [ 82.119] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 82.119] (II) intel(0): Setting screen physical size to 423 x 238
    [ 82.158] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 82.158] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 82.158] (II) LoadModule: "evdev"
    [ 82.159] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 82.159] (II) Module evdev: vendor="X.Org Foundation"
    [ 82.159] compiled for 1.12.3.901, module version = 2.7.3
    [ 82.159] Module class: X.Org XInput Driver
    [ 82.159] ABI class: X.Org XInput driver, version 16.0
    [ 82.159] (II) Using input driver 'evdev' for 'Power Button'
    [ 82.159] (**) Power Button: always reports core events
    [ 82.159] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 82.159] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 82.159] (--) evdev: Power Button: Found keys
    [ 82.159] (II) evdev: Power Button: Configuring as keyboard
    [ 82.159] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 82.160] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 82.160] (**) Option "xkb_rules" "evdev"
    [ 82.160] (**) Option "xkb_model" "evdev"
    [ 82.160] (**) Option "xkb_layout" "de"
    [ 82.160] (**) Option "xkb_variant" "nodeadkeys"
    [ 82.193] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
    [ 82.193] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 82.193] (II) Using input driver 'evdev' for 'Video Bus'
    [ 82.193] (**) Video Bus: always reports core events
    [ 82.193] (**) evdev: Video Bus: Device: "/dev/input/event12"
    [ 82.193] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 82.193] (--) evdev: Video Bus: Found keys
    [ 82.193] (II) evdev: Video Bus: Configuring as keyboard
    [ 82.193] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input12/event12"
    [ 82.193] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 82.193] (**) Option "xkb_rules" "evdev"
    [ 82.193] (**) Option "xkb_model" "evdev"
    [ 82.193] (**) Option "xkb_layout" "de"
    [ 82.193] (**) Option "xkb_variant" "nodeadkeys"
    [ 82.195] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 82.195] (II) No input driver specified, ignoring this device.
    [ 82.195] (II) This device may have been added with another device file.
    [ 82.195] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 82.195] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 82.195] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 82.195] (**) Sleep Button: always reports core events
    [ 82.195] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 82.195] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 82.195] (--) evdev: Sleep Button: Found keys
    [ 82.195] (II) evdev: Sleep Button: Configuring as keyboard
    [ 82.195] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 82.195] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 82.195] (**) Option "xkb_rules" "evdev"
    [ 82.196] (**) Option "xkb_model" "evdev"
    [ 82.196] (**) Option "xkb_layout" "de"
    [ 82.196] (**) Option "xkb_variant" "nodeadkeys"
    [ 82.197] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
    [ 82.197] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 82.197] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    [ 82.197] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 82.197] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
    [ 82.197] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc01e
    [ 82.197] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 82.197] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 82.197] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 82.197] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 82.197] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 82.197] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 82.197] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 82.197] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 82.197] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1/event1"
    [ 82.197] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
    [ 82.197] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 82.197] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 82.197] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 82.197] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 82.197] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 82.197] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 82.197] (II) No input driver specified, ignoring this device.
    [ 82.197] (II) This device may have been added with another device file.
    [ 82.197] (II) config/udev: Adding input device Integrated Camera (/dev/input/event10)
    [ 82.197] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 82.197] (II) Using input driver 'evdev' for 'Integrated Camera'
    [ 82.197] (**) Integrated Camera: always reports core events
    [ 82.197] (**) evdev: Integrated Camera: Device: "/dev/input/event10"
    [ 82.197] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb221
    [ 82.197] (--) evdev: Integrated Camera: Found keys
    [ 82.197] (II) evdev: Integrated Camera: Configuring as keyboard
    [ 82.197] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input10/event10"
    [ 82.197] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
    [ 82.197] (**) Option "xkb_rules" "evdev"
    [ 82.197] (**) Option "xkb_model" "evdev"
    [ 82.197] (**) Option "xkb_layout" "de"
    [ 82.197] (**) Option "xkb_variant" "nodeadkeys"
    [ 82.198] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
    [ 82.198] (II) No input driver specified, ignoring this device.
    [ 82.198] (II) This device may have been added with another device file.
    [ 82.198] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
    [ 82.198] (II) No input driver specified, ignoring this device.
    [ 82.198] (II) This device may have been added with another device file.
    [ 82.198] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
    [ 82.198] (II) No input driver specified, ignoring this device.
    [ 82.198] (II) This device may have been added with another device file.
    [ 82.198] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event16)
    [ 82.198] (II) No input driver specified, ignoring this device.
    [ 82.198] (II) This device may have been added with another device file.
    [ 82.198] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event17)
    [ 82.198] (II) No input driver specified, ignoring this device.
    [ 82.198] (II) This device may have been added with another device file.
    [ 82.198] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event18)
    [ 82.198] (II) No input driver specified, ignoring this device.
    [ 82.198] (II) This device may have been added with another device file.
    [ 82.198] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event19)
    [ 82.198] (II) No input driver specified, ignoring this device.
    [ 82.198] (II) This device may have been added with another device file.
    [ 82.198] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event20)
    [ 82.198] (II) No input driver specified, ignoring this device.
    [ 82.198] (II) This device may have been added with another device file.
    [ 82.199] (II) config/udev: Adding input device HID 046a:0101 (/dev/input/event5)
    [ 82.199] (**) HID 046a:0101: Applying InputClass "evdev keyboard catchall"
    [ 82.199] (II) Using input driver 'evdev' for 'HID 046a:0101'
    [ 82.199] (**) HID 046a:0101: always reports core events
    [ 82.199] (**) evdev: HID 046a:0101: Device: "/dev/input/event5"
    [ 82.199] (--) evdev: HID 046a:0101: Vendor 0x46a Product 0x101
    [ 82.199] (--) evdev: HID 046a:0101: Found keys
    [ 82.199] (II) evdev: HID 046a:0101: Configuring as keyboard
    [ 82.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input5/event5"
    [ 82.199] (II) XINPUT: Adding extended input device "HID 046a:0101" (type: KEYBOARD, id 11)
    [ 82.199] (**) Option "xkb_rules" "evdev"
    [ 82.199] (**) Option "xkb_model" "evdev"
    [ 82.199] (**) Option "xkb_layout" "de"
    [ 82.199] (**) Option "xkb_variant" "nodeadkeys"
    [ 82.199] (II) config/udev: Adding input device HID 046a:0101 (/dev/input/event7)
    [ 82.199] (**) HID 046a:0101: Applying InputClass "evdev keyboard catchall"
    [ 82.199] (II) Using input driver 'evdev' for 'HID 046a:0101'
    [ 82.199] (**) HID 046a:0101: always reports core events
    [ 82.199] (**) evdev: HID 046a:0101: Device: "/dev/input/event7"
    [ 82.199] (--) evdev: HID 046a:0101: Vendor 0x46a Product 0x101
    [ 82.199] (--) evdev: HID 046a:0101: Found 1 mouse buttons
    [ 82.199] (--) evdev: HID 046a:0101: Found scroll wheel(s)
    [ 82.199] (--) evdev: HID 046a:0101: Found relative axes
    [ 82.199] (II) evdev: HID 046a:0101: Forcing relative x/y axes to exist.
    [ 82.199] (--) evdev: HID 046a:0101: Found absolute axes
    [ 82.199] (II) evdev: HID 046a:0101: Forcing absolute x/y axes to exist.
    [ 82.199] (--) evdev: HID 046a:0101: Found keys
    [ 82.199] (II) evdev: HID 046a:0101: Configuring as mouse
    [ 82.199] (II) evdev: HID 046a:0101: Configuring as keyboard
    [ 82.199] (II) evdev: HID 046a:0101: Adding scrollwheel support
    [ 82.199] (**) evdev: HID 046a:0101: YAxisMapping: buttons 4 and 5
    [ 82.199] (**) evdev: HID 046a:0101: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 82.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/input/input7/event7"
    [ 82.199] (II) XINPUT: Adding extended input device "HID 046a:0101" (type: KEYBOARD, id 12)
    [ 82.199] (**) Option "xkb_rules" "evdev"
    [ 82.199] (**) Option "xkb_model" "evdev"
    [ 82.199] (**) Option "xkb_layout" "de"
    [ 82.199] (**) Option "xkb_variant" "nodeadkeys"
    [ 82.199] (II) evdev: HID 046a:0101: initialized for relative axes.
    [ 82.199] (WW) evdev: HID 046a:0101: ignoring absolute axes.
    [ 82.199] (**) HID 046a:0101: (accel) keeping acceleration scheme 1
    [ 82.199] (**) HID 046a:0101: (accel) acceleration profile 0
    [ 82.199] (**) HID 046a:0101: (accel) acceleration factor: 2.000
    [ 82.199] (**) HID 046a:0101: (accel) acceleration threshold: 4
    [ 82.200] (II) config/udev: Adding input device HID 046a:0101 (/dev/input/event8)
    [ 82.200] (**) HID 046a:0101: Applying InputClass "evdev pointer catchall"
    [ 82.200] (II) Using input driver 'evdev' for 'HID 046a:0101'
    [ 82.200] (**) HID 046a:0101: always reports core events
    [ 82.200] (**) evdev: HID 046a:0101: Device: "/dev/input/event8"
    [ 82.200] (--) evdev: HID 046a:0101: Vendor 0x46a Product 0x101
    [ 82.200] (--) evdev: HID 046a:0101: Found 9 mouse buttons
    [ 82.200] (--) evdev: HID 046a:0101: Found scroll wheel(s)
    [ 82.200] (--) evdev: HID 046a:0101: Found relative axes
    [ 82.200] (--) evdev: HID 046a:0101: Found x and y relative axes
    [ 82.200] (II) evdev: HID 046a:0101: Configuring as mouse
    [ 82.200] (II) evdev: HID 046a:0101: Adding scrollwheel support
    [ 82.200] (**) evdev: HID 046a:0101: YAxisMapping: buttons 4 and 5
    [ 82.200] (**) evdev: HID 046a:0101: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 82.200] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.2/input/input8/event8"
    [ 82.200] (II) XINPUT: Adding extended input device "HID 046a:0101" (type: MOUSE, id 13)
    [ 82.200] (II) evdev: HID 046a:0101: initialized for relative axes.
    [ 82.200] (**) HID 046a:0101: (accel) keeping acceleration scheme 1
    [ 82.200] (**) HID 046a:0101: (accel) acceleration profile 0
    [ 82.200] (**) HID 046a:0101: (accel) acceleration factor: 2.000
    [ 82.200] (**) HID 046a:0101: (accel) acceleration threshold: 4
    [ 82.200] (II) config/udev: Adding input device HID 046a:0101 (/dev/input/mouse1)
    [ 82.200] (II) No input driver specified, ignoring this device.
    [ 82.200] (II) This device may have been added with another device file.
    [ 82.200] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 82.200] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 82.200] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 82.200] (**) AT Translated Set 2 keyboard: always reports core events
    [ 82.200] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 82.200] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 82.200] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 82.200] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 82.200] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 82.200] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
    [ 82.200] (**) Option "xkb_rules" "evdev"
    [ 82.200] (**) Option "xkb_model" "evdev"
    [ 82.200] (**) Option "xkb_layout" "de"
    [ 82.200] (**) Option "xkb_variant" "nodeadkeys"
    [ 82.201] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
    [ 82.201] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 82.201] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 82.201] (II) LoadModule: "synaptics"
    [ 82.201] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 82.201] (II) Module synaptics: vendor="X.Org Foundation"
    [ 82.201] compiled for 1.12.2, module version = 1.6.2
    [ 82.201] Module class: X.Org XInput Driver
    [ 82.201] ABI class: X.Org XInput driver, version 16.0
    [ 82.201] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 82.201] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 82.201] (**) Option "Device" "/dev/input/event11"
    [ 82.203] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
    [ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820
    [ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 82.203] (**) Option "TapButton1" "1"
    [ 82.203] (**) Option "TapButton2" "2"
    [ 82.203] (**) Option "TapButton3" "3"
    [ 82.203] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 82.203] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 82.204] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
    [ 82.204] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
    [ 82.204] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 82.204] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 82.204] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
    [ 82.204] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 82.204] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 82.204] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 82.204] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 82.204] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 82.204] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
    [ 82.204] (II) No input driver specified, ignoring this device.
    [ 82.204] (II) This device may have been added with another device file.
    [ 82.204] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event21)
    [ 82.204] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 82.204] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 82.204] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 82.204] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event21"
    [ 82.204] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 82.204] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 82.204] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 82.204] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 82.204] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 82.204] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 82.204] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 82.204] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input21/event21"
    [ 82.204] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 16)
    [ 82.205] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 82.205] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 82.205] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 82.205] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 82.205] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 82.205] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse3)
    [ 82.205] (II) No input driver specified, ignoring this device.
    [ 82.205] (II) This device may have been added with another device file.
    [ 82.205] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 82.205] (II) No input driver specified, ignoring this device.
    [ 82.205] (II) This device may have been added with another device file.
    [ 82.205] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event9)
    [ 82.205] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 82.205] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 82.205] (**) ThinkPad Extra Buttons: always reports core events
    [ 82.205] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event9"
    [ 82.205] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 82.205] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 82.205] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 82.205] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event9"
    [ 82.205] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 17)
    [ 82.205] (**) Option "xkb_rules" "evdev"
    [ 82.205] (**) Option "xkb_model" "evdev"
    [ 82.205] (**) Option "xkb_layout" "de"
    [ 82.205] (**) Option "xkb_variant" "nodeadkeys"
    [ 82.222] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 82.222] (II) intel(0): Printing DDC gathered Modelines:
    [ 82.222] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 82.222] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 82.415] (II) intel(0): Allocated new frame buffer 1920x1200 stride 7680, tiled
    [ 106.807] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 117.740] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 117.740] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 117.767] (II) intel(0): EDID vendor "AUO", prod id 8510
    [ 117.767] (II) intel(0): Printing DDC gathered Modelines:
    [ 117.767] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP)
    [ 117.767] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e)
    [ 117.959] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    I have connect my ThinkPad per Dockingstation Displayport (I try also DVI) with an NEC PA241W. It seems arch takes the 1600x900 resolution from the Laptop :-(
    I dont know what to do makes the Kernel the Problem?
    On my second PC i have there an Nvidia when i start arch for install all are perfect on my NEC i connected it with DVI
    here is my xrandr
    [frank@bullitt ~]$ xrandr
    Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 8192 x 8192
    LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
    1600x900 60.0*+ 40.0
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    VGA1 disconnected (normal left inverted right x axis y axis)
    HDMI1 disconnected (normal left inverted right x axis y axis)
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI2 disconnected (normal left inverted right x axis y axis)
    HDMI3 disconnected (normal left inverted right x axis y axis)
    DP2 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
    1920x1200 60.0*+
    1600x1200 60.0
    1680x1050 60.0
    1680x945 60.0
    1400x1050 74.9 60.0
    1600x900 60.0
    1280x1024 85.0 75.0 60.0
    1440x900 84.8 75.0 59.9
    1280x960 85.0 60.0
    1360x768 59.8 60.0
    1280x800 84.9 74.9 59.8
    1152x864 75.0
    1280x768 84.8 74.9 59.9
    1280x720 60.0
    1024x768 85.0 75.1 70.1 60.0
    1024x576 60.0
    832x624 74.6
    800x600 85.1 72.2 75.0 60.3 56.2
    848x480 60.0
    640x480 85.0 72.8 75.0 66.7 60.0
    720x400 85.0 70.1
    640x400 85.1
    640x350 85.1
    DP3 disconnected (normal left inverted right x axis y axis)
    Does anybody have the same kind of connected an Laptop with an external Monitor and knows what was the Problem?
    I like arch very much but so it doesnt make fun :-(
    I hope someone can help me
    the picture shows openbox with the Thunar maximized
    Last edited by kerasi (2012-10-12 23:12:12)

    @trilby
    i use my Laptop at home 95% and at work 5%
    so my first choice would be to have the perfect resolution on my NEC external and when i opened a window it would display there and i dont have to open my Laptop to move the screen to see it on my external or is it so that you must have opened the laptop display to move the windows?
    And when i would take it at work it would be perfect if i see it on the laptop with his resolution 1600x900
    i hope i explained it well.
    @anoknusa
    i change your config to this
    xrandr --output LVDS1 --mode 1600x900 --pos 0x900 --rotate normal --output DP2 --mode 1920x1200 --pos 0x0 --rotate normal
    when i start firefox it was displayes well on my external but when i opened xterm or thunar pcman i have to open my laptop and move from it up to the external do i make a mistake?
    anoknusa wrote:I stuck that in a script to run when I start X; if the external monitor isn't plugged in, only the laptop display is used.  This sets each screen to act as a seperate display; I can still drag windows between them if I wish, as well as assign windows to open on one screen or the other through DWM's configuration file.  As mentioned earlier, this is also the only way (I think) to get each screen to display at its native resolution.  Note that I specify the resolution for both my T520 LCD and my external monitor, and specify their positions (my external is mounted to the wall above my desk, directly above my laptop); change those as necessary.
    what has xrandr to look like for my external monitor and laptop?
    and what would the script look like for me?
    external 1920x1200
    T420 1600x900
    and thank you for your patience and have a nice day
    ps: i know iam very close to find a solution for my problem
    Last edited by kerasi (2012-10-11 00:05:55)

  • Kernel Label problem for SOL MAN 4.0

    Hi
    When was installing a Unicode SolMan 4.0 on Win 2003 SQL server 2005.
    I have downloaded a following CD for Kernel -
    51031778_11 NW 2004s SR1 UC-Kernel 7.00 Windows Server on IA32 32bit
    When I give the LABEL.ASC for kernel, it does not accept it and give me following error -
    You entered: E:/nw04s/kernel/DVD_NW_2004s_SR1_Kernel_Windows__LNX_X86/LABEL.ASC
    Found the label SAP:AKK:700:DVD_KERNEL:SAP Kernel 700:D51031778 but need label
    SAP:AKK:700:KERNEL:.WINDOWS_I386:
    I tried all these option from the below link, but it did not work
    Kernel Label problem...
    Does any one have solution for that?
    I appreciate your help
    regards
    kamal

    Hi udo lang,
    I have downloaded the Kernel file 51031778_3 NW 2004s SR1 Kernel 7.00 Windows Server on IA32 32bit today. I will try to fix the problem by using this kernel.
    I also got reply from Sap that solution for this issue is:
    This is most unusual. Due to the currently running RampUp the
    DVD's could have been updated.
    I suggest that you try the following,
    Download both the Unicode and NonUnicode Kernel files from the
    SAP Service Market Place.
    The Kernel DVD 51031778 contains the Kernel for Unicode and for Non-
    Unicode, as you wrote, in directory "", label:
    "SAP:AKK:700:KERNEL::WINDOWS_X86_64:"
    Please check if you start Unicode Installation. Due to an incorrect
    procedure sapinst requireds both Kernel-CD.
    With the next release will be it correct. If you start a Unicode
    installation it will be a unicode.
    51031792_5 NW 2004s SR1 UC-Kernel 7.00 AIX 64bit
    51031792_1 NW 2004s SR1 Kernel 7.00 AIX 64bit
    Etract them to one directory, like:
    <downloadDIR>/
    kernel/
    KN_WINDOWS_I386/
    KU_WINDOWS_I386/
    CDLABEL.ASC
    LABEL.ASC
    LABELIDX.ASC
    When you ware asked for the kernel DVD, please enter
    <downloadDIR>/kernel
    SAPinst should take the right kernel version for the installation
    automatically.
    You may additionally refer to the below note for reference.
    921593 Inst. SAP NetWeaver 2004s SR1 on UNIX
    If the problem is resolved i will let you know. Thanks for your assistance
    regards
    Kamal

  • U300s wireless problems (multiple)

    I have had my U300s just over a year now and am suddenly encountering wireless problems.  Like others on this board with different IdeaPads (esp. U310), I experience a dramatic drop in speed when I move from the first floor (where the router is) to the second.  It sometimes disconnects, says I have no internet access, etc.  The second, and more mysterious problem is very, very recent: I have decent internet access -- even when upstairs on the second floor -- until the moment I switch over to an external monitor and close the laptop lid.  Then: nothing.  All other functions work fine, the internet simply cuts out.  This is VERY odd, as up until one month ago in a different apartment (and for a good 8 months), I worked everyday with my laptop connected to an external monitor, lid closed, with no real problems (only the occassionaly slow internet).
    Just for the record: I originally thought the wireless cutting out might have to do with my wireless mouse (previously, I had a corded).  So I hunted down an old, corded mouse and...makes no difference.  Clearly not the source of the problem.
    I know some people have had problems with their wireless after installing Windows8.  I am still using the original Windows7.
    Thanks for any help!!

    Sorry, no. I have been overwhelmed and distracted by a new problem: my keyboard's space bar, enter key, and back space key are not working. It started off as an occassional glitch last week (when I shut down and turned the pc back on, the problems were usually also gone) but now I can press as hard or frequently as I am able and nothing happens.  Or if it does, it is a total fluke, not to happen again any time soon. And it makes no difference if I put it into sleep or shut it off and start it back up. I don't know what to do! Is this a hardware problem or...?

Maybe you are looking for

  • Gui_Download inside an User-Exit

    Hi; I'm using user-exit "RFFOX901" to generate bank transfer file. If i use RFFOM100 program from SE38 i can debug an generate transfer file with Gui_Download Function from that user-exit. But, if i run F110 y doesn´t allow to debug or create transfe

  • Hooked up hdmi to hdtv and get only audio and a "profiler" screen view; cannot play dvd on HDTV

    Hooked up mini display port / HDMI to my TV and only get audio of DVD.  Do see original apple desktop image and image of selected  "window" display. cannot manipulate "window" menu. How do I get video and audion from DVD?

  • Materials are not downloading automatically from R/3 to CRM

    Dear All, My R/3 team has created 10 new u201Cmaterialsu201D in R/3 system and these materials suppose to interface to CRM automatically, but it was not. Before creating these new u201Cmaterialsu201D in R/3 I should have download the u201Cmaterial gr

  • THE BUY BUTTON WONT WORK IN ITUNES?

    The buy button isn't working in iTunes. I can sample songs, but can't buy them. When I hit the 'buy' button nothing happens. It is not greyed out. It should just purchase the song, fine, but nothing occurs. My credit card info. has not changed and ju

  • Dw CS3, VSS

    I have Vista Ultimate and wonder if VSS 2005 is compatible with Dw CS3 to use for File Compate, source code control .I understand that VSS 6 is compatible, but it will not work with Vista and I have not been able to find Vista updates on the MS websi