[Request] Virtualbox bin 2.0

hi,
I would really appreciate if somebody could create a PKGBUILD
for the new virtualbox version 2.0 released today.
(Not OSE)
http://www.virtualbox.org/wiki/Downloads

Please don't forget that you can always grab the PKGBUILD from ABS or the AUR and modify it accordingly (change version number, correct md5sums, etc).
Anyway, here's a PKGBUILD that worked for me (I would, however, recommend you to replace it with the official package once it's updated):
(You'll need to download virtualbox_bin first and substitute its PKGBUILD with the one below)
# Maintainer: thotypous <matiasΘarchlinux-br·org>
# Contributor: Peter 'piie' Feuerer <peterΘpiie·net>
# Contributor: Sascha Pfau <MrPeacockΘgmail·com>
# Contributor: iggy <iggy.mfΘgmail·com>
pkgname="virtualbox2_bin"
pkgver="2.0.0"
_rev="36011"
pkgrel="1"
pkgdesc="Powerful x86 virtualization (Personal Use Binaries Edition)"
url="http://www.virtualbox.org"
license=('custom:PUEL')
backup=('etc/vbox/interfaces')
arch=('i686' 'x86_64')
install=('vbox.install')
md5sums=('0aa74535894ed980c13a634887653394'
'cda1cabca237db7caab94e9eb2dc2456'
'f30e78505cdebc925519e1146c22cc8a'
'9576c4ee3c362f7bc30525a4f07ea3ed'
'23d094a975174b7b599fb93bc0c43936')
_architect='x86'
[ "$CARCH" = "x86_64" ] && _architect='amd64'
# Good news! Manual download is no more needed.
source=("http://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver}-${_rev}-Linux_${_architect}.run"
'vbox.install'
'vboxnet.patch'
'vbox_build_module'
'interfaces')
[ "$CARCH" = "x86_64" ] && md5sums[0]='cf1f8d6c9f22ed3180d53c3d5477543f'
install=('vbox.install')
depends=('libstdc++5')
optdepends=("qt3: For VirtualBox GUI"
"sdl: For VBoxSDL")
provides=("virtualbox=${pkgver}")
conflicts=('virtualbox-ose' 'virtualbox-modules')
makedepends=('patch')
build() {
cd "$srcdir"
# Check package
sh "VirtualBox-${pkgver}-${_rev}-Linux_${_architect}.run" --check || return 1
# Unpack
echo yes | sh "VirtualBox-${pkgver}-${_rev}-Linux_${_architect}.run" --target "$srcdir" \
--nox11 --noexec &>/dev/null || return 1
mkdir -p \
"$pkgdir/opt/virtualbox" \
"$pkgdir/usr/bin" \
"$pkgdir/etc/udev/rules.d" \
"$pkgdir/usr/share/applications" \
"$pkgdir/usr/share/pixmaps" || return 1
cd "$pkgdir/opt/virtualbox"
tar -jxf "$srcdir/VirtualBox.tar.bz2"
# Install vbox_build_module
install -D -m744 "$srcdir/vbox_build_module" "$pkgdir/usr/bin/vbox_build_module"
# NOTE: Comment the following line if you want the SDK.
rm -Rf "$pkgdir/opt/virtualbox/sdk"
# Symlink the launchers
for app in "VBoxAddIF" "VBoxDeleteIF"; do
ln -s "/opt/virtualbox/VBoxAddIF.sh" "$pkgdir/usr/bin/$app"
done
for app in "VirtualBox" "VBoxManage" "VBoxSDL" "VBoxVRDP" "VBoxHeadless"; do
ln -s "/opt/virtualbox/VBox.sh" "$pkgdir/usr/bin/$app"
done
ln -s "/opt/virtualbox/VBoxTunctl" "$pkgdir/usr/bin/VBoxTunctl"
# Symlink the desktop icon
ln -s "/opt/virtualbox/VBox.png" "$pkgdir/usr/share/pixmaps/VBox.png"
ln -s "/opt/virtualbox/VirtualBox.desktop" "$pkgdir/usr/share/applications/VirtualBox.desktop"
# Replace some init scripts by simplified stuff
sed -i -e 's,sudo /etc/init.d/vboxdrv setup,/usr/bin/vbox_build_module,g' "$pkgdir/opt/virtualbox/VBox.sh"
sed -i -e 's,sudo /etc/init.d/virtualbox restart,modprobe vboxdrv,g' "$pkgdir/opt/virtualbox/VBox.sh"
# Add udev rules
echo 'KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="vboxusers", MODE="0660"' > \
"$pkgdir/etc/udev/rules.d/60-vboxdrv.rules"
# Install interfaces
install -D -m644 "$srcdir/interfaces" "$pkgdir/etc/vbox/interfaces"
# Point the installation directory to vbox
echo '# VirtualBox installation directory' > "$pkgdir/etc/vbox/vbox.cfg"
echo 'INSTALL_DIR="/opt/virtualbox"' >> "$pkgdir/etc/vbox/vbox.cfg"
# Patch the vboxnet initscript
cd $srcdir
patch < "vboxnet.patch" || return 1
install -D -m755 "$srcdir/vboxnet.sh" "$pkgdir/etc/rc.d/vboxnet"
# Link the license
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
ln -s "/opt/virtualbox/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/PUEL"
# Set the setuid bit on a few binaries
for binary in VirtualBox VBoxSDL VBoxHeadless ; do
chmod u+s $pkgdir/opt/virtualbox/$binary
done
Last edited by foutrelis (2008-09-04 16:14:30)

Similar Messages

  • [solved] virtualbox-bin error

    I haven't been able to build virtualbox-bin for a while. I'm not sure why. I currently have virtualbox_bin installed, but after upgrading the kernel it doesn't work anymore (the /etc/rc.d/vboxdrv setup fails) so I tried installing the newer package and I get an uninformative error that an error occurred in package():
    virtualbox-bin 4.1.2-1
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> virtualbox-bin dependencies:
    - libidl2 (already installed)
    - libxcursor (already installed)
    - libxinerama (already installed)
    - libxslt (already installed)
    - curl (already installed)
    - linux-headers (already installed)
    - python2 (already installed)
    ==> Edit install ? [Y/n] ("A" to abort)
    ==> -----------------------------------
    ==> n
    ==> Continue building virtualbox-bin ? [Y/n]
    ==> ----------------------------------------
    ==>
    ==> Building and installing package
    ==> Making package: virtualbox-bin 4.1.2-1 (Wed Sep 14 12:35:54 PDT 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading VirtualBox-4.1.2-73507-Linux_amd64.run...
    --2011-09-14 12:35:54-- http://download.virtualbox.org/virtualbox/4.1.2/VirtualBox-4.1.2-73507-Linux_amd64.run
    Resolving download.virtualbox.org... 137.254.16.69
    Connecting to download.virtualbox.org|137.254.16.69|:80... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: http://dlc.sun.com.edgesuite.net/virtualbox/4.1.2/VirtualBox-4.1.2-73507-Linux_amd64.run [following]
    --2011-09-14 12:35:54-- http://dlc.sun.com.edgesuite.net/virtualbox/4.1.2/VirtualBox-4.1.2-73507-Linux_amd64.run
    Resolving dlc.sun.com.edgesuite.net... 128.241.220.120, 128.241.220.106
    Connecting to dlc.sun.com.edgesuite.net|128.241.220.120|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 73389509 (70M) [application/octet-stream]
    Saving to: `VirtualBox-4.1.2-73507-Linux_amd64.run.part'
    100%[======================================>] 73,389,509 144K/s in 5m 4s
    2011-09-14 12:40:59 (235 KB/s) - `VirtualBox-4.1.2-73507-Linux_amd64.run.part' saved [73389509/73389509]
    -> Found 10-vboxdrv.rules
    -> Found vboxdrv.rc
    -> Found vboxdrv.conf
    -> Found vboxweb.rc
    -> Found vboxweb.conf
    ==> Validating source files with md5sums...
    VirtualBox-4.1.2-73507-Linux_amd64.run ... Passed
    10-vboxdrv.rules ... Passed
    vboxdrv.rc ... Passed
    vboxdrv.conf ... Passed
    vboxweb.rc ... Passed
    vboxweb.conf ... Passed
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting package()...
    Verifying archive integrity... MD5 checksums are OK. All good.
    ==> ERROR: A failure occurred in package().
    Aborting...
    ==> ERROR: Makepkg was unable to build virtualbox-bin.
    ==> Restart building virtualbox-bin ? [y/N]
    ==> ---------------------------------------
    ==>
    ==> WARNING: Following packages have not been installed:
    virtualbox-bin
    I looked through the package stuff, but I couldn't find a smoking gun that would explain why it's failing. Anyone have any insight or suggestions on how to troubleshoot this one?
    EDIT - Solution: Install manually instead of using yaourt. Also, install virtualbox-ext-oracle from AUR to get USB 2.0 support again (or disable USB support in the Virtualbox Settings menu).
    Last edited by mDuo13 (2011-09-20 19:22:58)

    Inxsible wrote:why not try the package from the official community repo ?
    I don't remember exactly anymore, but I remember when I first installed virtualbox a long time ago there were some sort of features (graphics-related, maybe?) that aren't included in the source distribution of virtualbox, so that's why I wanted to use the binary version from the aur.
    karol wrote:I've just successfully installed virtualbox-bin with makepkg. Drop whatever AUR helper you're using and try for yourself.
    I tried installing the package manually instead of using yaourt and it worked, although I had to install virtualbox-ext-oracle from the AUR to get USB 2.0 to work.
    Thanks, dunno why I didn't think to do that myself.

  • [Request] VirtualBox - Binary Version

    Hi,
    could somebody make a package for the binary verison of virtualbox? I`m lost without usb-support....
    thx in advance
    tomtom

    I basically used the existing PKGBUILDs for virtualbox-modules-svn and virtualbox-svn to make this, so the rest of the files are at those two links.
    This downloads the binary version then builds the kernel module and then installs into /opt/virtualbox the same place the svn version installs to so remember to uninstall the svn version if it is installed. Don't forget to replace the _kernver with your kernel version (use command 'uname -r' to find it).
    Before installing make sure you read and accept this license before hand: VirtualBox_PUEL
    PKGBUILD:
    pkgname=virtualbox-bin
    pkgver=1.3.4
    pkgrel=1
    pkgdesc="x86 virtualization product with high performance and nice features"
    _kernver="2.6.20-ck1-ARCH"
    url="http://www.virtualbox.org"
    arch=(i686)
    license=('custom')
    depends=('qt' 'sdl' 'libidl2' 'libxslt' 'xalan-c' 'e2fsprogs')
    conflicts=('virtualbox' 'virtualbox-modules')
    install=virtualbox-bin.install
    source=(http://virtualbox.org/download/${pkgver}/VirtualBox_${pkgver}_Linux_x86.run \
    vboxbfe vboxmanage vboxsdl vboxsvc vditool virtualbox virtualbox.rules virtualbox.desktop)
    md5sums=('2fa2f38d3fc9f367804934817de83a4b' '90a0aa4968b0718f39436b2927bb28b9'\
    '2a37007b25825c5138f3a6891435b202' '4bdf8df83f956458f739275328a338b9'\
    'd6c9d1ff96ca0d6668957df8803d3d8f' '6fec4dac246ef611b25989acbc4da4f5'\
    'b70be3fc37e6ed85dc4c3ac280861c14' 'e9ec951e772eec831be3e9a1704628be'\
    '0af764601371c7659ffcda88fc279682')
    build() {
    cd $startdir/src
    sh VirtualBox_${pkgver}_Linux_x86.run --noexec --target $startdir/src
    mkdir $startdir/src/virtualbox-bin
    tar -xjf VirtualBox.tar.bz2 -C $startdir/src/virtualbox-bin
    # Make and install kernel module
    cd $startdir/src/virtualbox-bin/src
    make || return 1
    install -D -m 644 vboxdrv.ko $startdir/pkg/lib/modules/$_kernver/misc/vboxdrv.ko || return 1
    sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/virtualbox-bin.install
    # Install rest of package
    install -D -m 644 $startdir/src/LICENSE $startdir/pkg/usr/share/licenses/custom/$pkgname
    install -D -m 644 $startdir/src/virtualbox.desktop $startdir/pkg/usr/share/applications/virtualbox.desktop
    install -D -m 644 $startdir/src/virtualbox-bin/VBox.png $startdir/pkg/usr/share/pixmaps/VBox.png
    install -D -m 644 $startdir/src/virtualbox.rules $startdir/pkg/etc/udev/rules.d/virtualbox.rules
    install -D -m 755 $startdir/src/vboxsvc $startdir/pkg/usr/bin/vboxsvc
    install -D -m 755 $startdir/src/virtualbox $startdir/pkg/usr/bin/virtualbox
    install -D -m 755 $startdir/src/vboxsdl $startdir/pkg/usr/bin/vboxsdl
    install -D -m 755 $startdir/src/vboxmanage $startdir/pkg/usr/bin/vboxmanage
    install -D -m 755 $startdir/src/vboxbfe $startdir/pkg/usr/bin/vboxbfe
    install -D -m 755 $startdir/src/vditool $startdir/pkg/usr/bin/vditool
    cd $startdir/src/virtualbox-bin/
    rm -rf sdk src
    rm rdesktop-vrdp.tar.gz *.sh VBox.png VirtualBox.desktop
    mkdir -p $startdir/pkg/opt/virtualbox
    cp -r * $startdir/pkg/opt/virtualbox/
    virtualbox-bin.install
    KERNEL_VERSION='2.6.20-ck1-ARCH'
    post_install() {
    /bin/cat << EOF
    -->
    --> In order to run VirtualBox, you have to
    --> be in the 'virtualbox' group.
    -->
    --> You have to start the VirtualBox XPCOM daemon (vboxsvc)
    --> before starting one of VirtualBox frontends
    --> (but it will be started automatically if you forget
    --> to do it yourself).
    -->
    --> Frontends:
    --> virtualbox - Main GUI frontend based on Qt
    --> vboxsdl - Simple alternative frontend based on SDL
    --> vboxmanage - Command line frontend
    --> vboxbfe - Very limited UI that communicates with
    --> the VMM directly (without using XPCOM)
    -->
    --> If you want to be able to install guest additions, you
    --> have to install 'virtualbox-additions-bin' package.
    -->
    --> You must load vboxdrv module before starting VirtualBox:
    --> # modprobe vboxdrv
    -->
    --> To load it automatically, add vboxdrv module
    --> to the MODULES array in /etc/rc.conf.
    -->
    --> If you use kernel 2.6.19 or higher, you must disable
    --> the NMI watchdog by specifying 'nmi_watchdog=0'
    --> at kernel command line (add this option to your
    --> /boot/grub/menu.lst).
    EOF
    groupadd virtualbox >/dev/null 2>&1 || true
    depmod -v $KERNEL_VERSION >/dev/null 2>&1
    post_upgrade() {
    post_install $1
    post_remove() {
    groupdel virtualbox >/dev/null 2>&1 || true
    depmod -v $KERNEL_VERSION >/dev/null 2>&1
    op=$1
    shift
    $op $*

  • [SOLVED] need help with virtualbox install

    I'm a relative n00b to Arch, haging migrated from Ubuntu (pha!!). Arch rocks!
    However, my beloved virtualbox isnt playing ball!
    After many hours of getting arch up and running I now need some assitance please with VirtualBox PEUL. I've googled and search these wikis and found:
    http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    http://www.mail-archive.com/vbox-users% … 02889.html
    http://wiki.archlinux.org/index.php/VirtualBox
    but, I dont know how to install.
    I used yaourt (having spent another many hours trying to get to speed with what Arch AUR is and yaourt!!)
    This is what I did:
    1. Visited http://wiki.archlinux.org/index.php/VirtualBox and followed PEUL instructions...
    2. Click on AUR link and then click on PKGBUILD and it downloaded a PKGBUILD from here http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    3. Then went back to the wiki http://wiki.archlinux.org/index.php/VirtualBox  and clicked on VirtualBox_1.5.6-1_Linux_x86.run and downloaded the file.
    4. In accordance with the instructions on the wiki, I ran makepkg
    HOWEVER, I get errors!!:
    # makepkg --asroot
    ==> Making package: virtualbox_bin 1.5.6-1 (Thu May 1 20:06:33 BST 2008)
    ==> WARNING: Running makepkg as root...
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found VirtualBox_1.5.6-1_Linux_x86.run in build dir
    -> Found vbox.install in build dir
    -> Found vbox_build_module in build dir
    -> Found vboxnet.patch in build dir
    -> Found interfaces in build dir
    ==> Validating source files with md5sums...
    VirtualBox_1.5.6-1_Linux_x86.run ... FAILED
    vbox.install ... Passed
    vbox_build_module ... Passed
    vboxnet.patch ... Passed
    interfaces ... Passed
    ==> ERROR: One or more files did not pass the validity check!
    This is what is in the downloaded files dir:-
    ls -l
    total 48
    -rw-r--r-- 1 daz users 3642 2008-05-01 20:06 PKGBUILD
    -rw-r--r-- 1 daz users 26055 2008-05-01 20:05 VirtualBox_1.5.6-1_Linux_x86.run
    -rwxrwxrwx 1 nobody nobody 217 2008-01-08 20:58 interfaces
    drwxrwxrwx 2 root root 125 2008-05-01 20:06 src
    -rwxrwxrwx 1 nobody nobody 2717 2008-02-22 18:22 vbox.install
    -rwxrwxrwx 1 nobody nobody 174 2008-02-22 17:45 vbox_build_module
    -rwxrwxrwx 1 nobody nobody 2179 2007-12-30 12:31 vboxnet.patch
    Can anyone help please? In Ubuntu all this was just installed with dpkg -i VirtualBox.deb
    I'm sure Arch is just as "simple" :-)
    Last edited by keratos (2008-05-04 07:54:14)

    grave wrote:Or try the bin file no problem here  yaourt -S virtualbox_bin
    Good idea, I checked this out originally but it didnt work so I went for "manual" install.
    The download from yaourt never starts, just hangs - the server is dead or something?? ...
    # yaourt -S virtualbox_bin
    ==> WARNING: Building unsupported package as root is dangerous.
    Please run yaourt as a non-privileged user.
    ==> Downloading virtualbox_bin PKGBUILD from AUR...
    ==> Last 5 comments ordered by date (asc):
    Comment by: chris_es on 20080414 [17:02:11]
    Hello!
    Thanks a lot for this package :o)
    Just a quick comment about where to copy the Sun .run package. It should be put to where the tarball from AUR was extracted.
    In my case, it is /home/[users]/virtualbox-bin/
    Cheers
    Chris
    Comment by: fi-dschi on 20080419 [22:46:37]
    You may download the run-file at
    https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=innotek-1.5.6-G-F@CDS-CDS_SMI
    Comment by: GGLucas on 20080421 [00:40:38]
    Can't get the kernel module working in 2.6.25, vbox_build_module completes fine, but I get the following error:
    $ sudo modprobe vboxdrv
    FATAL: Error inserting vboxdrv (/lib/modules/2.6.25-ARCH/misc/vboxdrv.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    with these messages in dmesg:
    vboxdrv: Unknown symbol change_page_attr
    vboxdrv: Unknown symbol change_page_attr
    Comment by: Geekosaurio on 20080422 [03:54:09]
    Maybe you could find this instructions helpful
    http://www.mail-archive.com/[email protected]/msg02889.html
    I've not tried this myself but I will do it soon and post the info here. Maybe create a separate package for 2.6.25 kernels it's a good idea.
    Comment by: ise on 20080429 [18:12:57]
    The vboxdrv from the mailinglist of virtualbox runs here without problems on 2.6.25 with vbox 1.5.6
    First Submitted: Sun, 11 Mar 2007 00:52:22 +0000
    Last Updated: Fri, 22 Feb 2008 18:26:15 +0000
    virtualbox_bin 1.5.6-1 (Unsupported): Powerful x86 virtualization - binary version (non GPL - free for personal use and evaluation)
    ==> virtualbox_bin dependencies:
    - libidl2 (already installed)
    - libxslt (already installed)
    - qt3 (already installed)
    - e2fsprogs (already installed)
    - sdl (already installed)
    - libstdc++5 (already installed)
    - patch (already installed)
    ==> Edit the PKGBUILD (recommended) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    vbox.install
    ==> Edit vbox.install (recommended) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of 'virtualbox_bin'? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building and installing package
    ==> Making package: virtualbox_bin 1.5.6-1 (Fri May 2 06:06:28 BST 2008)
    ==> WARNING: Running makepkg as root...
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading VirtualBox_1.5.6-1_Linux_x86.run...
    --2008-05-02 06:06:29-- http://195.34.175.98/download/1.5.6/VirtualBox_1.5.6-1_Linux_x86.run
    Connecting to 195.34.175.98:80...
    Last edited by keratos (2008-05-02 05:52:33)

  • Virtualbox - mouse stops working, then everything freezes

    Maybe somebody has the same problem. I have virtualbox bin installed with a WIN XP guest. The thing is, that after a minute of using it, my mouse stops reacting(doest acept clicks) or limits itself to a portion of the X screen.
    I run XFCE in a dual-monitor setup. Arch up to date, of course

    that post was terrible! Try this:. 
    Lenovo has stated that the root cause of this is a malfunctioning audio driver that causes the cpu to become 100% utilized for short periods; and mouse freezes and becomes unusable.  Fix is to upgrade to Realtek high definition driver version 5.10.0.5464.
    See : Audio driver for Windows XP - 3000 C200, N100
    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-66525
    Note that 2 prerequisites are necessary prior to upgrading the audio driver:
    1) Directx version is to be at a minimum of 9.0c.  enter dxdiag command at cmd prompt to check this.
    2) Universal Audio Architecture (UAA) High Definition Audio class driver available for Windows Server 2003, Windows XP, and Window 2000 has been applied.  For details WHAT this driver is all about, see:  http://support.microsoft.com/kb/835221  The prerequisite for this driver is WinXP, SP1.
    Thank you
    3000 C200 8922-2AU Laptop
    Windows XP Pro
    T5500(1.66GHz), 1.5GB RAM, 80GB 5400rpm HD, 15in 1024x768 LCD, Intel 950, CDRW/DVD, Intel 802.11abg wireless, Modem, 10/100 Ethernet, IEEE 1394, 6c Li-Ion batt.

  • VirtualBox OSE for 64 bit

    Why there is no x86_64 build of virtualbox in repo? Is there a some issue with 64bit build of it?

    hokum_rus wrote:Thank you for explanation. And yes, I do really need some free app for virtualization, and I cannot use VirtualBox-bin for free because of its license. Anyway, thanx, I can always buy vmware workstation or virtualbox commercial license.
    You can use the gcc-multilib package from AUR: http://aur.archlinux.org/packages.php?ID=28545, that should make it possible to build VirtualBox on x86_64. The trick is that you actually need the gcc-multilib packages installed in order to build gcc-multilib... To solve that chicken/egg problem you can download (a sligthly outdated) pre-built package from a link in the comments on the AUR page.
    Hope this helps

  • Virtualbox causes sluggish host behavior

    I have recently installed Virtualbox-bin (AUR package) and installed CentOS 6 on the virtual machine. I am using kernel 3.8.4 (standard arch kernel).
    When launching CentOS on virtualbox the host starts becoming unresponsive and extremely sluggish. Browsing is very slow and sound playback from clementine is constantly interrupted.
    I have noticed heavy disk usage, more than usual and with no reason.
    CentOS is a minimal install. No DE and no "weird" services running.
    PAE-NX, nested paging and VT-x AMD-V are enabled.
    I have used this specific setup in the past without noticing the same problems, in Linux or Windows.
    Any suggestions? Thanks in advance.
    Last edited by Caret (2013-04-01 18:16:26)

    geoko wrote:
    Do you see this behavior only for this one VM or for all VMs?
    If you want to look into what causes the heavy disk usage run "iotop" (install with pacman -S iotop). It will report disk read, write and swapping per process.
    To find out how busy your drive is: use "iostat -d -x 5 3" from the package sysstat (pacman -S sysstat).
    You can find more information here: http://www.cyberciti.biz/tips/linux-dis … howto.html
    I used these tools and everything runs smooth now. I guess it had to do with CentOS 6.

  • [SOLVED] Virtualbox and screen resolutions...

    I'm not sure if any of the following updates could have done it but the auto change resolution feature in a Virtualbox Windows guest has suddenly stopped working... I tried reinstalling virtualbox and extensions and reinstalling the virtualbox drivers in windows but it doesn't work for some reason.  Any one else experience this lately?
    Thanks!
    [2011-10-23 16:24] Running 'pacman -Syu'
    [2011-10-23 16:24] synchronizing package lists
    [2011-10-23 16:25] starting full system upgrade
    [2011-10-23 16:25] upgraded gnote (0.8.0-1 -> 0.8.1-1)
    [2011-10-23 16:25] upgraded transmission-cli (2.41-2 -> 2.42-1)
    [2011-10-23 16:25] upgraded transmission-gtk (2.41-2 -> 2.42-1)
    [2011-10-23 16:25] upgraded unrar (4.0.7-1 -> 4.1.2-1)
    [2011-10-23 16:25] upgraded whois (5.0.11-1 -> 5.0.12-1)
    [2011-10-23 16:26] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.PcN/gnome-shell-extension-weather-git-20111023-2-any.pkg.tar.xz'
    [2011-10-23 16:26]
    [2011-10-23 16:26] First, get your WOEID from Yahoo.
    [2011-10-23 16:26] For configuration, see https://github.com/simon04/gnome-shell-extension-weather
    [2011-10-23 16:26] and consider the following commands:
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather woeid your_woeid
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather unit celsius
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather unit fahrenheit
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather translate-condition true
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather translate-condition false
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather use-symbolic-icons false
    [2011-10-23 16:26] $ gsettings set org.gnome.shell.extensions.weather use-symbolic-icons true
    [2011-10-23 16:26] Alternatively, use dconf-editor for configuration.
    [2011-10-23 16:26] Don't forget to restart GNOME Shell ([Alt]+[F2], r).
    [2011-10-23 16:26] upgraded gnome-shell-extension-weather-git (20111002-1 -> 20111023-2)
    [2011-10-23 16:26] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.6Sl/gnome-shell-system-monitor-applet-git-20111023-1-any.pkg.tar.xz'
    [2011-10-23 16:26] upgraded gnome-shell-system-monitor-applet-git (20111005-1 -> 20111023-1)
    [2011-10-23 16:26] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.T9J/zukitwo-themes-20111023-1-any.pkg.tar.xz'
    [2011-10-23 16:26] upgraded zukitwo-themes (20111022-1 -> 20111023-1)
    [2011-10-23 22:40] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.DJl/gnome-shell-frippery-0.3.0-1-any.pkg.tar.xz'
    [2011-10-23 22:40] installed gnome-shell-frippery (0.3.0-1)
    [2011-10-24 09:03] Running 'pacman -Syu'
    [2011-10-24 09:03] synchronizing package lists
    [2011-10-24 09:03] starting full system upgrade
    [2011-10-24 09:03] upgraded kbd (1.15.3-1 -> 1.15.3-2)
    [2011-10-25 09:10] Running 'pacman -Syu'
    [2011-10-25 09:10] synchronizing package lists
    [2011-10-25 09:10] starting full system upgrade
    [2011-10-25 09:11] upgraded empathy (3.2.1-1 -> 3.2.1.1-1)
    [2011-10-25 09:11] upgraded pcre (8.13-2 -> 8.20-1)
    [2011-10-25 09:11] upgraded git (1.7.7-1 -> 1.7.7.1-1)
    [2011-10-25 09:11] upgraded libgweather (3.2.0-1 -> 3.2.1-1)
    [2011-10-25 09:11] upgraded mkinitcpio-busybox (1.18.5-1 -> 1.19.2-1)
    [2011-10-25 09:11] ATTENTION UDEV:
    [2011-10-25 09:11] ----------
    [2011-10-25 09:11] We now use upstream rules for assigning devices to the 'disk', 'optical',
    [2011-10-25 09:11] 'scanner' and 'video' groups. Beware of any changes.
    [2011-10-25 09:11] --
    [2011-10-25 09:11] We no longer create symlinks from /dev/<dev> to /dev/<dev>0.
    [2011-10-25 09:11] --
    [2011-10-25 09:11] For security reasons, we no longer add devices to the 'storage' group. Use
    [2011-10-25 09:11] udisks and friends, or add custom rules to /etc/udev.d/rules/, if you want
    [2011-10-25 09:11] this functionality back.
    [2011-10-25 09:11] --
    [2011-10-25 09:11] We no longer create the static nodes on install needed for an initrd-less and
    [2011-10-25 09:11] devtmpfs-less boot, this only affects fresh installs.
    [2011-10-25 09:11] ---------------
    [2011-10-25 09:11] upgraded udev (173-3 -> 174-1)
    [2011-10-25 09:11] upgraded mkinitcpio (0.7.4-1 -> 0.7.5-1)
    [2011-10-25 09:11] upgraded soprano (2.7.0-1 -> 2.7.2-1)
    [2011-10-25 09:11] upgraded sudo (1.8.2-1 -> 1.8.3-1)
    [2011-10-25 09:11] upgraded xorg-server-common (1.11.1-2 -> 1.11.1.901-1)
    [2011-10-25 09:11] upgraded xorg-server (1.11.1-2 -> 1.11.1.901-1)
    [2011-10-25 09:11] upgraded xorg-sessreg (1.0.6-2 -> 1.0.7-1)
    [2011-10-25 09:11] upgraded xorg-xdpyinfo (1.2.0-2 -> 1.3.0-1)
    [2011-10-25 09:12] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.bsV/alacarte-0.13.2-6-any.pkg.tar.xz'
    [2011-10-25 09:12] upgraded alacarte (0.13.2-5 -> 0.13.2-6)
    [2011-10-25 09:19] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.nLC/virtualbox-bin-4.1.4-1-x86_64.pkg.tar.xz'
    [2011-10-25 09:19] :: Unloading VirtualBox kernel modules [BUSY] [DONE]
    [2011-10-25 09:19] :: Stopping VirtualBox Web Service [BUSY] [DONE]
    [2011-10-25 09:19] :: Removing VirtualBox kernel modules with DKMS [BUSY] [DONE]
    [2011-10-25 09:19] :: Adding VirtualBox kernel modules in DKMS [BUSY] [DONE]
    [2011-10-25 09:19] :: Bulding VirtualBox kernel modules with DKMS [BUSY] [DONE]
    [2011-10-25 09:19] :: Installing VirtualBox kernel modules with DKMS [BUSY] [DONE]
    [2011-10-25 09:19]
    [2011-10-25 09:19] ==> Remember to add allowed users to the vboxusers group:
    [2011-10-25 09:19] ==> # gpasswd -a USERNAME vboxusers
    [2011-10-25 09:19] ==>
    [2011-10-25 09:19] ==> To load virtualbox modules automatically you can add vboxdrv in your DAEMONS
    [2011-10-25 09:19] ==> To start virtualbox web service automatically you can add vboxweb in your DAEMONS
    [2011-10-25 09:19] ==>
    [2011-10-25 09:19] ==> To fix missing usb devices, you can call rc.d fixusb vboxdrv or reboot your computer
    [2011-10-25 09:19] upgraded virtualbox-bin (4.1.4-1 -> 4.1.4-1)
    [2011-10-25 09:20] Running 'pacman -U /tmp/yaourt-tmp-rick/PKGDEST.TG2/virtualbox-ext-oracle-4.1.4-1-any.pkg.tar.xz'
    [2011-10-25 09:20] 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
    [2011-10-25 09:20] 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
    [2011-10-25 09:20] upgraded virtualbox-ext-oracle (4.1.4-1 -> 4.1.4-1)
    Last edited by fowler (2011-11-13 05:04:32)

    No dice... I did all that and still doesn't work.  Do you think gnome3.2 has something to do with it?
    Mektub wrote:
    fowler,
    I don't have problems with auto change resolution and my system is up to date, particularly xorg (not gnome, i don't use it).
    However I don't use virtualbox-bin (I did, in the past), I don't think its needed anymore.
    I have installed:
    virtualbox 4.1.4-2
    virtualbox-additions 4.1.4-1
    virtualbox-ext-oracle 4.1.4-1 (from aur)
    and then installed the guest additions, which should be enough.
    Mektub

  • [SOLVED] VirtualBox complaining after each kernel upgrade

    I'm using virtualbox-bin from the AUR (the one with USB support) and after each kernel update this error comes up:
    I know it's actually /etc/rc.d/vboxdrv setup
    (apparently VirtualBox isn't aware of which distribution it's running on)
    This message comes up every once in a while (usually after a kernel upgrade) and I was wondering if I can do something about it... Should I install the DKMS package from the AUR prior to running the above command? Maybe that will shut it up once and for all.
    What do you think?
    PS: The wiki says to run "vboxbuild" but /usr/bin/vboxbuild doesn't even exist.
    Last edited by DSpider (2012-05-15 15:39:13)

    Solved it a year later because I got tired of running "sudo /etc/rc.d/vboxdrv setup && sudo modprobe vboxdrv" after every kernel update. Hmph... After reading this and studying the virtualbox-hook package from the AUR, I decided that it's finally time to look into it.
    It's easy.
    1. Create a "/lib/initcpio/install/vbox" file (or whatever you wanna call it) with the following contents:
    # vim: set ft=sh:
    build ()
    echo "Building VirtualBox modules..."
    /etc/rc.d/vboxdrv setup
    echo "Ok."
    help ()
    cat<<HELPEOF
    This hook rebuilds VirtualBox modules. It does nothing to the initrd image.
    HELPEOF
    2. Add it to the "HOOKS" section from /etc/mkinitcpio.conf:
    HOOKS="base udev autodetect pata scsi sata usbinput filesystems vbox"
    Now the next time the linux and linux-headers packages are updated, the script will kick in and the modules will be rebuilt. I used to have it during boot process and it took forever until it would load X. Haha. I remember I used to go to bathroom just after I turned on the computer... Yeah, it took that long before it was done. Anyway, I asked the author if he can perhaps create a virtualbox-bin-hook package or somehow modify it to also work with virtualbox-bin. We shall see.
    Oh, and don't forget to add "vboxdrv" to the "MODULES" section from /etc/rc.conf, if you haven't done so already.

  • No sound, but chip detected

    Right. My laptop's sound chip is an Intel 82801DB-ICH4, which is the exact chip used as an example in the ALSA article in the Archwiki, but following the instructions yields no result for my sound. Any ideas?
    The snd-pcsp module was not found and the pcspkr one said something about checking dmesg.
    The article stated that in the MODULES section of /etc/rc.conf, there should be snd-intel8x0, and snd-pcsp, which I have put. snd-intel8x0 sttarts without a hitch as far as I can see, while snd-pcsp says
    FATAL: Module 'snd-pcsp' not found
    (something like that)
    Would anyone try and solve this? Until then, i'll blacklist snd-pcsp and pcspkr.
    Also, does ALSA need to be loaded as a daemon?
    EDIT: Adding my dmesg output in case.
    Linux version 2.6.31-ARCH (root@architect) (gcc version 4.4.2 (GCC) ) #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    NSC Geode by NSC
    Cyrix CyrixInstead
    Centaur CentaurHauls
    Transmeta GenuineTMx86
    Transmeta TransmetaCPU
    UMC UMC UMC UMC
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 00000000000eee00 (reserved)
    BIOS-e820: 00000000000eee00 - 00000000000ef000 (ACPI NVS)
    BIOS-e820: 00000000000ef000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000001ffc0000 (usable)
    BIOS-e820: 000000001ffc0000 - 000000001ffd0000 (reserved)
    BIOS-e820: 000000001ffd0000 - 000000001ffe0000 (ACPI data)
    BIOS-e820: 000000001ffe0000 - 0000000020000000 (reserved)
    BIOS-e820: 00000000feda0000 - 00000000fedc0000 (reserved)
    BIOS-e820: 00000000ffb00000 - 00000000ffc00000 (reserved)
    BIOS-e820: 00000000ffe80000 - 0000000100000000 (reserved)
    DMI 2.3 present.
    last_pfn = 0x1ffc0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CFFFF write-protect
    D0000-DFFFF uncachable
    E0000-E7FFF write-protect
    E8000-EFFFF write-back
    F0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 0FEDA0000 mask FFFFE0000 write-back
    1 base 0FFF00000 mask FFFF00000 write-protect
    2 base 000000000 mask FE0000000 write-back
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    PAT not supported by CPU.
    e820 update range: 0000000000002000 - 0000000000006000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000002000 (usable)
    modified: 0000000000002000 - 0000000000006000 (reserved)
    modified: 0000000000006000 - 000000000009fc00 (usable)
    modified: 000000000009fc00 - 00000000000a0000 (reserved)
    modified: 00000000000e0000 - 00000000000eee00 (reserved)
    modified: 00000000000eee00 - 00000000000ef000 (ACPI NVS)
    modified: 00000000000ef000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000001ffc0000 (usable)
    modified: 000000001ffc0000 - 000000001ffd0000 (reserved)
    modified: 000000001ffd0000 - 000000001ffe0000 (ACPI data)
    modified: 000000001ffe0000 - 0000000020000000 (reserved)
    modified: 00000000feda0000 - 00000000fedc0000 (reserved)
    modified: 00000000ffb00000 - 00000000ffc00000 (reserved)
    modified: 00000000ffe80000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    init_memory_mapping: 0000000000000000-000000001ffc0000
    0000000000 - 0000400000 page 4k
    0000400000 - 001fc00000 page 2M
    001fc00000 - 001ffc0000 page 4k
    kernel direct mapping tables up to 1ffc0000 @ 7000-c000
    RAMDISK: 1f9d6000 - 1ffaf61e
    ACPI: RSDP 000f01b0 00014 (v00 TOSHIB)
    ACPI: RSDT 1ffd0000 00034 (v01 TOSHIB 750 00970814 TASM 04010000)
    ACPI: FACP 1ffd005c 00084 (v02 TOSHIB 750 20030101 TASM 04010000)
    ACPI: DSDT 1ffd0114 069DE (v01 TOSHIB A000B 20031217 MSFT 0100000E)
    ACPI: FACS 000eee00 00040
    ACPI: SSDT 1ffd6af2 00231 (v01 TOSHIB A000B 20031217 MSFT 0100000E)
    ACPI: DBGP 1ffd00e0 00034 (v01 TOSHIB 750 00970814 TASM 04010000)
    ACPI: BOOT 1ffd0034 00028 (v01 TOSHIB 750 00970814 TASM 04010000)
    0MB HIGHMEM available.
    511MB LOWMEM available.
    mapped low ram: 0 - 1ffc0000
    low ram: 0 - 1ffc0000
    node 0 low ram: 00000000 - 1ffc0000
    node 0 bootmap 00008000 - 0000bff8
    (9 early reservations) ==> bootmem [0000000000 - 001ffc0000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0001000000 - 000156da44] TEXT DATA BSS ==> [0001000000 - 000156da44]
    #4 [001f9d6000 - 001ffaf61e] RAMDISK ==> [001f9d6000 - 001ffaf61e]
    #5 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
    #6 [000156e000 - 00015741a8] BRK ==> [000156e000 - 00015741a8]
    #7 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
    #8 [0000008000 - 000000c000] BOOTMAP ==> [0000008000 - 000000c000]
    Zone PFN ranges:
    DMA 0x00000000 -> 0x00001000
    Normal 0x00001000 -> 0x0001ffc0
    HighMem 0x0001ffc0 -> 0x0001ffc0
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000000 -> 0x00000002
    0: 0x00000006 -> 0x0000009f
    0: 0x00000100 -> 0x0001ffc0
    On node 0 totalpages: 130907
    free_area_init_node: node 0, pgdat c141b740, node_mem_map c1575000
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3963 pages, LIFO batch:0
    Normal zone: 992 pages used for memmap
    Normal zone: 125920 pages, LIFO batch:31
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0xd808
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    Local APIC disabled by BIOS -- you can enable it with "lapic"
    APIC: disable apic facility
    nr_irqs_gsi: 16
    PM: Registered nosave memory: 0000000000002000 - 0000000000006000
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 00000000000ee000
    PM: Registered nosave memory: 00000000000ee000 - 00000000000ef000
    PM: Registered nosave memory: 00000000000ef000 - 0000000000100000
    Allocating PCI resources starting at 20000000 (gap: 20000000:deda0000)
    NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Embedded 14 pages at c1977000, static data 34332 bytes
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129883
    Kernel command line: root=/dev/disk/by-uuid/f92b1b4e-6cc2-4681-965c-6923f45b2ed8 ro
    PID hash table entries: 2048 (order: 11, 8192 bytes)
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    Initializing HighMem for node 0 (00000000:00000000)
    Memory: 507208k/524032k available (3111k kernel code, 16168k reserved, 1120k data, 416k init, 0k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xe07c0000 - 0xff7fe000 ( 496 MB)
    lowmem : 0xc0000000 - 0xdffc0000 ( 511 MB)
    .init : 0xc1422000 - 0xc148a000 ( 416 kB)
    .data : 0xc1309ddd - 0xc1421ea8 (1120 kB)
    .text : 0xc1000000 - 0xc1309ddd (3111 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    NR_IRQS:512
    Fast TSC calibration using PIT
    Detected 1496.041 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Calibrating delay loop (skipped), value calculated using timer frequency.. 2993.75 BogoMIPS (lpj=4986803)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 1024K
    mce: CPU supports 5 MCE banks
    ------------[ cut here ]------------
    WARNING: at arch/x86/kernel/apic/apic.c:247 native_apic_write_dummy+0x4b/0x60()
    Hardware name: TECRA M2
    Modules linked in:
    Pid: 0, comm: swapper Not tainted 2.6.31-ARCH #1
    Call Trace:
    [<c10464da>] ? warn_slowpath_common+0x7a/0xc0
    [<c101f2ab>] ? native_apic_write_dummy+0x4b/0x60
    [<c1046540>] ? warn_slowpath_null+0x20/0x40
    [<c101f2ab>] ? native_apic_write_dummy+0x4b/0x60
    [<c1016601>] ? intel_init_thermal+0xd1/0x1d0
    [<c10149c3>] ? mce_init+0xc3/0xf0
    [<c10ed693>] ? __kmalloc+0x93/0x210
    [<c1015bc5>] ? mce_intel_feature_init+0x15/0x70
    [<c13014ed>] ? mcheck_init+0x261/0x2b5
    [<c12ff55a>] ? identify_cpu+0x377/0x386
    [<c10ecabf>] ? kmem_cache_alloc+0x6f/0x170
    [<c1429dc9>] ? identify_boot_cpu+0xa/0x1e
    [<c1429f90>] ? check_bugs+0x14/0x108
    [<c109add0>] ? __delayacct_tsk_init+0x20/0x50
    [<c1422a31>] ? start_kernel+0x332/0x353
    [<c14224f0>] ? unknown_bootoption+0x0/0x1bd
    ---[ end trace a7919e7f17c0a725 ]---
    CPU0: Thermal monitoring enabled (TM1)
    Performance Counters:
    no APIC, boot with the "lapic" boot parameter to force-enable it.
    no hardware sampling interrupt available.
    p6 PMU driver.
    ... version: 0
    ... bit width: 32
    ... generic counters: 2
    ... value mask: 00000000ffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose counters: 0
    ... counter mask: 0000000000000003
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 11k freed
    ACPI: Core revision 20090521
    ACPI: setting ELCR to 0200 (from 0e00)
    weird, boot CPU (#0) not listed by the BIOS.
    SMP motherboard not detected.
    Local APIC not detected. Using dummy APIC emulation.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (2993.75 BogoMIPS).
    CPU0 attaching NULL sched-domain.
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xfd67c, last bus=5
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI Warning: Package List length (10) larger than NumElements count (6), truncated
    20090521 dsobject-502
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    [Firmware Bug]: ACPI: ACPI brightness control misses _BQC function
    ACPI: Power Resource [PFAN] (off)
    ACPI: ACPI Dock Station Driver: 1 docks/bays found
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:00.0: reg 10 32bit mmio: [0xe0000000-0xefffffff]
    pci 0000:00:1d.0: reg 20 io port: [0xefe0-0xefff]
    pci 0000:00:1d.1: reg 20 io port: [0xef80-0xef9f]
    pci 0000:00:1d.2: reg 20 io port: [0x00-0x1f]
    pci 0000:00:1d.7: reg 10 32bit mmio: [0x000000-0x0003ff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.0: quirk: region d800-d87f claimed by ICH4 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: region eec0-eeff claimed by ICH4 GPIO
    pci 0000:00:1f.1: reg 10 io port: [0xbff8-0xbfff]
    pci 0000:00:1f.1: reg 14 io port: [0xbff4-0xbff7]
    pci 0000:00:1f.1: reg 18 io port: [0xbfe8-0xbfef]
    pci 0000:00:1f.1: reg 1c io port: [0xbfe4-0xbfe7]
    pci 0000:00:1f.1: reg 20 io port: [0xbfa0-0xbfaf]
    pci 0000:00:1f.1: reg 24 32bit mmio: [0x28000400-0x280007ff]
    pci 0000:00:1f.5: reg 10 io port: [0x00-0xff]
    pci 0000:00:1f.5: reg 14 io port: [0x00-0x3f]
    pci 0000:00:1f.5: reg 18 32bit mmio: [0x000000-0x0001ff]
    pci 0000:00:1f.5: reg 1c 32bit mmio: [0x000000-0x0000ff]
    pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
    pci 0000:00:1f.5: PME# disabled
    pci 0000:00:1f.6: reg 10 io port: [0x00-0xff]
    pci 0000:00:1f.6: reg 14 io port: [0x00-0x7f]
    pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
    pci 0000:00:1f.6: PME# disabled
    pci 0000:01:00.0: reg 10 32bit mmio: [0xfd000000-0xfdffffff]
    pci 0000:01:00.0: reg 14 32bit mmio: [0xd0000000-0xdfffffff]
    pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
    pci 0000:00:01.0: bridge 32bit mmio: [0xfd000000-0xfdffffff]
    pci 0000:00:01.0: bridge 32bit mmio pref: [0xd0000000-0xdfffffff]
    pci 0000:02:08.0: reg 10 32bit mmio: [0xfceff000-0xfcefffff]
    pci 0000:02:08.0: reg 14 io port: [0xcf40-0xcf7f]
    pci 0000:02:08.0: supports D1 D2
    pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:08.0: PME# disabled
    pci 0000:02:0b.0: reg 10 32bit mmio: [0x000000-0x000fff]
    pci 0000:02:0b.1: reg 10 32bit mmio: [0x000000-0x000fff]
    pci 0000:02:0d.0: reg 10 32bit mmio: [0x000000-0x0001ff]
    pci 0000:02:0d.0: supports D1 D2
    pci 0000:02:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:0d.0: PME# disabled
    pci 0000:00:1e.0: transparent bridge
    pci 0000:00:1e.0: bridge io port: [0xc000-0xcfff]
    pci 0000:00:1e.0: bridge 32bit mmio: [0xfce00000-0xfcefffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *11)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *11)
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *11)
    ACPI: PCI Interrupt Link [LNKG] (IRQs *10)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11)
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:08: io resource (0x10-0x1f) overlaps 0000:00:1d.2 BAR 4 (0x0-0x1f), disabling
    pnp 00:08: io resource (0x2e-0x2f) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x4e-0x4f) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x62-0x62) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x66-0x66) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x80-0x80) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x84-0x86) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x88-0x88) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x8c-0x8e) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xe0-0xef) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x10-0x1f) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x24-0x25) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x28-0x29) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x2c-0x2d) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x30-0x31) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x34-0x35) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x38-0x39) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x3c-0x3d) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x50-0x53) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x63-0x63) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x65-0x65) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x72-0x77) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x90-0x9f) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xa4-0xa5) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xa8-0xa9) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xac-0xad) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xb0-0xb5) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xb8-0xb9) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xbc-0xbd) overlaps 0000:00:1f.5 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x2e-0x2f) overlaps 0000:00:1f.5 BAR 1 (0x0-0x3f), disabling
    pnp 00:08: io resource (0x10-0x1f) overlaps 0000:00:1f.5 BAR 1 (0x0-0x3f), disabling
    pnp 00:08: io resource (0x24-0x25) overlaps 0000:00:1f.5 BAR 1 (0x0-0x3f), disabling
    pnp 00:08: io resource (0x28-0x29) overlaps 0000:00:1f.5 BAR 1 (0x0-0x3f), disabling
    pnp 00:08: io resource (0x2c-0x2d) overlaps 0000:00:1f.5 BAR 1 (0x0-0x3f), disabling
    pnp 00:08: io resource (0x30-0x31) overlaps 0000:00:1f.5 BAR 1 (0x0-0x3f), disabling
    pnp 00:08: io resource (0x34-0x35) overlaps 0000:00:1f.5 BAR 1 (0x0-0x3f), disabling
    pnp 00:08: io resource (0x38-0x39) overlaps 0000:00:1f.5 BAR 1 (0x0-0x3f), disabling
    pnp 00:08: io resource (0x3c-0x3d) overlaps 0000:00:1f.5 BAR 1 (0x0-0x3f), disabling
    pnp 00:08: io resource (0x2e-0x2f) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x4e-0x4f) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x62-0x62) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x66-0x66) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x80-0x80) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x84-0x86) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x88-0x88) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x8c-0x8e) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xe0-0xef) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x10-0x1f) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x24-0x25) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x28-0x29) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x2c-0x2d) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x30-0x31) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x34-0x35) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x38-0x39) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x3c-0x3d) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x50-0x53) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x63-0x63) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x65-0x65) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x72-0x77) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x90-0x9f) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xa4-0xa5) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xa8-0xa9) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xac-0xad) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xb0-0xb5) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xb8-0xb9) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0xbc-0xbd) overlaps 0000:00:1f.6 BAR 0 (0x0-0xff), disabling
    pnp 00:08: io resource (0x2e-0x2f) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x4e-0x4f) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x62-0x62) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x66-0x66) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x10-0x1f) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x24-0x25) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x28-0x29) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x2c-0x2d) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x30-0x31) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x34-0x35) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x38-0x39) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x3c-0x3d) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x50-0x53) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x63-0x63) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x65-0x65) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp 00:08: io resource (0x72-0x77) overlaps 0000:00:1f.6 BAR 1 (0x0-0x7f), disabling
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:00: iomem range 0x0-0x9ffff could not be reserved
    system 00:00: iomem range 0xe0000-0xeffff could not be reserved
    system 00:00: iomem range 0xf0000-0xfffff could not be reserved
    system 00:00: iomem range 0x100000-0x1ffbffff could not be reserved
    system 00:00: iomem range 0x1ffc0000-0x1ffcffff has been reserved
    system 00:00: iomem range 0x1ffd0000-0x1ffdffff could not be reserved
    system 00:00: iomem range 0x1ffe0000-0x1fffffff has been reserved
    system 00:00: iomem range 0xfeda0000-0xfedbffff has been reserved
    system 00:00: iomem range 0xffb00000-0xffbfffff has been reserved
    system 00:00: iomem range 0xffe80000-0xffffffff has been reserved
    system 00:08: ioport range 0x1e0-0x1e7 has been reserved
    system 00:08: ioport range 0x480-0x48f has been reserved
    system 00:08: ioport range 0x680-0x6ff has been reserved
    system 00:08: ioport range 0xd800-0xd87f has been reserved
    system 00:08: ioport range 0xd880-0xd89f has been reserved
    system 00:08: ioport range 0xd8a0-0xd8bf has been reserved
    system 00:08: ioport range 0xe000-0xe07f has been reserved
    system 00:08: ioport range 0xe080-0xe0ff has been reserved
    system 00:08: ioport range 0xe400-0xe47f has been reserved
    system 00:08: ioport range 0xe480-0xe4ff has been reserved
    system 00:08: ioport range 0xe800-0xe87f has been reserved
    system 00:08: ioport range 0xe880-0xe8ff has been reserved
    system 00:08: ioport range 0xec00-0xec7f has been reserved
    system 00:08: ioport range 0xec80-0xecff has been reserved
    system 00:08: ioport range 0xeeac-0xeeac has been reserved
    system 00:08: ioport range 0xeeb0-0xeebf has been reserved
    system 00:08: ioport range 0xeec0-0xeeff has been reserved
    system 00:08: ioport range 0x4d0-0x4d1 has been reserved
    pci 0000:01:00.0: BAR 6: can't allocate mem resource [0xe0000000-0xdfffffff]
    pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:01.0: IO window: disabled
    pci 0000:00:01.0: MEM window: 0xfd000000-0xfdffffff
    pci 0000:00:01.0: PREFETCH window: 0xd0000000-0xdfffffff
    pci 0000:02:0b.0: CardBus bridge, secondary bus 0000:03
    pci 0000:02:0b.0: IO window: 0x00c000-0x00c0ff
    pci 0000:02:0b.0: IO window: 0x00c400-0x00c4ff
    pci 0000:02:0b.0: PREFETCH window: 0x20000000-0x23ffffff
    pci 0000:02:0b.0: MEM window: 0x2c000000-0x2fffffff
    pci 0000:02:0b.1: CardBus bridge, secondary bus 0000:05
    pci 0000:02:0b.1: IO window: 0x00c800-0x00c8ff
    pci 0000:02:0b.1: IO window: 0x00cc00-0x00ccff
    pci 0000:02:0b.1: PREFETCH window: 0x24000000-0x27ffffff
    pci 0000:02:0b.1: MEM window: 0x30000000-0x33ffffff
    pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
    pci 0000:00:1e.0: IO window: 0xc000-0xcfff
    pci 0000:00:1e.0: MEM window: 0xfce00000-0xfcefffff
    pci 0000:00:1e.0: PREFETCH window: 0x20000000-0x27ffffff
    pci 0000:00:1e.0: setting latency timer to 64
    pci 0000:02:0b.0: enabling device (0000 -> 0003)
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    pci 0000:02:0b.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    pci 0000:02:0b.1: enabling device (0000 -> 0003)
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
    pci 0000:02:0b.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
    pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    pci_bus 0000:01: resource 1 mem: [0xfd000000-0xfdffffff]
    pci_bus 0000:01: resource 2 pref mem [0xd0000000-0xdfffffff]
    pci_bus 0000:02: resource 0 io: [0xc000-0xcfff]
    pci_bus 0000:02: resource 1 mem: [0xfce00000-0xfcefffff]
    pci_bus 0000:02: resource 2 pref mem [0x20000000-0x27ffffff]
    pci_bus 0000:02: resource 3 io: [0x00-0xffff]
    pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffff]
    pci_bus 0000:03: resource 0 io: [0xc000-0xc0ff]
    pci_bus 0000:03: resource 1 io: [0xc400-0xc4ff]
    pci_bus 0000:03: resource 2 pref mem [0x20000000-0x23ffffff]
    pci_bus 0000:03: resource 3 mem: [0x2c000000-0x2fffffff]
    pci_bus 0000:05: resource 0 io: [0xc800-0xc8ff]
    pci_bus 0000:05: resource 1 io: [0xcc00-0xccff]
    pci_bus 0000:05: resource 2 pref mem [0x24000000-0x27ffffff]
    pci_bus 0000:05: resource 3 mem: [0x30000000-0x33ffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
    TCP: Hash tables configured (established 16384 bind 16384)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs...
    Freeing initrd memory: 5989k freed
    Simple Boot Flag at 0x7c set to 0x1
    apm: BIOS version 1.2 Flags 0x02 (Driver version 1.16ac)
    apm: overridden by ACPI.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1262094318.346:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1002
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:01:00.0: Boot video device
    pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
    isapnp: Scanning for PnP cards...
    Switched to high resolution mode on CPU 0
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial 0000:00:1f.6: power state changed by ACPI to D0
    serial 0000:00:1f.6: enabling device (0000 -> 0001)
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
    serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
    serial 0000:00:1f.6: PCI INT B disabled
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 416k freed
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    pata_acpi 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    pata_acpi 0000:00:1f.1: setting latency timer to 64
    pata_acpi 0000:00:1f.1: PCI INT A disabled
    ata_piix 0000:00:1f.1: version 2.13
    ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
    ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
    ata2.00: ATAPI: DW-224E-A, 7.2A, max UDMA/33
    ata1.00: ATA-6: TOSHIBA MK4026GAX, PA103G, max UDMA/100
    ata1.00: 78140160 sectors, multi 16: LBA
    ata1.00: configured for UDMA/100
    scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK4026GA PA10 PQ: 0 ANSI: 5
    ata2.00: configured for UDMA/33
    scsi 1:0:0:0: CD-ROM TEAC DW-224E-A 7.2A PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    EXT4-fs (sda2): barriers enabled
    kjournald2 starting: pid 487, dev sda2:8, commit interval 5 seconds
    EXT4-fs (sda2): delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs (sda2): mounted filesystem with ordered data mode
    rtc_cmos 00:07: RTC can wake from S4
    rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, 114 bytes nvram
    udev: starting version 146
    fuse init (API version 7.12)
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THRM] (68 C)
    pcspkr: Unknown parameter `index'
    pcspkr: Unknown parameter `index'
    ACPI Warning: \_SB_.BAT1._BIF: Return Package type mismatch at index 12 - found Integer, expected String/Buffer 20090521 nspredef-946
    ACPI: Battery Slot [BAT1] (battery present)
    ACPI: Battery Slot [BAT2] (battery absent)
    [Firmware Bug]: ACPI: ACPI brightness control misses _BQC function
    acpi device:28: registered as cooling_device0
    input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:26/device:27/input/input2
    ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)
    ACPI: AC Adapter [ADP1] (on-line)
    Marking TSC unstable due to TSC halts in idle
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    processor LNXCPU:00: registered as cooling_device1
    intel_rng: FWH not detected
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    ACPI: Power Button [PWRF]
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
    ACPI: Power Button [PWRB]
    input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
    ACPI: Lid Switch [LID]
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    fan PNP0C0B:00: registered as cooling_device2
    ACPI: Fan [FAN] (off)
    lp: driver loaded but no devices found
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    iTCO_vendor_support: vendor-support=0
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0xd860)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    parport_pc 00:0b: activated
    parport_pc 00:0b: reported by Plug and Play ACPI
    parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
    Linux agpgart interface v0.103
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    ppdev: user-space parallel port driver
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1d.7: enabling device (0000 -> 0002)
    ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
    ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    ehci_hcd 0000:00:1d.7: irq 11, io mem 0x28000000
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
    toshiba_acpi: HCI method: \_SB_.VALZ.GHCI
    agpgart-intel 0000:00:00.0: Intel 855PM Chipset
    lp0: using parport0 (interrupt-driven).
    agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.0: irq 11, io base 0x0000efe0
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.1: irq 11, io base 0x0000ef80
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: enabling device (0000 -> 0001)
    uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.2: irq 11, io base 0x000018c0
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    usb 1-1: new high speed USB device using ehci_hcd and address 2
    usb 1-1: configuration #1 chosen from 1 choice
    input: DualPoint Stick as /devices/platform/i8042/serio1/input/input6
    input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input7
    nvidia: module license 'NVIDIA' taints kernel.
    Disabling lock debugging due to kernel taint
    Intel ICH 0000:00:1f.5: power state changed by ACPI to D0
    Intel ICH 0000:00:1f.5: enabling device (0000 -> 0003)
    Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
    Intel ICH 0000:00:1f.5: setting latency timer to 64
    pcspkr: Unknown parameter `index'
    cfg80211: Using static regulatory domain info
    cfg80211: Regulatory domain: US
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
    (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
    cfg80211: Calling CRDA for country: US
    usb 3-2: new low speed USB device using uhci_hcd and address 2
    usb 3-2: configuration #1 chosen from 1 choice
    e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
    e100 0000:02:08.0: PCI INT A -> Link[LNKE] -> GSI 11 (level, low) -> IRQ 11
    e100 0000:02:08.0: PME# disabled
    e100: eth0: e100_probe: addr 0xfceff000, irq 11, MAC addr 00:08:0d:d6:96:f1
    yenta_cardbus 0000:02:0b.0: CardBus bridge found [1179:0001]
    nvidia 0000:01:00.0: power state changed by ACPI to D0
    ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    nvidia 0000:01:00.0: PCI INT A -> Link[LNKG] -> GSI 10 (level, low) -> IRQ 10
    NVRM: loading NVIDIA UNIX x86 Kernel Module 173.14.22 Sun Nov 8 20:26:31 PST 2009
    yenta_cardbus 0000:02:0b.0: ISA IRQ mask 0x0038, PCI irq 11
    yenta_cardbus 0000:02:0b.0: Socket status: 30000007
    yenta_cardbus 0000:02:0b.0: pcmcia: parent PCI bridge I/O window: 0xc000 - 0xcfff
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc000-0xcfff: clean.
    yenta_cardbus 0000:02:0b.0: pcmcia: parent PCI bridge Memory window: 0xfce00000 - 0xfcefffff
    yenta_cardbus 0000:02:0b.0: pcmcia: parent PCI bridge Memory window: 0x20000000 - 0x27ffffff
    yenta_cardbus 0000:02:0b.1: CardBus bridge found [1179:0001]
    usbcore: registered new interface driver hiddev
    input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input8
    generic-usb 0003:046D:C03D.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.1-2/input0
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    yenta_cardbus 0000:02:0b.1: ISA IRQ mask 0x0038, PCI irq 11
    yenta_cardbus 0000:02:0b.1: Socket status: 30000007
    pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #05 to #08
    yenta_cardbus 0000:02:0b.1: pcmcia: parent PCI bridge I/O window: 0xc000 - 0xcfff
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc000-0xcfff: clean.
    yenta_cardbus 0000:02:0b.1: pcmcia: parent PCI bridge Memory window: 0xfce00000 - 0xfcefffff
    yenta_cardbus 0000:02:0b.1: pcmcia: parent PCI bridge Memory window: 0x20000000 - 0x27ffffff
    phy0: Selected rate control algorithm 'minstrel'
    Registered led device: rt73usb-phy0::radio
    Registered led device: rt73usb-phy0::assoc
    Registered led device: rt73usb-phy0::quality
    usbcore: registered new interface driver rt73usb
    AC'97 1 does not respond - RESET
    AC'97 1 access is not valid [0xffffffff], removing mixer.
    Unable to initialize codec #1
    intel8x0_measure_ac97_clock: measured 52843 usecs (2546 samples)
    intel8x0: clocking to 48000
    Intel ICH Modem 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
    Intel ICH Modem 0000:00:1f.6: setting latency timer to 64
    AC'97 1 does not respond - RESET
    AC'97 1 access is not valid [0xffffffff], removing mixer.
    Unable to initialize codec #1
    Intel ICH Modem 0000:00:1f.6: PCI INT B disabled
    Intel ICH Modem: probe of 0000:00:1f.6 failed with error -5
    EXT4-fs (sda2): internal journal on sda2:8
    EXT4-fs (sda3): barriers enabled
    kjournald2 starting: pid 1029, dev sda3:8, commit interval 5 seconds
    EXT4-fs (sda3): internal journal on sda3:8
    EXT4-fs (sda3): delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs (sda3): mounted filesystem with ordered data mode
    Adding 899632k swap on /dev/sda4. Priority:-1 extents:1 across:899632k
    agpgart-intel 0000:00:00.0: AGP 2.0 bridge
    agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
    nvidia 0000:01:00.0: putting AGP V2 device into 4x mode
    rt73usb 1-1:1.0: firmware: requesting rt73.bin
    wlan0: authenticate with AP 00:25:3c:07:25:b1
    wlan0: authenticated
    wlan0: associate with AP 00:25:3c:07:25:b1
    wlan0: RX AssocResp from 00:25:3c:07:25:b1 (capab=0x431 status=0 aid=3)
    wlan0: associated
    cfg80211: Calling CRDA for country: SG
    Last edited by Firepower (2009-12-29 05:56:22)

    Hello Firepower,
    I had the same difficulty. I have the same sound hardware in my Thinkpad T42. What I needed to do was add my user to the audio group. It must be done as root:
    $ su -
    password: XXXXXXXX
    # gpasswd -a <your username> audio
    BTW, my daemon's string in /etc/rc.conf looks like this:
    DAEMONS=(syslog-ng !network netfs crond dbus hal wicd fam)
    You should not need to add ALSA as a daemon. It is a set of kernel modules (and some userland utilities), and it will load at boot time if the hardware is detected.
    If that does not help, please supply the results of the commands:
    lspci
    lsmod | grep '^snd' | column -t
    ls -l /dev/snd
    Regards
    cdrigby
    Last edited by cdrigby (2009-12-30 10:29:28)

  • [SOLVED]Ralink RT73 mistaken for IPW 5100 *

    Hi!
    i'm trying to get my intel pro wireless 5100 card working. i already did some search in the forum, but nothing mentioned there did help.
    i'm running arch64 with the latest kernel (2.6.27.4-1) on a packard-bell easynote mh45 notebook.
    i installed the firmware with yaourt:
    # yaourt -S iwlwifi-5000-ucode
    and adjusted my rc.conf to load the iwlagn module at startup (is that the right one?).
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="de_AT"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Vienna"
    KEYMAP="de"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(r8169 rt2x00lib rt2x00usb rt73usb snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore iwlagn)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="archlinux"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng @network netfs crond alsa hal fam kdm)
    here some output:
    bash-3.2# iwconfig
    lo no wireless extensions.
    eth0 no wireless extensions.
    wmaster0 no wireless extensions.
    wlan0 IEEE 802.11bg ESSID:""
    Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
    Tx-Power=0 dBm
    Retry min limit:7 RTS thr:off Fragment thr=2352 B
    Encryption key:off
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    bash-3.2# ifconfig wlan0 up
    SIOCSIFFLAGS: No such file or directory
    i hope you can help me!
    thanks in advance!
    Last edited by apophis (2009-03-24 17:54:11)

    Hi!
    Its been a while since my last post in here :-)
    Well, i had some problems with the video drivers, so i changed to fedora for a while and now i give arch another try... And it works quite fine now - with one exception: the wireless network connection.
    By the way: The wlan was working on fedora10 and KNOPPIX.
    Same problem as mentioned above:
    I'm running Arch64 with the newest kernel (2.6.28.7-2) and i installed the iwlwifi-5000-ucode firmware via pacman.
    bash-3.2# iwconfig
    lo no wireless extensions.
    eth0 no wireless extensions.
    wmaster0 no wireless extensions.
    wlan0 IEEE 802.11bg ESSID:""
    Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
    Tx-Power=0 dBm
    Retry min limit:7 RTS thr:off Fragment thr=2352 B
    Encryption key:off
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    bash-3.2# ifconfig wlan0 up
    SIOCSIFFLAGS: No such file or directory
    And now the output requested above:
    dmesg:
    rt73usb 1-3:1.0: firmware: requesting rt73.bin
    phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.
    hwdetect --show-net
    bash-3.2# hwdetect --show-net
    NET : mii r8169 mac80211 rfkill
    Thanks a lot!

  • Dual Core, but just one recognized [SOLVED]

    In the last days I had problems with my computer just going off randomly after some time... As I found out the CPU fan was too loose... Now I somehow fastened it so it seems to work normally now.
    Today I noticed (I'm not sure whether it's now the first time or I just didn't see it) that on booting I see just one Arch logo, although I have a Dual Core processor and normally there are 2 logos... I checked whether GRUB has the option nosmp set which was not the case. cat /proc/cpuinfo gave me just one core.. Then I tried to boot the arch live cd (the 2008.06) and cpuinfo had both there!
    The BIOS says that there are still 2 as well... so my first idea, that one core is broken because of overheating seems to be wrong, it's impossible that just one core breaks, doesn't it?
    So my question is - how do I get my core to be recognized again? I have the new 2.6.29 kernel.. could this be the problem?
    My second question is - the information about launching daemons on booting appears AFTER showing the login prompt (I login via tty) [EDIT: This had to do with the OpenNTPD daemon...]
    Last edited by icetonic (2009-04-16 15:46:27)

    Linux version 2.6.29-ARCH (root@T-POWA-LX) (gcc version 4.3.3 (GCC) ) #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    NSC Geode by NSC
    Cyrix CyrixInstead
    Centaur CentaurHauls
    Transmeta GenuineTMx86
    Transmeta TransmetaCPU
    UMC UMC UMC UMC
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000007ffc0000 (usable)
    BIOS-e820: 000000007ffc0000 - 000000007ffce000 (ACPI data)
    BIOS-e820: 000000007ffce000 - 000000007fff0000 (ACPI NVS)
    BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
    BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
    DMI present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    last_pfn = 0x7ffc0 max_arch_pfn = 0x100000
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009fc00 (usable)
    modified: 000000000009fc00 - 00000000000a0000 (reserved)
    modified: 00000000000e4000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000007ffc0000 (usable)
    modified: 000000007ffc0000 - 000000007ffce000 (ACPI data)
    modified: 000000007ffce000 - 000000007fff0000 (ACPI NVS)
    modified: 000000007fff0000 - 0000000080000000 (reserved)
    modified: 00000000fec00000 - 00000000fec01000 (reserved)
    modified: 00000000fee00000 - 00000000fef00000 (reserved)
    modified: 00000000ffb80000 - 0000000100000000 (reserved)
    kernel direct mapping tables up to 377fe000 @ 10000-15000
    RAMDISK: 7ff24000 - 7ffafb9e
    Allocated new RAMDISK: 00011000 - 0009cb9e
    Move RAMDISK from 000000007ff24000 - 000000007ffafb9d to 00011000 - 0009cb9d
    ACPI: RSDP 000FB800, 0024 (r2 ACPIAM)
    ACPI: XSDT 7FFC0100, 0054 (r1 HYRSLP HYRSLPTB 9000706 MSFT 97)
    ACPI: FACP 7FFC0290, 00F4 (r3 A_M_I_ OEMFACP 9000706 MSFT 97)
    FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
    ACPI: DSDT 7FFC05C0, 659A (r1 A0904 A0904000 0 INTL 20051117)
    ACPI: FACS 7FFCE000, 0040
    ACPI: MCFG 7FFC0400, 003C (r1 A_M_I_ OEMMCFG 9000706 MSFT 97)
    ACPI: SLIC 7FFC0440, 0176 (r1 HYRSLP HYRSLPTB 9000706 MSFT 97)
    ACPI: OEMB 7FFCE040, 0060 (r1 A_M_I_ AMI_OEM 9000706 MSFT 97)
    ACPI: HPET 7FFC6B60, 0038 (r1 A_M_I_ OEMHPET0 9000706 MSFT 97)
    ACPI: SSDT 7FFC6BA0, 0206 (r1 A_M_I_ POWERNOW 1 AMD 1)
    1159MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 00000000 - 377fe000
    bootmap 005ac000 - 005b2f00
    (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0000100000 - 00005a8584] TEXT DATA BSS ==> [0000100000 - 00005a8584]
    #4 [00005a9000 - 00005ac000] INIT_PG_TABLE ==> [00005a9000 - 00005ac000]
    #5 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
    #6 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
    #7 [0000011000 - 000009cb9e] NEW RAMDISK ==> [0000011000 - 000009cb9e]
    #8 [00005ac000 - 00005b3000] BOOTMAP ==> [00005ac000 - 00005b3000]
    found SMP MP-table at [c00ff780] 000ff780
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0007ffc0
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0007ffc0
    On node 0 totalpages: 524111
    free_area_init_node: node 0, pgdat c0431600, node_mem_map c1000200
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3951 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 2320 pages used for memmap
    HighMem zone: 294578 pages, LIFO batch:31
    Detected use of extended apic ids on hypertransport bus
    ACPI: PM-Timer IO Port: 0x508
    ACPI: No APIC-table, disabling MPS
    ACPI: HPET id: 0x10de8201 base: 0xfed00000
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    Found and enabled local APIC!
    nr_irqs_gsi: 16
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    Allocating PCI resources starting at 88000000 (gap: 80000000:7ec00000)
    NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Allocating 36864 bytes of per cpu data
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520015
    Kernel command line: root=/dev/disk/by-uuid/206cc51d-0ece-4693-a6cc-156428ba637f resume=/dev/sda5 ro vga=792 noapic
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Extended CMOS year: 2000
    Fast TSC calibration using PIT
    Detected 2109.362 MHz processor.
    spurious 8259A interrupt: IRQ7.
    Console: colour dummy device 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Memory: 2073012k/2096896k available (2369k kernel code, 22620k reserved, 1056k data, 356k init, 1187592k highmem)
    virtual kernel memory layout:
    fixmap : 0xffee8000 - 0xfffff000 (1116 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc045f000 - 0xc04b8000 ( 356 kB)
    .data : 0xc03507cf - 0xc0458a88 (1056 kB)
    .text : 0xc0100000 - 0xc03507cf (2369 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    hpet clockevent registered
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4220.50 BogoMIPS (lpj=7031206)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    using C1E aware idle routine
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 10k freed
    ACPI: Core revision 20081204
    ACPI: Checking initramfs for custom DSDT
    ACPI Error (dswload-0239): Invalid type (Alias) for target of Scope operator [\._P] (Cannot override) [20081204]
    ACPI Exception (psloop-0227): AE_AML_OPERAND_TYPE, During name lookup/catalog [20081204]
    ACPI: setting ELCR to 0200 (from 8c00)
    weird, boot CPU (#0) not listed by the BIOS.
    SMP motherboard not detected.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (4220.50 BogoMIPS).
    net_namespace: 1016 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: Not using MMCONFIG.
    PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
    PCI: Using MMCONFIG for extended config space
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:01.0: reg 10 io port: [0x900-0x9ff]
    pci 0000:00:01.1: reg 10 io port: [0xdc00-0xdc3f]
    pci 0000:00:01.1: reg 20 io port: [0x600-0x63f]
    pci 0000:00:01.1: reg 24 io port: [0x700-0x73f]
    pci 0000:00:01.1: PME# supported from D3hot D3cold
    pci 0000:00:01.1: PME# disabled
    pci 0000:00:02.0: reg 10 32bit mmio: [0xdbfff000-0xdbffffff]
    pci 0000:00:02.0: supports D1 D2
    pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.0: PME# disabled
    pci 0000:00:02.1: reg 10 32bit mmio: [0xdbffec00-0xdbffecff]
    pci 0000:00:02.1: supports D1 D2
    pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.1: PME# disabled
    pci 0000:00:05.0: reg 10 32bit mmio: [0xdbff8000-0xdbffbfff]
    pci 0000:00:05.0: PME# supported from D3hot D3cold
    pci 0000:00:05.0: PME# disabled
    pci 0000:00:06.0: reg 20 io port: [0xffa0-0xffaf]
    pci 0000:00:07.0: reg 10 32bit mmio: [0xdbffd000-0xdbffdfff]
    pci 0000:00:07.0: reg 14 io port: [0xd480-0xd487]
    pci 0000:00:07.0: supports D1 D2
    pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:07.0: PME# disabled
    pci 0000:00:08.0: reg 10 io port: [0xd400-0xd407]
    pci 0000:00:08.0: reg 14 io port: [0xd080-0xd083]
    pci 0000:00:08.0: reg 18 io port: [0xd000-0xd007]
    pci 0000:00:08.0: reg 1c io port: [0xcc00-0xcc03]
    pci 0000:00:08.0: reg 20 io port: [0xc880-0xc88f]
    pci 0000:00:08.0: reg 24 32bit mmio: [0xdbffc000-0xdbffcfff]
    pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:09.0: PME# disabled
    pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0b.0: PME# disabled
    pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0c.0: PME# disabled
    pci 0000:00:04.0: transparent bridge
    pci 0000:02:00.0: reg 10 32bit mmio: [0xdf000000-0xdfffffff]
    pci 0000:02:00.0: reg 14 64bit mmio: [0xc0000000-0xcfffffff]
    pci 0000:02:00.0: reg 1c 64bit mmio: [0xdc000000-0xddffffff]
    pci 0000:02:00.0: reg 24 io port: [0xec00-0xec7f]
    pci 0000:02:00.0: reg 30 32bit mmio: [0xdefe0000-0xdeffffff]
    pci 0000:00:09.0: bridge io port: [0xe000-0xefff]
    pci 0000:00:09.0: bridge 32bit mmio: [0xdc000000-0xdfffffff]
    pci 0000:00:09.0: bridge 64bit mmio pref: [0xc0000000-0xcfffffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR11._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNKB] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNKC] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNKD] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNEA] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNEB] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNEC] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LNED] (IRQs 7 10 *11 14)
    ACPI: PCI Interrupt Link [LUB0] (IRQs 7 10 *11 14)
    ACPI: PCI Interrupt Link [LUB2] (IRQs 7 *10 11 14)
    ACPI: PCI Interrupt Link [LMAC] (IRQs 7 10 *11 14)
    ACPI: PCI Interrupt Link [LAZA] (IRQs 7 10 *11 14)
    ACPI: PCI Interrupt Link [LACI] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LMC9] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LSMB] (IRQs 7 *10 11 14)
    ACPI: PCI Interrupt Link [LPMU] (IRQs 7 10 11 14) *0, disabled.
    ACPI: PCI Interrupt Link [LSA0] (IRQs *15)
    ACPI: PCI Interrupt Link [LSA1] (IRQs 5) *0, disabled.
    ACPI: PCI Interrupt Link [LATA] (IRQs 7 10 11 14) *0, disabled.
    ACPI Warning (tbutils-0242): Incorrect checksum in table [OEMB] - 08, should be 03 [20081204]
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:06: io resource (0x900-0x97f) overlaps 0000:00:01.0 BAR 0 (0x900-0x9ff), disabling
    pnp 00:06: io resource (0x980-0x9ff) overlaps 0000:00:01.0 BAR 0 (0x900-0x9ff), disabling
    pnp: PnP ACPI: found 15 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:06: ioport range 0xa30-0xa37 has been reserved
    system 00:06: ioport range 0x4d0-0x4d1 has been reserved
    system 00:06: ioport range 0x800-0x80f has been reserved
    system 00:06: ioport range 0x500-0x57f has been reserved
    system 00:06: ioport range 0x580-0x5ff has been reserved
    system 00:06: ioport range 0x800-0x87f could not be reserved
    system 00:06: ioport range 0x880-0x8ff has been reserved
    system 00:06: ioport range 0xd00-0xd7f has been reserved
    system 00:06: ioport range 0xd80-0xdff has been reserved
    system 00:06: ioport range 0x2000-0x207f has been reserved
    system 00:06: ioport range 0x2080-0x20ff has been reserved
    system 00:06: iomem range 0xfefe0000-0xfefe01ff has been reserved
    system 00:06: iomem range 0xfefe1000-0xfefe1fff has been reserved
    system 00:06: iomem range 0xfee01000-0xfeefffff has been reserved
    system 00:06: iomem range 0xffb80000-0xffffffff has been reserved
    system 00:06: iomem range 0xff300000-0xff3fffff has been reserved
    system 00:08: iomem range 0xfec00000-0xfec00fff has been reserved
    system 00:08: iomem range 0xfee00000-0xfee00fff has been reserved
    system 00:0b: ioport range 0x230-0x23f has been reserved
    system 00:0b: ioport range 0x290-0x29f has been reserved
    system 00:0b: ioport range 0xa00-0xa0f has been reserved
    system 00:0b: ioport range 0xa10-0xa1f has been reserved
    system 00:0d: iomem range 0xe0000000-0xefffffff has been reserved
    system 00:0e: iomem range 0x0-0x9ffff could not be reserved
    system 00:0e: iomem range 0xc0000-0xcffff could not be reserved
    system 00:0e: iomem range 0xe0000-0xfffff could not be reserved
    system 00:0e: iomem range 0x100000-0x7fffffff could not be reserved
    system 00:0e: iomem range 0xff780000-0xffffffff could not be reserved
    pci 0000:00:04.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:04.0: IO window: disabled
    pci 0000:00:04.0: MEM window: disabled
    pci 0000:00:04.0: PREFETCH window: disabled
    pci 0000:00:09.0: PCI bridge, secondary bus 0000:02
    pci 0000:00:09.0: IO window: 0xe000-0xefff
    pci 0000:00:09.0: MEM window: 0xdc000000-0xdfffffff
    pci 0000:00:09.0: PREFETCH window: 0x000000c0000000-0x000000cfffffff
    pci 0000:00:0b.0: PCI bridge, secondary bus 0000:03
    pci 0000:00:0b.0: IO window: disabled
    pci 0000:00:0b.0: MEM window: disabled
    pci 0000:00:0b.0: PREFETCH window: disabled
    pci 0000:00:0c.0: PCI bridge, secondary bus 0000:04
    pci 0000:00:0c.0: IO window: disabled
    pci 0000:00:0c.0: MEM window: disabled
    pci 0000:00:0c.0: PREFETCH window: disabled
    pci 0000:00:04.0: setting latency timer to 64
    pci 0000:00:09.0: setting latency timer to 64
    pci 0000:00:0b.0: setting latency timer to 64
    pci 0000:00:0c.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    pci_bus 0000:01: resource 0 mem: [0x0-0x0]
    pci_bus 0000:01: resource 1 mem: [0x0-0x0]
    pci_bus 0000:01: resource 2 mem: [0x0-0x0]
    pci_bus 0000:01: resource 3 io: [0x00-0xffff]
    pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffff]
    pci_bus 0000:02: resource 0 io: [0xe000-0xefff]
    pci_bus 0000:02: resource 1 mem: [0xdc000000-0xdfffffff]
    pci_bus 0000:02: resource 2 mem: [0xc0000000-0xcfffffff]
    pci_bus 0000:02: resource 3 mem: [0x0-0x0]
    pci_bus 0000:03: resource 0 mem: [0x0-0x0]
    pci_bus 0000:03: resource 1 mem: [0x0-0x0]
    pci_bus 0000:03: resource 2 mem: [0x0-0x0]
    pci_bus 0000:03: resource 3 mem: [0x0-0x0]
    pci_bus 0000:04: resource 0 mem: [0x0-0x0]
    pci_bus 0000:04: resource 1 mem: [0x0-0x0]
    pci_bus 0000:04: resource 2 mem: [0x0-0x0]
    pci_bus 0000:04: resource 3 mem: [0x0-0x0]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs... done
    Freeing initrd memory: 558k freed
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1239902785.206:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1732
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:00:00.0: Found enabled HT MSI Mapping
    pci 0000:02:00.0: Boot video device
    pcieport-driver 0000:00:09.0: setting latency timer to 64
    pcieport-driver 0000:00:09.0: irq 16 for MSI/MSI-X
    pcieport-driver 0000:00:0b.0: setting latency timer to 64
    pcieport-driver 0000:00:0b.0: irq 17 for MSI/MSI-X
    pcieport-driver 0000:00:0c.0: setting latency timer to 64
    pcieport-driver 0000:00:0c.0: irq 18 for MSI/MSI-X
    vesafb: framebuffer at 0xdd000000, mapped to 0xf8080000, using 6144k, total 14336k
    vesafb: mode is 1024x768x32, linelength=4096, pages=1
    vesafb: protected mode interface info at c000:b470
    vesafb: pmi: set display start = c00cb4d3, set palette = c00cb52e
    vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
    vesafb: scrolling: redraw
    vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    isapnp: Scanning for PnP cards...
    Switched to high resolution mode on CPU 0
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    IO APIC resources could be not be allocated.
    Using IPI No-Shortcut mode
    registered taskstats version 1
    Freeing unused kernel memory: 356k freed
    SCSI subsystem initialized
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    libata version 3.00 loaded.
    pata_acpi 0000:00:06.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 15
    PCI: setting IRQ 15 as level-triggered
    pata_acpi 0000:00:08.0: PCI INT A -> Link[LSA0] -> GSI 15 (level, low) -> IRQ 15
    pata_acpi 0000:00:08.0: setting latency timer to 64
    pata_acpi 0000:00:08.0: PCI INT A disabled
    pata_amd 0000:00:06.0: version 0.4.1
    pata_amd 0000:00:06.0: setting latency timer to 64
    scsi0 : pata_amd
    scsi1 : pata_amd
    ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    ata1.00: ATAPI: PHILIPS SPD6005T, P1.0, max UDMA/66
    ata1: nv_mode_filter: 0x1f39f&0x1f01f->0x1f01f, BIOS=0x1f000 (0xc5000000) ACPI=0x1f01f (30:900:0x11)
    ata1.00: limited to UDMA/33 due to 40-wire cable
    ata1.00: configured for UDMA/33
    scsi 0:0:0:0: CD-ROM PHILIPS SPD6005T P1.0 PQ: 0 ANSI: 5
    ata2: port disabled. ignoring.
    sata_nv 0000:00:08.0: version 3.5
    sata_nv 0000:00:08.0: PCI INT A -> Link[LSA0] -> GSI 15 (level, low) -> IRQ 15
    sata_nv 0000:00:08.0: setting latency timer to 64
    scsi2 : sata_nv
    scsi3 : sata_nv
    ata3: SATA max UDMA/133 cmd 0xd400 ctl 0xd080 bmdma 0xc880 irq 15
    ata4: SATA max UDMA/133 cmd 0xd000 ctl 0xcc00 bmdma 0xc888 irq 15
    ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata3.00: ATA-8: WDC WD3200AAJS-00VWA0, 12.01B02, max UDMA/133
    ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
    ata3.00: configured for UDMA/133
    scsi 2:0:0:0: Direct-Access ATA WDC WD3200AAJS-0 12.0 PQ: 0 ANSI: 5
    Driver 'sd' needs updating - please use bus_type methods
    sd 2:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB)
    sd 2:0:0:0: [sda] Write Protect is off
    sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 2:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB)
    sd 2:0:0:0: [sda] Write Protect is off
    sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda4 < sda5 sda6 sda7 >
    sd 2:0:0:0: [sda] Attached SCSI disk
    PM: Starting manual resume from disk
    EXT3-fs: mounted filesystem with ordered data mode.
    kjournald starting. Commit interval 5 seconds
    rtc_cmos 00:02: RTC can wake from S4
    rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    udev: starting version 141
    loop: module loaded
    cfg80211: Using static regulatory domain info
    cfg80211: Regulatory domain: US
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
    (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
    cfg80211: Calling CRDA for country: US
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    usbcore: registered new interface driver rt73usb
    fuse init (API version 7.11)
    vboxdrv: Trying to deactivate the NMI watchdog permanently...
    vboxdrv: Successfully done.
    vboxdrv: Found 1 processor cores.
    vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    vboxdrv: Successfully loaded version 2.2.0 (interface 0x000a0009).
    input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    ACPI: Power Button (FF) [PWRF]
    input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    ACPI: Power Button (CM) [PWRB]
    processor ACPI_CPU:00: registered as cooling_device0
    IT8712 SuperIO detected.
    parport_pc 00:05: reported by Plug and Play ACPI
    parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 10 (level, low) -> IRQ 10
    ehci_hcd 0000:00:02.1: setting latency timer to 64
    ehci_hcd 0000:00:02.1: EHCI Host Controller
    ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:02.1: debug port 1
    ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:02.1: irq 10, io mem 0xdbffec00
    ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    i2c-adapter i2c-0: nForce2 SMBus adapter at 0x600
    i2c-adapter i2c-1: nForce2 SMBus adapter at 0x700
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 11 (level, low) -> IRQ 11
    ohci_hcd 0000:00:02.0: setting latency timer to 64
    ohci_hcd 0000:00:02.0: OHCI Host Controller
    ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
    ohci_hcd 0000:00:02.0: irq 11, io mem 0xdbfff000
    Driver 'sr' needs updating - please use bus_type methods
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 8 ports detected
    forcedeth: Reverse Engineered nForce ethernet driver. Version 0.62.
    ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 11
    forcedeth 0000:00:07.0: PCI INT A -> Link[LMAC] -> GSI 11 (level, low) -> IRQ 11
    forcedeth 0000:00:07.0: setting latency timer to 64
    sr0: scsi3-mmc drive: 16x/16x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 0:0:0:0: Attached scsi CD-ROM sr0
    sr 0:0:0:0: Attached scsi generic sg0 type 5
    sd 2:0:0:0: Attached scsi generic sg1 type 0
    Linux agpgart interface v0.103
    usb 1-4: new high speed USB device using ehci_hcd and address 2
    input: PC Speaker as /devices/platform/pcspkr/input/input4
    lp0: using parport0 (interrupt-driven).
    usb 1-4: configuration #1 chosen from 1 choice
    hub 1-4:1.0: USB hub found
    hub 1-4:1.0: 4 ports detected
    usb 1-5: new high speed USB device using ehci_hcd and address 3
    forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x1374 @ 1, addr 00:1b:fc:fc:c3:29
    forcedeth 0000:00:07.0: highdma pwrctl mgmt timirq gbit lnktim msi desc-v3
    k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    usb 1-5: configuration #1 chosen from 1 choice
    usb 1-4.1: new high speed USB device using ehci_hcd and address 4
    usb 1-4.1: configuration #1 chosen from 1 choice
    nvidia: module license 'NVIDIA' taints kernel.
    ppdev: user-space parallel port driver
    Initializing USB Mass Storage driver...
    scsi4 : SCSI emulation for USB Mass Storage devices
    Error: Driver 'pcspkr' is already registered, aborting...
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    usb-storage: device found at 3
    usb-storage: waiting for device to settle before scanning
    wmaster0 (rt73usb): not using net_device_ops yet
    phy0: Selected rate control algorithm 'minstrel'
    ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 11
    HDA Intel 0000:00:05.0: PCI INT B -> Link[LAZA] -> GSI 11 (level, low) -> IRQ 11
    HDA Intel 0000:00:05.0: setting latency timer to 64
    psmouse serio1: ID: 10 00 64<6>wlan0 (rt73usb): not using net_device_ops yet
    Registered led device: rt73usb-phy0:radio
    Registered led device: rt73usb-phy0:assoc
    Registered led device: rt73usb-phy0:quality
    usb 1-4.3: new high speed USB device using ehci_hcd and address 5
    ACPI: PCI Interrupt Link [LNED] enabled at IRQ 11
    nvidia 0000:02:00.0: PCI INT A -> Link[LNED] -> GSI 11 (level, low) -> IRQ 11
    nvidia 0000:02:00.0: setting latency timer to 64
    NVRM: loading NVIDIA UNIX x86 Kernel Module 180.44 Mon Mar 23 14:59:10 PST 2009
    usb 1-4.3: configuration #1 chosen from 1 choice
    Linux video capture interface: v2.00
    usbcore: registered new interface driver snd-usb-audio
    uvcvideo: Found UVC 1.00 device USB Video Camera (0471:0334)
    input: USB Video Camera as /devices/pci0000:00/0000:00:02.1/usb1/1-4/1-4.3/1-4.3:1.0/input/input5
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input6
    EXT3 FS on sda7, internal journal
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on sda6, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on sda1, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    Adding 3919820k swap on /dev/sda5. Priority:-1 extents:1 across:3919820k
    scsi 4:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
    sd 4:0:0:0: [sdb] Attached SCSI removable disk
    sd 4:0:0:0: Attached scsi generic sg2 type 0
    scsi 4:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
    sd 4:0:0:1: [sdc] Attached SCSI removable disk
    sd 4:0:0:1: Attached scsi generic sg3 type 0
    scsi 4:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
    sd 4:0:0:2: [sdd] Attached SCSI removable disk
    sd 4:0:0:2: Attached scsi generic sg4 type 0
    scsi 4:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
    sd 4:0:0:3: [sde] Attached SCSI removable disk
    sd 4:0:0:3: Attached scsi generic sg5 type 0
    usb-storage: device scan complete
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    rt73usb 1-4.1:1.0: firmware: requesting rt73.bin
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    wlan0: authenticate with AP 00:14:7f:83:b1:bb
    wlan0: authenticated
    wlan0: associate with AP 00:14:7f:83:b1:bb
    wlan0: RX AssocResp from 00:14:7f:83:b1:bb (capab=0x411 status=0 aid=1)
    wlan0: associated
    ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    wlan0: no IPv6 routers present
    IRQ 11/nvidia: IRQF_DISABLED is not guaranteed on shared IRQs

  • My N900 issues

    Those are my issues:
    1) In some applications (such as photos,web...) suddenly quit app. with message internal error application "web or xxx" closed (I flashed my device with eMMS.
    2)Sometimes does not open conversation text --->> youtube link: Video
    3)When I shoot picture with my camera in gallery picture shows up many times(like 10-15 times)in thumbnail view,also in normal view,when i change picture to the next one its again same picture many times.
    Can anybody help me solve this? Thank you.

    here is full log after Phone application was closed:
    [ 5.937500] hci_h4p hci_h4p: Registering HCI H4P device 
    [ 5.966766] lp5523 2-0032: got interrupt from led chip 
    [ 5.967346] lp5523 2-0032: interrupt from led chip 4f 
    [ 5.967376] lp5523 2-0032: all engines configured 
    [ 5.967437] lp5523 2-0032: disabling engines 
    [ 5.968017] Registered led device: lp5523:kb1 
    [ 5.968170] Registered led device: lp5523:kb2 
    [ 5.968322] Registered led device: lp5523:kb3 
    [ 5.968475] Registered led device: lp5523:kb4 
    [ 5.968627] Registered led device: lp5523:b 
    [ 5.968750] Registered led device: lp5523:g 
    [ 5.968902] Registered led device: lp5523:r 
    [ 5.969024] Registered led device: lp5523:kb5 
    [ 5.969177] Registered led device: lp5523:kb6 
    [ 6.045196] nokia-av nokia-av: accessory detect module initialized 
    [ 6.067230] radio-si4713 2-0063: Detected Si4713 (0x0d) Firmware: 3.0 Patch ID: 00:00 Component: 3.0 Chip Rev.: unknown 
    [ 6.162048] mmci-omap-hs mmci-omap-hs.0: Failed to get debounce clock 
    [ 6.168395] TSC2005 driver initializing 
    [ 6.169097] input: TSC2005 touchscreen as /class/input/input3 
    [ 6.269531] mmci-omap-hs mmci-omap-hs.1: Failed to get debounce clock 
    [ 6.428100] omap_wdt omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec, nowayout is on 
    [ 6.433807] SSI DRIVER Version 1.1-rc2 
    [ 6.434265] omap_ssi omap_ssi: SSI Hardware REVISION 1.0 
    [ 6.540161] phy0: Selected rate control algorithm 'minstrel' 
    [ 6.572235] wl1251: loaded 
    [ 6.572967] wl1251: initialized 
    [ 6.591674] smc91x: not found (-19). 
    [ 6.737213] mmc1: new high speed MMC card at address 0001 
    [ 6.742462] mmcblk0: mmc1:0001 MMC32G 29.8 GiB 
    [ 6.742797] mmcblk0: p1 p2 p3 
    [ 6.976776] CMT speech driver v0.2.0 
    [ 6.979553] NET: Registered protocol family 35 
    [ 7.005249] SSI McSAAB PROTOCOL Version: 2.0-rc1 
    [ 7.282928] dspbridge_init: 412800 bytes @ 80600000 
    [ 7.368438] omap-iommu omap-iommu.1: isp registered 
    [ 7.528015] omap-iommu omap-iommu.1: isp: version 1.1 
    [ 7.678039] smia-sensor 2-0010: firmware: requesting smia-sensor-01-022b-04.bin 
    [ 7.702697] smia_reglist_import: meta_reglist version 2009-07-27 
    [ 7.702789] smia_reglist_import: type 10 w 648 h 488fmt 30314142 ival 100/1502 ptr d0cbc2a0 
    [ 7.702819] smia_reglist_import: type 10 w 648 h 488fmt 30314142 ival 100/3003 ptr d0cbc228 
    [ 7.702819] smia_reglist_import: type 1 w 0 h 0 fmt 30314142 ival 100/0 ptr d0cbc090 
    [ 7.702850] smia_reglist_import: type 0 w 0 h 0 fmt 30314142 ival 100/0 ptr d0cbc038 
    [ 7.715759] et8ek8 3-003e: firmware: requesting et8ek8-0002.bin 
    [ 7.740203] smia_reglist_import: meta_reglist version V14 03-June-2008 
    [ 7.740295] smia_reglist_import: type 10 w 2592 h 1968 fmt 30314442 ival 100/1292 ptr d0cbf1f4 
    [ 7.740325] smia_reglist_import: type 10 w 2592 h 1968 fmt 30314142 ival 100/399 ptr d0cbf454 
    [ 7.740356] smia_reglist_import: type 10 w 1296 h 984fmt 30314142 ival 100/501 ptr d0cbf57c 
    [ 7.740356] smia_reglist_import: type 10 w 1296 h 984fmt 30314442 ival 100/2500 ptr d0cbf614 
    [ 7.740386] smia_reglist_import: type 10 w 1296 h 984fmt 30314442 ival 100/3000 ptr d0cbf28c 
    [ 7.740386] smia_reglist_import: type 10 w 864 h 656fmt 30314142 ival 100/2988 ptr d0cbf324 
    [ 7.740417] smia_reglist_import: type 10 w 648 h 492fmt 30314142 ival 100/499 ptr d0cbf4e4 
    [ 7.740447] smia_reglist_import: type 10 w 648 h 492fmt 30314142 ival 100/2993 ptr d0cbf3bc 
    [ 7.740447] smia_reglist_import: type 1 w 2592 h 1968 fmt 30314142 ival 100/1207 ptr d0cbf04c 
    [ 8.372436] g_file_storage gadget: File-backed Storage Gadget, version: 7 August 2007 
    [ 8.372497] g_file_storage gadget: Number of LUNs=2 Number of buffers=16 
    [ 8.372558] musb_hdrc musb_hdrc: MUSB HDRC host driver 
    [ 8.373138] musb_hdrc musb_hdrc: new USB bus registered, assigned bus number 1 
    [ 8.373596] usb usb1: configuration #1 chosen from 1 choice 
    [ 8.373809] hub 1-0:1.0: USB hub found 
    [ 8.373901] hub 1-0:1.0: 1 port detected 
    [ 10.538604] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use) 
    [ 14.890167] kjournald starting. Commit interval 1 seconds 
    [ 14.901306] EXT3 FS on mmcblk0p2, internal journal 
    [ 14.901336] EXT3-fs: mounted filesystem with writeback data mode. 
    [ 15.078582] McSAAB: ACWAKE DOWN 
    [ 15.078643] McSAAB: ACWAKE UP 
    [ 15.078704] McSAAB: WAKELINES TEST OK 
    [ 15.368133] Adding 786424k swap on /dev/mmcblk0p3. Priority:-1 extents:1 across:786424k 
    [ 15.678039] Bluetooth: L2CAP ver 2.13 
    [ 15.678070] Bluetooth: L2CAP socket layer initialized 
    [ 15.870300] Bluetooth: SCO (Voice Link) ver 0.6 
    [ 15.870330] Bluetooth: SCO socket layer initialized 
    [ 15.887512] hci_h4p hci_h4p: firmware: requesting bcmfw.bin 
    [ 16.526489] Bluetooth: RFCOMM socket layer initialized 
    [ 16.526550] Bluetooth: RFCOMM TTY layer initialized 
    [ 16.526580] Bluetooth: RFCOMM ver 1.11 
    [ 20.548400] misc iphb: Module registered in 2.6.28-omap1, built Dec 17 2009 09:42:15 
    [ 44.723297] cfg80211: Regulatory domain changed to country: EU 
    [ 44.723327] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) 
    [ 44.723358] (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm) 
    [ 44.723358] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) 
    [ 44.723388] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) 
    [ 44.723388] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) 
    [ 44.723419] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2000 mBm) 
    [ 44.723419] (5490000 KHz - 5710000 KHz @ 40000 KHz), (600 mBi, 3000 mBm) 
    [ 46.546722] SCSI subsystem initialized 
    [ 46.921691] Driver 'sd' needs updating - please use bus_type methods 
    [ 99.214660] kb_lock (GPIO 113) is now closed 
    [ 99.448822] kb_lock (GPIO 113) is now open 
    [ 118.191131] slide (GPIO 71) is now open 
    [ 313.191406] kb_lock (GPIO 113) is now closed 
    [ 313.433471] kb_lock (GPIO 113) is now open 
    [ 314.550781] kb_lock (GPIO 113) is now closed 
    [ 314.941040] kb_lock (GPIO 113) is now open 
    [ 509.792694] slide (GPIO 71) is now closed 
    [ 515.503662] kb_lock (GPIO 113) is now closed 
    [ 515.714416] kb_lock (GPIO 113) is now open 
    [ 1039.714752] kb_lock (GPIO 113) is now closed 
    [ 1039.964355] kb_lock (GPIO 113) is now open 
    [ 1063.480102] slide (GPIO 71) is now open 
    [ 1075.151947] slide (GPIO 71) is now closed 
    [ 1087.050231] kb_lock (GPIO 113) is now closed 
    [ 1087.378387] kb_lock (GPIO 113) is now open 
    [11009.042968] kb_lock (GPIO 113) is now closed 
    [11009.230194] kb_lock (GPIO 113) is now open 
    [11014.840057] wl12xx spi4.0: firmware: requesting wl1251-fw.bin 
    [11015.910095] wl1251: 151 tx blocks at 0x3b788, 35 rx blocks at 0x3a780 
    [11015.910400] wl1251: firmware booted (Rev 4.0.4.3.7) 
    [11017.300537] wl1251: down 
    [11019.246520] wl1251: 151 tx blocks at 0x3b788, 35 rx blocks at 0x3a780 
    [11019.246856] wl1251: firmware booted (Rev 4.0.4.3.7) 
    [11020.152038] wlan0: authenticate with AP 00:26:5a:32:b1:e3 
    [11020.156829] wlan0: authenticated 
    [11020.156860] wlan0: associate with AP 00:26:5a:32:b1:e3 
    [11020.161071] wlan0: RX AssocResp from 00:26:5a:32:b1:e3 (capab=0x431 status=0 aid=2) 
    [11020.161102] wlan0: associated 
    [11330.370849] kb_lock (GPIO 113) is now closed 
    [11330.636291] kb_lock (GPIO 113) is now open 
    [11366.847198] kb_lock (GPIO 113) is now closed 
    [11367.089324] kb_lock (GPIO 113) is now open 
    [11642.065979] slide (GPIO 71) is now open 
    [12063.503540] slide (GPIO 71) is now closed 
    [12168.643798] slide (GPIO 71) is now open 
    [12239.867095] wlan0: deauthenticating by local choice (reason=3) 
    [12240.089660] wl1251: down 
    [12241.643951] slide (GPIO 71) is now closed 
    [13538.956970] kb_lock (GPIO 113) is now closed 
    [13539.128509] kb_lock (GPIO 113) is now open 
    [13558.433227] wl1251: 151 tx blocks at 0x3b788, 35 rx blocks at 0x3a780 
    [13558.448883] wl1251: firmware booted (Rev 4.0.4.3.7) 
    [13559.480194] wl1251: down 
    [13573.370697] wl1251: 151 tx blocks at 0x3b788, 35 rx blocks at 0x3a780 
    [13573.386383] wl1251: firmware booted (Rev 4.0.4.3.7) 
    [13574.355255] wl1251: down 
    [13576.370788] wl1251: 151 tx blocks at 0x3b788, 35 rx blocks at 0x3a780 
    [13576.386413] wl1251: firmware booted (Rev 4.0.4.3.7) 
    [13577.308349] wlan0: authenticate with AP 00:26:5a:32:b1:e3 
    [13577.314331] wlan0: authenticated 
    [13577.314361] wlan0: associate with AP 00:26:5a:32:b1:e3 
    [13577.318572] wlan0: RX AssocResp from 00:26:5a:32:b1:e3 (capab=0x431 status=0 aid=2) 
    [13577.318603] wlan0: associated 
    [13590.628387] slide (GPIO 71) is now open 
    [14125.112792] slide (GPIO 71) is now closed 
    [14163.659820] kb_lock (GPIO 113) is now closed 
    [14163.956481] kb_lock (GPIO 113) is now open 
    [15059.808319] kb_lock (GPIO 113) is now closed 
    [15060.073699] kb_lock (GPIO 113) is now open 
    [15079.183135] slide (GPIO 71) is now open 

  • HBA trouble

    I installed a Qlogic HBA card on a box running OVM Server 3.0.3 (running a version of Oracle Linux that it came with) but the right driver doesn't seem to be installed/loaded.
    Could someone please help me?
    Thanks in advance!
    - Young
    [root@epsilon ~]# cat /etc/redhat-release
    Oracle VM server release 3.0.3
    [root@epsilon ~]# uname -a
    Linux epsilon 2.6.32.21-45xen #1 SMP Wed Nov 30 00:49:18 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
    [root@epsilon ~]# dmesg
    [   25.445170] QLogic Fibre Channel HBA Driver: 8.03.07.03.32.1-k
    [   25.445334] alloc irq_desc for 48 on node -1
    [   25.445342] alloc kstat_irqs on node -1
    [   25.445376] qla2xxx 0000:07:01.0: PCI INT A -> GSI 48 (level, low) -> IRQ 48
    [   25.445491] qla2xxx 0000:07:01.0: Found an ISP2312, irq 48, iobase 0xffffc900002fe000
    [   25.451110] qla2xxx 0000:07:01.0: Configuring PCI space...
    [   25.451625] qla2xxx 0000:07:01.0: Configure NVRAM parameters...
    [   25.544642] qla2xxx 0000:07:01.0: Verifying loaded RISC code...
    [   25.562913] qla2xxx 0000:07:01.0: firmware: requesting ql2300_fw.bin
    [   25.809672] thermal LNXTHERM:01: registered as thermal_zone0
    [   25.809693] ACPI: Thermal Zone [THM0] (8 C)
    [   27.619581] sr 0:0:0:0: Attached scsi generic sg0 type 5
    [   32.194485] Uhhuh. NMI received for unknown reason 80 on CPU 0.
    [   32.194758] You have some hardware problem, likely on the PCI bus.
    [   32.194957] Dazed and confused, but trying to continue
    [   32.208212] qla2xxx 0000:07:01.0: [ERROR] Failed to load segment 0 of firmware
    [   32.208227] qla2xxx 0000:07:01.0: Failed to initialize adapter
    [   32.209410] qla2xxx 0000:07:01.0: PCI INT A disabled

    I think either the HBA card is bad or it has an incompatible BIOS firmware, or it may not be seated properly. I would inspect the card for any physical damage and re-insert it properly. If the problem persists try to get another card. Depending on the type of server you could also check the vendor support page for available firmware updates. It can also be a bad motherboard.

  • Xonar D1 front panel microphone not working in kernel 2.6.33

    It is not possible to record anything from my front panel microphone jack after I updated kernel to 2.6.33.
    It still works OK with kernel 2.6.32.10, but does not work with 2.6.33.3, and it did not work with 2.6.33.rc8 too. The front panel switch in alsamixer switches only output but not input (mic) now. Before, the switch had impact on both output and input.
    When I activate the back panel on the card everything is working well (back panel connectors are active, front panel connectors are inactive). When I activate the front panel then the front panel microphone is not working (back panel microphone works). The alsamixer front panel switch does not have impact on the microphone any more and no switch was added to control the microphone separately from the output.
    The alsa version is 1.0.23.
    I use 32 bit kernels. My brother uses 64 bit kernels and the problem is the same for him too. Although he uses Xonar DX.
    Any idea how to get this fixed?

    I'm also having trouble with the 2800pci driver.  I installed the v26 firmware from the PKGBUILD in this thread, and it does scan as Cdh says, but will not connect...
    $ dmesg | grep rt2800pci
    rt2800pci 0000:04:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Registered led device: rt2800pci-phy0::radio
    Registered led device: rt2800pci-phy0::assoc
    Registered led device: rt2800pci-phy0::quality
    rt2800pci 0000:04:01.0: firmware: requesting rt2860.bin
    phy0 -> rt2800pci_mcu_status: Error - MCU request failed, no response from hardware
    Should it really be loading all these modules just to use rt2800pci?
    $ lsmod | grep 'rt'
    rt2800pci 9547 0
    rt2800lib 21101 1 rt2800pci
    rt2x00usb 7607 1 rt2800lib
    rt2x00pci 5005 1 rt2800pci
    crc_ccitt 1307 1 rt2800pci
    rt2x00lib 25148 4 rt2800pci,rt2800lib,rt2x00usb,rt2x00pci
    led_class 2609 1 rt2x00lib
    mac80211 171772 3 rt2x00usb,rt2x00pci,rt2x00lib
    cfg80211 126658 2 rt2x00lib,mac80211
    iTCO_vendor_support 1873 1 iTCO_wdt
    eeprom_93cx6 1352 1 rt2800pci
    usbcore 144604 6 usbhid,rt2x00usb,usb_storage,uhci_hcd,ehci_hcd
    rtc_cmos 8990 0
    rtc_core 14439 1 rtc_cmos
    rtc_lib 1842 1 rtc_core
    The rt2860sta driver does work, but only at G speed not N.  I also tried the ralink 2.3.0.0 driver, but  it is even slower than the kernel driver.  With 2.6.32 kernel, I was able to get N speed from their 2.1.2.0 driver, but that one won't compile anymore.  I've had nothing but trouble with this card for the last year.
    I'm very tempted to just buy another card, but I'm not sure which one to buy.

