Kernel26-beyond + ndiswrapper + wpa_supplicant [solved]

Hello!
A few problems with kernel-2.6.16-beyond and my network profile (ndiswrapper plus wpa2-psk).
Here we go:
- Running Arch 0.7.2, uptodate with current and extra repos.
- Installed kernel26beyond package and ndiswrapper-beyond.
   kernel26beyond version: 2.6.16.beyond4.1-1
   Ndiswrapper-beyond version: 1.16-1
- Edited the grub configuration, adding the new kernel:
title Arch Linux Beyond
root (hd0,1)
kernel /vmlinuz26beyond root=/dev/hda5 ro video=vesafb:ywrap,1280x800-16@60
initrd /initramfs-beyond.img
- Reboot to test the new kernel.
It seems the wifi profile doesn't start. Ok, let's see...
My wifi profile works OK with stock Arch kernel, but after the installation of kernel26 beyond the wpa socket directory (/var/run/wpa_supplicant) has dissapeared.
No problem, created it again and restart the network. Still no luck.
ndiswrapper-beyond seems to work fine:
$ ndiswrapper -l
bcmwl5 driver installed, hardware present
dmesg output:
ndiswrapper version 1.16 loaded (preempt=yes,smp=yes)
ndiswrapper: driver bcmwl5 (Broadcom,05/26/2005, 3.120.27.0) loaded
ACPI: PCI Interrupt 0000:06:02.0[A] -> GSI 21 (level, low) -> IRQ 22
ndiswrapper: using irq 22
wlan0: vendor: ''
wlan0: ndiswrapper ethernet device 00:14:a5:4e:11:27 using driver bcmwl5, 14E4:4319.5.conf
wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
The wpa_supplicant configuration works fine with stock kernel:
$ cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="myssid"
proto=RSN
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
#psk="blah"
psk=encrypted blah
I have tried adding ndiswrapper to the modules array in /etc/rc.conf, the network doesn't start.
Later I have changed the file /etc/mkinitramfs.conf and generated a new initramfs-beyond.img, trying to enable ndiswrapper here and/or USB subsystem support, but the result was the same.
The *ONLY* solution I have found is booting the system with the beyond kernel, wait to the network init script to fail (it seems a dhcp timeout), log into the system and execute the following:
# killall wpa_supplicant
# /etc/rc.d/network restart
Any idea about why I have to kill wpa_supplicant to get the wifi working with it? As I said, this problem does't exist with the stock kernel, and I don't see any errors reported by wpa_supplicant.
Thanks in advance!
Regards,
miausX

Thanks for your reply, Phrodo_00.
I think it is using the correct ndiswrapper module (beyond).
Looking at the modinfo output:
$ modinfo ndiswrapper
filename: /lib/modules/2.6.16-beyond/misc/ndiswrapper.ko
license: GPL
version: 1.16
description: NDIS wrapper driver
Maybe this problem is related to the execution order of the commands (modprobe ndiswrapper, wpa_supplicant, dhcpcd) during boot.
Everything works fine after killing wpa_supplicant and restarting the network, the ndiswrapper module is loaded, wpa_suplicant is running as a daemon, etc.
$ ps -ef | grep wpa
root 4262 1 0 10:12 ? 00:00:00 wpa_supplicant -wB -i wlan0 -c /etc/wpa_supplicant.conf -D wext
$ ps -ef | grep dhcp
root 4274 1 0 10:12 ? 00:00:00 dhcpcd -t 30 -h portatil wlan0
$ lsmod | grep ndis
ndiswrapper 145004 0
usbcore 97696 6 ndiswrapper,hci_usb,usbhid,ohci_hcd,ehci_hcd
Regards,
  miausX.

