[SOLVED] nVidia 87.76 Drivers installer fails to build kernel module

Hey,
I have a nVidia GeForce2 Integrated graphics card on my Asus A7N266 motherboard. According to the nVidia site, http://www.nvidia.com/object/IO_32667.html, the most recent driver that supports this is the 96.xx series. Yet as shown here, http://www.nvnews.net/vbulletin/showthread.php?t=87332, many people have found that the 96.xx series drivers cause graphical corruption when using a GeForce2 IGP.
Before coming to Arch, I had used Xubuntu 7.04 and managed to compile the last known working drivers, version 87.76, following the instructions here: http://kmandla.wordpress.com/2007/03/25 … 20-12-386/
That all went well but now I'm using Arch. I tried using the nvidia-96.xx driver in the repos just for testing sake but I still got the same graphical corruption.
Thus I have been trying to install the 87.76 drivers on Arch, but it always fails at the kernel module building stage. I had first applied this patch here, http://www.nvnews.net/vbulletin/showthr … ost1086669, before compling as the plain driver wont compile against recent kernels.
Here is the output from the installer:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Aug 5 11:57:53 2007
option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
precompiled interfaces : true
no ncurses color : false
query latest version : false
OpenGL header files : true
no questions : false
silent : false
no recursion : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
no kernel module : false
force SELinux : default
force tls : (not specified)
X install prefix : (not specified)
X library install path : (not specified)
X module install path : (not specified)
OpenGL install prefix : (not specified)
OpenGL install libdir : (not specified)
utility install prefix : (not specified)
utility install libdir : (not specified)
doc install prefix : (not specified)
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)
Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
this means that the installer will need to compile a kernel interface for
your kernel.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> Kernel source path: '/lib/modules/2.6.22-ARCH/build'
-> Kernel output path: '/lib/modules/2.6.22-ARCH/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Cleaning kernel module build directory.
executing: 'cd ./usr/src/nv; make clean'...
rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nv.o nv
-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nvidia.mod.o
rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
rm -f -f stprof stprof.o symtab.h
rm -f -rf .tmp_versions
-> Building kernel module:
executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.22-ARCH/bui
ld SYSOUT=/lib/modules/2.6.22-ARCH/build'...
NVIDIA: calling KBUILD...
make CC=cc KBUILD_VERBOSE=1 -C /lib/modules/2.6.22-ARCH/build SUBDIRS=/home
/kris/Source/nVidia GLX 87.76 Driver/NVIDIA-Linux-x86-1.0-8776-pkg1/usr/src/
nv modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are mis
sing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix it
echo; \
/bin/false)
make[2]: *** No rule to make target `GLX'. Stop.
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [mdl] Error 1
make: *** [module] Error 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.
Any ideas as to how I can get the kernel module to build?
I am using 'kernel26 2.6.22.1-4' with the 'kernel-headers 2.6.22.1-1' from the testing repo.
Last edited by Nameless One (2007-08-10 07:08:38)

make CC=cc  KBUILD_VERBOSE=1 -C /lib/modules/2.6.22-ARCH/buildSUBDIRS=/home/kris/Source/nVidia GLX 87.76 Driver/NVIDIA-Linux-x86-1.0-8776-pkg1/usr/src/
The name of the directory you placed the driver in contains spaces. That is  why you get the no rule to make target GLX error.
It would be better not to circumvent pacman. I am using the following PKGBUILDs for the 8776 driver:
nvidia-8776:
pkgname=nvidia-8776
pkgver=1.0.8776
_nver=1.0-8776
_kernver='2.6.22-ARCH'
pkgrel=1
pkgdesc="NVIDIA drivers for Arch kernel."
arch=(i686 x86_64)
[ "$CARCH" = "i686" ] && ARCH=x86
[ "$CARCH" = "x86_64" ] && ARCH=x86_64
url="http://www.nvidia.com/"
depends=(kernel26 nvidia-8776-utils)
conflicts=('nvidia' 'nvidia-96xx' 'nvidia-71xx' 'nvidia-legacy')
install=nvidia.install
source=(http://download.nvidia.com/XFree86/Linux-$ARCH/${_nver}/NVIDIA-Linux-$ARCH-${_nver}-pkg0.run NVIDIA_kernel-1.0-8776-20061203.diff.txt)
md5sums=('93ad45fe7b974a5a80348e1890f9b7c9' '70e669f06ee4881c2583261672de292a')
[ "$CARCH" = "x86_64" ] && md5sums=('f5340e4bbce811add994b1685cdea03b' '70e669f06ee4881c2583261672de292a')
build()
# Extract
cd $startdir/src/
sh NVIDIA-Linux-$ARCH-${_nver}-pkg0.run --extract-only
cd NVIDIA-Linux-$ARCH-${_nver}-pkg0
# Any extra patches are applied in here...
patch -p0 < $startdir/NVIDIA_kernel-1.0-8776-20061203.diff.txt ||return 1
cd usr/src/nv/
ln -s Makefile.kbuild Makefile
make SYSSRC=/lib/modules/$_kernver/build module || return 1
# install kernel module
mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
install -m644 nvidia.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
Place the patch (NVIDIA_kernel-1.0-8776-20061203.diff.txt) and nvidia.install in the same directory as the PKGBUILD.
nvidia-utils:
pkgname=nvidia-8776-utils
pkgver=1.0.8776
_nver=1.0-8776
pkgrel=1
pkgdesc="NVIDIA drivers utilities and libraries."
arch=(i686 x86_64)
[ "$CARCH" = "i686" ] && ARCH=x86
[ "$CARCH" = "x86_64" ] && ARCH=x86_64
url="http://www.nvidia.com/"
depends=(xorg-server)
conflicts=('libgl' 'libgl-dri' 'ati-fglrx-utils' 'nvidia-legacy-utils' 'nvidia-71xx-utils' 'nvidia-96xx-utils')
provides=('libgl' )
#install=nvidia.install
source=(http://download.nvidia.com/XFree86/Linux-$ARCH/${_nver}/NVIDIA-Linux-$ARCH-${_nver}-pkg0.run)
md5sums=('93ad45fe7b974a5a80348e1890f9b7c9')
[ "$CARCH" = "x86_64" ] && md5sums=('f5340e4bbce811add994b1685cdea03b')
build()
# override nvida install routine and do it the long way.
cd $startdir/src/
sh NVIDIA-Linux-${ARCH}-${_nver}-pkg0.run --extract-only
cd NVIDIA-Linux-${ARCH}-${_nver}-pkg0/usr/
mkdir -p $startdir/pkg/usr/{lib,bin,share/applications,share/pixmaps,man/man1}
mkdir -p $startdir/pkg/usr/lib/xorg/modules/{extensions,drivers}
mkdir -p $startdir/pkg/usr/share/licenses/nvidia/
install `find lib/ -iname \*.so\*` $startdir/pkg/usr/lib/
install lib/tls/* $startdir/pkg/usr/lib
install share/man/man1/* $startdir/pkg/usr/man/man1/
rm $startdir/pkg/usr/man/man1/nvidia-installer.1.gz
install X11R6/lib/libXv* $startdir/pkg/usr/lib/
install share/applications/nvidia-settings.desktop $startdir/pkg/usr/share/applications/
# fix nvidia .desktop file
sed -e 's:__UTILS_PATH__:/usr/bin:' -e 's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i $startdir/pkg/usr/share/applications/nvidia-settings.desktop
install share/pixmaps/nvidia-settings.png $startdir/pkg/usr/share/pixmaps/
install X11R6/lib/modules/drivers/nvidia_drv.so $startdir/pkg/usr/lib/xorg/modules/drivers
install X11R6/lib/modules/extensions/libglx.so.$pkgver $startdir/pkg/usr/lib/xorg/modules/extensions
install -m755 bin/nvidia-{settings,xconfig,bug-report.sh} $startdir/pkg/usr/bin/
cd $startdir/pkg/usr/lib/;
ln -s /usr/lib/libGL.so.$pkgver libGL.so
ln -s /usr/lib/libGL.so.$pkgver libGL.so.1
ln -s /usr/lib/libGLcore.so.$pkgver libGLcore.so.1
ln -s /usr/lib/libnvidia-cfg.so.$pkgver libnvidia-cfg.so.1
ln -s /usr/lib/libnvidia-tls.so.$pkgver libnvidia-tls.so.1
cd $startdir/pkg/usr/lib/xorg/modules/extensions;
ln -s /usr/lib/xorg/modules/extensions/libglx.so.$pkgver libglx.so
install $startdir/src/NVIDIA-Linux-${ARCH}-${_nver}-pkg0/LICENSE $startdir/pkg/usr/share/licenses/nvidia/
find $startdir/pkg/usr -type d -exec chmod 755 {} \;
# phew :)
Last edited by kappa (2007-08-09 11:14:42)

Similar Messages

  • [Solved] Catalyst fails to load kernel module

    I have just been through the Catalyst install guide, I installed from the Vi0L0 repos rather than building myself.
    Everything appeared to go fine, however fglrx fails to load when I reboot. The xorg log contains;
    fglrx(0): atiddxDriScreenInit failed. Probably kernel module missing or incompatible
    fglrx(0): **********************************************************
    fglrx(0): * DRI initialization failed                               
    fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible
    fglrx(0): * 2D and 3D acceleration disabled                         
    fglrx(0): **********************************************************
    Is this recoverable? Or does this mean that the current Vi0L0 module has not been built for my kernel (3.11.5-1-ARCH)?
    Last edited by ~lynks (2013-11-03 16:16:00)

    This issue has now been resolved after the update to xorg 1.14
    lsmod | grep fglrx
    shows fglrx is not loaded, and:
    modprobe fglrx
    returns with;
    modprobe: ERROR: could not insert 'fglrx': Exec format error
    Does that indicate a 32/64 bit issue?
    This issue has now been resolved after the update to xorg 1.14
    Last edited by ~lynks (2013-11-03 16:15:48)

  • [SOLVED] Nvidia and Xorg 1.8: Failed to Increase Resolution

    Hi there,
    with the new Xorg 1.8 I experienced the following Problem:
    When booting my system, the screen is set to 1680x1050 resolution which works fine.
    To play some games, I use to change the screen resolution to 1024x768 via xrandr.
    But when I try to set the resolution back to anything bigger than 1024x768, both xrandr and nvidia-settings fail.
    Output of xrandr:
    $ xrandr -s 1680x1050
    Failed to change the screen configuration!
    $ xrandr --verbose -s 1680x0105
    Size 1680x105 not found in available modes
    Trying to change the Resolution back to 1680x1050 by nvidia-settings:
    Failed to set MetaMode (1) 'DFP-0: 1680x1050 @1680x1050 +0+0' (Mode 1680x1050, id: 63) on X screen 0
    Would you like to remove this MetaMode?
    Then I try restarting my XServer (to get back the 1680 res), it crashes with following error message:
    /var/log/Xorg.0.log
    (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    (EE) NVIDIA(0): Failed to allocate primary buffer: out of memory.
    (EE) NVIDIA(0): *** Aborting ***
    I got a Nvidia Geforce 7300 Go, latest driver installed (extra/nvidia 256.44-1),
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    xorg.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    # Section "Module"
    # Load "dbe"
    # Load "extmod"
    # Load "type1"
    # Load "freetype"
    # Load "glx"
    # EndSection
    # Section "Extensions"
    # Option "Composite" "Enable"
    # EndSection
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "LPL"
    HorizSync 30.0 - 75.0
    VertRefresh 60.0
    Option "DPMS"
    Option "Metamodes" "1680x1050"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce Go 7300"
    Option "NoLogo" "true"
    Option "Metamodes" "1680x1050"
    # Option "RenderAccel" "True"
    # Option "AllowGLXWithComposite" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    # Option "AddARGBGLXVisuals" "True"
    # Option "TwinView" "0"
    # Option "metamodes" "1680x1050 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    xorg.conf.d/20-nvidia.conf
    Section "Device"
    Identifier "Default nvidia Device"
    Driver "nvidia"
    Option "NoLogo" "True"
    EndSection
    Any ideas?
    Last edited by Pyxir (2010-08-12 08:42:02)

    Whoops, the 0105 obviously was a typo when reproducing the problem.
    The complete Xorg.0.log of my current session, including errors:
    [ 21.242]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 21.242]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 21.242] X Protocol Version 11, Revision 0
    [ 21.242] Build Operating System: Linux 2.6.34-ARCH i686
    [ 21.242] Current Operating System: Linux arche 2.6.34-ARCH #1 SMP PREEMPT Wed Aug 4 14:27:43 CEST 2010 i686
    [ 21.242] Kernel command line: root=/dev/sda2 ro vga=773
    [ 21.242] Build Date: 21 June 2010 11:54:27AM
    [ 21.242]
    [ 21.263] Current version of pixman: 0.18.2
    [ 21.263] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 21.263] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 21.263] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 11 21:57:27 2010
    [ 21.296] (==) Using config file: "/etc/X11/xorg.conf"
    [ 21.296] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 21.345] (==) ServerLayout "Layout0"
    [ 21.345] (**) |-->Screen "Screen0" (0)
    [ 21.345] (**) | |-->Monitor "Monitor0"
    [ 21.345] (**) | |-->Device "Device0"
    [ 21.345] (**) |-->Input Device "Keyboard0"
    [ 21.345] (**) |-->Input Device "Mouse0"
    [ 21.345] (**) Option "DontZap" "false"
    [ 21.345] (**) Option "Xinerama" "0"
    [ 21.345] (==) Automatically adding devices
    [ 21.345] (==) Automatically enabling devices
    [ 21.411] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 21.411] Entry deleted from font path.
    [ 21.436] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 21.436] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 21.436] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 21.436] (WW) Disabling Keyboard0
    [ 21.436] (WW) Disabling Mouse0
    [ 21.436] (II) Loader magic: 0x81e9d00
    [ 21.436] (II) Module ABI versions:
    [ 21.436] X.Org ANSI C Emulation: 0.4
    [ 21.436] X.Org Video Driver: 7.0
    [ 21.436] X.Org XInput driver : 9.0
    [ 21.436] X.Org Server Extension : 3.0
    [ 21.444] (--) PCI:*(0:1:0:0) 10de:01d7:17aa:3839 nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] rev 161, Mem @ 0xc9000000/16777216, 0xd0000000/268435456, 0xca000000/16777216
    [ 21.444] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 21.444] (II) LoadModule: "extmod"
    [ 21.528] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 21.538] (II) Module extmod: vendor="X.Org Foundation"
    [ 21.538] compiled for 1.8.1.902, module version = 1.0.0
    [ 21.538] Module class: X.Org Server Extension
    [ 21.538] ABI class: X.Org Server Extension, version 3.0
    [ 21.538] (II) Loading extension MIT-SCREEN-SAVER
    [ 21.538] (II) Loading extension XFree86-VidModeExtension
    [ 21.538] (II) Loading extension XFree86-DGA
    [ 21.538] (II) Loading extension DPMS
    [ 21.538] (II) Loading extension XVideo
    [ 21.538] (II) Loading extension XVideo-MotionCompensation
    [ 21.538] (II) Loading extension X-Resource
    [ 21.538] (II) LoadModule: "dbe"
    [ 21.538] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 21.550] (II) Module dbe: vendor="X.Org Foundation"
    [ 21.550] compiled for 1.8.1.902, module version = 1.0.0
    [ 21.550] Module class: X.Org Server Extension
    [ 21.550] ABI class: X.Org Server Extension, version 3.0
    [ 21.550] (II) Loading extension DOUBLE-BUFFER
    [ 21.550] (II) LoadModule: "glx"
    [ 21.560] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.778] (II) Module glx: vendor="NVIDIA Corporation"
    [ 22.778] compiled for 4.0.2, module version = 1.0.0
    [ 22.778] Module class: X.Org Server Extension
    [ 22.788] (II) NVIDIA GLX Module 256.44 Thu Jul 29 01:55:11 PDT 2010
    [ 22.788] (II) Loading extension GLX
    [ 22.788] (II) LoadModule: "record"
    [ 22.789] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.794] (II) Module record: vendor="X.Org Foundation"
    [ 22.794] compiled for 1.8.1.902, module version = 1.13.0
    [ 22.794] Module class: X.Org Server Extension
    [ 22.794] ABI class: X.Org Server Extension, version 3.0
    [ 22.794] (II) Loading extension RECORD
    [ 22.794] (II) LoadModule: "dri"
    [ 22.794] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.825] (II) Module dri: vendor="X.Org Foundation"
    [ 22.825] compiled for 1.8.1.902, module version = 1.0.0
    [ 22.825] ABI class: X.Org Server Extension, version 3.0
    [ 22.825] (II) Loading extension XFree86-DRI
    [ 22.825] (II) LoadModule: "dri2"
    [ 22.825] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.825] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.825] compiled for 1.8.1.902, module version = 1.2.0
    [ 22.825] ABI class: X.Org Server Extension, version 3.0
    [ 22.825] (II) Loading extension DRI2
    [ 22.825] (II) LoadModule: "nvidia"
    [ 22.843] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 22.891] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 22.891] compiled for 4.0.2, module version = 1.0.0
    [ 22.891] Module class: X.Org Video Driver
    [ 22.925] (II) NVIDIA dlloader X Driver 256.44 Thu Jul 29 01:32:42 PDT 2010
    [ 22.926] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 22.926] (++) using VT number 7
    [ 22.939] (II) Primary Device is: PCI 01@00:00:0
    [ 22.967] (II) Loading sub module "fb"
    [ 22.967] (II) LoadModule: "fb"
    [ 22.967] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 22.981] (II) Module fb: vendor="X.Org Foundation"
    [ 22.981] compiled for 1.8.1.902, module version = 1.0.0
    [ 22.981] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 22.981] (II) Loading sub module "wfb"
    [ 22.981] (II) LoadModule: "wfb"
    [ 22.981] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 22.992] (II) Module wfb: vendor="X.Org Foundation"
    [ 22.992] compiled for 1.8.1.902, module version = 1.0.0
    [ 22.992] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 22.992] (II) Loading sub module "ramdac"
    [ 22.992] (II) LoadModule: "ramdac"
    [ 22.992] (II) Module "ramdac" already built-in
    [ 23.023] (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
    [ 23.023] (==) NVIDIA(0): RGB weight 565
    [ 23.023] (==) NVIDIA(0): Default visual is TrueColor
    [ 23.023] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 23.023] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 23.023] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 23.023] (II) NVIDIA(0): enabled.
    [ 24.045] (II) NVIDIA(0): NVIDIA GPU GeForce Go 7300 (G72) at PCI:1:0:0 (GPU-0)
    [ 24.045] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 24.045] (--) NVIDIA(0): VideoBIOS: 05.72.22.54.18
    [ 24.045] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 24.045] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 24.045] (--) NVIDIA(0): Connected display device(s) on GeForce Go 7300 at PCI:1:0:0:
    [ 24.045] (--) NVIDIA(0): LPL (DFP-0)
    [ 24.045] (--) NVIDIA(0): LPL (DFP-0): 330.0 MHz maximum pixel clock
    [ 24.045] (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
    [ 24.074] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 24.074] (WW) NVIDIA(0): No valid modes for "1024x768_75.00"; removing.
    [ 24.074] (WW) NVIDIA(0):
    [ 24.074] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
    [ 24.074] (WW) NVIDIA(0): "nvidia-auto-select".
    [ 24.074] (WW) NVIDIA(0):
    [ 24.074] (II) NVIDIA(0): Validated modes:
    [ 24.074] (II) NVIDIA(0): "nvidia-auto-select"
    [ 24.074] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    [ 24.074] (--) NVIDIA(0): DPI set to (129, 126); computed from "UseEdidDpi" X config
    [ 24.074] (--) NVIDIA(0): option
    [ 24.074] (==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
    [ 24.076] (II) NVIDIA(0): Initialized GPU GART.
    [ 24.081] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 24.082] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 24.082] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 24.082] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 24.082] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 24.082] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 24.082] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 24.082] (II) NVIDIA(0): Config Options in the README.
    [ 24.082] (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    [ 24.082] (II) NVIDIA(0): enough to receive ACPI hotkey events.
    [ 24.082] (II) NVIDIA(0): ACPI brightness change hotkey events enabled.
    [ 24.082] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 25.488] (II) Loading extension NV-GLX
    [ 25.508] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 25.524] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 25.524] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 25.548] (==) NVIDIA(0): Backing store disabled
    [ 25.548] (==) NVIDIA(0): Silken mouse enabled
    [ 25.560] (==) NVIDIA(0): DPMS enabled
    [ 25.560] (II) Loading extension NV-CONTROL
    [ 25.560] (II) Loading extension XINERAMA
    [ 25.560] (II) Loading sub module "dri2"
    [ 25.560] (II) LoadModule: "dri2"
    [ 25.560] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 25.560] (II) NVIDIA(0): [DRI2] Setup complete
    [ 25.560] (==) RandR enabled
    [ 25.561] (II) Initializing built-in extension Generic Event Extension
    [ 25.561] (II) Initializing built-in extension SHAPE
    [ 25.561] (II) Initializing built-in extension MIT-SHM
    [ 25.561] (II) Initializing built-in extension XInputExtension
    [ 25.561] (II) Initializing built-in extension XTEST
    [ 25.561] (II) Initializing built-in extension BIG-REQUESTS
    [ 25.561] (II) Initializing built-in extension SYNC
    [ 25.561] (II) Initializing built-in extension XKEYBOARD
    [ 25.561] (II) Initializing built-in extension XC-MISC
    [ 25.561] (II) Initializing built-in extension SECURITY
    [ 25.561] (II) Initializing built-in extension XINERAMA
    [ 25.561] (II) Initializing built-in extension XFIXES
    [ 25.561] (II) Initializing built-in extension RENDER
    [ 25.561] (II) Initializing built-in extension RANDR
    [ 25.561] (II) Initializing built-in extension COMPOSITE
    [ 25.561] (II) Initializing built-in extension DAMAGE
    [ 25.564] (II) Initializing extension GLX
    [ 26.195] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 26.195] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 26.195] (**) Power Button: Applying InputClass "keyboard"
    [ 26.195] (II) LoadModule: "evdev"
    [ 26.195] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 26.221] (II) Module evdev: vendor="X.Org Foundation"
    [ 26.221] compiled for 1.8.0, module version = 2.4.0
    [ 26.221] Module class: X.Org XInput Driver
    [ 26.221] ABI class: X.Org XInput driver, version 9.0
    [ 26.221] (**) Power Button: always reports core events
    [ 26.221] (**) Power Button: Device: "/dev/input/event3"
    [ 26.230] (II) Power Button: Found keys
    [ 26.230] (II) Power Button: Configuring as keyboard
    [ 26.231] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 26.231] (**) Option "xkb_rules" "evdev"
    [ 26.231] (**) Option "xkb_model" "evdev"
    [ 26.231] (**) Option "xkb_layout" "de"
    [ 26.231] (**) Option "xkb_variant" "nodeadkeys"
    [ 26.296] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 26.296] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 26.297] (**) Video Bus: Applying InputClass "keyboard"
    [ 26.297] (**) Video Bus: always reports core events
    [ 26.297] (**) Video Bus: Device: "/dev/input/event4"
    [ 26.304] (II) Video Bus: Found keys
    [ 26.304] (II) Video Bus: Configuring as keyboard
    [ 26.304] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 26.304] (**) Option "xkb_rules" "evdev"
    [ 26.304] (**) Option "xkb_model" "evdev"
    [ 26.304] (**) Option "xkb_layout" "de"
    [ 26.304] (**) Option "xkb_variant" "nodeadkeys"
    [ 26.306] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 26.306] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 26.306] (**) Power Button: Applying InputClass "keyboard"
    [ 26.306] (**) Power Button: always reports core events
    [ 26.306] (**) Power Button: Device: "/dev/input/event2"
    [ 26.314] (II) Power Button: Found keys
    [ 26.314] (II) Power Button: Configuring as keyboard
    [ 26.314] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 26.314] (**) Option "xkb_rules" "evdev"
    [ 26.314] (**) Option "xkb_model" "evdev"
    [ 26.314] (**) Option "xkb_layout" "de"
    [ 26.314] (**) Option "xkb_variant" "nodeadkeys"
    [ 26.314] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 26.314] (II) No input driver/identifier specified (ignoring)
    [ 26.315] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event7)
    [ 26.315] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
    [ 26.315] (**) USB 2.0 Camera: Applying InputClass "keyboard"
    [ 26.315] (**) USB 2.0 Camera: always reports core events
    [ 26.316] (**) USB 2.0 Camera: Device: "/dev/input/event7"
    [ 26.324] (II) USB 2.0 Camera: Found keys
    [ 26.324] (II) USB 2.0 Camera: Configuring as keyboard
    [ 26.324] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
    [ 26.324] (**) Option "xkb_rules" "evdev"
    [ 26.324] (**) Option "xkb_model" "evdev"
    [ 26.324] (**) Option "xkb_layout" "de"
    [ 26.324] (**) Option "xkb_variant" "nodeadkeys"
    [ 26.324] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 26.325] (II) No input driver/identifier specified (ignoring)
    [ 26.328] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 26.328] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 26.328] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
    [ 26.328] (**) AT Translated Set 2 keyboard: always reports core events
    [ 26.328] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 26.340] (II) AT Translated Set 2 keyboard: Found keys
    [ 26.340] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 26.340] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 26.341] (**) Option "xkb_rules" "evdev"
    [ 26.341] (**) Option "xkb_model" "evdev"
    [ 26.341] (**) Option "xkb_layout" "de"
    [ 26.341] (**) Option "xkb_variant" "nodeadkeys"
    [ 26.341] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 26.341] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 26.341] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 26.341] (II) LoadModule: "synaptics"
    [ 26.341] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 26.362] (II) Module synaptics: vendor="X.Org Foundation"
    [ 26.362] compiled for 1.8.0.902, module version = 1.2.2
    [ 26.362] Module class: X.Org XInput Driver
    [ 26.362] ABI class: X.Org XInput driver, version 9.0
    [ 26.362] (II) Synaptics touchpad driver version 1.2.2
    [ 26.362] (**) Option "Device" "/dev/input/event6"
    [ 26.394] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 26.394] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 26.394] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 26.394] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 26.394] (II) SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 26.394] (**) Option "VertEdgeScroll" "on"
    [ 26.394] (**) Option "TapButton1" "1"
    [ 26.394] (**) Option "TapButton2" "2"
    [ 26.394] (**) Option "TapButton3" "3"
    [ 26.421] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 26.421] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 26.434] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 26.434] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 26.434] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 26.434] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 26.434] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 26.460] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 26.461] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 26.461] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 26.461] (II) Synaptics touchpad driver version 1.2.2
    [ 26.867] SynPS/2 Synaptics TouchPad no synaptics event device found
    [ 26.867] (**) Option "Device" "/dev/input/mouse0"
    [ 26.880] (**) Option "VertEdgeScroll" "on"
    [ 26.881] (**) Option "TapButton1" "1"
    [ 26.881] (**) Option "TapButton2" "2"
    [ 26.881] (**) Option "TapButton3" "3"
    [ 26.901] Query no Synaptics: 6003C8
    [ 26.901] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 26.901] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 26.934] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 26.934] (II) UnloadModule: "synaptics"
    [ 26.934] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 26.934] (II) No input driver/identifier specified (ignoring)
    [ 201.065] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 202.424] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 202.424] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 202.424] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 202.424] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 202.424] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 202.424] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 202.424] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 202.424] (II) NVIDIA(0): Config Options in the README.
    [ 202.425] (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    [ 202.425] (II) NVIDIA(0): enough to receive ACPI hotkey events.
    [ 202.425] (II) NVIDIA(0): ACPI brightness change hotkey events enabled.
    [ 202.540] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 241.790] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/mouse1)
    [ 241.790] (II) No input driver/identifier specified (ignoring)
    [ 241.795] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/event9)
    [ 241.795] (**) PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
    [ 241.795] (**) PS/2+USB Mouse: always reports core events
    [ 241.795] (**) PS/2+USB Mouse: Device: "/dev/input/event9"
    [ 241.804] (II) PS/2+USB Mouse: Found 3 mouse buttons
    [ 241.804] (II) PS/2+USB Mouse: Found scroll wheel(s)
    [ 241.804] (II) PS/2+USB Mouse: Found relative axes
    [ 241.804] (II) PS/2+USB Mouse: Found x and y relative axes
    [ 241.804] (II) PS/2+USB Mouse: Configuring as mouse
    [ 241.804] (**) PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
    [ 241.804] (**) PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 241.804] (II) XINPUT: Adding extended input device "PS/2+USB Mouse" (type: MOUSE)
    [ 241.804] (**) PS/2+USB Mouse: (accel) keeping acceleration scheme 1
    [ 241.804] (**) PS/2+USB Mouse: (accel) acceleration profile 0
    [ 241.804] (**) PS/2+USB Mouse: (accel) acceleration factor: 2.000
    [ 241.804] (**) PS/2+USB Mouse: (accel) acceleration threshold: 4
    [ 241.804] (II) PS/2+USB Mouse: initialized for relative axes.
    [ 1596.383] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 1601.611] (II) NVIDIA(0): Setting mode "1024x768"
    [ 1604.865] (EE) NVIDIA(0): Failed to allocate primary buffer: out of memory.
    [ 1604.865] (EE) NVIDIA(0): *** Aborting ***
    [ 1604.870] (II) NVIDIA(0): Setting mode "1024x768"

  • [SOLVED] Catalyst-hook won't build kernel module

    I HAVE SOLVED THE PROBLEM. I WAS MISSING /usr/lib/modules/extramodules-3.11-ARCH/version !
    Hello, I got a problem with my Arch Linux install. Today I got a new kernel update (Linux-3.11.1-2-ARCH) and catalyst-hook attemptet to rebuild the fglrx kernel module, but failed.
    This is my /var/log/catalyst-install.log:
    2013-09-25 13:09:13
    Building fglrx module for 3.11.1-2-ARCH kernel ...
    OsVersion says: SMP=1
    file /proc/kallsyms says: SMP=1
    file /usr/lib/modules/3.11.1-2-ARCH/build/include/generated/autoconf.h says: SMP=1
    file /usr/lib/modules/3.11.1-2-ARCH/build/include/generated/autoconf.h says: MODVERSIONS=1
    file /usr/lib/modules/3.11.1-2-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_sp$
    make: Entering directory `/usr/src/linux-3.11.1-2-ARCH'
    CC [M] /tmp/catalyst.H8Xs1y/firegl_public.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_acpi.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_agp.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_debug.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_ioctl.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_io.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_pci.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_str.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_iommu.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_wait.o
    LD [M] /tmp/catalyst.H8Xs1y/fglrx.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/catalyst.H8Xs1y/fglrx.mod.o
    LD [M] /tmp/catalyst.H8Xs1y/fglrx.ko
    make: Leaving directory `/usr/src/linux-3.11.1-2-ARCH'
    install: missing destination file operand after ‘fglrx.ko.gz’
    Try 'install --help' for more information.
    Please let me know if you need more information, and where/how I can get it.
    Last edited by xeekei (2013-09-25 21:30:35)

    Hey man have had the same issue.
    How did you go about solving it?

  • Proper method for building kernel modules? [solved]

    I am attempting to build a custom kernel module for a PCI express interface to an FPGA.  However, I seem to be running into some issues with getting the standard kernel module makefile to work correctly.  Here is my makefile:
    # object files to build
    obj-m += nnic.o
    nic-objs += nnic_driver.o
    all:
    make -C /lib/modules/$(shell uname -r)/build M=$(pwd) modules
    clean:
    make -C /lib/modules/$(shell uname -r)/build M=$(pwd) clean
    However, the first time I ran 'make', I got this output:
    make -C /lib/modules/3.14.1-1-ARCH/build M= modules
    make[1]: Entering directory '/usr/lib/modules/3.14.1-1-ARCH/build'
    Makefile:608: Cannot use CONFIG_CC_STACKPROTECTOR_REGULAR: -fstack-protector not supported by compiler
    scripts/kconfig/conf --silentoldconfig Kconfig
    *** Error during update of the configuration.
    /usr/lib/modules/3.14.1-1-ARCH/build/scripts/kconfig/Makefile:36: recipe for target 'silentoldconfig' failed
    make[3]: *** [silentoldconfig] Error 1
    /usr/lib/modules/3.14.1-1-ARCH/build/Makefile:512: recipe for target 'silentoldconfig' failed
    make[2]: *** [silentoldconfig] Error 2
    scripts/Makefile.build:44: /usr/lib/modules/3.14.1-1-ARCH/build/arch/x86/syscalls/Makefile: No such file or directory
    make[2]: *** No rule to make target '/usr/lib/modules/3.14.1-1-ARCH/build/arch/x86/syscalls/Makefile'. Stop.
    /usr/lib/modules/3.14.1-1-ARCH/build/arch/x86/Makefile:183: recipe for target 'archheaders' failed
    make[1]: *** [archheaders] Error 2
    make[1]: Leaving directory '/usr/lib/modules/3.14.1-1-ARCH/build'
    Makefile:7: recipe for target 'all' failed
    make: *** [all] Error 2
    After poking around online, I decided to try running make as root.  I got the following output:
    make -C /lib/modules/3.14.1-1-ARCH/build M= modules
    make[1]: Entering directory '/usr/lib/modules/3.14.1-1-ARCH/build'
    scripts/kconfig/conf --silentoldconfig Kconfig
    scripts/Makefile.build:44: /usr/lib/modules/3.14.1-1-ARCH/build/arch/x86/syscalls/Makefile: No such file or directory
    make[2]: *** No rule to make target '/usr/lib/modules/3.14.1-1-ARCH/build/arch/x86/syscalls/Makefile'. Stop.
    /usr/lib/modules/3.14.1-1-ARCH/build/arch/x86/Makefile:183: recipe for target 'archheaders' failed
    make[1]: *** [archheaders] Error 2
    make[1]: Leaving directory '/usr/lib/modules/3.14.1-1-ARCH/build'
    Makefile:7: recipe for target 'all' failed
    make: *** [all] Error 2
    Now, when runing 'make' as a normal user, I get:
    make -C /lib/modules/3.14.1-1-ARCH/build M= modules
    make[1]: Entering directory '/usr/lib/modules/3.14.1-1-ARCH/build'
    Makefile:608: Cannot use CONFIG_CC_STACKPROTECTOR_REGULAR: -fstack-protector not supported by compiler
    scripts/Makefile.build:44: /usr/lib/modules/3.14.1-1-ARCH/build/arch/x86/syscalls/Makefile: No such file or directory
    make[2]: *** No rule to make target '/usr/lib/modules/3.14.1-1-ARCH/build/arch/x86/syscalls/Makefile'. Stop.
    /usr/lib/modules/3.14.1-1-ARCH/build/arch/x86/Makefile:183: recipe for target 'archheaders' failed
    make[1]: *** [archheaders] Error 2
    make[1]: Leaving directory '/usr/lib/modules/3.14.1-1-ARCH/build'
    Makefile:7: recipe for target 'all' failed
    make: *** [all] Error 2
    I have the linux-headers package installed.  I do not need to build the whole kernel, only this small module.  What am I missing here?  What is the correct procedure for this?
    Last edited by alex.forencich (2014-04-25 08:16:31)

    Sigh, found the problem.  Should be $(PWD) and not $(pwd) in my makefile.

  • VMware fails during VMware Kernel Module Update!

    VMware error log
    Upon trying to run VMware, it brings up the VMware Kernel Module Updater.  When I click Install, it properly stops VMWare Service.  Then, it properly compiles the Virtual Machine Monitor, the Virtual Machine Communication Interface, and the VMCI Sockets.  It fails to compile both the Virtual Network Device and the VMware Blocking Filesystem.  After that, it fails to start the VMware services.
    The log is posted above.
    Please help!  I must get VMware running within the day!
    Last edited by qKUqm3wtY4 (2013-01-08 09:29:15)

    Doesn't vmware always have problems with the latest kernel i.e. the one Arch ships? That's how I remember it, anyway, from those dark days when I was forced to use it - I had to go looking for patches every time.

  • [SOLVED] Luks with /arch/setup installation , fails at boot

    Hi all,
    So I tried to install arch on virtualbox with encrypted partitions (root /, /home/ and swap), but it fails at boot.
    /dev/sda1 is /boot
    /dev/sda2 is swap
    /dev/sda3 is /
    /dev/sda4 is /home
    The root partition seems to be loading fine because it asks for my password, then the boot sequence goes on, until the /home/ (apparently) :
    :: Bringing up loopback interface
    :: Unlocking encrypted volumes: chome..Usage: cryptsetup [-?vyrq] (...all the options...can't copy paste with virtualbox)
    /sbin/cryptsetup: Unknown action
    failed [FAIL]
    /dev/mapper/croot: clean, 27576/457856 files, 166316/1830898 blocks
    fsck.ext4: No such file or directory while trying to open /dev/mapper/chome
    Possibly non-existent device?
    /dev/sda1: clean,29/24096 files, 20790/96356 blocks
    [FAIL]
    It seems that it tries to open /dev/mapper/chome but it's not mounted yet
    In my /etc/crypttab, I added the lines :
    chome /dev/sda4 none luks
    cswap /dev/sda2 none luks
    /etc/fstab (I didn't change anything, /arch/setup configured it that way) :
    /dev/mapper/chome /home ext4 defaults 0 1
    /dev/mapper/croot / ext4 defaults 0 1
    /dev/mapper/cswap swap swap defaults 0 0
    /dev/sda1 /boot ext2 defaults 0 1
    And grub :
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz-linux root=/dev/mapper/croot cryptdevice=/dev/sda3:croot ro
    initrd /initramfs-linux.img
    What I wanted to do was to have swap,root and home encrypted partitions mounted at boot, but maybe it is not possible?
    I tried a lot of configurations for /etc/fstab and /etc/crypttab according to what I could find on the net but nothing worked. I read the whole tutorial https://wiki.archlinux.org/index.php/Sy … _with_LUKS but there is no config for fstab or crypttab or grub when installing with /arch/setup
    Thanks for any help !
    Last edited by John0000 (2012-04-12 12:50:18)

    Indeed you have a point, putting password in plaintext isn't very safe.
    There is a good alternative though: https://wiki.archlinux.org/index.php/Sy … _a_Keyfile
    the reason why you don't have a passphrase for root in a file somewhere is that you provide this passphrase during boot-time.
    Somewhere during boot you get the option to unlock you root device by typing in a passphrase... right?
    ro means that the volume is mounted read only http://linux.die.net/man/8/mount

  • [SOLVED] Arch Linux Boot from USB fails while loading kernel

    I am attempting to get arch linux booting off my usb. I use cfdisk to create a /dev/sdb1 partition then use mkfs.ext4 /dev/sdb1, mount the usb, pacstrap it, use install-syslinux_update -iam, generate fstab and then attempt to boot from it.
    The boot extracts the kernel but then complains that DEVICE is missing in the option APPEND root=DEVICE (in syslinux.cfg). I looked in /dev/disk (on the temporary filesystem shell), it showed my ssd and cd drive but not the usb. Does anyone know what could be causing the USB to not load in that particular section of the kernel?
    Last edited by afree10 (2013-12-11 14:28:14)

    afree10 wrote:
    Due to my situation I have to type the file in from scratch so I will only type uncommented lines:
    MODULES=""
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect modconf block filesystems keyboard fsck"
    I will reboot and get that lsmod output.
    Since you'll probably want to boot from different computers (portable USB system), you want to remove 'autodetect' from that line. This is the same as always booting the initramfs-linux-fallback.img image. To save some space, you could remove 'autodetect' from the configuration file, disable the fallback image in /etc/mkinitcpio.d/linux.preset  and delete initramfs-linux.img (otherwise, you'll get two identical images).
    Of course, run mkinitcpio -P when you're done.

  • Makepkg fails to build kernel

    This is my first time building the kernel myself. Following this wiki page:
    https://wiki.archlinux.org/index.php/Ke … ild_System
    makepkg or makepkg -i fails with this output:
    Hunk #1 succeeded at 56 with fuzz 2 (offset -2 lines).
    ==> Starting build()...
    make: *** INTERNAL: readdir: Not a directory
    . Stop.
    ==> ERROR: A failure occured in build().
    Aborting...
    Subsequent calls to makepkg looks like this: http://ix.io/6Xf
    Additional info:
    * Linux 3.10.3-1-ARCH #1 SMP PREEMPT x86_64 GNU/Linux
    * Trying to build 3.10.
    I made a bug report here after consulting people on #archlinux here: https://bugs.archlinux.org/task/36337
    As you can see it's closed since it's intended behavior. What did I miss?

    Yeah, it's weird. I just tried the exact same procedure on my other desktop Arch machine with different hardware but very similar setup. It looks like it's building fine there.
    This is a 2013 Macbook Air. Regarding my home dir being hfsplus I haven't had many issues with that before, and I did redo the whole procedure from scratch a couple of times with the same results.
    mount
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    dev on /dev type devtmpfs (rw,nosuid,relatime,size=3970628k,nr_inodes=992657,mode=755)
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    /dev/sda6 on / type ext3 (rw,relatime,data=ordered)
    securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
    cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
    pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
    efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
    cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
    cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
    cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
    cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
    cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
    cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
    cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
    systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=36,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
    hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
    debugfs on /sys/kernel/debug type debugfs (rw,relatime)
    configfs on /sys/kernel/config type configfs (rw,relatime)
    mqueue on /dev/mqueue type mqueue (rw,relatime)
    tmpfs on /tmp type tmpfs (rw)
    /dev/sda5 on /boot type ext2 (rw,relatime)
    /dev/sda4 on /home type hfsplus (rw,relatime,umask=22,uid=0,gid=0,nls=utf8)
    free -m
    total used free shared buffers cached
    Mem: 7771 988 6783 0 29 291
    -/+ buffers/cache: 667 7104
    Swap: 0 0 0
    df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda6 90G 9.0G 77G 11% /
    dev 3.8G 0 3.8G 0% /dev
    run 3.8G 564K 3.8G 1% /run
    tmpfs 3.8G 0 3.8G 0% /dev/shm
    tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
    tmpfs 3.8G 436K 3.8G 1% /tmp
    /dev/sda5 1007M 22M 918M 3% /boot
    /dev/sda4 280G 20G 261G 7% /home
    cat /proc/cpuinfo
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 69
    model name : Intel(R) Core(TM) i7-4650U CPU @ 1.70GHz
    stepping : 1
    microcode : 0x11
    cpu MHz : 759.000
    cache size : 4096 KB
    physical id : 0
    siblings : 4
    core id : 0
    cpu cores : 2
    apicid : 0
    initial apicid : 0
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips : 4601.54
    clflush size : 64
    cache_alignment : 64
    address sizes : 39 bits physical, 48 bits virtual
    power management:
    processor : 1
    vendor_id : GenuineIntel
    cpu family : 6
    model : 69
    model name : Intel(R) Core(TM) i7-4650U CPU @ 1.70GHz
    stepping : 1
    microcode : 0x11
    cpu MHz : 759.000
    cache size : 4096 KB
    physical id : 0
    siblings : 4
    core id : 1
    cpu cores : 2
    apicid : 2
    initial apicid : 2
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips : 4601.54
    clflush size : 64
    cache_alignment : 64
    address sizes : 39 bits physical, 48 bits virtual
    power management:
    processor : 2
    vendor_id : GenuineIntel
    cpu family : 6
    model : 69
    model name : Intel(R) Core(TM) i7-4650U CPU @ 1.70GHz
    stepping : 1
    microcode : 0x11
    cpu MHz : 759.000
    cache size : 4096 KB
    physical id : 0
    siblings : 4
    core id : 0
    cpu cores : 2
    apicid : 1
    initial apicid : 1
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips : 4601.54
    clflush size : 64
    cache_alignment : 64
    address sizes : 39 bits physical, 48 bits virtual
    power management:
    processor : 3
    vendor_id : GenuineIntel
    cpu family : 6
    model : 69
    model name : Intel(R) Core(TM) i7-4650U CPU @ 1.70GHz
    stepping : 1
    microcode : 0x11
    cpu MHz : 759.000
    cache size : 4096 KB
    physical id : 0
    siblings : 4
    core id : 1
    cpu cores : 2
    apicid : 3
    initial apicid : 3
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm
    bogomips : 4601.54
    clflush size : 64
    cache_alignment : 64
    address sizes : 39 bits physical, 48 bits virtual
    power management:

  • [SOLVED] systemd: create a service file that loads a kernel module

    Hi, I have a daemon that I want to convert to a service unit of systemd.
    The daemon tests if a module is loaded, and if not, modprobes it.
    I do not want to load that module at boot up, only if the service is launched.
    Is there a "proper" way to add something like RequiredModule=xxx to a service unit?
    Thanks!
    Last edited by Wasser (2012-09-03 08:58:02)

    Maybe simply run modprobe with ExecStartPre. The command succeeds even if the module was already loaded.

  • [Solved] nvidia-beta & linux headers

    Just installed nvidia-beta 310.14 & appears to be working fine.
    However, when i run:
    sudo pacman -R $(pacman -Qqdt)
    it offers to remove linux-headers 3.6.6-1.
    This seems like a very bad idea. As far as i know, they are in use:
    $ uname -a
    Linux archlinux 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012 x86_64 GNU/Linux
    Would someone kindly explain ?
    Last edited by flipper T (2012-11-12 20:29:38)

    It's required if you want to build kernel modules for example.
    If you don't want it to show up when doing "pacman -Qqd" just install it explicity.
    edit:  And take a look at the nvidia-beta PKGBUILD to see why it was installed.
    Last edited by loafer (2012-11-12 20:22:15)

  • [SOLVED] pacman -Syu on 10/17/2012, systemd can't load kernel modules

    Ok, I did a [pacman -Syu] on my laptop, and everything went well. So I decided to upgrade my PC as well, did a reboot and then couldn't ssh into it.
    Had to access the machine, and found
    # systemctl --failed
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    [email protected] loaded failed failed dhcpcd on eth0
    httpd.service loaded failed failed Apache Web Server
    systemd-modules-load.service loaded failed failed Load Kernel Modules
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    3 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    so it failed to load kernel modules...
    # systemctl status systemd-modules-load.service
    systemd-modules-load.service - Load Kernel Modules
    Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
    Active: failed (Result: exit-code) since Wed, 17 Oct 2012 18:27:11 -0400; 45min ago
    Docs: man:systemd-modules-load.service(8)
    man:modules-load.d(5)
    Process: 102 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/systemd-modules-load.service
    Oct 17 18:27:11 MyHost systemd[1]: Failed to start Load Kernel Modules.
    Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
    ... then I checked network devices
    # ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    # ip addr show dev eth0
    Device "eth0" does not exist.
    ... then the modules; and I saw that none appeared for the Ethernet...
    # lspci -v | grep Ethernet -A8
    00:07.0 Bridge: NVIDIA Corporation MCP61 Ethernet (rev a2)
    Subsystem: Hewlett-Packard Company Device 2a6c
    Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 5
    Memory at fe02d000 (32-bit, non-prefetchable) [size=4K]
    I/O ports at fc00 [size=8]
    Capabilities: [44] Power Management version 2
    Capabilities: [50] MSI: Enable- Count=1/8 Maskable+ 64bit+
    Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+
    ... whereas they did for other devices
    # lspci -v | grep Kernel
    Kernel driver in use: ohci_hcd
    Kernel driver in use: ehci_hcd
    Kernel driver in use: sata_nv
    Kernel driver in use: sata_nv
    Kernel driver in use: pcieport
    Kernel driver in use: pcieport
    Kernel driver in use: pcieport
    Kernel driver in use: nouveau
    I'm guessing it's probably something with the new image after the pgrade, but I don't know which module to load nor do I
    understand why systemd isn't loading the modules when it was working stable enough to act as a headless server before. However, I've only been a week or so with systemd and might have overlooked something in the configs. Any help or insight would be greatly appreciated. Please. I'm desperate.
    Last edited by confusion-is-my-sedative (2012-10-26 21:30:01)

    Yep, I got that far, and tried the same advice from a different user with a 'tee' command which did the same thing, but unfortunately the forcedeth module can't be loaded because its in a different directory than the 'uname -r' specification allows modprobe to search for. I posted my attempts here: https://bbs.archlinux.org/viewtopic.php?pid=1181940

  • Failed load Kernel Modules | fglrx exec Format Error

    Hello
    after I started my computer this morning it won't load fglrx anymore.
    Yesterday everything worked just fine. But I can still start the xserver without any problem.
    systemctl status systemd-modules-load.serivce outputs:
    systemd-modules-load.service - Load Kernel Modules
       Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
       Active: failed (Result: exit-code) since Tue 2013-08-20 10:59:28 CEST; 20min ago
         Docs: man:systemd-modules-load.service(8)
               man:modules-load.d(5)
      Process: 113 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
    Aug 20 10:59:28 orz-aa-0 systemd-modules-load[113]: Failed to insert 'fglrx': Exec format error
    Aug 20 10:59:28 orz-aa-0 systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
    Aug 20 10:59:28 orz-aa-0 systemd[1]: Failed to start Load Kernel Modules.
    Aug 20 10:59:28 orz-aa-0 systemd[1]: Unit systemd-modules-load.service entered failed state.
    Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
    and modprobe fglrx outputs:
    modprobe: ERROR: could not insert 'fglrx': Exec format error
    Installed are:
    catalyst 13.8-1
    catalyst-utils 13.8-1
    lib32-catalyst-utils 13.8-1
    xorg-bdftopcf 1.0.4-1
    xorg-font-util 1.3.0-1
    xorg-font-utils 7.6-3
    xorg-fonts-alias 1.0.3-1
    xorg-fonts-encodings 1.0.4-3
    xorg-fonts-misc 1.0.1-2
    xorg-luit 1.1.1-1
    xorg-mkfontdir 1.0.7-1
    xorg-mkfontscale 1.1.1-1
    xorg-server 1.14.2-2
    xorg-server-common 1.14.2-2
    xorg-setxkbmap 1.3.0-1
    xorg-twm 1.0.7-1
    xorg-xauth 1.0.7-1
    xorg-xclock 1.0.6-1
    xorg-xhost 1.0.6-1
    xorg-xinit 1.3.2-3
    xorg-xkbcomp 1.2.4-1
    xorg-xmodmap 1.0.7-1
    xorg-xrdb 1.0.9-2
    xorg-xset 1.2.2-2
    I'm really a newbie to arch linux and would appreciate any help.
    Thanks in advance.
    surrz
    Last edited by surrz (2013-08-20 10:53:28)

    I grepped /var/log/Xorg.0.log as suggested by the wiki, here's the results:
    sudo grep '(EE)' /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 19.890] (EE) fglrx(0): atiddxDriScreenInit failed. Probably kernel module missing or incompatible.
    [fiendfan1@arch ~]$ grep '(WW)' /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 19.150] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 19.150] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 19.150] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 19.150] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 19.586] (WW) Falling back to old probe method for fglrx
    [ 19.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 19.812] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 19.889] (WW) fglrx(0): Dynamic Surface Resizing cannot be enabled
    [ 19.890] (WW) fglrx(0): ***********************************************************
    [ 19.890] (WW) fglrx(0): * DRI initialization failed *
    [ 19.890] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
    [ 19.890] (WW) fglrx(0): * 2D and 3D acceleration disabled *
    [ 19.890] (WW) fglrx(0): ***********************************************************
    [ 19.908] (WW) fglrx(0): Textured Video not supported without DRI enabled.
    [ 20.014] (WW) fglrx(0): Option "VendorName" is not used
    [ 20.014] (WW) fglrx(0): Option "ModelName" is not used
    [ 20.425] (WW) evdev: USB USB Keykoard: ignoring absolute axes.
    I don't know what any of this means, anyone have any ideas?

  • "Failed to load the NVIDIA kernel module" [SOLVED]

    Hi, I've just done a fresh install of Arch64 and I'm having problems with NVIDIA driver from the repo.
    xorg, xf86-input-evdev -- INSTALLED
    nvidia, nvidia-utils, lib32-nvidia-utils -- INSTALLED (version 256.44-1)
    nouveau -- NOT INSTALLED
    here goes the log files:
    uname -a
    Linux desktop 2.6.32-lts #1 SMP Wed Aug 4 22:02:05 UTC 2010 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ AuthenticAMD GNU/Linux
    lspci | grep VGA
    00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce 6150] (rev a2)
    /etc/X11/xorg.conf (generated when I ran "nvidia-xconfig"):
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 256.44 ([email protected]) Thu Jul 29 01:52:55 PDT 2010
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    /var/Xorg.0.log
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 142.066]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 142.084] X Protocol Version 11, Revision 0
    [ 142.091] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 142.098] Current Operating System: Linux desktop 2.6.32-lts #1 SMP Wed Aug 4 22:02:05 UTC 2010 x86_64
    [ 142.106] Kernel command line: BOOT_IMAGE=/vmlinuz26-lts root=/dev/disk/by-uuid/9eb5ef94-284b-4b7e-b824-5c6b0f329fe8 ro quiet
    [ 142.116] Build Date: 21 June 2010 12:01:49PM
    [ 142.125]
    [ 142.135] Current version of pixman: 0.18.2
    [ 142.145] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 142.167] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 142.204] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 6 21:15:02 2010
    [ 142.218] (==) Using config file: "/etc/X11/xorg.conf"
    [ 142.232] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 142.246] (==) ServerLayout "Layout0"
    [ 142.246] (**) |-->Screen "Screen0" (0)
    [ 142.246] (**) | |-->Monitor "Monitor0"
    [ 142.246] (**) | |-->Device "Device0"
    [ 142.246] (**) |-->Input Device "Keyboard0"
    [ 142.246] (**) |-->Input Device "Mouse0"
    [ 142.246] (==) Automatically adding devices
    [ 142.246] (==) Automatically enabling devices
    [ 142.246] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 142.246] Entry deleted from font path.
    [ 142.246] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 142.246] Entry deleted from font path.
    [ 142.246] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 142.246] Entry deleted from font path.
    [ 142.246] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 142.246] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 142.246] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 142.246] (WW) Disabling Keyboard0
    [ 142.246] (WW) Disabling Mouse0
    [ 142.246] (II) Loader magic: 0x7ce880
    [ 142.246] (II) Module ABI versions:
    [ 142.246] X.Org ANSI C Emulation: 0.4
    [ 142.246] X.Org Video Driver: 7.0
    [ 142.246] X.Org XInput driver : 9.0
    [ 142.246] X.Org Server Extension : 3.0
    [ 142.252] (--) PCI:*(0:0:5:0) 10de:0240:1043:81cd nVidia Corporation C51PV [GeForce 6150] rev 162, Mem @ 0xfc000000/16777216, 0xd0000000/268435456, 0xfb000000/16777216, BIOS @ 0x????????/131072
    [ 142.252] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 142.252] (II) LoadModule: "extmod"
    [ 142.252] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 142.253] (II) Module extmod: vendor="X.Org Foundation"
    [ 142.253] compiled for 1.8.1.902, module version = 1.0.0
    [ 142.253] Module class: X.Org Server Extension
    [ 142.253] ABI class: X.Org Server Extension, version 3.0
    [ 142.253] (II) Loading extension MIT-SCREEN-SAVER
    [ 142.253] (II) Loading extension XFree86-VidModeExtension
    [ 142.253] (II) Loading extension XFree86-DGA
    [ 142.253] (II) Loading extension DPMS
    [ 142.253] (II) Loading extension XVideo
    [ 142.253] (II) Loading extension XVideo-MotionCompensation
    [ 142.253] (II) Loading extension X-Resource
    [ 142.253] (II) LoadModule: "dbe"
    [ 142.253] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 142.253] (II) Module dbe: vendor="X.Org Foundation"
    [ 142.253] compiled for 1.8.1.902, module version = 1.0.0
    [ 142.253] Module class: X.Org Server Extension
    [ 142.253] ABI class: X.Org Server Extension, version 3.0
    [ 142.253] (II) Loading extension DOUBLE-BUFFER
    [ 142.253] (II) LoadModule: "glx"
    [ 142.253] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 142.269] (II) Module glx: vendor="NVIDIA Corporation"
    [ 142.269] compiled for 4.0.2, module version = 1.0.0
    [ 142.269] Module class: X.Org Server Extension
    [ 142.269] (II) NVIDIA GLX Module 256.44 Thu Jul 29 01:47:53 PDT 2010
    [ 142.269] (II) Loading extension GLX
    [ 142.269] (II) LoadModule: "record"
    [ 142.269] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 142.269] (II) Module record: vendor="X.Org Foundation"
    [ 142.269] compiled for 1.8.1.902, module version = 1.13.0
    [ 142.269] Module class: X.Org Server Extension
    [ 142.269] ABI class: X.Org Server Extension, version 3.0
    [ 142.269] (II) Loading extension RECORD
    [ 142.269] (II) LoadModule: "dri"
    [ 142.270] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 142.270] (II) Module dri: vendor="X.Org Foundation"
    [ 142.270] compiled for 1.8.1.902, module version = 1.0.0
    [ 142.270] ABI class: X.Org Server Extension, version 3.0
    [ 142.270] (II) Loading extension XFree86-DRI
    [ 142.270] (II) LoadModule: "dri2"
    [ 142.270] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 142.270] (II) Module dri2: vendor="X.Org Foundation"
    [ 142.270] compiled for 1.8.1.902, module version = 1.2.0
    [ 142.270] ABI class: X.Org Server Extension, version 3.0
    [ 142.270] (II) Loading extension DRI2
    [ 142.270] (II) LoadModule: "nvidia"
    [ 142.270] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 142.271] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 142.271] compiled for 4.0.2, module version = 1.0.0
    [ 142.271] Module class: X.Org Video Driver
    [ 142.288] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    [ 142.303] (EE) NVIDIA: system's kernel log for additional error messages.
    [ 142.319] (II) UnloadModule: "nvidia"
    [ 142.319] (II) Unloading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 142.319] (EE) Failed to load module "nvidia" (module-specific error, 0)
    [ 142.335] (EE) No drivers available.
    [ 142.351]
    Fatal server error:
    [ 142.384] no screens found
    [ 142.400]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 142.469] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 142.488]
    find / -name "*nvidia*"
    /lib/modules/2.6.34-ARCH/kernel/drivers/video/backlight/mbp_nvidia_bl.ko
    /lib/modules/2.6.34-ARCH/kernel/drivers/video/nvidia
    /lib/modules/2.6.34-ARCH/kernel/drivers/video/nvidia/nvidiafb.ko
    /lib/modules/2.6.34-ARCH/kernel/drivers/video/nvidia.ko
    /lib/modules/2.6.32-lts/kernel/drivers/video/backlight/mbp_nvidia_bl.ko
    /lib/modules/2.6.32-lts/kernel/drivers/video/nvidia
    /lib/modules/2.6.32-lts/kernel/drivers/video/nvidia/nvidiafb.ko
    /etc/OpenCL/vendors/nvidia.icd
    /etc/X11/xorg.conf.d/20-nvidia.conf
    /usr/lib/libnvidia-cfg.so.1
    /usr/lib/libnvidia-glcore.so.256.44
    /usr/lib/vdpau/libvdpau_nvidia.so.256.44
    /usr/lib/vdpau/libvdpau_nvidia.so
    /usr/lib/vdpau/libvdpau_nvidia.so.1
    /usr/lib/tls/libnvidia-tls.so.256.44
    /usr/lib/libnvidia-cfg.so.256.44
    /usr/lib/libnvidia-cfg.so
    /usr/lib/libnvidia-tls.so.256.44
    /usr/lib/xorg/modules/drivers/nvidia_drv.so
    /usr/lib/libnvidia-compiler.so.256.44
    /usr/share/licenses/nvidia
    /usr/share/licenses/lib32-nvidia-utils
    /usr/share/licenses/nvidia-utils
    /usr/share/applications/nvidia-settings.desktop
    /usr/share/man/man1/nvidia-smi.1.gz
    /usr/share/man/man1/nvidia-settings.1.gz
    /usr/share/man/man1/nvidia-xconfig.1.gz
    /usr/share/doc/nvidia
    /usr/share/doc/nvidia-utils
    /usr/share/pixmaps/nvidia-settings.png
    /usr/bin/nvidia-bug-report.sh
    /usr/bin/nvidia-settings
    /usr/bin/nvidia-smi
    /usr/bin/nvidia-xconfig
    /usr/src/linux-2.6.34-ARCH/include/config/backlight/mbp/nvidia.h
    /usr/src/linux-2.6.34-ARCH/include/config/fb/nvidia
    /usr/src/linux-2.6.34-ARCH/include/config/fb/nvidia.h
    /usr/src/linux-2.6.32-lts/include/config/backlight/mbp/nvidia.h
    /usr/src/linux-2.6.32-lts/include/config/fb/nvidia
    /usr/src/linux-2.6.32-lts/include/config/fb/nvidia.h
    /opt/lib32/usr/lib/libvdpau_nvidia.so.256.44
    /opt/lib32/usr/lib/libvdpau_nvidia.so
    /opt/lib32/usr/lib/libnvidia-glcore.so.256.44
    /opt/lib32/usr/lib/tls/libnvidia-tls.so.256.44
    /opt/lib32/usr/lib/libvdpau_nvidia.so.1
    /opt/lib32/usr/lib/libnvidia-tls.so.256.44
    /opt/lib32/usr/lib/libnvidia-compiler.so.256.44
    /var/lib/pacman/local/nvidia-256.44-1
    /var/lib/pacman/local/nvidia-utils-256.44-1
    /var/lib/pacman/local/lib32-nvidia-utils-256.44-1
    /var/lib/pacman/sync/extra/nvidia-173xx-utils-173.14.27-1
    /var/lib/pacman/sync/extra/nvidia-173xx-173.14.27-1
    /var/lib/pacman/sync/extra/nvidia-256.44-1
    /var/lib/pacman/sync/extra/nvidia-utils-256.44-1
    /var/lib/pacman/sync/community/nvidia-cg-toolkit-2.2-4
    /var/lib/pacman/sync/community/lib32-nvidia-utils-256.44-1
    /var/cache/pacman/pkg/nvidia-utils-256.44-1-x86_64.pkg.tar.xz
    /var/cache/pacman/pkg/nvidia-256.44-1-x86_64.pkg.tar.xz
    /var/cache/pacman/pkg/lib32-nvidia-utils-256.44-1-x86_64.pkg.tar.xz
    Do you have any idea of what should be done to fix it? I don't want to use NVIDIA driver from their site neither nouveau, I want to use the one from the repo. If you know how to solve it, instead of only pointing the solution, also tell why this is happening, it will help me and other people with the same problem too!
    If you need additional information please ask me.
    Thanks!!
    Last edited by ILoveJapaneseGirls (2010-08-07 03:09:55)

    karol, I'll try to add the section you wrote to the xorg.conf, but first I want to show the log of the crash:
    /var/log/Xorg.0.log
    [ 69.813]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 69.858]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 69.882] X Protocol Version 11, Revision 0
    [ 69.890] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 69.899] Current Operating System: Linux desktop 2.6.34-ARCH #1 SMP PREEMPT Wed Aug 4 14:31:56 CEST 2010 x86_64
    [ 69.910] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/9eb5ef94-284b-4b7e-b824-5c6b0f329fe8 ro quiet
    [ 69.921] Build Date: 21 June 2010 12:01:49PM
    [ 69.933]
    [ 69.944] Current version of pixman: 0.18.2
    [ 69.957] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 69.982] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 70.025] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 6 22:35:08 2010
    [ 70.057] (==) Using config file: "/etc/X11/xorg.conf"
    [ 70.072] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 70.117] (==) ServerLayout "Layout0"
    [ 70.117] (**) |-->Screen "Screen0" (0)
    [ 70.117] (**) | |-->Monitor "Monitor0"
    [ 70.117] (**) | |-->Device "Device0"
    [ 70.117] (**) |-->Input Device "Keyboard0"
    [ 70.117] (**) |-->Input Device "Mouse0"
    [ 70.117] (==) Automatically adding devices
    [ 70.118] (==) Automatically enabling devices
    [ 70.145] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 70.145] Entry deleted from font path.
    [ 70.145] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 70.145] Entry deleted from font path.
    [ 70.145] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 70.145] Entry deleted from font path.
    [ 70.168] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 70.168] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 70.168] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 70.168] (WW) Disabling Keyboard0
    [ 70.168] (WW) Disabling Mouse0
    [ 70.168] (II) Loader magic: 0x7ce880
    [ 70.168] (II) Module ABI versions:
    [ 70.168] X.Org ANSI C Emulation: 0.4
    [ 70.168] X.Org Video Driver: 7.0
    [ 70.168] X.Org XInput driver : 9.0
    [ 70.168] X.Org Server Extension : 3.0
    [ 70.185] (--) PCI:*(0:0:5:0) 10de:0240:1043:81cd nVidia Corporation C51PV [GeForce 6150] rev 162, Mem @ 0xfc000000/16777216, 0xd0000000/268435456, 0xfb000000/16777216, BIOS @ 0x????????/131072
    [ 70.186] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 70.186] (II) LoadModule: "extmod"
    [ 70.200] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 70.211] (II) Module extmod: vendor="X.Org Foundation"
    [ 70.211] compiled for 1.8.1.902, module version = 1.0.0
    [ 70.211] Module class: X.Org Server Extension
    [ 70.211] ABI class: X.Org Server Extension, version 3.0
    [ 70.211] (II) Loading extension MIT-SCREEN-SAVER
    [ 70.211] (II) Loading extension XFree86-VidModeExtension
    [ 70.211] (II) Loading extension XFree86-DGA
    [ 70.211] (II) Loading extension DPMS
    [ 70.211] (II) Loading extension XVideo
    [ 70.211] (II) Loading extension XVideo-MotionCompensation
    [ 70.211] (II) Loading extension X-Resource
    [ 70.211] (II) LoadModule: "dbe"
    [ 70.211] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 70.218] (II) Module dbe: vendor="X.Org Foundation"
    [ 70.218] compiled for 1.8.1.902, module version = 1.0.0
    [ 70.219] Module class: X.Org Server Extension
    [ 70.219] ABI class: X.Org Server Extension, version 3.0
    [ 70.219] (II) Loading extension DOUBLE-BUFFER
    [ 70.219] (II) LoadModule: "glx"
    [ 70.219] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 71.100] (II) Module glx: vendor="NVIDIA Corporation"
    [ 71.111] compiled for 4.0.2, module version = 1.0.0
    [ 71.111] Module class: X.Org Server Extension
    [ 71.111] (II) NVIDIA GLX Module 256.44 Thu Jul 29 01:47:53 PDT 2010
    [ 71.111] (II) Loading extension GLX
    [ 71.111] (II) LoadModule: "record"
    [ 71.111] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 71.125] (II) Module record: vendor="X.Org Foundation"
    [ 71.125] compiled for 1.8.1.902, module version = 1.13.0
    [ 71.125] Module class: X.Org Server Extension
    [ 71.125] ABI class: X.Org Server Extension, version 3.0
    [ 71.125] (II) Loading extension RECORD
    [ 71.125] (II) LoadModule: "dri"
    [ 71.126] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 71.140] (II) Module dri: vendor="X.Org Foundation"
    [ 71.140] compiled for 1.8.1.902, module version = 1.0.0
    [ 71.140] ABI class: X.Org Server Extension, version 3.0
    [ 71.140] (II) Loading extension XFree86-DRI
    [ 71.140] (II) LoadModule: "dri2"
    [ 71.140] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 71.140] (II) Module dri2: vendor="X.Org Foundation"
    [ 71.140] compiled for 1.8.1.902, module version = 1.2.0
    [ 71.140] ABI class: X.Org Server Extension, version 3.0
    [ 71.140] (II) Loading extension DRI2
    [ 71.140] (II) LoadModule: "nvidia"
    [ 71.141] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 71.187] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 71.189] compiled for 4.0.2, module version = 1.0.0
    [ 71.189] Module class: X.Org Video Driver
    [ 71.207] (II) NVIDIA dlloader X Driver 256.44 Thu Jul 29 01:24:51 PDT 2010
    [ 71.207] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 71.207] (--) using VT number 7
    [ 71.260] (II) Primary Device is: PCI 00@00:05:0
    [ 71.269] (II) Loading sub module "fb"
    [ 71.269] (II) LoadModule: "fb"
    [ 71.269] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 71.281] (II) Module fb: vendor="X.Org Foundation"
    [ 71.281] compiled for 1.8.1.902, module version = 1.0.0
    [ 71.281] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 71.281] (II) Loading sub module "wfb"
    [ 71.281] (II) LoadModule: "wfb"
    [ 71.281] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 71.289] (II) Module wfb: vendor="X.Org Foundation"
    [ 71.289] compiled for 1.8.1.902, module version = 1.0.0
    [ 71.289] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 71.289] (II) Loading sub module "ramdac"
    [ 71.289] (II) LoadModule: "ramdac"
    [ 71.289] (II) Module "ramdac" already built-in
    [ 71.309] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 71.309] (==) NVIDIA(0): RGB weight 888
    [ 71.309] (==) NVIDIA(0): Default visual is TrueColor
    [ 71.309] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 71.309] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 71.309] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 71.309] (II) NVIDIA(0): enabled.
    [ 72.040] (II) NVIDIA(0): NVIDIA GPU GeForce 6150 (C51) at PCI:0:5:0 (GPU-0)
    [ 72.040] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 72.040] (--) NVIDIA(0): VideoBIOS: 05.51.22.33.07
    [ 72.040] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 72.040] (--) NVIDIA(0): Connected display device(s) on GeForce 6150 at PCI:0:5:0:
    [ 72.040] (--) NVIDIA(0): LG Electronics L196WTQ (DFP-0)
    [ 72.040] (--) NVIDIA(0): LG Electronics L196WTQ (DFP-0): 310.0 MHz maximum pixel clock
    [ 72.040] (--) NVIDIA(0): LG Electronics L196WTQ (DFP-0): Internal Dual Link TMDS
    [ 72.044] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 72.044] (==) NVIDIA(0):
    [ 72.044] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 72.044] (==) NVIDIA(0): will be used as the requested mode.
    [ 72.044] (==) NVIDIA(0):
    [ 72.044] (II) NVIDIA(0): Validated modes:
    [ 72.044] (II) NVIDIA(0): "nvidia-auto-select"
    [ 72.044] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    [ 72.045] (--) NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
    [ 72.045] (--) NVIDIA(0): option
    [ 72.045] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    [ 72.045] (--) Depth 24 pixmap format is 32 bpp
    [ 72.052] (II) NVIDIA(0): Initialized GPU GART.
    [ 72.055] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 72.055] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 72.055] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 72.055] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 72.055] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 72.055] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 72.055] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 72.055] (II) NVIDIA(0): Config Options in the README.
    [ 72.056] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 72.178] (EE) NVIDIA(0): Failed to allocate primary buffer: out of memory.
    [ 72.178] (EE) NVIDIA(0): *** Aborting ***
    [ 72.178]
    Fatal server error:
    [ 72.178] AddScreen/ScreenInit failed for driver 0
    [ 72.178]
    [ 72.178]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 72.178] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 72.178]
    As it's mentioned, it may be a problem of ACPI.
    About the lib32-nvidia-utils, I just installed because it's written in the wiki http://wiki.archlinux.org/index.php/NVIDIA#Installing: "Note: On 64 bit systems, For 32-bit programs to take advantage of nvidia-utils you must also install the equivalent lib32 package (for example lib32-nvidia-utils)."

  • 3rd Party Drivers - 'The installation failed'

    HI
    I recently upgraded my OS from 10.6.8 to 10.8.2 on a Mid 2010 Macbook Pro. I had permission problems straight away but using disk Utility seems to have cleared most of these up, however I cannot install important third party software, in this case drivers from Matrox and new Drivers for the NVIDIA graphics card. I get an error message saying 'The installation failed'. Contact the software manufactutuer.
    I think its a problem with Lion rather than the third party software. Here is what console says as I run the install for the Matrox drivers. Any help would be appreciated as these are key bits of software/hardware for my work.
    Thanks
    28/01/2013 16:06:07.088 Installer[535]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    28/01/2013 16:06:08.470 com.apple.kextcache[533]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:08.471 com.apple.kextcache[533]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    28/01/2013 16:06:08.478 com.apple.kextcache[533]: Failed to generate prelinked kernel.
    28/01/2013 16:06:08.485 com.apple.kextcache[532]: Child process /usr/sbin/kextcache[533] exited with status 71.
    28/01/2013 16:06:08.485 com.apple.kextcache[532]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    28/01/2013 16:06:08.485 com.apple.kextd[16]: kextcache error while updating / (error count: 19)
    28/01/2013 16:06:08.486 com.apple.kextd[16]: async child pid 532 exited with status 71
    28/01/2013 16:06:08.722 Installer[535]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    28/01/2013 16:06:08.815 com.apple.kextcache[540]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    28/01/2013 16:06:09.370 com.apple.kextcache[541]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:09.371 com.apple.kextcache[541]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    28/01/2013 16:06:09.631 com.apple.kextcache[541]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:13.533 com.apple.kextcache[541]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:13.534 com.apple.kextcache[541]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    28/01/2013 16:06:13.540 com.apple.kextcache[541]: Failed to generate prelinked kernel.
    28/01/2013 16:06:13.547 com.apple.kextcache[540]: Child process /usr/sbin/kextcache[541] exited with status 71.
    28/01/2013 16:06:13.548 com.apple.kextcache[540]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    28/01/2013 16:06:13.548 com.apple.kextd[16]: kextcache error while updating / (error count: 20)
    28/01/2013 16:06:13.548 com.apple.kextd[16]: async child pid 540 exited with status 71
    28/01/2013 16:06:14.166 com.apple.kextcache[542]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    28/01/2013 16:06:14.725 com.apple.kextcache[543]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:14.726 com.apple.kextcache[543]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    28/01/2013 16:06:14.959 com.apple.kextcache[543]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:18.972 com.apple.kextcache[543]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:18.974 com.apple.kextcache[543]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    28/01/2013 16:06:18.979 com.apple.kextcache[543]: Failed to generate prelinked kernel.
    28/01/2013 16:06:18.987 com.apple.kextcache[542]: Child process /usr/sbin/kextcache[543] exited with status 71.
    28/01/2013 16:06:18.987 com.apple.kextcache[542]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    28/01/2013 16:06:18.987 com.apple.kextd[16]: kextcache error while updating / (error count: 21)
    28/01/2013 16:06:18.988 com.apple.kextd[16]: async child pid 542 exited with status 71
    28/01/2013 16:06:19.488 mdwrite[546]: [ERROR] [0.000s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/edwardbishop/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/edwardbishop/Library/Mobile Documents": 2 (No such file or directory)
    28/01/2013 16:06:19.488 mdwrite[546]: [ERROR] [0.001s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/edwardbishop/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/edwardbishop/Library/Mobile Documents": 2 (No such file or directory)
    28/01/2013 16:06:19.519 com.apple.kextcache[547]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    28/01/2013 16:06:20.341 com.apple.kextcache[548]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:20.343 com.apple.kextcache[548]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    28/01/2013 16:06:20.727 com.apple.kextcache[548]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:24.919 com.apple.kextcache[548]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:24.920 com.apple.kextcache[548]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    28/01/2013 16:06:24.926 com.apple.kextcache[548]: Failed to generate prelinked kernel.
    28/01/2013 16:06:24.933 com.apple.kextcache[547]: Child process /usr/sbin/kextcache[548] exited with status 71.
    28/01/2013 16:06:24.933 com.apple.kextcache[547]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    28/01/2013 16:06:24.933 com.apple.kextd[16]: kextcache error while updating / (error count: 22)
    28/01/2013 16:06:24.934 com.apple.kextd[16]: async child pid 547 exited with status 71
    28/01/2013 16:06:25.075 com.apple.kextcache[549]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    28/01/2013 16:06:25.764 com.apple.kextcache[550]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:25.766 com.apple.kextcache[550]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    28/01/2013 16:06:26.716 com.apple.kextcache[550]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:30.460 com.apple.kextcache[554]: / locked; waiting for lock.
    28/01/2013 16:06:31.342 com.apple.kextcache[550]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:31.344 com.apple.kextcache[550]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    28/01/2013 16:06:31.350 com.apple.kextcache[550]: Failed to generate prelinked kernel.
    28/01/2013 16:06:31.358 com.apple.kextcache[549]: Child process /usr/sbin/kextcache[550] exited with status 71.
    28/01/2013 16:06:31.358 com.apple.kextcache[549]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    28/01/2013 16:06:31.359 com.apple.kextd[16]: kextcache error while updating / (error count: 23)
    28/01/2013 16:06:31.359 com.apple.kextcache[554]: Lock acquired; proceeding.
    28/01/2013 16:06:31.359 com.apple.kextd[16]: async child pid 549 exited with status 71
    28/01/2013 16:06:31.360 com.apple.kextcache[554]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    28/01/2013 16:06:31.955 com.apple.kextcache[556]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:31.956 com.apple.kextcache[556]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    28/01/2013 16:06:32.229 com.apple.kextcache[556]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:36.328 com.apple.kextcache[556]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:36.329 com.apple.kextcache[556]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    28/01/2013 16:06:36.336 com.apple.kextcache[556]: Failed to generate prelinked kernel.
    28/01/2013 16:06:36.343 com.apple.kextcache[554]: Child process /usr/sbin/kextcache[556] exited with status 71.
    28/01/2013 16:06:36.343 com.apple.kextcache[554]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    28/01/2013 16:06:36.343 com.apple.kextd[16]: kextcache error while updating / (error count: 24)
    28/01/2013 16:06:36.344 com.apple.kextd[16]: async child pid 554 exited with status 71
    28/01/2013 16:06:36.746 com.apple.kextcache[557]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    28/01/2013 16:06:37.395 com.apple.kextcache[558]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:37.396 com.apple.kextcache[558]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    28/01/2013 16:06:37.656 com.apple.kextcache[558]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:41.754 com.apple.kextcache[558]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:41.755 com.apple.kextcache[558]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    28/01/2013 16:06:41.761 com.apple.kextcache[558]: Failed to generate prelinked kernel.
    28/01/2013 16:06:41.769 com.apple.kextcache[557]: Child process /usr/sbin/kextcache[558] exited with status 71.
    28/01/2013 16:06:41.769 com.apple.kextcache[557]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    28/01/2013 16:06:41.769 com.apple.kextd[16]: kextcache error while updating / (error count: 25)
    28/01/2013 16:06:41.770 com.apple.kextd[16]: async child pid 557 exited with status 71
    28/01/2013 16:06:42.151 com.apple.kextcache[559]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    28/01/2013 16:06:43.022 com.apple.kextcache[560]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:43.023 com.apple.kextcache[560]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    28/01/2013 16:06:43.254 com.apple.kextcache[560]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:47.260 com.apple.kextcache[560]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    28/01/2013 16:06:47.261 com.apple.kextcache[560]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    28/01/2013 16:06:47.267 com.apple.kextcache[560]: Failed to generate prelinked kernel.
    28/01/2013 16:06:47.274 com.apple.kextcache[559]: Child process /usr/sbin/kextcache[560] exited with status 71.
    28/01/2013 16:06:47.274 com.apple.kextcache[559]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    28/01/2013 16:06:47.274 com.apple.kextd[16]: kextcache error while updating / (error count: 26)
    28/01/2013 16:06:47.275 com.apple.kextd[16]: async child pid 559 exited with status 71
    28/01/2013 16:06:47.808 com.apple.kextd[16]: /: kextcache has had enough tries; not launching any more
    28/01/2013 16:06:47.929 Installer[535]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    28/01/2013 16:06:56.089 coreservicesd[72]: Application App:"Installer" [ 0x0/0x50050] @ 0x0x7fd453912be0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x52052:) ), so denying.
    28/01/2013 16:06:56.089 WindowServer[174]: [cps/setfront] Failed setting the front application to Installer, psn 0x0-0x50050, securitySessionID=0x186a6, err=-13066
    28/01/2013 16:07:11.774 mds[39]: (Normal) ImportServer: Preparing for software update
    28/01/2013 16:07:11.958 sudo[574]: root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.XQ7ozB/Scripts/com.matrox.pkg.Mxo2Installer.K ulRkp ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.CoreAudioDriver.kext
    28/01/2013 16:07:12.266 sudo[576]: root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.XQ7ozB/Scripts/com.matrox.pkg.Mxo2Installer.K ulRkp ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.CoreAudioDriver.kext
    28/01/2013 16:07:12.287 sudo[578]: root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.XQ7ozB/Scripts/com.matrox.pkg.Mxo2Installer.K ulRkp ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.CoreMediaInputDriver.kext
    28/01/2013 16:07:12.312 sudo[580]: root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.XQ7ozB/Scripts/com.matrox.pkg.Mxo2Installer.K ulRkp ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.CoreMediaOutputDriver.kext
    28/01/2013 16:07:12.338 sudo[582]: root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.XQ7ozB/Scripts/com.matrox.pkg.Mxo2Installer.K ulRkp ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.BlackSwanDriver.kext
    28/01/2013 16:07:12.363 sudo[584]: root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.XQ7ozB/Scripts/com.matrox.pkg.Mxo2Installer.K ulRkp ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.EggWhiteDriverHelpers.kext
    28/01/2013 16:07:19.355 com.apple.kextd[16]: kextcache error while updating / (error count: 27)
    28/01/2013 16:07:19.367 mds[39]: (Normal) ImportServer: Software update complete
    28/01/2013 16:07:20.585 Installer[535]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    28/01/2013 16:07:20.695 Installer[535]: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    28/01/2013 16:07:24.368 com.apple.kextd[16]: /: kextcache has had enough tries; not launching any more

    HI Linc
    Thanks for getting back to me.
    I can see that issue with the freecom driver now you mention it. I've uninstalled the freecom software using Clean App and then tried to reinstall the Matrox drivers. I'm still getting an Installation failure and the console report indicates that there is still something 'Freecom' on my computer - see below. The latest report starts when I open the .dmg and doesn't look very encouraging from the off.
    Do you have any thoughts?
    Thanks
    ed
    01/02/2013 09:10:06.629 mds[43]: (Warning) Server: No stores registered for metascope "kMDQueryScopeNetwork"
    01/02/2013 09:10:07.823 DiskImages UI Agent[388]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/02/2013 09:10:23.595 CoreServicesUIAgent[384]: Error: qtn_file_apply_to_path error: Read-only file system
    01/02/2013 09:10:23.993 Installer[403]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    01/02/2013 09:10:33.119 com.apple.kextd[16]: Cache file /System/Library/Caches/com.apple.kext.caches/Startup/KextPropertyValues_OSBundl eHelper_x86_64.plist.gz is out of date; not using.
    01/02/2013 09:10:33.119 com.apple.kextd[16]: Rescanning kernel extensions.
    01/02/2013 09:10:33.488 com.apple.kextcache[409]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:10:33.000 kernel[0]: Resetting IOCatalogue.
    01/02/2013 09:10:35.372 com.apple.kextcache[410]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:35.374 com.apple.kextcache[410]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:10:36.501 com.apple.kextcache[410]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:38.887 com.apple.kextcache[411]: / locked; waiting for lock.
    01/02/2013 09:10:40.913 com.apple.kextcache[410]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:40.914 com.apple.kextcache[410]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:10:40.920 com.apple.kextcache[410]: Failed to generate prelinked kernel.
    01/02/2013 09:10:40.927 com.apple.kextcache[409]: Child process /usr/sbin/kextcache[410] exited with status 71.
    01/02/2013 09:10:40.927 com.apple.kextcache[409]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:10:40.928 com.apple.kextd[16]: kextcache error while updating / (error count: 1)
    01/02/2013 09:10:40.928 com.apple.kextcache[411]: Lock acquired; proceeding.
    01/02/2013 09:10:40.928 com.apple.kextd[16]: async child pid 409 exited with status 71
    01/02/2013 09:10:40.929 com.apple.kextcache[411]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:10:41.466 com.apple.kextcache[412]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:41.467 com.apple.kextcache[412]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:10:41.759 com.apple.kextcache[412]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:45.751 com.apple.kextcache[412]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:45.752 com.apple.kextcache[412]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:10:45.758 com.apple.kextcache[412]: Failed to generate prelinked kernel.
    01/02/2013 09:10:45.763 com.apple.kextcache[411]: Child process /usr/sbin/kextcache[412] exited with status 71.
    01/02/2013 09:10:45.763 com.apple.kextcache[411]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:10:45.764 com.apple.kextd[16]: kextcache error while updating / (error count: 2)
    01/02/2013 09:10:45.764 com.apple.kextd[16]: async child pid 411 exited with status 71
    01/02/2013 09:10:46.267 com.apple.kextcache[413]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:10:46.996 com.apple.kextcache[414]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:46.997 com.apple.kextcache[414]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:10:47.300 com.apple.kextcache[414]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:51.322 com.apple.kextcache[414]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:51.323 com.apple.kextcache[414]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:10:51.328 com.apple.kextcache[414]: Failed to generate prelinked kernel.
    01/02/2013 09:10:51.334 com.apple.kextcache[413]: Child process /usr/sbin/kextcache[414] exited with status 71.
    01/02/2013 09:10:51.334 com.apple.kextcache[413]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:10:51.334 com.apple.kextd[16]: kextcache error while updating / (error count: 3)
    01/02/2013 09:10:51.335 com.apple.kextd[16]: async child pid 413 exited with status 71
    01/02/2013 09:10:51.726 com.apple.kextcache[415]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:10:52.392 com.apple.kextcache[416]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:52.393 com.apple.kextcache[416]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:10:52.710 com.apple.kextcache[416]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:56.589 com.apple.kextcache[416]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:56.590 com.apple.kextcache[416]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:10:56.595 com.apple.kextcache[416]: Failed to generate prelinked kernel.
    01/02/2013 09:10:56.601 com.apple.kextcache[415]: Child process /usr/sbin/kextcache[416] exited with status 71.
    01/02/2013 09:10:56.601 com.apple.kextcache[415]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:10:56.602 com.apple.kextd[16]: kextcache error while updating / (error count: 4)
    01/02/2013 09:10:56.602 com.apple.kextd[16]: async child pid 415 exited with status 71
    01/02/2013 09:10:57.141 com.apple.kextcache[418]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:10:57.861 com.apple.kextcache[419]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:10:57.862 com.apple.kextcache[419]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:10:58.170 com.apple.kextcache[419]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:01.990 Installer[403]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    01/02/2013 09:11:02.287 com.apple.kextcache[419]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:02.288 com.apple.kextcache[419]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:11:02.293 com.apple.kextcache[419]: Failed to generate prelinked kernel.
    01/02/2013 09:11:02.300 com.apple.kextcache[418]: Child process /usr/sbin/kextcache[419] exited with status 71.
    01/02/2013 09:11:02.300 com.apple.kextcache[418]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:11:02.300 com.apple.kextd[16]: kextcache error while updating / (error count: 5)
    01/02/2013 09:11:02.301 com.apple.kextd[16]: async child pid 418 exited with status 71
    01/02/2013 09:11:02.619 com.apple.kextcache[420]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:11:03.369 com.apple.kextcache[421]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:03.370 com.apple.kextcache[421]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:11:03.654 com.apple.kextcache[421]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:04.108 Installer[403]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    01/02/2013 09:11:08.006 com.apple.kextcache[421]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:08.007 com.apple.kextcache[421]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:11:08.013 com.apple.kextcache[421]: Failed to generate prelinked kernel.
    01/02/2013 09:11:08.019 com.apple.kextcache[420]: Child process /usr/sbin/kextcache[421] exited with status 71.
    01/02/2013 09:11:08.019 com.apple.kextcache[420]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:11:08.019 com.apple.kextd[16]: kextcache error while updating / (error count: 6)
    01/02/2013 09:11:08.020 com.apple.kextd[16]: async child pid 420 exited with status 71
    01/02/2013 09:11:08.095 com.apple.kextcache[424]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:11:08.672 com.apple.kextcache[425]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:08.674 com.apple.kextcache[425]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:11:08.986 com.apple.kextcache[425]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:13.017 com.apple.kextcache[425]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:13.018 com.apple.kextcache[425]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:11:13.023 com.apple.kextcache[425]: Failed to generate prelinked kernel.
    01/02/2013 09:11:13.029 com.apple.kextcache[424]: Child process /usr/sbin/kextcache[425] exited with status 71.
    01/02/2013 09:11:13.029 com.apple.kextcache[424]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:11:13.030 com.apple.kextd[16]: kextcache error while updating / (error count: 7)
    01/02/2013 09:11:13.030 com.apple.kextd[16]: async child pid 424 exited with status 71
    01/02/2013 09:11:13.434 com.apple.kextcache[426]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:11:14.093 com.apple.kextcache[427]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:14.095 com.apple.kextcache[427]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:11:14.399 coreservicesd[73]: Application App:"Installer" [ 0x0/0x4f04f]  @ 0x0x7fbae94d9820 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x51051:) ), so denying.
    01/02/2013 09:11:14.399 WindowServer[156]: [cps/setfront] Failed setting the front application to Installer, psn 0x0-0x4f04f, securitySessionID=0x186a6, err=-13066
    01/02/2013 09:11:14.412 com.apple.kextcache[427]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:18.374 com.apple.kextcache[427]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:18.376 com.apple.kextcache[427]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:11:18.381 com.apple.kextcache[427]: Failed to generate prelinked kernel.
    01/02/2013 09:11:18.388 com.apple.kextcache[426]: Child process /usr/sbin/kextcache[427] exited with status 71.
    01/02/2013 09:11:18.388 com.apple.kextcache[426]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:11:18.388 com.apple.kextd[16]: kextcache error while updating / (error count: 8)
    01/02/2013 09:11:18.389 com.apple.kextd[16]: async child pid 426 exited with status 71
    01/02/2013 09:11:18.834 com.apple.kextcache[429]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:11:19.532 com.apple.kextcache[430]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:19.534 com.apple.kextcache[430]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:11:19.812 com.apple.kextcache[430]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:23.961 com.apple.kextcache[430]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:23.962 com.apple.kextcache[430]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:11:23.968 com.apple.kextcache[430]: Failed to generate prelinked kernel.
    01/02/2013 09:11:23.975 com.apple.kextcache[429]: Child process /usr/sbin/kextcache[430] exited with status 71.
    01/02/2013 09:11:23.975 com.apple.kextcache[429]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:11:23.976 com.apple.kextd[16]: kextcache error while updating / (error count: 9)
    01/02/2013 09:11:23.976 com.apple.kextd[16]: async child pid 429 exited with status 71
    01/02/2013 09:11:24.284 com.apple.kextcache[436]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:11:24.960 com.apple.kextcache[437]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:24.962 com.apple.kextcache[437]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:11:25.269 com.apple.kextcache[437]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:29.330 com.apple.kextcache[437]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:29.331 com.apple.kextcache[437]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:11:29.337 com.apple.kextcache[437]: Failed to generate prelinked kernel.
    01/02/2013 09:11:29.344 com.apple.kextcache[436]: Child process /usr/sbin/kextcache[437] exited with status 71.
    01/02/2013 09:11:29.344 com.apple.kextcache[436]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:11:29.345 com.apple.kextd[16]: kextcache error while updating / (error count: 10)
    01/02/2013 09:11:29.345 com.apple.kextd[16]: async child pid 436 exited with status 71
    01/02/2013 09:11:29.683 com.apple.kextcache[439]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:11:30.407 com.apple.kextcache[440]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:30.408 com.apple.kextcache[440]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:11:30.720 com.apple.kextcache[440]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:34.779 com.apple.kextcache[440]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:34.780 com.apple.kextcache[440]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:11:34.786 com.apple.kextcache[440]: Failed to generate prelinked kernel.
    01/02/2013 09:11:34.793 com.apple.kextcache[439]: Child process /usr/sbin/kextcache[440] exited with status 71.
    01/02/2013 09:11:34.793 com.apple.kextcache[439]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:11:34.793 com.apple.kextd[16]: kextcache error while updating / (error count: 11)
    01/02/2013 09:11:34.794 com.apple.kextd[16]: async child pid 439 exited with status 71
    01/02/2013 09:11:35.086 mds[43]: (Normal) ImportServer: Preparing for software update
    01/02/2013 09:11:35.130 com.apple.kextcache[444]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:11:35.451 sudo[447]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.yHbJGo/Scripts/com.matrox.pkg.Mxo2Installer.8 hDKnQ ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.CoreAudioDriver.kext
    01/02/2013 09:11:35.550 sudo[449]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.yHbJGo/Scripts/com.matrox.pkg.Mxo2Installer.8 hDKnQ ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.CoreAudioDriver.kext
    01/02/2013 09:11:35.576 sudo[451]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.yHbJGo/Scripts/com.matrox.pkg.Mxo2Installer.8 hDKnQ ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.CoreMediaInputDriver.kext
    01/02/2013 09:11:35.604 sudo[453]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.yHbJGo/Scripts/com.matrox.pkg.Mxo2Installer.8 hDKnQ ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.CoreMediaOutputDriver.kext
    01/02/2013 09:11:35.633 sudo[455]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.yHbJGo/Scripts/com.matrox.pkg.Mxo2Installer.8 hDKnQ ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.BlackSwanDriver.kext
    01/02/2013 09:11:35.659 sudo[457]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.yHbJGo/Scripts/com.matrox.pkg.Mxo2Installer.8 hDKnQ ; USER=root ; COMMAND=/sbin/kextunload -q /System/Library/Extensions/com.matrox.vpg.EggWhiteDriverHelpers.kext
    01/02/2013 09:11:35.908 com.apple.kextcache[445]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:35.909 com.apple.kextcache[445]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:11:36.240 com.apple.kextcache[445]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:40.866 com.apple.kextcache[445]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:40.867 com.apple.kextcache[445]: Prelink failed for com.freecom.driver.BoulderScsi; aborting prelink.
    01/02/2013 09:11:40.873 com.apple.kextcache[445]: Failed to generate prelinked kernel.
    01/02/2013 09:11:40.880 com.apple.kextcache[444]: Child process /usr/sbin/kextcache[445] exited with status 71.
    01/02/2013 09:11:40.880 com.apple.kextcache[444]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    01/02/2013 09:11:40.880 com.apple.kextd[16]: kextcache error while updating / (error count: 12)
    01/02/2013 09:11:40.881 com.apple.kextd[16]: async child pid 444 exited with status 71
    01/02/2013 09:11:45.631 com.apple.kextd[16]: kextcache error while updating / (error count: 13)
    01/02/2013 09:11:45.644 mds[43]: (Normal) ImportServer: Software update complete
    01/02/2013 09:11:46.935 Installer[403]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    01/02/2013 09:11:47.055 Installer[403]: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    01/02/2013 09:11:47.223 com.apple.launchd[1]: (com.apple.qtkittrustedmoviesservice[370]) Could not terminate job: 3: No such process
    01/02/2013 09:11:47.223 com.apple.launchd[1]: (com.apple.qtkittrustedmoviesservice[370]) Using fallback option to terminate job...
    01/02/2013 09:11:50.656 com.apple.kextcache[465]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    01/02/2013 09:11:51.202 com.apple.kextcache[466]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:51.203 com.apple.kextcache[466]: BoulderScsi.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    01/02/2013 09:11:51.464 com.apple.kextcache[466]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.
    01/02/2013 09:11:55.436 com.apple.kextcache[466]: BoulderScsi.kext - no dependency found for com.apple.kernel.libkern.

Maybe you are looking for

  • Computer's can connect to wireless but I can't connect with e-book and i-pod

    I have a wrt54g I can connect with 3 laptops and 1 desktop but my ebook and ipod connects once and a blue moon please help

  • Feel up to a challenge?

    Hi there, I am trying to creat a TV guide of sorts, a table that has a Monady through Friday dynamically generated dependant on current day of week and a list of session times down the left (12 slots in total) pulled from a DB as these will change de

  • Old photoshop - how to register

    i have an old Photoshop (version 8) - I want to install it on a new laptop. This is my only installation. Previous machines where I had this installed have crashed. How do I register this so that my installation will not shut down?

  • Error when trying to access

    Hi Am new and have installed webcenter sites successfully on my local windows machine, It does get onto the log on screen, but then gives the error below after clicking log on when trying to verify my install, tried clearing cookies, but still The we

  • Managing Test Limits in Test Stand

    Hi, We are new to Test Stand, and want to make sure we are setting up our sequence files and supporting files correctly.  When dealing with test limits or the expected value of measurements etc..., what is the best way to manage the expected values a