Maybe you are looking for

  • Podcast has downloaded for some people but not others

    hello i have an established podcast we have been running for 3 years now. We've just reached our 54th episode and after i uploaded it the podcast it went through to the itunes store... i refreshed my podcast directory and it didnt download to my imac

  • How to capture Ord-related bill.st. in a sales document item

    Hi Experts, Just want to know how will i able to capture the value of the Ord-related bill.st. in a sales document item. Here's to give you example. - Go to VA03 and type in a credit memo req. - Double click on first item material. - Go to "Status" t

  • Delivery not created in cash sales

    Dear Gurus, I am facing an error while processing a cash sales scenario.I am creating a sales order for cash sales and trying to save it.After saving system shows error as orders saved ,delivery not created.(message no V1261) I have checked all the c

  • BAPI_PO_CREATE1 Service Positions and Conditions with reference to P. Req.

    Hello together, i have the following problem. I used the BAPI BAPI_PO_CREATE1 to create Purchase Orders with reference to a purchase requsition. I have 2 different types of purchase requsitions. One with normal items and one with services. So for bot

  • Need step by step instructions to configure SOAP sender adapter.

    Hell Friends I am new to SOAP Adapter scenario and am looking for some instructions that will guide me thro' step by step instructions. The scenario is that I am getting data from outside world and want to use a SOAP adapter and send it to XI. From X