Similar Messages

  • Kernel-headers and kernel26-beyond out of sync?

    Hello,
    I am using kernel26-beyond (currently at 2.6.19), but every time a vanilla kernel gets upgraded, I get kernel-headers upgraded also (currently at 2.6.20). I wonder if wouldn't be better if there was different kernel-headers-beyond package for kernel26-beyond kernels? I am just afraid I could have problems while compiling some programs while vanilla and beyond variants of kernel are out of sync.
    I imagine this is valid for other variants of kernels as well.
    Another solution would be to release all the kernel variants at the same time, but I don;'t know if it would be possible.
    Regards,
    miko

    mykey wrote:Just to get this straight - only when glibc is compiled against new kernel-headers (e.g. 2.6.21) it is safe to upgrade kernel-headers (to 2.6.21) even if the used kernel version is still 2.6.19 ?
    yes, and glibc will be recompiled when the kernel headers are updated, so you're able to upgrade safely.
    You can use any kernel you like (within reason), it doesnt have to match the kernel-headers version.

  • Can't connect using wpa_supplicant [SOLVED]

    When I was first setting up (latest netinstall iso, x86_64) I was using wpa_passphrase and wpa_supplicant just fine in fetching new packages and the like. I did this about 2 weeks ago (Jan 27). Some time ago when I updated and restarted, I noticed that I was having no luck trying to connect to anything.
    I did some searches here in the forums and tried downgrading my consolekit (I was using Wicd), but no luck there. My daemons are pretty bare bones. I'll post my rc.conf shortly.
    My last successful wireless web connection was on January 30th. Here's pacman.log:
    [2011-01-30 23:22] starting full system upgrade
    [2011-01-30 23:22] upgraded consolekit (0.4.1-4 -> 0.4.3-1)
    [2011-01-30 23:22] upgraded mkinitcpio (0.6.7-1 -> 0.6.8-1)
    [2011-01-30 23:22] >>> Updating module dependencies. Please wait ...
    [2011-01-30 23:23] ==> SUCCESS
    [2011-01-30 23:23] upgraded kernel26 (2.6.36.3-2 -> 2.6.37-5)
    [2011-01-30 23:23] upgraded kernel26-docs (2.6.36.3-2 -> 2.6.37-5)
    [2011-01-30 23:23] upgraded kernel26-headers (2.6.36.3-2 -> 2.6.37-5)
    [2011-01-30 23:23] upgraded libdrm (2.4.22-3 -> 2.4.23-1)
    [2011-01-30 23:23] upgraded libva (1.0.6-1 -> 1.0.8-1)
    [2011-01-30 23:23] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-01-30 23:23] upgraded nvidia (260.19.36-1 -> 260.19.36-2)
    [2011-01-30 23:23] upgraded shadow (4.1.4.2-3 -> 4.1.4.2-4)
    [2011-01-30 23:23] upgraded thunar (1.2.0-1 -> 1.2.1-1)
    [2011-01-30 23:23] upgraded thunar-media-tags-plugin (0.1.2-6 -> 0.1.2.99.git20110129-1)
    [2011-01-30 23:23] upgraded xorg-server-common (1.9.2-2 -> 1.9.3.901-1)
    [2011-01-30 23:23] upgraded xorg-server (1.9.2-2 -> 1.9.3.901-1)
    I've been trying to connect to my WPA2 network. Here's my dump of wpa_supplicant (wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -d):
    Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
    Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
    Reading configuration file '/etc/wpa_supplicant.conf'
    Priority group 0
    id=0 ssid='MyNetwork'
    WEXT: cfg80211-based driver detected
    SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf
    capabilities: key_mgmt 0xf enc 0xf flags 0x0
    netlink: Operstate: linkmode=1, operstate=5
    Own MAC address: xx:xx:xx:xx:xx:xx
    wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_countermeasures
    RSN: flushing PMKID list in the driver
    Setting scan request: 0 sec 100000 usec
    WPS: UUID based on MAC address - hexdump(len=16):
    EAPOL: SUPP_PAE entering state DISCONNECTED
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: KEY_RX entering state NO_KEY_RECEIVE
    EAPOL: SUPP_BE entering state INITIALIZE
    EAP: EAP entering state DISABLED
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: Supplicant port status: Unauthorized
    Added interface wlan0
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    Wireless event: cmd=0x8b06 len=12
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    Wireless event: cmd=0x8b1a len=16
    State: DISCONNECTED -> SCANNING
    Starting AP scan for wildcard SSID
    Scan requested (ret=0) - scan timeout 5 seconds
    EAPOL: disable timer tick
    EAPOL: Supplicant port status: Unauthorized
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    Wireless event: cmd=0x8b19 len=16
    Received 1612 bytes of scan results (3 BSSes)
    BSS: Start scan result update 1
    BSS: Add new id 0 BSSID xx:xx:xx:xx:xx:xx SSID 'MyNetwork'
    BSS: Add new id 1 BSSID xx:xx:xx:xx:xx:xx SSID 'X'
    BSS: Add new id 2 BSSID xx:xx:xx:xx:xx:xx SSID 'X'
    New scan results available
    Selecting BSS from priority group 0
    Try to find WPA-enabled AP
    0: xx:xx:xx:xx:xx:xx ssid='MyNetwork' wpa_ie_len=26 rsn_ie_len=24 caps=0x11
    selected based on RSN IE
    selected WPA AP xx:xx:xx:xx:xx:xx ssid='MyNetwork'
    Trying to associate with xx:xx:xx:xx:xx:xx (SSID='MyNetwork' freq=2417 MHz)
    Cancelling scan request
    WPA: clearing own WPA/RSN IE
    Automatic auth_alg selection: 0x1
    RSN: using IEEE 802.11i/D9.0
    WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 2
    WPA: set AP WPA IE - hexdump(len=28):
    WPA: set AP RSN IE - hexdump(len=26):
    WPA: using GTK TKIP
    WPA: using PTK CCMP
    WPA: using KEY_MGMT WPA-PSK
    WPA: Set own WPA IE default - hexdump(len=22):
    No keys have been configured - skip key clearing
    State: SCANNING -> ASSOCIATING
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    wpa_driver_wext_associate
    wpa_driver_wext_set_drop_unencrypted
    wpa_driver_wext_set_psk
    Setting authentication timeout: 10 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - EAP fail=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portControl=Auto
    EAPOL: Supplicant port status: Unauthorized
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    Wireless event: cmd=0x8b1a len=16
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    Wireless event: cmd=0x8b06 len=12
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    Wireless event: cmd=0x8b04 len=16
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    Wireless event: cmd=0x8b1a len=22
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    Wireless event: cmd=0x8c08 len=43
    AssocResp IE wireless event - hexdump(len=27):
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    Wireless event: cmd=0x8b15 len=24
    Wireless event: new AP: xx:xx:xx:xx:xx:xx
    Association info event
    resp_ies - hexdump(len=27):
    State: ASSOCIATING -> ASSOCIATED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    Associated to a new BSS: BSSID=xx:xx:xx:xx:xx:xx
    No keys have been configured - skip key clearing
    Associated with xx:xx:xx:xx:xx:xx
    WPA: Association event - clear replay counter
    WPA: Clear old PTK
    EAPOL: External notification - portEnabled=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portValid=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - EAP success=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portEnabled=1
    EAPOL: SUPP_PAE entering state CONNECTING
    EAPOL: enable timer tick
    EAPOL: SUPP_BE entering state IDLE
    Setting authentication timeout: 10 sec 0 usec
    Cancelling scan request
    RX EAPOL from xx:xx:xx:xx:xx:xx
    Setting authentication timeout: 10 sec 0 usec
    IEEE 802.1X RX: version=1 type=3 length=95
    EAPOL-Key type=2
    key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
    key_length=16 key_data_length=0
    replay_counter - hexdump(len=8):
    key_nonce - hexdump(len=32):
    key_iv - hexdump(len=16):
    key_rsc - hexdump(len=8):
    key_id (reserved) - hexdump(len=8):
    key_mic - hexdump(len=16):
    State: ASSOCIATED -> 4WAY_HANDSHAKE
    WPA: RX message 1 of 4-Way Handshake from xx:xx:xx:xx:xx:xx (ver=2)
    RSN: msg 1/4 key data - hexdump(len=0):
    WPA: Renewed SNonce - hexdump(len=32):
    WPA: PTK derivation - A1=xx:xx:xx:xx:xx:xx A2=xx:xx:xx:xx:xx:xx
    WPA: PMK - hexdump(len=32): [REMOVED]
    WPA: PTK - hexdump(len=48): [REMOVED]
    WPA: WPA IE for msg 2/4 - hexdump(len=22):
    WPA: Sending EAPOL-Key 2/4
    RX EAPOL from xx:xx:xx:xx:xx:xx
    IEEE 802.1X RX: version=1 type=3 length=199
    EAPOL-Key type=2
    key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)
    key_length=16 key_data_length=104
    replay_counter - hexdump(len=8):
    key_nonce - hexdump(len=32):
    key_iv - hexdump(len=16):
    key_rsc - hexdump(len=8):
    key_id (reserved) - hexdump(len=8):
    key_mic - hexdump(len=16):
    RSN: encrypted key data - hexdump(len=104):
    WPA: decrypted EAPOL-Key key data - hexdump(len=96): [REMOVED]
    State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
    WPA: RX message 3 of 4-Way Handshake from xx:xx:xx:xx:xx:xx (ver=2)
    WPA: IE KeyData - hexdump(len=96):
    WPA: RSN IE in EAPOL-Key - hexdump(len=26):
    WPA: WPA IE in EAPOL-Key - hexdump(len=28):
    WPA: GTK in EAPOL-Key - hexdump(len=40): [REMOVED]
    WPA: Sending EAPOL-Key 4/4
    WPA: Installing PTK to the driver.
    wpa_driver_wext_set_key: alg=3 key_idx=0 set_tx=1 seq_len=6 key_len=16
    EAPOL: External notification - portValid=1
    State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
    RSN: received GTK in pairwise handshake - hexdump(len=34): [REMOVED]
    WPA: Group Key - hexdump(len=32): [REMOVED]
    WPA: Installing GTK to the driver (keyidx=1 tx=0 len=32).
    WPA: RSC - hexdump(len=6): ce 00 00 00 00 00
    wpa_driver_wext_set_key: alg=2 key_idx=1 set_tx=0 seq_len=6 key_len=32
    WPA: Key negotiation completed with xx:xx:xx:xx:xx:xx [PTK=CCMP GTK=TKIP]
    Cancelling authentication timeout
    State: GROUP_HANDSHAKE -> COMPLETED
    CTRL-EVENT-CONNECTED - Connection to xx:xx:xx:xx:xx:xx completed (auth) [id=0 id_str=]
    wpa_driver_wext_set_operstate: operstate 0->1 (UP)
    netlink: Operstate: linkmode=-1, operstate=6
    EAPOL: External notification - portValid=1
    EAPOL: External notification - EAP success=1
    EAPOL: SUPP_PAE entering state AUTHENTICATING
    EAPOL: SUPP_BE entering state SUCCESS
    EAP: EAP entering state DISABLED
    EAPOL: SUPP_PAE entering state AUTHENTICATED
    EAPOL: Supplicant port status: Authorized
    EAPOL: SUPP_BE entering state IDLE
    EAPOL authentication completed successfully
    RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    RX EAPOL from xx:xx:xx:xx:xx:xx
    IEEE 802.1X RX: version=1 type=3 length=143
    EAPOL-Key type=2
    key_info 0x1382 (ver=2 keyidx=0 rsvd=0 Group Ack MIC Secure Encr)
    key_length=32 key_data_length=48
    replay_counter - hexdump(len=8):
    key_nonce - hexdump(len=32):
    key_iv - hexdump(len=16):
    key_rsc - hexdump(len=8):
    key_id (reserved) - hexdump(len=8):
    key_mic - hexdump(len=16):
    RSN: encrypted key data - hexdump(len=48):
    WPA: decrypted EAPOL-Key key data - hexdump(len=40): [REMOVED]
    WPA: RX message 1 of Group Key Handshake from xx:xx:xx:xx:xx:xx (ver=2)
    RSN: msg 1/2 key data - hexdump(len=40):
    WPA: GTK in EAPOL-Key - hexdump(len=40): [REMOVED]
    RSN: received GTK in group key handshake - hexdump(len=34):
    State: COMPLETED -> GROUP_HANDSHAKE
    WPA: Group Key - hexdump(len=32): [REMOVED]
    WPA: Installing GTK to the driver (keyidx=1 tx=0 len=32).
    WPA: RSC - hexdump(len=6):
    wpa_driver_wext_set_key: alg=2 key_idx=1 set_tx=0 seq_len=6 key_len=32
    WPA: Sending EAPOL-Key 2/2
    WPA: Group rekeying completed with xx:xx:xx:xx:xx:xx [GTK=TKIP]
    Cancelling authentication timeout
    State: GROUP_HANDSHAKE -> COMPLETED
    EAPOL: startWhen --> 0
    EAPOL: disable timer tick
    RX EAPOL from xx:xx:xx:xx:xx:xx
    IEEE 802.1X RX: version=1 type=3 length=143
    EAPOL-Key type=2
    key_info 0x1382 (ver=2 keyidx=0 rsvd=0 Group Ack MIC Secure Encr)
    key_length=32 key_data_length=48
    replay_counter - hexdump(len=8):
    key_nonce - hexdump(len=32):
    key_iv - hexdump(len=16):
    key_rsc - hexdump(len=8):
    key_id (reserved) - hexdump(len=8):
    key_mic - hexdump(len=16):
    RSN: encrypted key data - hexdump(len=48):
    WPA: decrypted EAPOL-Key key data - hexdump(len=40): [REMOVED]
    WPA: RX message 1 of Group Key Handshake from xx:xx:xx:xx:xx:xx (ver=2)
    RSN: msg 1/2 key data - hexdump(len=40):
    WPA: GTK in EAPOL-Key - hexdump(len=40): [REMOVED]
    RSN: received GTK in group key handshake - hexdump(len=34):
    State: COMPLETED -> GROUP_HANDSHAKE
    WPA: Group Key - hexdump(len=32): [REMOVED]
    WPA: Installing GTK to the driver (keyidx=2 tx=0 len=32).
    WPA: RSC - hexdump(len=6):
    wpa_driver_wext_set_key: alg=2 key_idx=2 set_tx=0 seq_len=6 key_len=32
    WPA: Sending EAPOL-Key 2/2
    WPA: Group rekeying completed with xx:xx:xx:xx:xx:xx [GTK=TKIP]
    Cancelling authentication timeout
    State: GROUP_HANDSHAKE -> COMPLETED
    ... etc.
    Any ideas?
    Thanks in advance.
    Last edited by feminaexlux (2011-02-09 04:45:39)

    kernel.log sample:
    Feb 6 16:07:21 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:07:21 localhost kernel: wlan0: authenticated
    Feb 6 16:07:21 localhost kernel: wlan0: waiting for beacon from xx:xx:xx:xx:xx:xx
    Feb 6 16:07:21 localhost kernel: wlan0: beacon received
    Feb 6 16:07:21 localhost kernel: wlan0: associate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:07:21 localhost kernel: wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3)
    Feb 6 16:07:21 localhost kernel: wlan0: associated
    Feb 6 16:07:21 localhost kernel: cfg80211: Calling CRDA for country: US
    Feb 6 16:07:22 localhost kernel: Intel AES-NI instructions are not detected.
    Feb 6 16:07:22 localhost kernel: padlock: VIA PadLock not detected.
    Feb 6 16:09:22 localhost kernel: tg3 0000:08:00.0: irq 43 for MSI/MSI-X
    Feb 6 16:09:47 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:09:47 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 6 16:09:47 localhost kernel: tg3 0000:08:00.0: irq 43 for MSI/MSI-X
    Feb 6 16:09:52 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:09:52 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:09:52 localhost kernel: wlan0: authenticated
    Feb 6 16:09:52 localhost kernel: wlan0: associate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:09:52 localhost kernel: wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3)
    Feb 6 16:09:52 localhost kernel: wlan0: associated
    Feb 6 16:09:52 localhost kernel: cfg80211: Calling CRDA for country: US
    Feb 6 16:10:02 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:10:02 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 6 16:10:05 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:10:05 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:10:05 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:10:05 localhost kernel: wlan0: authenticated
    Feb 6 16:10:05 localhost kernel: wlan0: associate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:10:05 localhost kernel: wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3)
    Feb 6 16:10:05 localhost kernel: wlan0: associated
    Feb 6 16:10:05 localhost kernel: cfg80211: Calling CRDA for country: US
    Feb 6 16:10:10 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:10:10 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 6 16:10:13 localhost kernel: tg3 0000:08:00.0: irq 43 for MSI/MSI-X
    Feb 6 16:10:41 localhost kernel: tg3 0000:08:00.0: irq 43 for MSI/MSI-X
    Feb 6 16:10:44 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:10:44 localhost kernel: wlan0: authenticated
    Feb 6 16:10:44 localhost kernel: wlan0: associate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:10:44 localhost kernel: wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3)
    Feb 6 16:10:44 localhost kernel: wlan0: associated
    Feb 6 16:10:44 localhost kernel: cfg80211: Calling CRDA for country: US
    Feb 6 16:11:38 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:11:38 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 6 16:11:39 localhost kernel: tg3 0000:08:00.0: irq 43 for MSI/MSI-X
    Feb 6 16:11:56 localhost kernel: tg3 0000:08:00.0: irq 43 for MSI/MSI-X
    Feb 6 16:11:58 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:11:58 localhost kernel: wlan0: authenticated
    Feb 6 16:11:58 localhost kernel: wlan0: associate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:11:58 localhost kernel: wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3)
    Feb 6 16:11:58 localhost kernel: wlan0: associated
    Feb 6 16:11:58 localhost kernel: cfg80211: Calling CRDA for country: US
    Feb 6 16:12:37 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:12:37 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 6 16:12:38 localhost kernel: tg3 0000:08:00.0: irq 43 for MSI/MSI-X
    Feb 6 16:14:08 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:14:08 localhost kernel: wlan0: authenticated
    Feb 6 16:14:08 localhost kernel: wlan0: associate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:14:08 localhost kernel: wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3)
    Feb 6 16:14:08 localhost kernel: wlan0: associated
    Feb 6 16:14:08 localhost kernel: cfg80211: Calling CRDA for country: US
    Feb 6 16:14:41 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:14:41 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 6 16:14:41 localhost kernel: tg3 0000:08:00.0: irq 43 for MSI/MSI-X
    Feb 6 16:14:46 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:14:46 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:14:46 localhost kernel: wlan0: authenticated
    Feb 6 16:14:46 localhost kernel: wlan0: associate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:14:46 localhost kernel: wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3)
    Feb 6 16:14:46 localhost kernel: wlan0: associated
    Feb 6 16:14:46 localhost kernel: cfg80211: Calling CRDA for country: US
    Feb 6 16:14:56 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:14:56 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 6 16:14:59 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:14:59 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:14:59 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:14:59 localhost kernel: wlan0: authenticated
    Feb 6 16:14:59 localhost kernel: wlan0: associate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:14:59 localhost kernel: wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3)
    Feb 6 16:14:59 localhost kernel: wlan0: associated
    Feb 6 16:14:59 localhost kernel: cfg80211: Calling CRDA for country: US
    Feb 6 16:15:09 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:15:09 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 6 16:15:12 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:15:12 localhost kernel: wlan0: authenticated
    Feb 6 16:15:12 localhost kernel: wlan0: associate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:15:12 localhost kernel: wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3)
    Feb 6 16:15:12 localhost kernel: wlan0: associated
    Feb 6 16:15:12 localhost kernel: cfg80211: Calling CRDA for country: US
    Feb 6 16:15:22 localhost kernel: wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (reason=3)
    Feb 6 16:15:22 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 6 16:15:22 localhost kernel: tg3 0000:08:00.0: irq 43 for MSI/MSI-X
    Feb 6 16:16:15 localhost kernel: wlan0: authenticate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:16:15 localhost kernel: wlan0: authenticated
    Feb 6 16:16:15 localhost kernel: wlan0: associate with xx:xx:xx:xx:xx:xx (try 1)
    Feb 6 16:16:15 localhost kernel: wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=3)
    Feb 6 16:16:15 localhost kernel: wlan0: associated
    daemon.log from the same period:
    Feb 6 16:08:27 localhost dhcpcd[3495]: version 5.2.9 starting
    Feb 6 16:08:27 localhost dhcpcd[3495]: wlan: interface not found or invalid
    Feb 6 16:08:29 localhost dhcpcd[3496]: version 5.2.9 starting
    Feb 6 16:08:29 localhost dhcpcd[3496]: wlan0: broadcasting for a lease
    Feb 6 16:08:59 localhost dhcpcd[3496]: timed out
    Feb 6 16:09:47 localhost dhcpcd[3545]: dhcpcd not running
    Feb 6 16:09:47 localhost dhcpcd[3562]: dhcpcd not running
    Feb 6 16:09:48 localhost dhcpcd[3569]: dhcpcd not running
    Feb 6 16:10:13 localhost dhcpcd[3664]: dhcpcd not running
    Feb 6 16:10:13 localhost dhcpcd[3670]: dhcpcd not running
    Feb 6 16:10:41 localhost dhcpcd[3702]: dhcpcd not running
    Feb 6 16:10:41 localhost dhcpcd[3708]: dhcpcd not running
    Feb 6 16:10:42 localhost dhcpcd[3715]: dhcpcd not running
    Feb 6 16:11:38 localhost dhcpcd[3809]: dhcpcd not running
    Feb 6 16:11:39 localhost dhcpcd[3826]: dhcpcd not running
    Feb 6 16:11:56 localhost dhcpcd[3853]: dhcpcd not running
    Feb 6 16:11:56 localhost dhcpcd[3859]: dhcpcd not running
    Feb 6 16:11:56 localhost dhcpcd[3866]: dhcpcd not running
    Feb 6 16:11:59 localhost dhcpcd[3896]: version 5.2.9 starting
    Feb 6 16:11:59 localhost dhcpcd[3896]: wlan0: broadcasting for a lease
    Feb 6 16:12:29 localhost dhcpcd[3896]: timed out
    Feb 6 16:12:37 localhost dhcpcd[3925]: dhcpcd not running
    Feb 6 16:12:37 localhost dhcpcd[3942]: dhcpcd not running
    Feb 6 16:14:41 localhost dhcpcd[4102]: dhcpcd not running
    Feb 6 16:14:41 localhost dhcpcd[4120]: dhcpcd not running
    Feb 6 16:14:42 localhost dhcpcd[4127]: dhcpcd not running
    Feb 6 16:14:47 localhost dhcpcd[4158]: version 5.2.9 starting
    Feb 6 16:14:47 localhost dhcpcd[4158]: wlan0: broadcasting for a lease
    Feb 6 16:14:56 localhost dhcpcd[4158]: wlan0: carrier lost
    Feb 6 16:14:59 localhost dhcpcd[4158]: wlan0: carrier acquired
    Feb 6 16:14:59 localhost dhcpcd[4158]: wlan0: broadcasting for a lease
    Feb 6 16:15:09 localhost dhcpcd[4158]: wlan0: carrier lost
    Feb 6 16:15:12 localhost dhcpcd[4158]: wlan0: carrier acquired
    Feb 6 16:15:12 localhost dhcpcd[4158]: wlan0: broadcasting for a lease
    Feb 6 16:15:17 localhost dhcpcd[4158]: timed out
    Feb 6 16:15:22 localhost dhcpcd[4243]: dhcpcd not running
    Feb 6 16:15:22 localhost dhcpcd[4262]: dhcpcd not running
    I didn't include non-wifi related stuff, btw.
    Last edited by feminaexlux (2011-02-08 05:43:57)

  • New kernel26 and ndiswrapper [UNSOLVED -- Closed --]

    I noticed that the latest kernel broke my ndiswrapper, so I decided to try to use my laptop without it using only the drivers.
    Since I'm posting here, it is obvious I'm not succeeding
    I'm very good with computers but the wifi thing always bites me in the bum for some reason ...
    Here is what I did, can anyone point me in the right direction from here?
    I installed the Atheros drivers ans utilities using pacman, then in my /etc/rc.conf I added the module my system uses, which is the ath5k and the corresponding settings for my network profiles.
    MODULES=(MODULES=(ath5k ...)
    NETWORKS=(renegade.default wlan0 renegade.eth0 renegade.humber)
    Upon reboot I tested the status of things with hwd -e which reports
    168c:001c Ethernet controller: Atheros Communications Inc. module: ath5k_pci
    AR242x 802.11abg Wireless PCI Express Adapter
    so ... things seem to be looking up but, this is what iwconfig reports
    lo no wireless extensions.
    wmaster0 no wireless extensions.
    wlan0 IEEE 802.11 ESSID:"HumberPublic"
    Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
    Tx-Power=27 dBm
    Retry min limit:7 RTS thr:off Fragment thr=2352 B
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    I also noticed that the LED indicating my WIFI connection no longer goes ON.
    I have followed the instructions in the WIKI back and forth but to no avail, yet I think I must be very close but missing something... any help will be appreciated.
    R.
    Last edited by ralvez (2008-08-19 02:11:01)

    iphitus wrote:
    So nobody has filed a bug?
    Tried rebuilding or updating ndiswrapper?
    I'm unsure if this is a bug with ndiswrapper of an issue with the new kernel26. I'm aware of at least 3 other people (threads) with similar problems that happened after the new kernel upgrade.
    In my case, after the kernel upgrade I had some "improvement" in so far that after loading the ath5k driver wlan0 would be ready to go without ndiswrapper; but it would not "turn on" the wifi card (the LED was always off) and therefore had no association.
    After days poking at it I got tired and downgraded my kernel. In all honesty it could be ndiswrapper or just as well some change in the new kernel.
    R.
    p.s. Yes I did try rebuilding and updating ndiswrapper to no avail.

  • Kernel26-lts gone? [solved]

    Greetings,
    I am trying to use Paragon NTFS & HFS+ for Linux 8.x Express, however, it requires the 2.6 kernel -- kernel26-lts seems to be gone and replaced by kernel-lts which is a 3.0 kernel.  Is there any way to install a 2.6 kernel without having to compile it myself?  I looked at kernel.org and the latest stable is 2.6.35.13 however none of the AUR 2.6 kernels use this, they are all on .38 or newer -- plus i am not sure which is a good one to use.
    Anyone out there using a 2.6 kernel still or have advice on how to go about getting one up and running?
    thanks!
    Adam
    Last edited by adambot (2012-07-22 02:05:42)

    karol wrote:
    ARM has e.g. kernel26-lts-2.6.27.38-1 but http://www.archlinux.org/news/minimum-k … ment-2632/
    It has kernel26-lts-2.6.32.xx versions too + you can pick the regular kernel26.
    https://wiki.archlinux.org/index.php/Do … ckages#ARM
    this looks PERFECT!!  the only other question i have then is are there such things as source packages?  i am trying to find the official PKGBUILD -- are those accessable via ARM?
    thanks again!!

  • Can't control fans speed after upgrading to kernel26 2.6.31 [solved]

    Mother board is ASUS P5Q-SE. After upgrading pwm sensors disappeared. I can get temp and fans speed but not set. Any ideas? :-\
    Last edited by urandom (2009-10-12 15:52:51)

    "This works for me" is a little vague.  What worked for me specifically was to start with your link and drill down two levels of links to this webpage, http://hansdegoede.livejournal.com/7932.html, which explained what the problem is and that the workaround is to add acpi_enforce_resources=lax to the kernel command line in /boot/grub/menu.lst.
    Someone who understands this issue better than I do should probably amend the appropriate sections of the wiki (lm_sensors, fancontrol, et al).
    Jay

  • Ndiswrapper usb support

    Is there a way to disable usb support in ndiswrapper ?
    Edited:Forget it. I've compile it from the source.
    Last edited by mvinnicius (2008-08-10 06:01:52)

    Thanks for your reply, Phrodo_00.
    I think it is using the correct ndiswrapper module (beyond).
    Looking at the modinfo output:
    $ modinfo ndiswrapper
    filename: /lib/modules/2.6.16-beyond/misc/ndiswrapper.ko
    license: GPL
    version: 1.16
    description: NDIS wrapper driver
    Maybe this problem is related to the execution order of the commands (modprobe ndiswrapper, wpa_supplicant, dhcpcd) during boot.
    Everything works fine after killing wpa_supplicant and restarting the network, the ndiswrapper module is loaded, wpa_suplicant is running as a daemon, etc.
    $ ps -ef | grep wpa
    root 4262 1 0 10:12 ? 00:00:00 wpa_supplicant -wB -i wlan0 -c /etc/wpa_supplicant.conf -D wext
    $ ps -ef | grep dhcp
    root 4274 1 0 10:12 ? 00:00:00 dhcpcd -t 30 -h portatil wlan0
    $ lsmod | grep ndis
    ndiswrapper 145004 0
    usbcore 97696 6 ndiswrapper,hci_usb,usbhid,ohci_hcd,ehci_hcd
    Regards,
      miausX.

  • Pactching kernel with fbsplash.patch (SOLVED)

    Never patched a kernel before and i'm having problems!!
    This what i've done so far (as root):
    1. Installed kernel26-ck (2.6.22-ck) with pacman and rebooted into arch using that kernel
    2. downloaded the fbsplash via (genpatches-2.6.22-1.extras.tar.bz2)
    3. put the splash.patch file into /usr/src
    4. made a symlink for current kernel in /usr/src; giving /usr/src/linux --> /usr/src/linux/linux-2.6.22-ck
    5. cd /usr/src/linux
    6. patch -p1 < ../splash.patch
    # NOTE: looking into using the abs method of PKGBUILD'ing a custom kernel with patches - hopefully i'll do better!!
    The best way to do this is by emulating the abs versions of the standard kernel as described in these forums
    1. copy the abs version of the stock kernel26
    2. adjust the PKGBUILD to include spock's patch (not gentoo's)
    3. makepkg
    4. pacman -U the new kernel
    Then get on with fbsplash!
    Last edited by Hongkongblue (2007-08-17 02:58:45)

    mazu wrote:
    I used to use kernel26-beyond kernel with fbsplash. Recently I found out that with this kernel any attempt to mount ntfs disk end with system hung. I switched back to standard kernel, but I want to still use fbsplash. I read the wiki several times but I can't figure out how to patch and compile kernel with fbsplash. Can anyone write step by step what shuld I do?
    Thanks for any help in advice.
    mazu
    Not that it answers your question but I have been using the latest beyond kernel since it came out and have had no problem with mounting and using ntfs disks resulting in system hangs. Also I have recently been using ntfs-3g which allows safely writing to NTFS partitions. I am using it for backups on an external USB drive with an NTFS file system. Give ntf-3g a shot before patching the kernel.
    Last edited by raymano (2007-04-14 14:01:35)

  • [SOLVED] Root fs cannot be found on boot (initramfs works)

    Hi all! Long time lurker, first time poster.
    I'd been using catalyst drivers since I started out on Arch. I knew there were conflicts during updates involving catalyst, so I've never updated my kernel or Xorg during "pacman -Syu" updates. I'd specifically blocked them in pacman.conf. However, I recently decided to switch to open source ati drivers and in doing so, decided to update my entire system including the kernel. Everything went smoothly, but upon reboot I'm getting the dreaded "root filesystem cannot be found" error.
    Root device '/dev/sdb6' doesn't exist, attempting to create it
    ERROR: Failed to parse block device name for '/dev/sdb6' unknown
    ERROR: Unable to create/detect root device, '/dev/sdb6'
    Dropping to recovery shell.. type 'exit' to reboot
    Note that the initramfs worked, it's just it couldn't get into my root partition even though I can mount it without any problems from the live CD.
    I set about trying to fix my problem. Here is a list of things I've tried.
    1) Using the liveCD, I chrooted into my install (mounting proc, dev, etc. in the process) and did
    depmod -a
    followed by
    pacman -Sf kernel26
    which completed with no errors problems. This didn't solve my issue.
    2) Using the liveCD, performing
    mkinitcpio -M
    and ensuring my mkinitcpio.conf file contained all the listed modules. I then rebuilt the initramfs with another
    pacman -Sf kernel26
    This didn't solve my issue.
    3) Playing with grub, replacing my UUID lookups with /dev/sdb6. I also tried different combinations (see this thread) to check the bios and grub were matching up. I did the suggested rootdelay=8 and rootfstype=ext3 stuff, too. This didn't solve my issue.
    4) Using the liveCD, I did another depmod -a then downgraded my kernel to the older package found on the 2008.6 CD. Mkinitcpio completed successfully, everything seemed fine, but... This didn't solve my issue.
    I've done these steps over and over again in various orders, trying different combinations, but I've not had any luck.
    Here is my current mkinitcpio.conf file:
    MODULES="pata_acpi pata_jmicron ata_generic scsi_mod ahci ata_piix ext3 ahci libata cdrom ide-core ide-pci-generic jmicron ieee1394 ohci1394 atl1 mii sr_mod usbcore ehci-hcd uhci-hcd jbd"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect pata scsi sata usb net usbinput keymap encrypt filesystems"
    Here is the important bit of my grub file:
    Without UUIDs:
    title Arch Linux
    root (hd1,5)
    kernel /vmlinuz26 root=/dev/sdb6 quiet vga=869 rootdelay=8 rootfstype=ext3
    initrd /boot/kernel26.img
    title Arch Linux (fallback)
    root (hd1,5)
    kernel /vmlinuz26 root=/dev/sdb6 ro quiet vga=869 rootdelay=8
    initrd /boot/kernel26-fallback.img
    With UUIDs:
    title Arch Linux
    uuid ec450c30-5197-4330-9831-914eafad66ce
    kernel /vmlinuz26 root=/dev/disk/by-uuid/ec450c30-5197-4330-9831-914eafad66ce ro quiet vga=869
    initrd /boot/kernel26.img
    title Arch Linux (fallback)
    uuid ec450c30-5197-4330-9831-914eafad66ce
    kernel /vmlinuz26 root=/dev/disk/by-uuid/ec450c30-5197-4330-9831-914eafad66ce ro quiet vga=869
    initrd /boot/kernel26-fallback.img
    Any ideas, help, suggestions, fixes, etc would be greatly appreciated. I just felt like my arch install was damn near perfect - I'd hate to have to install everything again!
    (Edit: Just fixing something I'd messed up in my attempts to fix it, as kindly pointed out by Karol. It didn't fix the problem, though.)
    Last edited by binarymonster (2009-06-04 10:03:19)

    karol wrote:
    If you've read http://bbs.archlinux.org/viewtopic.php?id=63033 I assume you've tried to use 'root=/dev/sdb6' w/
    root            (hd0,5)
    instead of
    root            (hd1,5)
    but didn't work, right?
    This one's old (and odd) but you may want to have a look at it anyway http://bbs.archlinux.org/viewtopic.php?pid=376939
    And the very bottom of http://bbs.archlinux.org/viewtopic.php?id=44921
    I read that first link - though I might have misinterpreted it. I tried keeping (hd1,5) the same and changing /dev/sdb6 to /dev/sda6, etc. I always through that the grub root (hd0,5) wasn't correct, the initramfs would not be able to show up and I'd just get a grub error. What I have tried so far hasn't worked, but I might try changing to (hd0,5) instead of (hd1,5) in a little while.
    With regards to the other links, they seem to suggested lots of things I've already tried. The list is getting quite long now!
    I have tried reinstalling kernel26, downgrading kernel26, using the fallback image, made sure mkinitcpio.conf contains my filesystem type, made sure mkinitcpio.conf contains my hdd controller module, tried rootdelay=8 a few times... and my mkinitcpio seems to work, so I don't think the problem is with my mkinitcpio.conf file.
    Phew! Thanks for your continued help... I'm sure this problem will get solved eventually (and I bet it'll be something simple!). At least I'm learning about chrooting, initramfs, etc.
    Do you think it's worth trying to change root (hd1,5) to (hd0,5)? I imagine that would only cause grub to give me and error and not even be able to find the initramfs!

  • Nvidai-96xx-beyond woes

    Hi guys.
    I made this post in the AUR request thread yesterday, which probably wasn't the best idea, since I've had zero responses.
    I've just come back to Arch after returning to Windows XP for ~18 months and eventually yearning for more control once again.
    I'm having trouble getting the NVidia 96xx Beyond drivers working.
    I have a fresh Arch install, running on kernel26-beyond (will customize later), and have configured all my other hardware without a hitch.
    I then followed the NVidia guide in the wiki by updating the pacman database and then doing
    pacman -S nvidia-beyond
    pacman -S nvidia-96xx-beyond
    When I did this, pacman informed me that the second package conflicted with the first, so the first was removed (I'm guessing the wiki page authors intended an either/or scenario, but it isn't made clear there).
    Next I added 'nvidia' to my MODULES list in /etc/rc.conf, because I can't remember a single thing about udev, and so decided to play things safe via this addition.
    Finally, I generated an xorg.conf using nvidia-xconfig, and checked that everything looked reasonable inside. I also ensured that "glx" is loaded inside xorg.conf, as the wiki page advises, as well as following the advice about disabling "GLCore" and "dri" from being loaded.
    I've rebooted several times since then when turning on/off my pc, and the xorg.conf just won't work. I do startx, and my monitor goes into standby mode. Breaking out of X gives me a '(WW) No matching section for BusID PCI:5:0:0' warning, but I recall that this is nothing serious (and regardless, adding
    BusID "PCI:5:0:0"
    to xorg.conf doesn't suddenly fix my problem).
    Does anyone have any suggestions? My card is an NVidia 7950GX2. I was looking forward to  doing some gaming through WINE, since when I used Arch a while back I had an ATI card and hence a crap driver that prevented me from indulging in such frolics.
    My xorg.conf currently reads:
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    RgbPath "/usr/lib/X11/rgb"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "dvorak"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    #BusID "PCI:5:0:0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    The sync rates for my monitor are definitely correct. The only difference between disabling/enabling the BusID section for my graphics card is that commenting it out allows me to switch to a tty when my monitor hibernates upon starting X, while uncommenting it doesn't let me switch to a tty any more, so I'm forced to reboot.
    Let me know of any other useful log file entries etc. I can post.
    - KD
    Last edited by KomodoDave (2007-04-22 14:14:14)

    funkyou wrote:
    Just install nvidia-utils and nvidia-beyond, this should work and will install the latest (97.55) drivers. It seems that you have mixed the drivers...
    I would also suggest to use "X -configure" instead of nvidia-xconfig to create a basic Xorg config, and then edit it to include the nvidia driver, resolutions etc - works perfectly for me every time...
    Ok, thanks funkyou, I'll give that a shot, and post back in a minute when I've tried.
    The wiki gives the impression that two groups should be installed:
    pacman -Sy nvidia-beyond
    pacman -Sy nvidia-96xx-beyond or pacman -Sy nvidia-71xx-beyond (for older cards)
    ...hence me installing nvidia-beyond first, then the 96xx bundle for beyond.
    Here's my current Xorg log output in case things don't work out:
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux sett 2.6.19-beyond #1 SMP PREEMPT Sun Dec 17 17:26:42 CET 2006 x86_64
    Build Date: 08 April 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 22 15:22:43 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "XkbRules" "xorg"
    (**) XKB: rules: "xorg"
    (**) Option "XkbModel" "pc104"
    (**) XKB: model: "pc104"
    (**) Option "XkbLayout" "dvorak"
    (**) XKB: layout: "dvorak"
    (==) Keyboard: CustomKeycode disabled
    (**) |-->Input Device "Mouse0"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/TTF
    (**) RgbPath set to "/usr/lib/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x69b5c0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,02f4 card 1043,81d2 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:1: chip 10de,02fa card 1043,81d2 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:2: chip 10de,02fe card 1043,81d2 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:3: chip 10de,02f8 card 1043,81d2 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:4: chip 10de,02f9 card 1043,81d2 rev a2 class 05,00,00 hdr 00
    (II) PCI: 00:00:5: chip 10de,02ff card 1043,81d2 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:6: chip 10de,027f card 1043,81d2 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:00:7: chip 10de,027e card 1043,81d2 rev a2 class 05,00,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,02fc card 0000,0000 rev a1 class 06,04,00 hdr 01
    (II) PCI: 00:03:0: chip 10de,02fd card 0000,0000 rev a1 class 06,04,00 hdr 01
    (II) PCI: 00:04:0: chip 10de,02fb card 0000,0000 rev a1 class 06,04,00 hdr 01
    (II) PCI: 00:09:0: chip 10de,005e card 1043,815a rev a4 class 05,80,00 hdr 00
    (II) PCI: 00:0a:0: chip 10de,0050 card 1043,815a rev a4 class 06,01,00 hdr 80
    (II) PCI: 00:0a:1: chip 10de,0052 card 1043,815a rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:0b:0: chip 10de,005a card 1043,815a rev a2 class 0c,03,10 hdr 80
    (II) PCI: 00:0b:1: chip 10de,005b card 1043,815a rev a4 class 0c,03,20 hdr 80
    (II) PCI: 00:0d:0: chip 10de,0059 card 1043,812a rev a2 class 04,01,00 hdr 00
    (II) PCI: 00:0f:0: chip 10de,0053 card f043,815a rev f3 class 01,01,8a hdr 00
    (II) PCI: 00:10:0: chip 10de,0054 card 1043,815a rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:11:0: chip 10de,0055 card 1043,815a rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:12:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
    (II) PCI: 00:13:0: chip 10de,0057 card 1043,8141 rev a3 class 06,80,00 hdr 00
    (II) PCI: 00:16:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:17:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 01:00:0: chip 1095,3132 card 1043,8177 rev 01 class 01,04,00 hdr 00
    (II) PCI: 02:00:0: chip 11ab,4362 card 1043,8142 rev 15 class 02,00,00 hdr 00
    (II) PCI: 03:00:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 04:00:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 04:01:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 05:00:0: chip 10de,0294 card 10de,035b rev a1 class 03,02,00 hdr 00
    (II) PCI: 06:00:0: chip 10de,0294 card 10de,035b rev a1 class 03,00,00 hdr 00
    (II) PCI: 07:08:0: chip 1102,0008 card 1102,1001 rev 00 class 04,01,00 hdr 00
    (II) PCI: 07:0b:0: chip 104c,8023 card 1043,808b rev 00 class 0c,00,10 hdr 00
    (II) PCI: End of PCI scan
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xdac00000 - 0xdacfffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xdad00000 - 0xdadfffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:4:0), (0,3,6), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 3 I/O range:
    [0] -1 0 0x0000c000 - 0x0000dfff (0x2000) IX[b]
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xdae00000 - 0xdfefffff (0x5100000) MX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0xb0000000 - 0xcfffffff (0x20000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 7: bridge is at (0:18:0), (0,7,7), BCTRL: 0x0202 (VGA_EN is cleared)
    (II) Bus 7 I/O range:
    [0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[b]
    (II) Bus 7 non-prefetchable memory range:
    [0] -1 0 0xdff00000 - 0xdfffffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 8: bridge is at (0:22:0), (0,8,8), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 9: bridge is at (0:23:0), (0,9,9), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:24:0), (0,0,9), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 4: bridge is at (3:0:0), (3,4,6), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 4 I/O range:
    [0] -1 0 0x0000c000 - 0x0000dfff (0x2000) IX[b]
    (II) Bus 4 non-prefetchable memory range:
    [0] -1 0 0xdaf00000 - 0xdfefffff (0x5000000) MX[b]
    (II) Bus 4 prefetchable memory range:
    [0] -1 0 0xb0000000 - 0xcfffffff (0x20000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (4:0:0), (4,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 5 I/O range:
    [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[b]
    (II) Bus 5 non-prefetchable memory range:
    [0] -1 0 0xdaf00000 - 0xdcffffff (0x2100000) MX[b]
    (II) Bus 5 prefetchable memory range:
    [0] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 6: bridge is at (4:1:0), (4,6,6), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 6 I/O range:
    [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[b]
    (II) Bus 6 non-prefetchable memory range:
    [0] -1 0 0xdd000000 - 0xdfefffff (0x2f00000) MX[b]
    (II) Bus 6 prefetchable memory range:
    [0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b]
    (--) PCI: (5:0:0) nVidia Corporation unknown chipset (0x0294) rev 161, Mem @ 0xdc000000/24, 0xb0000000/28, 0xdb000000/24, I/O @ 0xcc00/7
    (--) PCI:*(6:0:0) nVidia Corporation unknown chipset (0x0294) rev 161, Mem @ 0xde000000/24, 0xc0000000/28, 0xdd000000/24, I/O @ 0xdc00/7, BIOS @ 0xdfee0000/17
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
    [0] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[b]
    [1] -1 0 0xdffff800 - 0xdfffffff (0x800) MX[b]
    [2] -1 0 0xdadfc000 - 0xdadfffff (0x4000) MX[b]
    [3] -1 0 0xdacf8000 - 0xdacfbfff (0x4000) MX[b]
    [4] -1 0 0xdacffc00 - 0xdacffc7f (0x80) MX[b]
    [5] -1 0 0xdabfa000 - 0xdabfafff (0x1000) MX[b]
    [6] -1 0 0xdabfb000 - 0xdabfbfff (0x1000) MX[b]
    [7] -1 0 0xdabfc000 - 0xdabfcfff (0x1000) MX[b]
    [8] -1 0 0xdabfd000 - 0xdabfdfff (0x1000) MX[b]
    [9] -1 0 0xdabffc00 - 0xdabffcff (0x100) MX[b]
    [10] -1 0 0xdabfe000 - 0xdabfefff (0x1000) MX[b]
    [11] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[b](B)
    [12] -1 0 0xdd000000 - 0xddffffff (0x1000000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[b](B)
    [15] -1 0 0xdb000000 - 0xdbffffff (0x1000000) MX[b](B)
    [16] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [17] -1 0 0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
    [18] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[b]
    [19] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [20] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b]
    [21] -1 0 0x00007480 - 0x00007487 (0x8) IX[b]
    [22] -1 0 0x00007800 - 0x0000780f (0x10) IX[b]
    [23] -1 0 0x00007880 - 0x00007883 (0x4) IX[b]
    [24] -1 0 0x00007c00 - 0x00007c07 (0x8) IX[b]
    [25] -1 0 0x00008000 - 0x00008003 (0x4) IX[b]
    [26] -1 0 0x00008080 - 0x00008087 (0x8) IX[b]
    [27] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [28] -1 0 0x00008480 - 0x00008483 (0x4) IX[b]
    [29] -1 0 0x00008800 - 0x00008807 (0x8) IX[b]
    [30] -1 0 0x00008880 - 0x00008883 (0x4) IX[b]
    [31] -1 0 0x00008c00 - 0x00008c07 (0x8) IX[b]
    [32] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [33] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [34] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [35] -1 0 0x00000700 - 0x0000073f (0x40) IX[b]
    [36] -1 0 0x00000600 - 0x0000063f (0x40) IX[b]
    [37] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[b]
    [38] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[b](B)
    [39] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[b]
    [1] -1 0 0xdffff800 - 0xdfffffff (0x800) MX[b]
    [2] -1 0 0xdadfc000 - 0xdadfffff (0x4000) MX[b]
    [3] -1 0 0xdacf8000 - 0xdacfbfff (0x4000) MX[b]
    [4] -1 0 0xdacffc00 - 0xdacffc7f (0x80) MX[b]
    [5] -1 0 0xdabfa000 - 0xdabfafff (0x1000) MX[b]
    [6] -1 0 0xdabfb000 - 0xdabfbfff (0x1000) MX[b]
    [7] -1 0 0xdabfc000 - 0xdabfcfff (0x1000) MX[b]
    [8] -1 0 0xdabfd000 - 0xdabfdfff (0x1000) MX[b]
    [9] -1 0 0xdabffc00 - 0xdabffcff (0x100) MX[b]
    [10] -1 0 0xdabfe000 - 0xdabfefff (0x1000) MX[b]
    [11] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[b](B)
    [12] -1 0 0xdd000000 - 0xddffffff (0x1000000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[b](B)
    [15] -1 0 0xdb000000 - 0xdbffffff (0x1000000) MX[b](B)
    [16] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [17] -1 0 0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
    [18] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[b]
    [19] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [20] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b]
    [21] -1 0 0x00007480 - 0x00007487 (0x8) IX[b]
    [22] -1 0 0x00007800 - 0x0000780f (0x10) IX[b]
    [23] -1 0 0x00007880 - 0x00007883 (0x4) IX[b]
    [24] -1 0 0x00007c00 - 0x00007c07 (0x8) IX[b]
    [25] -1 0 0x00008000 - 0x00008003 (0x4) IX[b]
    [26] -1 0 0x00008080 - 0x00008087 (0x8) IX[b]
    [27] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [28] -1 0 0x00008480 - 0x00008483 (0x4) IX[b]
    [29] -1 0 0x00008800 - 0x00008807 (0x8) IX[b]
    [30] -1 0 0x00008880 - 0x00008883 (0x4) IX[b]
    [31] -1 0 0x00008c00 - 0x00008c07 (0x8) IX[b]
    [32] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [33] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [34] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [35] -1 0 0x00000700 - 0x0000073f (0x40) IX[b]
    [36] -1 0 0x00000600 - 0x0000063f (0x40) IX[b]
    [37] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[b]
    [38] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[b](B)
    [39] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[b]
    [5] -1 0 0xdffff800 - 0xdfffffff (0x800) MX[b]
    [6] -1 0 0xdadfc000 - 0xdadfffff (0x4000) MX[b]
    [7] -1 0 0xdacf8000 - 0xdacfbfff (0x4000) MX[b]
    [8] -1 0 0xdacffc00 - 0xdacffc7f (0x80) MX[b]
    [9] -1 0 0xdabfa000 - 0xdabfafff (0x1000) MX[b]
    [10] -1 0 0xdabfb000 - 0xdabfbfff (0x1000) MX[b]
    [11] -1 0 0xdabfc000 - 0xdabfcfff (0x1000) MX[b]
    [12] -1 0 0xdabfd000 - 0xdabfdfff (0x1000) MX[b]
    [13] -1 0 0xdabffc00 - 0xdabffcff (0x100) MX[b]
    [14] -1 0 0xdabfe000 - 0xdabfefff (0x1000) MX[b]
    [15] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[b](B)
    [16] -1 0 0xdd000000 - 0xddffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[b](B)
    [19] -1 0 0xdb000000 - 0xdbffffff (0x1000000) MX[b](B)
    [20] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [21] -1 0 0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [24] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[b]
    [25] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [26] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b]
    [27] -1 0 0x00007480 - 0x00007487 (0x8) IX[b]
    [28] -1 0 0x00007800 - 0x0000780f (0x10) IX[b]
    [29] -1 0 0x00007880 - 0x00007883 (0x4) IX[b]
    [30] -1 0 0x00007c00 - 0x00007c07 (0x8) IX[b]
    [31] -1 0 0x00008000 - 0x00008003 (0x4) IX[b]
    [32] -1 0 0x00008080 - 0x00008087 (0x8) IX[b]
    [33] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [34] -1 0 0x00008480 - 0x00008483 (0x4) IX[b]
    [35] -1 0 0x00008800 - 0x00008807 (0x8) IX[b]
    [36] -1 0 0x00008880 - 0x00008883 (0x4) IX[b]
    [37] -1 0 0x00008c00 - 0x00008c07 (0x8) IX[b]
    [38] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [39] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [40] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [41] -1 0 0x00000700 - 0x0000073f (0x40) IX[b]
    [42] -1 0 0x00000600 - 0x0000063f (0x40) IX[b]
    [43] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[b]
    [44] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[b](B)
    [45] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b](B)
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.2.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9631
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9631
    Module class: X.Org Video Driver
    (II) LoadModule: "keyboard"
    (II) Loading /usr/lib/xorg/modules/input//keyboard_drv.so
    (II) Module keyboard: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) NVIDIA dlloader X Driver 1.0-9631 Thu Nov 9 17:37:27 PST 2006
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 06:00:0
    (WW) NVIDIA: No matching Device section for instance (BusID PCI:5:0:0) found
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules//libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[b]
    [5] -1 0 0xdffff800 - 0xdfffffff (0x800) MX[b]
    [6] -1 0 0xdadfc000 - 0xdadfffff (0x4000) MX[b]
    [7] -1 0 0xdacf8000 - 0xdacfbfff (0x4000) MX[b]
    [8] -1 0 0xdacffc00 - 0xdacffc7f (0x80) MX[b]
    [9] -1 0 0xdabfa000 - 0xdabfafff (0x1000) MX[b]
    [10] -1 0 0xdabfb000 - 0xdabfbfff (0x1000) MX[b]
    [11] -1 0 0xdabfc000 - 0xdabfcfff (0x1000) MX[b]
    [12] -1 0 0xdabfd000 - 0xdabfdfff (0x1000) MX[b]
    [13] -1 0 0xdabffc00 - 0xdabffcff (0x100) MX[b]
    [14] -1 0 0xdabfe000 - 0xdabfefff (0x1000) MX[b]
    [15] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[b](B)
    [16] -1 0 0xdd000000 - 0xddffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[b](B)
    [19] -1 0 0xdb000000 - 0xdbffffff (0x1000000) MX[b](B)
    [20] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [21] -1 0 0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [24] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[b]
    [25] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [26] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b]
    [27] -1 0 0x00007480 - 0x00007487 (0x8) IX[b]
    [28] -1 0 0x00007800 - 0x0000780f (0x10) IX[b]
    [29] -1 0 0x00007880 - 0x00007883 (0x4) IX[b]
    [30] -1 0 0x00007c00 - 0x00007c07 (0x8) IX[b]
    [31] -1 0 0x00008000 - 0x00008003 (0x4) IX[b]
    [32] -1 0 0x00008080 - 0x00008087 (0x8) IX[b]
    [33] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [34] -1 0 0x00008480 - 0x00008483 (0x4) IX[b]
    [35] -1 0 0x00008800 - 0x00008807 (0x8) IX[b]
    [36] -1 0 0x00008880 - 0x00008883 (0x4) IX[b]
    [37] -1 0 0x00008c00 - 0x00008c07 (0x8) IX[b]
    [38] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [39] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [40] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [41] -1 0 0x00000700 - 0x0000073f (0x40) IX[b]
    [42] -1 0 0x00000600 - 0x0000063f (0x40) IX[b]
    [43] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[b]
    [44] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[b](B)
    [45] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[b]
    [5] -1 0 0xdffff800 - 0xdfffffff (0x800) MX[b]
    [6] -1 0 0xdadfc000 - 0xdadfffff (0x4000) MX[b]
    [7] -1 0 0xdacf8000 - 0xdacfbfff (0x4000) MX[b]
    [8] -1 0 0xdacffc00 - 0xdacffc7f (0x80) MX[b]
    [9] -1 0 0xdabfa000 - 0xdabfafff (0x1000) MX[b]
    [10] -1 0 0xdabfb000 - 0xdabfbfff (0x1000) MX[b]
    [11] -1 0 0xdabfc000 - 0xdabfcfff (0x1000) MX[b]
    [12] -1 0 0xdabfd000 - 0xdabfdfff (0x1000) MX[b]
    [13] -1 0 0xdabffc00 - 0xdabffcff (0x100) MX[b]
    [14] -1 0 0xdabfe000 - 0xdabfefff (0x1000) MX[b]
    [15] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[b](B)
    [16] -1 0 0xdd000000 - 0xddffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[b](B)
    [19] -1 0 0xdb000000 - 0xdbffffff (0x1000000) MX[b](B)
    [20] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [21] -1 0 0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
    [22] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [23] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [24] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [25] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [26] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [27] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[b]
    [28] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [29] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b]
    [30] -1 0 0x00007480 - 0x00007487 (0x8) IX[b]
    [31] -1 0 0x00007800 - 0x0000780f (0x10) IX[b]
    [32] -1 0 0x00007880 - 0x00007883 (0x4) IX[b]
    [33] -1 0 0x00007c00 - 0x00007c07 (0x8) IX[b]
    [34] -1 0 0x00008000 - 0x00008003 (0x4) IX[b]
    [35] -1 0 0x00008080 - 0x00008087 (0x8) IX[b]
    [36] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [37] -1 0 0x00008480 - 0x00008483 (0x4) IX[b]
    [38] -1 0 0x00008800 - 0x00008807 (0x8) IX[b]
    [39] -1 0 0x00008880 - 0x00008883 (0x4) IX[b]
    [40] -1 0 0x00008c00 - 0x00008c07 (0x8) IX[b]
    [41] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [42] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [43] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [44] -1 0 0x00000700 - 0x0000073f (0x40) IX[b]
    [45] -1 0 0x00000600 - 0x0000063f (0x40) IX[b]
    [46] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[b]
    [47] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[b](B)
    [48] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b](B)
    [49] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [50] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): NVIDIA GPU GeForce 7950 GX2 at PCI:6:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 524288 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.71.22.24.08
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 7950 GX2 at PCI:6:0:0:
    (--) NVIDIA(0): ATC MITAC=A17E (CRT-1)
    (--) NVIDIA(0): LG L204WT (DFP-0)
    (--) NVIDIA(0): ATC MITAC=A17E (CRT-1): 342.0 MHz maximum pixel clock
    (--) NVIDIA(0): LG L204WT (DFP-0): 330.0 MHz maximum pixel clock
    (--) NVIDIA(0): LG L204WT (DFP-0): Internal Dual Link TMDS
    (II) NVIDIA(0): Assigned Display Device: CRT-1
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1680x1050"
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    (--) NVIDIA(0): DPI set to (125, 98); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xdd000000 - 0xddffffff (0x1000000) MX[b]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b]
    [2] 0 0 0xde000000 - 0xdeffffff (0x1000000) MX[b]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [7] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[b]
    [8] -1 0 0xdffff800 - 0xdfffffff (0x800) MX[b]
    [9] -1 0 0xdadfc000 - 0xdadfffff (0x4000) MX[b]
    [10] -1 0 0xdacf8000 - 0xdacfbfff (0x4000) MX[b]
    [11] -1 0 0xdacffc00 - 0xdacffc7f (0x80) MX[b]
    [12] -1 0 0xdabfa000 - 0xdabfafff (0x1000) MX[b]
    [13] -1 0 0xdabfb000 - 0xdabfbfff (0x1000) MX[b]
    [14] -1 0 0xdabfc000 - 0xdabfcfff (0x1000) MX[b]
    [15] -1 0 0xdabfd000 - 0xdabfdfff (0x1000) MX[b]
    [16] -1 0 0xdabffc00 - 0xdabffcff (0x100) MX[b]
    [17] -1 0 0xdabfe000 - 0xdabfefff (0x1000) MX[b]
    [18] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[b](B)
    [19] -1 0 0xdd000000 - 0xddffffff (0x1000000) MX[b](B)
    [20] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [21] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[b](B)
    [22] -1 0 0xdb000000 - 0xdbffffff (0x1000000) MX[b](B)
    [23] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [24] -1 0 0xdc000000 - 0xdcffffff (0x1000000) MX[b](B)
    [25] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [26] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [27] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [28] 0 0 0x0000dc00 - 0x0000dc7f (0x80) IX[b]
    [29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [30] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [31] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[b]
    [32] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [33] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b]
    [34] -1 0 0x00007480 - 0x00007487 (0x8) IX[b]
    [35] -1 0 0x00007800 - 0x0000780f (0x10) IX[b]
    [36] -1 0 0x00007880 - 0x00007883 (0x4) IX[b]
    [37] -1 0 0x00007c00 - 0x00007c07 (0x8) IX[b]
    [38] -1 0 0x00008000 - 0x00008003 (0x4) IX[b]
    [39] -1 0 0x00008080 - 0x00008087 (0x8) IX[b]
    [40] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [41] -1 0 0x00008480 - 0x00008483 (0x4) IX[b]
    [42] -1 0 0x00008800 - 0x00008807 (0x8) IX[b]
    [43] -1 0 0x00008880 - 0x00008883 (0x4) IX[b]
    [44] -1 0 0x00008c00 - 0x00008c07 (0x8) IX[b]
    [45] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [46] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [47] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [48] -1 0 0x00000700 - 0x0000073f (0x40) IX[b]
    [49] -1 0 0x00000600 - 0x0000063f (0x40) IX[b]
    [50] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[b]
    [51] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[b](B)
    [52] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b](B)
    [53] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [54] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) NVIDIA(GPU-1): NVIDIA GPU GeForce 7950 GX2 at PCI:5:0:0 (GPU-1)
    (--) NVIDIA(GPU-1): Memory: 524288 kBytes
    (--) NVIDIA(GPU-1): VideoBIOS: 05.71.22.24.07
    (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
    (--) NVIDIA(GPU-1): Interlaced video modes are supported on this GPU
    (--) NVIDIA(GPU-1): Connected display device(s) on GeForce 7950 GX2 at PCI:5:0:0:
    (II) NVIDIA(0): Setting mode "1680x1050"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (**) Option "CoreKeyboard"
    (**) Keyboard0: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc104"
    (**) Keyboard0: XkbModel: "pc104"
    (**) Option "XkbLayout" "dvorak"
    (**) Keyboard0: XkbLayout: "dvorak"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "auto"
    (**) Mouse0: Device: "/dev/psaux"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: Core Pointer
    (**) Option "Device" "/dev/psaux"
    (**) Option "Emulate3Buttons" "no"
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse0: ZAxisMapping: buttons 4 and 5
    (**) Mouse0: Buttons: 9
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "NVIDIA Damage Notification Manager" (type: Other)
    (II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
    Back in a few minutes.
    - KD
    Last edited by KomodoDave (2007-04-22 14:25:14)

  • [SOLVED] mkinitcpio (problem with ide and encrypt hooks)

    I've installed kernel26-beyond 2.6.19beyond2 and after that mkinitcpio couldn't generate img file. I tried with 2 configs:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="reiser4 ext2 reiserfs"
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish. This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    # FILES="/etc/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'modload' may be used in place of 'udev', but is not recommended
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    # This setup specifies all modules in the MODULES setting above.
    # No raid, lvm, or encrypted root is needed.
    # HOOKS="base"
    # This setup will autodetect all modules for your system and should
    # work as a sane default
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    # This setup will generate a 'full' image which supports most systems.
    # No autodetection is done.
    # HOOKS="base udev ide scsi sata usb filesystems"
    # This setup assembles an ide raid array with an encrypted root FS.
    # Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev ide raid encrypt filesystems"
    # This setup loads an LVM volume group on a usb device.
    # HOOKS="base udev usb filesystems lvm"
    HOOKS="base udev autodetect ide scsi sata encrypt filesystems"
    and
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="reiser4 ext2 reiserfs"
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish. This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    # FILES="/etc/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'modload' may be used in place of 'udev', but is not recommended
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    # This setup specifies all modules in the MODULES setting above.
    # No raid, lvm, or encrypted root is needed.
    # HOOKS="base"
    # This setup will autodetect all modules for your system and should
    # work as a sane default
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    # This setup will generate a 'full' image which supports most systems.
    # No autodetection is done.
    # HOOKS="base udev ide scsi sata usb filesystems"
    # This setup assembles an ide raid array with an encrypted root FS.
    # Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev ide raid encrypt filesystems"
    # This setup loads an LVM volume group on a usb device.
    # HOOKS="base udev usb filesystems lvm"
    HOOKS="base udev autodetect scsi sata encrypt filesystems"
    With the first config mkinitcpio froze when was generating ide hook and with the second froze when generating encrypt hook.
    Any idea what might have gone wrong? What should I do?
    Best regards,
    jasiekd.
    Last edited by jasiekd (2007-02-20 14:00:49)

    I don't have any experience with the beyond-kernel, but on two of my machines which already use encrypted root with LUKS I have added the following modules into /etc/mkinitcpio.conf
    (I use AES for swap & Serpent for the rest, sha256 as essiv-hash)
    MODULES="dm-crypt aes-i586 serpent sha256"
    Did you switch the Kernel on an already installed/running System or did you make a fresh installation with the beyond-kernel? In case your System is already installed, you could try the mkinitcpio procedure with a life-cd (may be worth a try).
    There's also an excellent article in the wiki:
    http://wiki.archlinux.org/index.php/Mkinitcpio
    In the troubleshooting-section of the article there's also a solution to a problem concerning the beyond-kernel and ide/sata/scsi, which could be just what you are looking for. 
    Hope it'll be helpfull!

  • The console font change to a very little font... [SOLVED]

    On booting, when displaying all messages the font is big.
    When arriving to the [DONE] part, the font becomes smaller, while the font was bigger 1 week ago.
    It's hard to explain because I can't take screenshots, but if anyone can help me to restore the bigger font...
    This 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"
    # 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="es_ES.utf-8"
    HARDWARECLOCK="localtime"
    TIMEZONE="Europe/Madrid"
    KEYMAP="es.map.gz"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to blacklist it
    MODULES=(ipw3945 8139too mii cpufreq_powersave cpufreq_userspace
    freq_table acpi_cpufreq asus_acpi)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="samantha"
    # 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
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    eth2="dhcp"
    #"eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    INTERFACES=(lo !eth0 !eth2)
    # 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-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng crond hal hwd cpudyn @alsa ipw3945d
    laptop-mode !network netfs dhcdbd networkmanager gdm)
    # End of file
    Greetings
    Last edited by Davigetto (2007-05-29 19:27:24)

    I have erased the "keymap" hook on mkinitcpio.conf, i have done "pacman -S kernel26", and all was solved. I don't know why loading keymap hook causes this problem while I have always had keymap hook active... I will make another post talking about the keymap hook after posting it as a bug (i have to make me sure that it's a bug...)
    Thank you very much, patroclo, you have helped me a lot ^_^
    Greetings
    EDIT: Well, I have seen that configuring properly rc.conf, adding keymap hook to mkinitcpio.conf, and reinstalling kernel, solves all problems. I can sleep now
    Last edited by Davigetto (2007-05-29 19:27:06)

  • Random Kernel Panic after upgrade to kernel 2.6.36

    Hello,
    First of all, I apologise if this topic has already come up on the forums, but i've checked and can't see anything specifically relating to the problem im having, and ive also checked the bugs section of Archwiki and can't seem to see anything on there either. I'm not sure what information you guys need so ill just post as much as I can think of in this thread and then if you need any other info, ill post it on request.
    The problem im having relates to a recent system update, which I did sometime within the past 4 weeks or so, after not upgrading for quite a while due to lack of free time.
    In the last update I remember seeing it upgrading the kernel from 2.6.35 to 2.6.36, and since then I have been getting completly random kernel panics, whereby everything freezes. If I have audio output, the sound crashes and everything freezes, and the caps lock and scroll lock lights just flash in sync on the keyboard.
    I have never had any problems like this in all the 7 months that i've been using Arch as a permenant OS.
    Hardware:
    Mobo: ASRock 775Dual-VSTA
    Ram: 2GB (2x 1GB different brand sticks, same specs)
    CPU: Intel Core 2 Duo 1.6GHz
    GFX: Nvidia 8800GT 512MB
    Plug and Play hardware that is normally always connected:
    1. Zoom Wireless Dongle (4410b chipset, using ndiswrapper and the Zoom windows driver)
    2. Digital TV Stick (Artec T1) with specific firmware and using MeTV as a viewer.
    I've looked in all of the logs, including: dmesg, everything.log, daemon.log, errors.log, messages.log and all the other logs. But there is very little information relating to the crash in there. I'm guessing this is because its a kernel panic so it doesn't have chance to dump anything into the logs before it all crashes? If needs be I can post whichever logs you think will be most useful, but i'm using my laptop at the minute so I wont get chance to post them until tomorrow evening.
    I've also tried enabling the testing repos and upgraded to kernel 2.6.37-1 to see if this suspected bug is fixed, but the panic seems to happen the same, if not more with kernel 2.6.37-1. At the minute I've rolled my system back to kernel 2.6.36 because it seemed a little more stable.
    It doesn't just crash when your in the X server either. Theres been a few times when i've had a kernel panic during boot. Sometimes a couple of seconds after it starts to boot into Arch. And sometimes just as its processing the Udev events. But as I say it seems completely random rather than relating to specific events.
    During one of the crashes at boot I got an error message on the screen which read:
    Setting Latency Timer to 64
    HDA Intel 0000:80:01.0: PCI: disallowing DAC for device
    [<c131621b>] ? error_code+0x67/0x6c
    Thats as much as I can think of at the minute. As I say, if you need any more information or need me to paste my log files then let me know and i will do that tomorrow.
    Thanks in advance for the help, its much appreciated.
    Scott.
    Last edited by ScottWilson1990 (2011-01-10 01:18:26)

    Hi Daniel,
    I'm just guessing that its a kenel panic, as when it happens both the caps lock and scroll lock lights flash in sync, which is a sign of kernel panic isn't it?
    My cpu is i686.
    I've just read that post and i've downgraded udev to 164-3 to see if this solves the problem as some people have said in that post, although others later on in the thread say that this doesn't solve it for them. This morning it took me 4 restarts just to get arch to boot without the panic. I took a picture of the screen during the panic which ill post after work this evening, it looks pretty similar to the picture posted by "rabid_works" in the thread you pasted. I'm not sure about your post in the other threat that relates to the errors in the Oops report, could you clarify this so I can see if the problems reported in that thread are what I am experiencing?.
    In the meantime, here is my pacman.log from 26.12.10 when I did the upgrade and the problems started. (note I have done upgrades following 26.12.10 to see if anything fixed the problem but with no luck, that is why the log is so long and I don't have any hosting anymore, so i've had to post it in quotes, I apologise).
    [2010-12-26 15:13] Running 'pacman -Sy'
    [2010-12-26 15:13] synchronizing package lists
    [2010-12-26 15:14] Running 'pacman -Syu'
    [2010-12-26 15:14] synchronizing package lists
    [2010-12-26 15:14] starting full system upgrade
    [2010-12-26 15:35] Running 'pacman -Syu'
    [2010-12-26 15:35] synchronizing package lists
    [2010-12-26 15:35] starting full system upgrade
    [2010-12-26 16:45] removed libusb1 (1.0.8-1)
    [2010-12-26 16:45] removed pycairo (1.8.10-2)
    [2010-12-26 16:45] removed python-numpy (1.5.0-2)
    [2010-12-26 16:45] upgraded gnome-menus (2.30.4-2 -> 2.30.5-1)
    [2010-12-26 16:45] upgraded gnome-desktop (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:45] upgraded tzdata (2010n-1 -> 2010o-1)
    [2010-12-26 16:45] Generating locales...
    [2010-12-26 16:45]   en_GB.UTF-8... done
    [2010-12-26 16:45]   en_US.UTF-8... done
    [2010-12-26 16:46]   en_US.ISO-8859-1... done
    [2010-12-26 16:46] Generation complete.
    [2010-12-26 16:46] upgraded glibc (2.12.1-3 -> 2.12.1-4)
    [2010-12-26 16:46] upgraded gcc-libs (4.5.1-1 -> 4.5.1-2)
    [2010-12-26 16:46] upgraded pcre (8.10-1 -> 8.11-1)
    [2010-12-26 16:46] upgraded glib2 (2.26.0-2 -> 2.26.1-1)
    [2010-12-26 16:46] upgraded zlib (1.2.5-2 -> 1.2.5-3)
    [2010-12-26 16:46] upgraded ncurses (5.7-3 -> 5.7-4)
    [2010-12-26 16:46] upgraded readline (6.1.002-1 -> 6.1.002-2)
    [2010-12-26 16:46] upgraded libxml2 (2.7.7-2 -> 2.7.8-1)
    [2010-12-26 16:46] upgraded bash (4.1.009-1 -> 4.1.009-3)
    [2010-12-26 16:46] upgraded findutils (4.4.2-2 -> 4.4.2-3)
    [2010-12-26 16:46] upgraded gzip (1.4-1 -> 1.4-2)
    [2010-12-26 16:46] upgraded texinfo (4.13a-4 -> 4.13a-5)
    [2010-12-26 16:46] upgraded libtasn1 (2.6-1 -> 2.8-1)
    [2010-12-26 16:46] upgraded gnutls (2.8.6-1 -> 2.10.4-1)
    [2010-12-26 16:46] upgraded libsoup (2.32.0-1 -> 2.32.2-1)
    [2010-12-26 16:46] upgraded db (5.1.19-2 -> 5.1.19-3)
    [2010-12-26 16:46] upgraded openssl (1.0.0.a-3 -> 1.0.0.c-1)
    [2010-12-26 16:46] upgraded sqlite3 (3.7.3-1 -> 3.7.4-1)
    [2010-12-26 16:46] upgraded heimdal (1.3.3-2 -> 1.3.3-4)
    [2010-12-26 16:46] upgraded evolution-data-server (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded inputproto (2.0-1 -> 2.0.1-1)
    [2010-12-26 16:46] upgraded libxi (1.3.2-1 -> 1.4.0-1)
    [2010-12-26 16:46] upgraded libpng (1.4.4-1 -> 1.4.5-1)
    [2010-12-26 16:46] upgraded expat (2.0.1-5 -> 2.0.1-6)
    [2010-12-26 16:46] upgraded xproto (7.0.18-1 -> 7.0.20-1)
    [2010-12-26 16:46] upgraded libx11 (1.3.5-1 -> 1.4.0-1)
    [2010-12-26 16:46] upgraded attr (2.4.44-1 -> 2.4.44-2)
    [2010-12-26 16:46] upgraded libcap (2.19-1 -> 2.19-2)
    [2010-12-26 16:46] upgraded coreutils (8.6-1 -> 8.7-1)
    [2010-12-26 16:46] warning: /etc/hosts installed as /etc/hosts.pacnew
    [2010-12-26 16:46] warning: /etc/gshadow installed as /etc/gshadow.pacnew
    [2010-12-26 16:46] upgraded filesystem (2010.10-1 -> 2010.12-1)
    [2010-12-26 16:46] upgraded dbus-core (1.4.0-1 -> 1.4.1-1)
    [2010-12-26 16:46] upgraded dbus (1.4.0-1 -> 1.4.1-1)
    [2010-12-26 16:46] upgraded avahi (0.6.27-7 -> 0.6.28-1)
    [2010-12-26 16:46] upgraded libcups (1.4.4-3 -> 1.4.5-2)
    [2010-12-26 16:46] upgraded gdk-pixbuf2 (2.22.0-2 -> 2.22.1-1)
    [2010-12-26 16:46] upgraded gtk2 (2.22.0-5 -> 2.22.1-1)
    [2010-12-26 16:46] upgraded librsvg (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded libogg (1.2.0-1 -> 1.2.2-1)
    [2010-12-26 16:46] upgraded libvorbis (1.3.1-1 -> 1.3.2-1)
    [2010-12-26 16:46] upgraded gstreamer0.10 (0.10.30-1 -> 0.10.31-1)
    [2010-12-26 16:46] upgraded libcanberra (0.25-1 -> 0.26-3)
    [2010-12-26 16:46] upgraded libwnck (2.30.5-1 -> 2.30.6-1)
    [2010-12-26 16:46] upgraded gnome-panel (2.32.0.2-2 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded alacarte (0.13.2-2 -> 0.13.2-3)
    [2010-12-26 16:46] upgraded alsa-utils (1.0.23-2 -> 1.0.23-3)
    [2010-12-26 16:46] upgraded amsn (0.98.3-4 -> 0.98.4-1)
    [2010-12-26 16:46] upgraded libusb (0.1.12-4 -> 1.0.8-1)
    [2010-12-26 16:46] installed libusb-compat (0.1.3-1)
    [2010-12-26 16:46] upgraded ardour (2.8.11-1 -> 2.8.11-2)
    [2010-12-26 16:46] upgraded automake (1.11.1-1 -> 1.11.1-2)
    [2010-12-26 16:46] upgraded bluez (4.77-1 -> 4.82-1)
    [2010-12-26 16:46] upgraded boost-libs (1.43.0-2 -> 1.45.0-1)
    [2010-12-26 16:46] upgraded orc (0.4.7-1 -> 0.4.11-1)
    [2010-12-26 16:46] upgraded udev (163-1 -> 164-3)
    [2010-12-26 16:46] upgraded gstreamer0.10-base (0.10.30-1 -> 0.10.31-1)
    [2010-12-26 16:46] upgraded gstreamer0.10-base-plugins (0.10.30-1 -> 0.10.31-1)
    [2010-12-26 16:46] upgraded file (5.04-2 -> 5.04-3)
    [2010-12-26 16:46] upgraded cdrkit (1.1.10-1 -> 1.1.11-1)
    [2010-12-26 16:46] upgraded libao (1.0.0-2 -> 1.0.0-5)
    [2010-12-26 16:46] upgraded cdrdao (1.2.3-4 -> 1.2.3-5)
    [2010-12-26 16:46] upgraded brasero (2.32.0-3 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded run-parts (3.2.3-1 -> 3.4.1-1)
    [2010-12-26 16:46] upgraded sed (4.2.1-2 -> 4.2.1-3)
    [2010-12-26 16:46] Clearing symlinks in /etc/ssl/certs...done.
    [2010-12-26 16:46] Updating certificates in /etc/ssl/certs... 141 added, 0 removed; done.
    [2010-12-26 16:46] Running hooks in /etc/ca-certificates/update.d....
    [2010-12-26 16:46] updating keystore /etc/ssl/certs/java/cacerts...
    [2010-12-26 16:46]   added: /etc/ssl/certs/brasil.gov.br.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/cacert.org.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/ca.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/cert_igca_dsa.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/cert_igca_rsa.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_1.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_2.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_External_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_Low-Value_Services_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_Public_Services_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_Qualified_Certificates_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/America_Online_Root_Certification_Authority_1.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/America_Online_Root_Certification_Authority_2.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Baltimore_CyberTrust_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/COMODO_Certification_Authority.pem
    [2010-12-26 16:46]   ignored import, signature not available: /etc/ssl/certs/COMODO_ECC_Certification_Authority.pem
    [2010-12-26 16:46] keytool error: java.security.NoSuchAlgorithmException: SHA384withECDSA Signature not available
    [2010-12-26 16:46]   added: /etc/ssl/certs/Camerfirma_Chambers_of_Commerce_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Camerfirma_Global_Chambersign_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Certplus_Class_2_Primary_CA.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Certum_Root_CA.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Comodo_AAA_Services_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Comodo_Secure_Services_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Comodo_Trusted_Services_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DST_ACES_CA_X6.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DST_Root_CA_X3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiCert_Global_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiNotar_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_1.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_4.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Global_Secure_Personal_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Global_Secure_Server_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Premium_2048_Secure_Server_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Secure_Personal_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Secure_Server_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust_Root_Certification_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_Global_eBusiness_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_eBusiness_CA_1.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_eBusiness_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Firmaprofesional_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GTE_CyberTrust_Global_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GTE_CyberTrust_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Global_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Global_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Primary_Certification_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Universal_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Universal_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GlobalSign_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GlobalSign_Root_CA_-_R2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Go_Daddy_Class_2_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASE1_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASE3_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASEA1_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASEA3_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_Chained_CAs_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_Servidores_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_Timestamping_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Business_=Class_B=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Express_=Class_C=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Notary_=Class_A=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Qualified_=Class_QA=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Network_Solutions_Certificate_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/QuoVadis_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/QuoVadis_Root_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/QuoVadis_Root_CA_3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/RSA_Root_Certificate_1.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/RSA_Security_1024_v3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/RSA_Security_2048_v3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/SecureTrust_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Secure_Global_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Security_Communication_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Sonera_Class_1_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Sonera_Class_2_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Staat_der_Nederlanden_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Starfield_Class_2_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/StartCom_Certification_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/StartCom_Ltd..pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/SwissSign_Gold_CA_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/SwissSign_Platinum_CA_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/SwissSign_Silver_CA_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Swisscom_Root_CA_1.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TC_TrustCenter__Germany__Class_2_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TC_TrustCenter__Germany__Class_3_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TDC_Internet_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TDC_OCES_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TURKTRUST_Certificate_Services_Provider_Root_1.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TURKTRUST_Certificate_Services_Provider_Root_2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Taiwan_GRCA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Personal_Basic_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Personal_Freemail_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Personal_Premium_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Premium_Server_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Server_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Time_Stamping_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN-USER_First-Network_Applications.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN_DATACorp_SGC_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN_USERFirst_Email_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN_USERFirst_Hardware_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/ValiCert_Class_1_VA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/ValiCert_Class_2_VA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_RSA_Secure_Server_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Time_Stamping_Authority_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Visa_International_Global_Root_2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Visa_eCommerce_Root.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/WellsSecure_Public_Root_Certificate_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Wells_Fargo_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/XRamp_Global_CA_Root.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA-Baltimore_Implementation.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA_-_Entrust_Implementation.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA_-_RSA_Implementation.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/thawte_Primary_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/signet_ca1_pem.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/signet_ca2_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_ca3_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_ocspklasa2_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_ocspklasa3_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_pca2_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_pca3_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_rootca_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_tsa1_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/spi-ca-2003.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/spi-cacert-2008.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/deutsche-telekom-root-ca-2.pem
    [2010-12-26 16:49] done.
    [2010-12-26 16:49] done.
    [2010-12-26 16:49] upgraded ca-certificates (20090814-3 -> 20090814+nmu2-1)
    [2010-12-26 16:49] upgraded ca-certificates-java (20090629-2 -> 20100412-2)
    [2010-12-26 16:49] upgraded cairomm (1.8.4-1 -> 1.8.6-1)
    [2010-12-26 16:49] upgraded curl (7.21.2-2 -> 7.21.3-1)
    [2010-12-26 16:49] upgraded dbus-glib (0.86-1 -> 0.92-1)
    [2010-12-26 16:49] upgraded python2 (2.7-3 -> 2.7.1-3)
    [2010-12-26 16:49] upgraded libtorrent-rasterbar (0.15.4-2 -> 0.15.4-3)
    [2010-12-26 16:49] upgraded twisted (10.1.0-1 -> 10.2.0-1)
    [2010-12-26 16:49] installed python2-chardet (2.0.1-3)
    [2010-12-26 16:49] >>> Deluge's daemon is running default with the "deluge" user. The default download directory is /srv/deluge/.
    [2010-12-26 16:49]     You can change the user by editing /etc/conf.d/deluged
    [2010-12-26 16:49] upgraded deluge (1.3.1-1 -> 1.3.1-2)
    [2010-12-26 16:49] upgraded device-mapper (2.02.75-1 -> 2.02.78-1)
    [2010-12-26 16:49] upgraded dhcpcd (5.2.8-1 -> 5.2.9-1)
    [2010-12-26 16:49] upgraded diffutils (3.0-1 -> 3.0-2)
    [2010-12-26 16:49] upgraded dnsutils (9.7.1.P2-1 -> 9.7.2.P3-1)
    [2010-12-26 16:49] upgraded eog (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:49] upgraded ethtool (6-2 -> 2.6.35-2)
    [2010-12-26 16:49] upgraded fakeroot (1.14.4-2 -> 1.14.5-1)
    [2010-12-26 16:49] upgraded feh (1.10-1 -> 1.10.1-1)
    [2010-12-26 16:49] upgraded sdl (1.2.14-5 -> 1.2.14-6)
    [2010-12-26 16:49] upgraded schroedinger (1.0.9-1 -> 1.0.10-1)
    [2010-12-26 16:49] upgraded libvpx (0.9.5-1 -> 0.9.5-2)
    [2010-12-26 16:49] upgraded libdrm (2.4.21-2 -> 2.4.22-3)
    [2010-12-26 16:49] upgraded pixman (0.18.4-1 -> 0.20.0-1)
    [2010-12-26 16:49] upgraded xorg-server-common (1.9.2-1 -> 1.9.2-2)
    [2010-12-26 16:49] upgraded xorg-server (1.9.2-1 -> 1.9.2-2)
    [2010-12-26 16:49] upgraded nvidia-utils (260.19.12-1 -> 260.19.29-1)
    [2010-12-26 16:49] upgraded libva (1.0.5-2 -> 1.0.6-1)
    [2010-12-26 16:49] upgraded ffmpeg (25472-1 -> 25679-1)
    [2010-12-26 16:49] upgraded file-roller (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:49] upgraded xulrunner (1.9.2.12-1 -> 1.9.2.13-2)
    [2010-12-26 16:49] upgraded firefox (3.6.12-1 -> 3.6.13-1)
    [2010-12-26 16:49] upgraded flashplugin (10.1.85.3-1 -> 10.1.102.65-1)
    [2010-12-26 16:49] installed libasyncns (0.8-3)
    [2010-12-26 16:49] installed libpulse (0.9.22-2)
    [2010-12-26 16:49] upgraded fluidsynth (1.1.3-1 -> 1.1.3-2)
    [2010-12-26 16:49] upgraded freetype2 (2.4.3-1 -> 2.4.4-1)
    [2010-12-26 16:49] upgraded gawk (3.1.8-1 -> 3.1.8-2)
    [2010-12-26 16:49] upgraded gcalctool (5.32.0-2 -> 5.32.2-1)
    [2010-12-26 16:49] upgraded gcc (4.5.1-1 -> 4.5.1-2)
    [2010-12-26 16:49] upgraded gen-init-cpio (2.6.32-1 -> 2.6.36-1)
    [2010-12-26 16:49] upgraded ghostscript (9.00-1 -> 9.00-2)
    [2010-12-26 16:49] upgraded gmime (2.4.19-1 -> 2.4.21-1)
    [2010-12-26 16:49] upgraded gucharmap (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:49] upgraded libnotify (0.4.5-1.1 -> 0.5.2-1)
    [2010-12-26 16:50] upgraded gnome-applets (2.32.0-3 -> 2.32.1.1-1)
    [2010-12-26 16:50] installed libgnome-data (2.32.0-3)
    [2010-12-26 16:50] upgraded gnome-settings-daemon (2.32.0-1 -> 2.32.1-2)
    [2010-12-26 16:50] upgraded gnome-control-center (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] installed python2-gconf (2.28.1-5)
    [2010-12-26 16:50] upgraded gnome-games (2.32.0-3 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-good (0.10.24-1 -> 0.10.26-1)
    [2010-12-26 16:50] upgraded libsoup-gnome (2.32.0-1 -> 2.32.2-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-good-plugins (0.10.24-1 -> 0.10.26-1)
    [2010-12-26 16:50] upgraded gnome-media (2.32.0-1 -> 2.32.0-2)
    [2010-12-26 16:50] upgraded gnome-panel-bonobo (2.32.0.2-2 -> 2.32.1-1)
    [2010-12-26 16:50] installed python2-bonobo (2.28.1-5)
    [2010-12-26 16:50] installed python2-libgnome (2.28.1-5)
    [2010-12-26 16:50] installed python2-gnomecanvas (2.28.1-5)
    [2010-12-26 16:50] installed python2-gnomevfs (2.28.1-5)
    [2010-12-26 16:50] upgraded gnome-python (2.28.1-3 -> 2.28.1-5)
    [2010-12-26 16:50] upgraded polkit (0.98-1 -> 0.99-1)
    [2010-12-26 16:50] upgraded procps (3.2.8-1 -> 3.2.8-3)
    [2010-12-26 16:50] upgraded pm-utils (1.4.0-1 -> 1.4.1-1)
    [2010-12-26 16:50] upgraded upower (0.9.6-0.20100929 -> 0.9.7-2)
    [2010-12-26 16:50] upgraded polkit-gnome (0.97-1 -> 0.99-1)
    [2010-12-26 16:50] upgraded gnome-session (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded vte (0.26.1-1 -> 0.26.2-1)
    [2010-12-26 16:50] upgraded gnome-terminal (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded gnome-themes (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded gnupg (1.4.11-1 -> 1.4.11-2)
    [2010-12-26 16:50] upgraded gnupg2 (2.0.16-2 -> 2.0.16-3)
    [2010-12-26 16:50] installed atkmm (2.22.1-1)
    [2010-12-26 16:50] upgraded gtkmm (2.20.3-1 -> 2.22.0-1)
    [2010-12-26 16:50] upgraded gparted (0.7.0-1 -> 0.7.1-1)
    [2010-12-26 16:50] upgraded gpm (1.20.6-5 -> 1.20.6-6)
    [2010-12-26 16:50] upgraded gstreamer0.10-bad (0.10.19-1 -> 0.10.20-1)
    [2010-12-26 16:50] upgraded libdc1394 (2.1.2-1 -> 2.1.2-2)
    [2010-12-26 16:50] installed gsm (1.0.13-6)
    [2010-12-26 16:50] installed rtmpdump (2.3-3)
    [2010-12-26 16:50] installed libgme (0.5.5-3)
    [2010-12-26 16:50] upgraded gstreamer0.10-bad-plugins (0.10.19-1 -> 0.10.20-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-ffmpeg (0.10.10-1 -> 0.10.11-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-ugly (0.10.15-5 -> 0.10.16-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-ugly-plugins (0.10.15-5 -> 0.10.16-1)
    [2010-12-26 16:50] upgraded gtk-engine-murrine (0.98.1.1-1 -> 0.98.1.1-2)
    [2010-12-26 16:50] upgraded gtk-vnc (0.3.10-2 -> 0.4.2-2)
    [2010-12-26 16:50] upgraded gvfs (1.6.5-2 -> 1.6.6-1)
    [2010-12-26 16:50] upgraded usbutils (0.90-1 -> 0.91-4)
    [2010-12-26 16:50] upgraded hal (0.5.14-4 -> 0.5.14-5)
    [2010-12-26 16:50] upgraded hyphen (2.6-1 -> 2.7.1-1)
    [2010-12-26 16:50] upgraded icu (4.4.2-1 -> 4.6-1)
    [2010-12-26 16:50] upgraded inetutils (1.8-1 -> 1.8-2)
    [2010-12-26 16:50] upgraded initscripts (2010.07-1 -> 2010.07-2)
    [2010-12-26 16:50] upgraded iptables (1.4.9-1 -> 1.4.10-1)
    [2010-12-26 16:50] upgraded ipw2100-fw (1.3-4 -> 1.3-5)
    [2010-12-26 16:50] upgraded ipw2200-fw (3.1-2 -> 3.1-3)
    [2010-12-26 16:50] upgraded isdn4k-utils (3.2p1-5 -> 3.2p1-6)
    [2010-12-26 16:50] upgraded jfsutils (1.1.14-1 -> 1.1.14-2)
    [2010-12-26 16:50] upgraded linux-firmware (20100911-1 -> 20101108-1)
    [2010-12-26 16:50] >>> Updating module dependencies. Please wait ...
    [2010-12-26 16:50] >>> MKINITCPIO SETUP
    [2010-12-26 16:50] >>> ----------------
    [2010-12-26 16:50] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-12-26 16:50] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-12-26 16:50] >>> More information about mkinitcpio setup can be found here:
    [2010-12-26 16:50] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-12-26 16:50]
    [2010-12-26 16:50] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2010-12-26 16:50] ==> Building image "default"
    [2010-12-26 16:50] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-12-26 16:50] :: Begin build
    [2010-12-26 16:50] :: Parsing hook [base]
    [2010-12-26 16:50] :: Parsing hook [udev]
    [2010-12-26 16:50] :: Parsing hook [autodetect]
    [2010-12-26 16:50] :: Parsing hook [pata]
    [2010-12-26 16:50] :: Parsing hook [scsi]
    [2010-12-26 16:51] :: Parsing hook [sata]
    [2010-12-26 16:51] :: Parsing hook [filesystems]
    [2010-12-26 16:51] :: Generating module dependencies
    [2010-12-26 16:51] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-12-26 16:51] ==> SUCCESS
    [2010-12-26 16:51] ==> Building image "fallback"
    [2010-12-26 16:51] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-12-26 16:51] :: Begin build
    [2010-12-26 16:51] :: Parsing hook [base]
    [2010-12-26 16:51] :: Parsing hook [udev]
    [2010-12-26 16:51] :: Parsing hook [pata]
    [2010-12-26 16:51] :: Parsing hook [scsi]
    [2010-12-26 16:51] :: Parsing hook [sata]
    [2010-12-26 16:51] :: Parsing hook [filesystems]
    [2010-12-26 16:51] :: Generating module dependencies
    [2010-12-26 16:51] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-12-26 16:51] ==> SUCCESS
    [2010-12-26 16:51] upgraded kernel26 (2.6.35.8-1 -> 2.6.36.2-1)
    [2010-12-26 16:51] upgraded less (436-1 -> 436-2)
    [2010-12-26 16:51] upgraded libdvdcss (1.2.10-1.1 -> 1.2.10-2)
    [2010-12-26 16:51] upgraded libgnome (2.32.0-1 -> 2.32.0-3)
    [2010-12-26 16:51] upgraded libgssglue (0.1-2 -> 0.1-3)
    [2010-12-26 16:51] upgraded libmpdclient (2.2-1 -> 2.3-1)
    [2010-12-26 16:51] upgraded libmtp (1.0.2-1 -> 1.0.2-2)
    [2010-12-26 16:51] upgraded libpcap (1.1.1-1 -> 1.1.1-2)
    [2010-12-26 16:51] upgraded libpurple (2.7.5-1 -> 2.7.8-1)
    [2010-12-26 16:51] upgraded libwebkit (1.2.5-1 -> 1.2.5-2)
    [2010-12-26 16:51] upgraded libwpd (0.8.14-1 -> 0.9.0-1)
    [2010-12-26 16:51] upgraded lvm2 (2.02.75-1 -> 2.02.78-1)
    [2010-12-26 16:51] upgraded lzo2 (2.03-1 -> 2.04-1)
    [2010-12-26 16:51] upgraded man-db (2.5.7-1 -> 2.5.9-1)
    [2010-12-26 16:51] upgraded man-pages (3.29-1 -> 3.32-1)
    [2010-12-26 16:51] upgraded me-tv (1.3.4-1 -> 1.3.5-1)
    [2010-12-26 16:51] upgraded mesa (7.8.2-3 -> 7.9.0.git20101207-2)
    [2010-12-26 16:51] upgraded mousetweaks (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:51] upgraded mpd (0.15.13-1 -> 0.16-2)
    [2010-12-26 16:51] upgraded mpfr (3.0.0.p4-1 -> 3.0.0.p8-1)
    [2010-12-26 16:52] upgraded nano (2.2.5-1 -> 2.2.6-1)
    [2010-12-26 16:52] upgraded nautilus (2.32.0-1 -> 2.32.2-1)
    [2010-12-26 16:52] module configuration already contains alias directive
    [2010-12-26 16:52]
    [2010-12-26 16:52] upgraded ndiswrapper (1.56-5 -> 1.56-6)
    [2010-12-26 16:52] upgraded wireless_tools (29-3 -> 29-4)
    [2010-12-26 16:52] warning: directory permissions differ on var/lib/NetworkManager/
    filesystem: 755  package: 700
    [2010-12-26 16:52] ATTENTION:
    [2010-12-26 16:52]   /etc/NetworkManager/nm-system-settings.conf has been replaced
    [2010-12-26 16:52]   by /etc/NetworkManager/NetworkManager.conf. Make sure you move
    [2010-12-26 16:52]   any custom settings to the new config file.
    [2010-12-26 16:52] upgraded networkmanager (0.8.1-1 -> 0.8.3-0.20101130)
    [2010-12-26 16:52] upgraded network-manager-applet (0.8.1-2 -> 0.8.2-2)
    [2010-12-26 16:52] upgraded nfsidmap (0.23-3 -> 0.23-4)
    [2010-12-26 16:52] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2010-12-26 16:52] upgraded nvidia (260.19.12-1 -> 260.19.29-1)
    [2010-12-26 16:52] when you use a non-reparenting window manager
    [2010-12-26 16:52] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2010-12-26 16:52] /etc/profile.d/openjdk6.sh
    [2010-12-26 16:52] upgraded openjdk6 (6.b20_1.9.1-1 -> 6.b20_1.9.3-1)
    [2010-12-26 16:52] upgraded raptor (1.4.21-1 -> 1.4.21-2)
    [2010-12-26 16:52] upgraded rasqal (0.9.20-1 -> 0.9.21-1)
    [2010-12-26 16:52] upgraded redland (1.0.12-2 -> 1.0.12-3)
    [2010-12-26 16:52]  * check /etc/profile.d/openoffice.sh, then relogin or "source" the file
    [2010-12-26 16:52]  * see http://wiki.archlinux.org/index.php/Openoffice
    [2010-12-26 16:52]    how to use extensions, e.g. for spell checking
    [2010-12-26 16:52]    see /usr/lib/openoffice/share/extension/install what
    [2010-12-26 16:52]    is shipped with this package
    [2010-12-26 16:52]  * make sure you have installed a ttf font (ttf-dejavu recommended)
    [2010-12-26 16:52] upgraded openoffice-base (3.2.1-3 -> 3.2.1-4)
    [2010-12-26 16:52] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2010-12-26 16:52] upgraded pacman-mirrorlist (20100825-1 -> 20101223-1)
    [2010-12-26 16:52] upgraded patch (2.6.1-1 -> 2.6.1-2)
    [2010-12-26 16:52] upgraded perl-xml-parser (2.36-7 -> 2.40-1)
    [2010-12-26 16:52] upgraded pidgin (2.7.5-1 -> 2.7.8-1)
    [2010-12-26 16:52] upgraded pilot-link (0.12.5-1 -> 0.12.5-2)
    [2010-12-26 16:52] upgraded pkg-config (0.25-2 -> 0.25-3)
    [2010-12-26 16:52] upgraded poppler-data (0.4.3-1 -> 0.4.4-1)
    [2010-12-26 16:52] upgraded poppler (0.14.4-1 -> 0.14.5-1)
    [2010-12-26 16:52] upgraded poppler-glib (0.14.4-1 -> 0.14.5-1)
    [2010-12-26 16:52] upgraded postgresql-libs (9.0.1-2 -> 9.0.2-2)
    [2010-12-26 16:52] installed python2-cairo (1.8.10-1)
    [2010-12-26 16:52] upgraded python (3.1.2-2 -> 3.1.3-1)
    [2010-12-26 16:52] upgraded python-chardet (2.0.1-2 -> 2.0.1-3)
    [2010-12-26 16:52] installed python2-numpy (1.5.1-1)
    [2010-12-26 16:52] upgraded qt (4.7.0-4 -> 4.7.1-3)
    [2010-12-26 16:52] upgraded recode (3.6-5 -> 3.6-6)
    [2010-12-26 16:52] upgraded reiserfsprogs (3.6.21-2 -> 3.6.21-3)
    [2010-12-26 16:52] upgraded rpcbind (0.2.0-2 -> 0.2.0-3)
    [2010-12-26 16:52] upgraded smbclient (3.5.5-1 -> 3.5.6-1)
    [2010-12-26 16:52] upgraded syslog-ng (3.1.2-1 -> 3.2.1-1)
    [2010-12-26 16:52] upgraded tar (1.23-3 -> 1.25-1)
    [2010-12-26 16:52] upgraded telepathy-glib (0.12.3-1 -> 0.12.7-1)
    [2010-12-26 16:53] upgraded ttf-dejavu (2.30-2 -> 2.32-2)
    [2010-12-26 16:53] upgraded udisks (1.0.1-5 -> 1.0.2-1)
    [2010-12-26 16:53] upgraded unrar (3.9.10-1 -> 4.0.3-1)
    [2010-12-26 16:53] upgraded vino (2.32.0-1 -> 2.32.0-2)
    [2010-12-26 16:53] upgraded zvbi (0.2.33-2 -> 0.2.33-3)
    [2010-12-26 16:53] upgraded vlc (1.1.4.1-2 -> 1.1.5-2)
    [2010-12-26 16:53] upgraded warsow-data (0.5-4 -> 0.6-1)
    [2010-12-26 16:53] upgraded warsow (0.5-4 -> 0.6-3)
    [2010-12-26 16:53] upgraded which (2.20-3 -> 2.20-4)
    [2010-12-26 16:53] upgraded whois (5.0.7-1 -> 5.0.10-1)
    [2010-12-26 16:53] upgraded wireless-regdb (2009.11.25-1 -> 2010.11.24-1)
    [2010-12-26 16:53] upgraded xbitmaps (1.1.0-1 -> 1.1.1-1)
    [2010-12-26 16:53] upgraded xfsprogs (3.1.3-1 -> 3.1.4-1)
    [2010-12-26 16:53] upgraded xinetd (2.3.14-5 -> 2.3.14-6)
    [2010-12-26 16:53] upgraded xorg-docs (1.5-1 -> 1.6-1)
    [2010-12-26 16:53] upgraded xorg-iceauth (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] installed xorg-xdpyinfo (1.2.0-1)
    [2010-12-26 16:53] installed xorg-xdriinfo (1.0.4-1)
    [2010-12-26 16:53] installed xorg-xev (1.1.0-1)
    [2010-12-26 16:53] installed xorg-xlsatoms (1.1.0-1)
    [2010-12-26 16:53] installed xorg-xlsclients (1.1.1-1)
    [2010-12-26 16:53] installed xorg-xprop (1.2.0-1)
    [2010-12-26 16:53] installed xorg-xvinfo (1.1.1-1)
    [2010-12-26 16:53] installed xorg-xwininfo (1.1.1-1)
    [2010-12-26 16:53] upgraded xorg-utils (7.6-5 -> 7.6-6)
    [2010-12-26 16:53] upgraded xorg-xauth (1.0.4-1 -> 1.0.5-1)
    [2010-12-26 16:53] upgraded xorg-xbacklight (1.1.1-1 -> 1.1.2-1)
    [2010-12-26 16:53] upgraded xorg-xgamma (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xhost (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xinit (1.2.1-1 -> 1.3.0-2)
    [2010-12-26 16:53] upgraded xorg-xinput (1.5.2-1 -> 1.5.3-1)
    [2010-12-26 16:53] upgraded xorg-xkill (1.0.2-1 -> 1.0.3-1)
    [2010-12-26 16:53] upgraded xorg-xrandr (1.3.3-1 -> 1.3.4-1)
    [2010-12-26 16:53] upgraded xorg-xrdb (1.0.6-1 -> 1.0.7-1)
    [2010-12-26 16:53] upgraded xorg-xrefresh (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xset (1.2.0-1 -> 1.2.1-1)
    [2010-12-26 16:53] upgraded xorg-xsetroot (1.0.3-1 -> 1.1.0-1)
    [2010-12-26 16:53] upgraded xorg-xwd (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xwud (1.0.2-1 -> 1.0.3-1)
    [2010-12-26 16:53] upgraded xterm (266-1 -> 267-1)
    [2010-12-26 16:53] upgraded zenity (2.32.0-1 -> 2.32.1-1)
    [2010-12-28 17:36] Running 'pacman -Stu'
    [2010-12-28 17:36] starting full system upgrade
    [2010-12-28 17:36] Running 'pacman -Syu'
    [2010-12-28 17:36] synchronizing package lists
    [2010-12-28 17:36] starting full system upgrade
    [2010-12-28 17:37] upgraded libpurple (2.7.8-1 -> 2.7.9-1)
    [2010-12-28 17:37] upgraded pidgin (2.7.8-1 -> 2.7.9-1)
    [2010-12-29 23:49] Running 'pacman -S openntp'
    [2010-12-29 23:49] Running 'pacman -S openntpd'
    [2010-12-29 23:49] adding new group: ntp
    [2010-12-29 23:49] adding new user: ntp
    [2010-12-29 23:49] installed openntpd (3.9p1-13)
    [2010-12-31 17:57] Running 'pacman -Syu'
    [2010-12-31 17:57] synchronizing package lists
    [2010-12-31 17:57] starting full system upgrade
    [2010-12-31 18:03] upgraded linux-api-headers (2.6.34-1 -> 2.6.36.2-1)
    [2010-12-31 18:03] Generating locales...
    [2010-12-31 18:03]   en_GB.UTF-8... done
    [2010-12-31 18:03]   en_US.UTF-8... done
    [2010-12-31 18:03]   en_US.ISO-8859-1... done
    [2010-12-31 18:03] Generation complete.
    [2010-12-31 18:03] upgraded glibc (2.12.1-4 -> 2.12.2-1)
    [2010-12-31 18:03] upgraded binutils (2.20.1-4 -> 2.21-2)
    [2010-12-31 18:03] upgraded gcc (4.5.1-2 -> 4.5.2-3)
    [2010-12-31 18:03] upgraded gcc-libs (4.5.1-2 -> 4.5.2-3)
    [2010-12-31 18:03] upgraded hyphen (2.7.1-1 -> 2.7.1-2)
    [2010-12-31 18:03] upgraded libwebkit (1.2.5-2 -> 1.2.6-1)
    [2010-12-31 18:03] upgraded nautilus (2.32.2-1 -> 2.32.2.1-1)
    [2010-12-31 18:03] upgraded twisted (10.2.0-1 -> 10.2.0-2)
    [2010-12-31 18:03] upgraded xulrunner (1.9.2.13-2 -> 1.9.2.13-3)
    [2011-01-01 00:31] Running 'pacman -S dhcpcd'
    [2011-01-01 00:35] Running 'pacman -Rns dhcpcd'
    [2011-01-01 00:36] Running 'pacman -Rns networkmanager'
    [2011-01-01 00:36] Running 'pacman -Rns network-manager-applet'
    [2011-01-01 00:36] removed network-manager-applet (0.8.2-2)
    [2011-01-01 00:36] removed mobile-broadband-provider-info (20100510-1)
    [2011-01-01 00:36] Running 'pacman -Rns networkmanager'
    [2011-01-01 00:36] removed networkmanager (0.8.3-0.20101130)
    [2011-01-01 00:36] Running 'pacman -Rns netcfg'
    [2011-01-01 00:36] removed netcfg (2.5.4-1)
    [2011-01-07 19:27] Running 'pacman -Syu'
    [2011-01-07 19:27] synchronizing package lists
    [2011-01-07 19:28] upgraded pacman (3.4.1-1 -> 3.4.2-1)
    [2011-01-07 19:28] Running 'pacman -Syu'
    [2011-01-07 19:28] synchronizing package lists
    [2011-01-07 19:28] starting full system upgrade
    [2011-01-07 19:34] upgraded atkmm (2.22.1-1 -> 2.22.1-2)
    [2011-01-07 19:34] upgraded bluez (4.82-1 -> 4.84-1)
    [2011-01-07 19:34] upgraded cairo (1.10.0-2 -> 1.10.2-1)
    [2011-01-07 19:34] upgraded cloog-ppl (0.15.9-2 -> 0.15.10-2)
    [2011-01-07 19:34] upgraded pam (1.1.1-2 -> 1.1.3-1)
    [2011-01-07 19:34] upgraded coreutils (8.7-1 -> 8.8-1)
    [2011-01-07 19:34] upgraded pciutils (3.1.7-1 -> 3.1.7-2)
    [2011-01-07 19:34] upgraded udev (164-3 -> 165-1)
    [2011-01-07 19:34] upgraded device-mapper (2.02.78-1 -> 2.02.79-1)
    [2011-01-07 19:34] upgraded cryptsetup (1.1.3-1 -> 1.2.0-1)
    [2011-01-07 19:34] upgraded e2fsprogs (1.41.12-1 -> 1.41.14-1)
    [2011-01-07 19:34] upgraded elfutils (0.149-2 -> 0.150-1)
    [2011-01-07 19:34] upgraded gcc (4.5.2-3 -> 4.5.2-4)
    [2011-01-07 19:34] upgraded gcc-libs (4.5.2-3 -> 4.5.2-4)
    [2011-01-07 19:34] upgraded gnome-media (2.32.0-2 -> 2.32.0-3)
    [2011-01-07 19:34] upgraded groff (1.20.1-4 -> 1.21-1)
    [2011-01-07 19:34] upgraded hunspell (1.2.12-1 -> 1.2.14-1)
    [2011-01-07 19:34] upgraded libcups (1.4.5-2 -> 1.4.6-1)
    [2011-01-07 19:34] upgraded libmysqlclient (5.1.51-1 -> 5.1.54-1)
    [2011-01-07 19:34] upgraded libtool (2.4-1 -> 2.4-2)
    [2011-01-07 19:34] upgraded lvm2 (2.02.78-1 -> 2.02.79-1)
    [2011-01-07 19:34] upgraded python2 (2.7.1-3 -> 2.7.1-4)
    [2011-01-07 19:34] Updating font cache... done.
    [2011-01-07 19:34] upgraded ttf-freefont (20090104-2 -> 20100919-1)
    [2011-01-08 20:14] Running 'pacman -Sy'
    [2011-01-08 20:14] synchronizing package lists
    [2011-01-08 20:16] Running 'pacman -Sy'
    [2011-01-08 20:16] synchronizing package lists
    [2011-01-08 20:18] Running 'pacman -Sy'
    [2011-01-08 20:18] synchronizing package lists
    [2011-01-08 20:22] Running 'pacman -S kernal26'
    [2011-01-08 20:22] Running 'pacman -S kernel26'
    [2011-01-08 20:25] Running 'pacman -Sn kernel26'
    [2011-01-08 20:26] Running 'pacman -S kernel26 ndiswrapper'
    [2011-01-08 20:26] Running 'pacman -S kernel26 ndiswrapper nvidia'
    [2011-01-08 20:29] >>> Updating module dependencies. Please wait ...
    [2011-01-08 20:29] >>> MKINITCPIO SETUP
    [2011-01-08 20:29] >>> ----------------
    [2011-01-08 20:29] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-01-08 20:29] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-01-08 20:29] >>> More information about mkinitcpio setup can be found here:
    [2011-01-08 20:29] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-01-08 20:29]
    [2011-01-08 20:29] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2011-01-08 20:29] ==> Building image "default"
    [2011-01-08 20:29] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-01-08 20:29] :: Begin build
    [2011-01-08 20:29] :: Parsing hook [base]
    [2011-01-08 20:29] :: Parsing hook [udev]
    [2011-01-08 20:29] :: Parsing hook [autodetect]
    [2011-01-08 20:29] :: Parsing hook [pata]
    [2011-01-08 20:29] :: Parsing hook [scsi]
    [2011-01-08 20:29] :: Parsing hook [sata]
    [2011-01-08 20:29] :: Parsing hook [filesystems]
    [2011-01-08 20:29] :: Generating module dependencies
    [2011-01-08 20:29] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-01-08 20:29] ==> SUCCESS
    [2011-01-08 20:29] ==> Building image "fallback"
    [2011-01-08 20:29] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-01-08 20:29] :: Begin build
    [2011-01-08 20:29] :: Parsing hook [base]
    [2011-01-08 20:29] :: Parsing hook [udev]
    [2011-01-08 20:29] :: Parsing hook [pata]
    [2011-01-08 20:29] :: Parsing hook [scsi]
    [2011-01-08 20:29] :: Parsing hook [sata]
    [2011-01-08 20:29] :: Parsing hook [filesystems]
    [2011-01-08 20:29] :: Generating module dependencies
    [2011-01-08 20:30] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-01-08 20:30] ==> SUCCESS
    [2011-01-08 20:30] upgraded kernel26 (2.6.36.2-1 -> 2.6.37-1)
    [2011-01-08 20:30] module configuration already contains alias directive
    [2011-01-08 20:30]
    [2011-01-08 20:30] upgraded ndiswrapper (1.56-6 -> 1.56-7)
    [2011-01-08 20:30] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-01-08 20:30] upgraded nvidia (260.19.29-1 -> 260.19.29-2)
    [2011-01-09 22:54] Running 'pacman -S kernel26 2.6.36.2-1'
    [2011-01-09 22:55] Running 'pacman -S kernel26 2.6.36.2-1'
    [2011-01-09 22:55] Running 'pacman -Rns kernel26 2.6.37-1'
    [2011-01-09 22:57] Running 'pacman -Rns testing/kernel26 2.6.37-1'
    [2011-01-09 22:57] Running 'pacman -Rns /testing/kernel26 2.6.37-1'
    [2011-01-09 22:58] Running 'pacman -Rns testing/kernel26'
    [2011-01-09 22:58] Running 'pacman -Rns kernel26'
    [2011-01-09 23:00] Running 'pacman -Rns kernel26 2.6.37'
    [2011-01-09 23:00] Running 'pacman -Rns kernel26=2.6.37'
    [2011-01-09 23:01] Running 'pacman -S kernel26'
    [2011-01-09 23:01] Running 'pacman -S kernel26 nvidia ndiswrapper'
    [2011-01-09 23:02] >>> Updating module dependencies. Please wait ...
    [2011-01-09 23:02] >>> MKINITCPIO SETUP
    [2011-01-09 23:02] >>> ----------------
    [2011-01-09 23:02] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-01-09 23:02] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-01-09 23:02] >>> More information about mkinitcpio setup can be found here:
    [2011-01-09 23:02] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-01-09 23:02]
    [2011-01-09 23:02] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2011-01-09 23:02] ==> Building image "default"
    [2011-01-09 23:02] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-01-09 23:02] :: Begin build
    [2011-01-09 23:02] :: Parsing hook [base]
    [2011-01-09 23:02] :: Parsing hook [udev]
    [2011-01-09 23:02] :: Parsing hook [autodetect]
    [2011-01-09 23:02] :: Parsing hook [pata]
    [2011-01-09 23:02] :: Parsing hook [scsi]
    [2011-01-09 23:02] :: Parsing hook [sata]
    [2011-01-09 23:02] :: Parsing hook [filesystems]
    [2011-01-09 23:02] :: Generating module dependencies
    [2011-01-09 23:02] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-01-09 23:02] ==> SUCCESS
    [2011-01-09 23:02] ==> Building image "fallback"
    [2011-01-09 23:02] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-01-09 23:02] :: Begin build
    [2011-01-09 23:02] :: Parsing hook [base]
    [2011-01-09 23:02] :: Parsing hook [udev]
    [2011-01-09 23:02] :: Parsing hook [pata]
    [2011-01-09 23:02] :: Parsing hook [scsi]
    [2011-01-09 23:02] :: Parsing hook [sata]
    [2011-01-09 23:02] :: Parsing hook [filesystems]
    [2011-01-09 23:02] :: Generating module dependencies
    [2011-01-09 23:03] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-01-09 23:03] ==> SUCCESS
    [2011-01-09 23:03] upgraded kernel26 (2.6.37-1 -> 2.6.36.2-1)
    [2011-01-09 23:03] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-01-09 23:03] upgraded nvidia (260.19.29-2 -> 260.19.29-1)
    [2011-01-09 23:03] module configuration already contains alias directive
    [2011-01-09 23:03]
    [2011-01-09 23:03] upgraded ndiswrapper (1.56-7 -> 1.56-6)
    I'm also going to run some hardware tests after work just to double check that all my hardware is functioning as it should so that will eliminate another potential cause.
    If downgrading Udev to 164-3 doesn't solve the problem, i will try your version of it Daniel. And if that fails ill try downgrading the kernel to 2.6.35 or something and see if that solves it.
    Sorry for the super long post,
    Thanks again for your help.
    Scott.
    Last edited by ScottWilson1990 (2011-01-10 11:51:17)

  • IPod with HFS+ filesystem

    I have an Mac formatted iPod (HFS+ filesystem). When I first installed Arch linux, I got the iPod working after switching to the the Beyond kernel. But now, a few month later it doesn't work anymore. This is the output of dmesg after connecting the iPod:
    scsi 3:0:0:0: Direct-Access-RBC Apple iPod 1.53 PQ: 0 ANSI: 2
    SCSI device sdb: 78126048 512-byte hdwr sectors (40001 MB)
    sdb: test WP failed, assume Write Enabled
    SCSI device sdb: write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    SCSI device sdb: 78126048 512-byte hdwr sectors (40001 MB)
    sdb: test WP failed, assume Write Enabled
    SCSI device sdb: write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    sdb: unknown partition table
    sd 3:0:0:0: Attached scsi removable disk sdb
    As I understand it the kernel can't read the partition table on the iPod, and therefore I cannot mount any of the partitions on it. I can see the hfsplus module loaded with the lsmod command. If there is a configuration in the linux kernel for mac style partitions, why has that option been disabled?
    I have tried switching between kernel26 and kernel26-beyond several times after upgrades availiable via pacman, but still no go. I guess I could learn to compile my own kernel, but as I don't understand the ABS-howtos on the Arch Wiki, I'd rather not. Please help me...
    Edit: Added solved to the topic as I have gotten my iPod to mount again (see below), but I still would like to know if I understand how to work with a custom kernel config and ABS.
    Edit: removed Solved from topic as I do not yet understand how this should be done.
    Last edited by jofa (2007-02-23 16:23:16)

    jofa wrote:Should I add something to the PKGBUILD so that my custom kernel gets different filenames after install, so that it won't be overwritten after a few "pacman -Syu"s
    That is the correct way.
    If you take a look at the wiki page on building kernels with the ABS, you will read this:
    _cfgname:
    This optional field will be part of the package name. It should briefly indicate what type of choices were made in the kernel config. Examples would be "sn45g" to indicate the config is customized for a particular kind of computer, or "test" to indicate you are testing a different configuration, or "nofb" if you disabled the framebuffer. It is strongly recommended that you leave this blank ("") to indicate a stock Arch kernel config. You could also use this filed to indicate architechure restrictions of the kernel from makepkg.conf compile options - "athlon" perhaps for an athlon specific build.
    And
    Results
    Package Name:
    The name of this package will be a combination of the pkgbase, patchset, and _cfgname separated by hyphens.
    Package Version:
    The version of this package will be a combination of the kerver, extraver separated by underscores and the pkgbuil will be appended on the end separated by a hyphen.
    Package File:
    The package filename will be: kernel-$patchset-$cfgname-$kerver$_extraver-$pkgrel.pkg.tar.gz
    /boot Files:
    vmlinuz-$kerver-$extraver-$patchset-$cfgname
    System.map-$kerver-$extraver-$patchset-$cfgname
    kconfig-$kerver-$extraver-$patchset-$cfgname
    Modules:
    Modules will be placed in /lib/modules/$kerver-$extraver-$patchset-$cfgname
    Source:
    The kernel source directory will be copied to /usr/src/linux-$kerver-$extraver-$patchset-$cfgname Note: /usr/src/linux will be mapped to this directory upon installation.
    http://wiki.archlinux.org/index.php/Ker … n_with_ABS
    Last edited by mutlu_inek (2007-02-22 23:22:54)

  • Customer service, what do you think?

    A couple of weeks ago residents in my village started experiencing problems using their telephones.  The fault, which was intermittent, caused the exchange to return dial tone, following the dialling of a number.  Dropping the connection and redialling resulted in the connection being made, but this was very often only after a few attempts.
    I contacted BT Retail (BTR) and after enduring numerous line tests etc I was informed that as the fault was in the exchange and that I had to report the problem to Open Reach (OR) on 0800-023-2023.  After being passed from department to department, I was eventually told categorically that OR could not accept fault reports from customers and that I had to report it to BT Retail (BTR), who would then raise a fault with OR.
    I called BTR, again, and after more line tests a fault was raised with OR.  It was then 'reported' by BT that the fault had been cleared, although it hadn't been as the problem persisted.  After more line tests etc. an engineer rang me to say that he was on route to the exchange and would ring me from there, needless to say he didn't.  I then received a text saying that the fault had been cleared.
    As said the fault is intermittent, it is only apparent if the faulty piece of exchange equipment is allocated to a customer, when they try to make a call.  Therefore if you are lucky you might not experience the problem for perhaps a couple of days.
    The problem however, did manifest itself again so I rang 150 again and was connected to the BT 'faults' department.  I gave the reference VOL012-********** and was told that the fault had been cleared and closed.  I was then requested to provide an description of the fault and there then followed long periods on hold, whilst records were checked and advice sought.  At the end of all this another line test was insisted upon, which unsurprisingly was passed.  The confusion however continued, and I was informed that an engineer would have to be be sent out to my property and that a charge of £120 would be made, if it transpired that no fault was found.
    More discussion took place until it became obvious that the young lady I was speaking with had not understood anything that had been discussed.  At this point I asked to speak with a manager and after another long period on hold I was informed that all the managers were on the telephone and that one would call me back within two hours. Later I was rung by Gareth (0800-028-5085, who informed me that in fact, the engineer who attended the exchange could not find a fault with the equipment and that was why, without any recourse to me, the fault had been closed.
    Gareth asked me to use another telephone to undertake more tests and promised he would ring me in the morning.  I did as requested and dialled '150' repeatedly for 10 minutes.  The results were as expected, either ringing tone was received, or dial tone was returned, producingd a random pattern depending on whether the faulty piece of equipment was allocated, or not.  If more digits were then dialled, following dropping back to dial tone, they had no effect, however after 20 seconds an announcement  saying "Please hang up and try again", was received.  I also contacted several friend to confirm that they were still experiencing the problem and they confirmed that they were..
    Gareth rang again today and insisted that as no fault had been found at the exchange he could not raise the fault again without sending an engineer to my home.  He stated that if no fault was found I would have to pay £120 and that if I didn't agree to this there was no way he could proceed.  I refused to agree to my being charged £120 as I've been incorrectly charged in the past, when 2 engineers were sent to fix the same fault on the same day and the second reported it as fault not found.  It took me a lot of time and effort to get the money refunded.
    Of course I could be wrong, but I strongly suspect that the OR engineer did not conduct a series of conclusive tests, or perhaps just pulled out each card and reinserted it, possible 'temporarily' clearing an intermittent contact on the card, or backplane and as he was unable to locate the fault he reported it as Fault Not Found.
    The problem is incidentally a repeat of exactly the same exchange fault, that occured in June last year.  It is impossible to believe that the same problem, which was cleared last year and now after 7 months, has reappeared and is causing exactly the same problem can necessitate an engineer visit to my home before it can be raised again with OR.  I reiterate, this problem is being experienced by other customers connected to the our telephone exchange, therefore logic must indicate the problem is due to a fault in the exchange common equipment.
    Lets get this straight, I'm attempting to assist BT by helping them resolve a problem, that is being experienced by many customers on the Hassocks telephone exchange.  I did not expect to have to devote hours of my time, or be subjected to the Spanish Inquisition to do this.  Quite why BT is incapable of rectifying a reported fault in its exchange, without making the threat of charging £120, if they can't find it, is beyond belief.
    Solved!
    Go to Solution.

    Hi Lines_man
    Thanks for the response.
    Since deregulation BT has become even more disfunctional, it was always the only communications company that couldn't communicate internally. I recall the line "Left hand? I didn't know we had a left hand" being used on many occasions.
    You say that the exchange equipment is maintained by BT Operate.... I can't find a group business called BT Operate.
    so I'm assuming it to be an abbreviation for 'BT Technology, Service & Operations', headed up by Clive Selley who oversees Openreach, Wholesale and Consumer amongst many other businesses.
    I'm convinced that most of BT's customers see BT as an entity and therefore contact BT expecting it to be capable of resolving a BT problem. However the only customer access is via Retail i.e.150 or 151, where the staff speak a different language to most of us. Please do not for a minute thing I'm being racist, it's simply a fact that there is a language barrier and this reduces the effectiveness of understanding a problem and its resolution.
    Regarding the current problem, BT have insisted that they carry out repeated line tests to establish that there isn't a line fault, before they can raise the fault with whichever department deals with exchange maintenance. The history of the disjointed faulting process is recorded in my original post.
    The exchange engineer found no fault, it is intermittant, and the fault was closed.  Now they say they can't reissue it without an engineer visit to my home, with the threat that if no fault is found I will be charged £130. Forum moderator Neil has arranged for an engineer to visit tomorrow and has stated that no charge will be raised no matter what the result of the visit, but BT can't resist reiterating the threat, as you will see in today's text message:
    "Hello, BT here. We're sending you an engineer on Thursday 12/02/2015 between 1pm and 6pm. Our tests are showing an internal problem so please make sure you've checked your equipment by following the instructions here www.bt.com/faults or click on this link for a video http://www.bt.com/wiring You can also call 08000285705 or look near the front of your BT telephone book for instructions, the page is entitled Faults, Repairs and Reporting. If you have found the fault on your own equipment, reply to this text with the word CANCEL and we will cancel the engineer for you, we check messages between 8am-9pm daily. Remember if the problem isn't with BT equipment, there will be a charge of 129.99 GBP. Thanks"
    So after numerous line tests, all having resulted in there being no fault, one has suddenly appeared on my equipment, today.
    Not withstanding any of this, the problem, as stated, is one of dialling a number and the exchange equipment dropping back to dial tone. I have just dialled '150' 4 times resulting in two ring tones and 2 drop-back to dial tone. I have tried with different telephones and the problem can easily be replicated on friends and neighbour's telephones, therefore logically it cant be associated with my equipment.
    I'm really trying very hard to help BT, to help its customers, but they are incapable of dealing with the problem.
    Cheers Noel

Maybe you are looking for

  • Issue in Sale order creation from program

    Hi Friends As per our project requirement we are creating sale order from ABAP Program. We are adding all the line item values from some table and pushing it into final internal table. After the loop statement we are adding one more material( Materia

  • How to convert the table with separate fields for every period

    Hi there, I have the table in R/3 called COSP. The table contains the separate fields for values of separate reporting periods, let's say Amount01, Amount02 etc. I need to extract this data to BW and load it into ODS, which contains the data like com

  • Will an Hp 6700 printer work with Windows 8,

    I just bought an new h8-1477c computer running windows 8, my wife just purchased an HP-6700 printer will this priner run with windows 8

  • Desktop is moving when I move the cursor

    I am getting headache since someone pressed something at the keyboard an made the desktop move around as I move the cursor. I wish I could make it stop. I want my old desktop back. A desktop that doesn't move at all. It should only be the cursor that

  • Input options

    in main stage 2 can you bring in your instruments from the a mixer(soundboard) via the sound input on my mac. then play it out live to a PA