Load new kernel

I am running arch on Thinkpad x230t and I found this guide with recommendations for running arch on this particular laptop:
https://wiki.archlinux.org/index.php/Le … nkPad_X230
I am trying to install the linux-ck kernel and am having some trouble. I downloaded the tarball and ran the PKGBUILD and ran for a while and finished without doinging anything alarming.
I made the recomended changes to:
/etc/mkinitcpio.conf
/etc/modprobe.d/modprobe.conf
And then tried to run:
mkinitcpio -p linux && mkinitcpio -p linux-ck
It created the first linux image without any problems but failed on the linux-ck, here is the full post:
mkinitcpio -p linux && mkinitcpio -p linux-ck
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.10.9-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.10.9-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: bfa
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: smsmdtv
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
[john@X230T-John ld.so.conf.d]$ sudo mkinitcpio -p linux-ck
==> Building image from preset: /etc/mkinitcpio.d/linux-ck.preset: 'default'
  -> -k /boot/vmlinuz-linux-ck -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-ck.img
==> ERROR: specified kernel image does not exist: `/boot/vmlinuz-linux-ck'
==> Building image from preset: /etc/mkinitcpio.d/linux-ck.preset: 'fallback'
  -> -k /boot/vmlinuz-linux-ck -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-ck-fallback.img -S autodetect
==> ERROR: specified kernel image does not exist: `/boot/vmlinuz-linux-ck'
(Also, what do the 3 warning lines, on the linux image mean?)
What's going on here? Thanks for any help.
Last edited by lampwins (2013-08-27 18:36:13)

What is the output of
# pacman -Qm
From the error that you posted, it clearly states that it can't find the specified linux-ck kernel, which if you installed should be hanging out inside of your /boot directory.
You  might as well post the output of
ls /boot/
As for installing/compiling the linux-ck kernel, the Linux-ck ArchWiki, gives you a general idea, however its the same as installing any custom package (for me at least).  Below are the steps that I personally do, keep in mind that there might be other/easier ways. 
1. Download the latest linux-ck tarball from the AUR, and if you are using an nvidia card you can also grab the proper nvidia-ck package. 
2. Extract the tarball, and cd into the newly created folder
3. edit the PKGBUILD, the only things I change in this file, are the variables in the code below that are set equal to y (enabling the option)
### PATCH AND BUILD OPTIONS
# Set these variables to ANYTHING that is not null (y or hello or 2 or "I like icecream") to enable them
_pstates_pat=y # Enable Haswell support for the new Intel pstate drive
_makenconfig= # Tweak kernel options prior to a build via nconfig
_localmodcfg=y # Compile ONLY probed modules
_use_current= # Use the current kernel's .config file
_BFQ_enable_=y # Enable BFQ as the default I/O scheduler
_NUMAdisable=y # Disable NUMA in kernel config
I personally have just started messing around with the kernel configuration so I'm using localmodconfig as a starting point.  You can however load your own config, or start one from scratch.
4.Save & quit the file, then I personally run the command below, which compiles the package and if successful it installs it.  Keep in mind I'm pretty sure you have to have 'Sudo' set up on the system.
makepkg -ci
If you don't have 'Sudo' or whatever, you can still just run
$ makepkg
# pacman -U pkgname-pkgver.pkg.tar.xz
5. If all is well, I update my grub2
# grub-mkconfig -o /boot/grub/grub.cfg
At this point, you should be able to boot into your new kernel.  Hopefully you use nvidia, and will notice that you have no X working.  You can follow the same outline to compile and install the proper nvidia-ck driver package.
Hope this helps.
Last edited by luisgmarine (2013-08-29 21:34:37)

Similar Messages

  • Load new kernel without reboot?

    I know, silly question. But is there a way, after a kernel upgrade, to unload the old kernel and load the new one without a reboot?

    To clear things up:
    Kexec enables the current running kernel to spawn a new instance of itself.  This is primarily to be used in combination with Kdump, which uses Kexec to generate rich crash dump data in the event of a system failure.  Kexec does not store enough state to transfer your userland processes over to the new kernel instance.
    There is no demand for switching kernels on the fly.  Doing so is the equivalent of overwriting your working kernel image with one you just built.  It's plain stupid and no one would do this in the name of "5 9's" uptime.
    There is demand for 5 9's, however, and Xen does store enough state information to do live migration of virtual machines.  So, the way this would happen as follows:
    1) sees new kernel version is out
    2) compiles and installs kernel on a virtual machine managed by Xen
    3) tests services by making them available on the internal LAN
    4) live migrates the production VM to the kernel testbed
    There you go, kernel upgrade without a reboot.

  • Failed to install the new kernel pkg

    I just downloaded a new kernel pkg from
    archlive-pkg
    this is the new kernel pkg I downloaded.
    kernel26-snapshot-2.6.31-rc6-git6-i686.pkg.tar.gz
    when I ran
    pacman -U kernel26-snapshot-2.6.31-rc6-git6-i686.pkg.tar.gz
    , it complaint there is a conflict issue~
    How can i install the package?   thanks!
    loading package data...
    checking dependencies...
    (1/1) checking for file conflicts                   [#####################] 100%
    error: failed to prepare transaction (conflicting files)
    kernel26-snapshot-2.6.31: /boot/System.map26 exists in filesystem
    kernel26-snapshot-2.6.31: /boot/vmlinuz26 exists in filesystem
    kernel26-snapshot-2.6.31: /etc/mkinitcpio.d/kernel26.kver exists in filesystem
    kernel26-snapshot-2.6.31: /etc/mkinitcpio.d/kernel26.preset exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/3com/typhoon.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/acenic/tg1.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/acenic/tg2.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/adaptec/starfire_rx.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/adaptec/starfire_tx.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/advansys/3550.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/advansys/38C0800.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/advansys/38C1600.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/advansys/mcode.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/atmsar11.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/bnx2/bnx2-mips-06-4.6.16.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/bnx2/bnx2-mips-09-4.6.17.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/bnx2/bnx2-rv2p-06-4.6.16.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/bnx2/bnx2-rv2p-09-4.6.15.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/cis/LA-PCM.cis exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/cxgb3/t3b_psram-1.1.0.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/cxgb3/t3c_psram-1.1.0.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/e100/d101m_ucode.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/e100/d101s_ucode.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/e100/d102e_ucode.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/edgeport/boot.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/edgeport/boot2.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/edgeport/down.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/edgeport/down2.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/edgeport/down3.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/emi26/bitstream.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/emi26/firmware.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/emi26/loader.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/emi62/bitstream.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/emi62/loader.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/emi62/midi.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/emi62/spdif.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/ess/maestro3_assp_kernel.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/ess/maestro3_assp_minisrc.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/kaweth/new_code.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/kaweth/new_code_fix.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/kaweth/trigger_code.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/kaweth/trigger_code_fix.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/keyspan_pda/keyspan_pda.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/keyspan_pda/xircom_pgs.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/korg/k1212.dsp exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/mts_cdma.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/mts_edge.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/mts_gsm.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/ositech/Xilinx7OD.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/qlogic/1040.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/qlogic/12160.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/qlogic/1280.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/sun/cassini.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/tehuti/bdx.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/ti_3410.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/ti_5052.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/tigon/tg3.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/tigon/tg3_tso.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/tigon/tg3_tso5.bin exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/whiteheat.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/whiteheat_loader.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/yamaha/ds1_ctrl.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/yamaha/ds1_dsp.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/yamaha/ds1e_ctrl.fw exists in filesystem
    kernel26-snapshot-2.6.31: /lib/firmware/yamaha/yss225_registers.bin exists in filesystem
    errors occurred, no packages were upgraded.

    yunkwan wrote:
    bangkok_manouel wrote:another option:
    pacman -Rd kernel26-firmware && pacman -U kernel26-snapshot-2.6.31-rc6-git6-i686.pkg.tar.gz
    after I run
    pacman -Rd kernel26-firmware mkinitcpio
    loading package data...
    checking dependencies...
    (1/1) checking for file conflicts                   [#####################]
    100%
    error: failed to prepare transaction (conflicting files)
    kernel26-snapshot-2.6.31: /boot/System.map26 exists in filesystem
    kernel26-snapshot-2.6.31: /boot/vmlinuz26 exists in filesystem
    which pkg else should I remove?
    your kernel. i'd recommend you to do that first:
    cp /boot/System.map26 /boot/System.map26.old
    cp /boot/vmlinuz26 /boot/vmlinuz26.old
    in case of problem with your newly installed kernel, edit the grub entry at boot according to the new back-up names above.
    then simply:
    pacman -Uf kernel26-snapshot-2.6.31-rc6-git6-i686.pkg.tar.gz
    also, why has mkinitcpio been removed? reinstall it before installing your new kernel.

  • Can't get Nvidia to work in new kernel

    Hi,
    Yes, I know, loads of people have problems getting this to work and it has been posted thousands of times...but yet I can't do it! I've been trying for days, googling, reading the wikis and forums, but it won't work for me at all! I guess I'm doing something really evidently wrong, but what?
    I've compiled a low latency kernel to allow me to run some midi applications that my wife absolutely must have (and she won't accept my move to Arch until I get them to work ) Now, this part is OK - I've succeeded here no probs. But no amount of work will get that Nvidia card up and running. I've tried this using abs in the following way: I've copied /var/abs/extra/nvidia-96xx to /var/abs/local/nvidia-96xx/ In nvidia.install I've changed KERNEL_VERSION from 2.6.25-ARCH to 2.6.21-rt; I've done the same thing in PKGBUILD; and I've changed pkgname in PKGBUILD to nvidia-custom. Then I've run makepkg -i -c...nothing. It seemed to build the first time I tried, however on booting into the new kernel I got greeted by a blank screen (and pacman won't let me re-install the NVIDIA driver, either) However, the second time it refused (I think it was a permissions problem). So I tried the same manipulation, this time copying /var/abs/extra/nvidia-96xx to my home directory. Still nothing. What am I doing wrong? Sorry for being such an Arch noob!
    Thanks in advance!

    OK, here is the exact error message when I try to do this manually:
    The CC version check failed.
    The compiler used to compile the kernel (gcc 4.2) does not exactly match the current compiler (gcc 4.3). The Linux 2.6 kernel module rejects kernel modules built with a version of gcc that does not exaclt match that of the compiler used to build the running kernel.
    If you know what you are doing and want to ignore the gcc version to check, select "No" to continue installation. Otherwise, select "yes" to abort installation, set the CC environment to the name of the compiler used to compile your kernel, and restart installation. Abort now?
    Does the fact that I find nvidia.ko where it should be mean that this is the problem when I try to install Nvidia with abs? How do I set the CC environment like it says? I don't really understand this message.
    Last edited by Flapjack (2008-06-21 05:49:29)

  • NEW KERNEL V47, and a new hope for 720p video play...

    thats right people, after matan's strange disappearing, we now have pali getting us new kernels, and his first kernel with loads of new awesome patches is in the extras devels ( v47 ) , you can try it out, same installation method as the old v46  (or v42 from the extras ), and same overclocking method too .
    and now he is working on a 720p video playback patch, he already got the 720p media codecs (finally) and many users reported that they are able to play 720p mpeg4 videos on the n900 (this patch isn't in the extras devel version....yet ! ) so now we don't have a hardware problem to play 720p videos, the problem is in gstreamer (video player in the default media player) but thank god, we have MohamadAG to work on that openmedia player so we can finally get 720p video playback .
    and if we can play 720p videos, we can shoot them too .
    and i can say that after 40 minutes of hard usage of this new kernel my phone seems a lot smoother and abit faster than the old v46 or v42 with the same overclocking settings .
    Use Hildon Application Manager or via apt-get
    Step 1 Installation:
    In Hildon Application Manager install package: Linux Kernel for power user
    Or via apt-get package: kernel-power-flasher
    Step 2 Multiboot support:
    First see step 1.
    Then in Hildon Application Manager install package: Linux Kernel for power user (boot image)
    Or via apt-get package: kernel-power-bootimg
    this is not for noobs right now, but it will be soon, and it might become a part of the cssu .
    and btw if you get a 400 degrees temprature in conky don't panic, its a false value, its 40
    ORIGINAL THREAD BY PALI AT talk.maemo.org .
    Reality is wrong....dreams are for real... 2pac .
    don't forget to hit that green kudos

    ceroberts75 wrote:
    i am boping we get another community udate soon. the last one brought us a great camera update, but the email is still messed up.
    it will be coming...... its just tat Mag is busy with the new facebook app...... and so far i know that it includes multiple proflies support... and the camera ui has been updated 2-3 times since the last cssu update .
    and for 720 p playback we are porbably going to use open medi pllayer, for anyone that wants to use it, search this forum for "open media player" , its a faster version of the original one, with more effects and smoothness .
    Reality is wrong....dreams are for real... 2pac .
    don't forget to hit that green kudos

  • [Solved] Kernel 3.2 wont re-patch vmware for new kernel build

    Hi, I looked for the same thing and didnt find it, I had vmplayer running great -> enter new kernel 3.2. When it went to build the new modules because the kernel changed it failed  with log of:
    2012-01-19T06:10:49.389-06:00| vthread-3| I120: Log for VMware Workstation pid=3928 version=8.0.1 build=build-528992 option=Release
    2012-01-19T06:10:49.389-06:00| vthread-3| I120: The process is 64-bit.
    2012-01-19T06:10:49.389-06:00| vthread-3| I120: Host codepage=UTF-8 encoding=UTF-8
    2012-01-19T06:10:49.388-06:00| vthread-3| I120: Msg_Reset:
    2012-01-19T06:10:49.388-06:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": No such file or directory.
    2012-01-19T06:10:49.388-06:00| vthread-3| I120: ----------------------------------------
    2012-01-19T06:10:49.388-06:00| vthread-3| I120: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
    2012-01-19T06:10:49.389-06:00| vthread-3| I120: Msg_Reset:
    2012-01-19T06:10:49.389-06:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/root/.vmware/config": No such file or directory.
    2012-01-19T06:10:49.389-06:00| vthread-3| I120: ----------------------------------------
    2012-01-19T06:10:49.389-06:00| vthread-3| I120: PREF Optional preferences file not found at /root/.vmware/config. Using default values.
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/redhat-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/redhat_version: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/sun-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/SuSE-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/novell-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/sles-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/debian_version: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/debian_release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/mandrake-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/mandriva-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/mandrakelinux-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/turbolinux-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/fedora-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/gentoo-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/nld-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/lsb-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/annvix-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: Cannot work with empty file.
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/arklinux-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/aurox-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/blackcat-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/cobalt-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/conectiva-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/immunix-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/knoppix_version: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/lfs-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/linuxppc-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/mklinux-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/pld-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/slackware-version: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/slackware-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/e-smith-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/tinysofa-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/ultrapenguin-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/UnitedLinux-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/va-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoReadDistroFile: could not open file/etc/yellowdog-release: 2
    2012-01-19T06:10:49.395-06:00| vthread-3| W110: HostinfoOSData: Error: no distro file found
    2012-01-19T06:10:49.396-06:00| vthread-3| W110: Logging to /tmp/vmware-root/modconfig-3928.log
    2012-01-19T06:10:49.497-06:00| vthread-3| I120: modconf query interface initialized
    2012-01-19T06:10:49.498-06:00| vthread-3| I120: modconf library initialized
    2012-01-19T06:10:49.544-06:00| vthread-3| I120: Your GCC version: 4.6
    2012-01-19T06:10:49.548-06:00| vthread-3| I120: Validating path /lib/modules/preferred/build/include for kernel release 3.2.1-1-ARCH
    2012-01-19T06:10:49.548-06:00| vthread-3| I120: Failed to find /lib/modules/preferred/build/include/linux/version.h
    2012-01-19T06:10:49.548-06:00| vthread-3| I120: Failed version test: /lib/modules/preferred/build/include/linux/version.h not found.
    2012-01-19T06:10:49.548-06:00| vthread-3| I120: Validating path /lib/modules/3.2.1-1-ARCH/build/include for kernel release 3.2.1-1-ARCH
    2012-01-19T06:10:49.550-06:00| vthread-3| I120: Your GCC version: 4.6
    2012-01-19T06:10:49.563-06:00| vthread-3| I120: Your GCC version: 4.6
    2012-01-19T06:10:49.592-06:00| vthread-3| I120: Header path /lib/modules/3.2.1-1-ARCH/build/include for kernel release 3.2.1-1-ARCH is valid.
    2012-01-19T06:10:49.592-06:00| vthread-3| I120: Validating path /lib/modules/3.2.1-1-ARCH/build/include for kernel release 3.2.1-1-ARCH
    2012-01-19T06:10:49.594-06:00| vthread-3| I120: Your GCC version: 4.6
    2012-01-19T06:10:49.608-06:00| vthread-3| I120: Your GCC version: 4.6
    2012-01-19T06:10:49.636-06:00| vthread-3| I120: Header path /lib/modules/3.2.1-1-ARCH/build/include for kernel release 3.2.1-1-ARCH is valid.
    2012-01-19T06:10:49.672-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.674-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.676-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.679-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.681-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.715-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.717-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.719-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.721-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.724-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.726-06:00| vthread-3| I120: Validating path /lib/modules/preferred/build/include for kernel release 3.2.1-1-ARCH
    2012-01-19T06:10:49.726-06:00| vthread-3| I120: Failed to find /lib/modules/preferred/build/include/linux/version.h
    2012-01-19T06:10:49.726-06:00| vthread-3| I120: Failed version test: /lib/modules/preferred/build/include/linux/version.h not found.
    2012-01-19T06:10:49.726-06:00| vthread-3| I120: Validating path /lib/modules/3.2.1-1-ARCH/build/include for kernel release 3.2.1-1-ARCH
    2012-01-19T06:10:49.728-06:00| vthread-3| I120: Your GCC version: 4.6
    2012-01-19T06:10:49.741-06:00| vthread-3| I120: Your GCC version: 4.6
    2012-01-19T06:10:49.769-06:00| vthread-3| I120: Header path /lib/modules/3.2.1-1-ARCH/build/include for kernel release 3.2.1-1-ARCH is valid.
    2012-01-19T06:10:49.804-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.806-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.809-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.811-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.813-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.815-06:00| vthread-3| I120: Validating path /lib/modules/preferred/build/include for kernel release 3.2.1-1-ARCH
    2012-01-19T06:10:49.815-06:00| vthread-3| I120: Failed to find /lib/modules/preferred/build/include/linux/version.h
    2012-01-19T06:10:49.815-06:00| vthread-3| I120: Failed version test: /lib/modules/preferred/build/include/linux/version.h not found.
    2012-01-19T06:10:49.815-06:00| vthread-3| I120: Validating path /lib/modules/3.2.1-1-ARCH/build/include for kernel release 3.2.1-1-ARCH
    2012-01-19T06:10:49.817-06:00| vthread-3| I120: Your GCC version: 4.6
    2012-01-19T06:10:49.830-06:00| vthread-3| I120: Your GCC version: 4.6
    2012-01-19T06:10:49.858-06:00| vthread-3| I120: Header path /lib/modules/3.2.1-1-ARCH/build/include for kernel release 3.2.1-1-ARCH is valid.
    2012-01-19T06:10:49.926-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.928-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.930-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.933-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:49.935-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:50.059-06:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.2.1-1-ARCH.
    2012-01-19T06:10:50.059-06:00| vthread-3| I120: Validating path /lib/modules/3.2.1-1-ARCH/build/include for kernel release 3.2.1-1-ARCH
    2012-01-19T06:10:50.061-06:00| vthread-3| I120: Your GCC version: 4.6
    2012-01-19T06:10:50.076-06:00| vthread-3| I120: Your GCC version: 4.6
    2012-01-19T06:10:50.105-06:00| vthread-3| I120: Header path /lib/modules/3.2.1-1-ARCH/build/include for kernel release 3.2.1-1-ARCH is valid.
    2012-01-19T06:10:50.105-06:00| vthread-3| I120: Building module vmmon.
    2012-01-19T06:10:50.105-06:00| vthread-3| I120: Extracting the sources of the vmmon module.
    2012-01-19T06:10:50.116-06:00| vthread-3| I120: Building module with command: /usr/bin/make -j -C /tmp/vmware-root/modules/vmmon-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/3.2.1-1-ARCH/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.6.2
    2012-01-19T06:10:51.838-06:00| vthread-3| I120: Failed to compile module vmmon!
    So I thought ok maybe it needs the 3.2 patch, so I un-installed then reinstalled but it wouldn't let me run the patch saying that my sources are alreay patched, I need this machine to do my work and I now at a dead stop.
    thanks for your help on this.
    --jerry
    Last edited by jk121960 (2012-01-19 23:16:22)

    OK it all worked accept for one small bit, with the new patch there is a bug in the script. It calls for
    /sbin/lsmod which doesn't exist.
    It exists in /bin/lsmod
    So I guess you could mod the script but I just symlinked the path and it worked fine.
    ln -s /bin/lsmod /sbin/lsmod
    thanks again for your help and I hope this little bit gets found by who needs it.
    --jerry

  • New kernel prevents computer from booting

    i installed kernel26-scsi 2.6.13.4-1 by means of pacman about a week ago, ran lilo, rebooted to find that before lilo loaded the screen had a bunch of "99"s printing across the screen. Once they stopped printing the processor hung. Every time i restart this happens. I booted to knoppix and installed the same kernel again but it still wouldn't boot. so I booted to knoppix again copied the contents of my scsi that i was trying to boot from to my ide and wiped my scsi. I put in the arch 0.7 cd and did an ftp install on the scsi drive. I installed kernel24-scsi since i had trouble with doing a fresh install with udev, lilo, and the kernel26-scsi, hoping that when i got it running i would be able to put kernel 2.6 on it. it still boots to a bunch of "99"s printed accross the screen and stalls the cpu. Is this some kind of hardware issue with the new kernel or can anyone help me solve this problem?

    rocknice wrote: gosh Moo-Crumpus.
    What do you blame me for? I payed deference to phrakture for not giving up. Unlike him, I am tired of asking again and again if one has read this or that. He is constantly helpful, isn't he, while I tend to be snubbed.
    As you have not told us you where prepared for udev/devfs - and 80% of help calls here and in irc have been udev related - phrakture had to guess - he did a quick shot and missed. So what?
    Let's see if we can help you.
    Unfortunately, I don't use or kn ow lilo very well. As far as I know, lilo has some strange issues if beeing used in a dual boot to windows or linux scenario, and some other strange behaviours. Furthermore, 99 99 99 99 99 99 99 99 etc seemes to be a lilo message that should tell you lilo can't get further then stage one. This can be a damaged mbr, for example, or if windows has repaired the mbr and destroyed lilo, or a physically damaged hard disk. Have you rerun "lilo" or "liloconf"? They will reinstall LILO to the drive and make the second stage loader look in the right spot...which apparently it is not, hence the L 99 99 99 99 ...
    As you tried a reinstall using ftp, I think you could try cd based install, to be sure. I would recommend to use grub instead of lilo.

  • [SOLVED]How to load the kernel?

    Hi all
    First I should say that I found the same as my question in the internet bot there were no answer can solve my problem too.
    I just installed my Arch on my new laptop and I can say I am new.
    after all installations and reboot I have grub menu but when I want to boot I face with below error
    "error no such device" ad4103....."
    "loading linux core repo kernel"
    "error: no such partition"
    "loading initial ramdisk"
    "error: you need to load the kernel first"
    I have no access to command line but grub command line.
    How can I get rid of this error?
    Last edited by qaderzade (2014-12-12 18:57:28)

    uh...post your fstab as well as your bootloader configuration. I believe your initramfs is loaded from /boot - if you have that on a separate partition you need to make sure that a) it's specified correctly with the correct device name or UUID in fstab and that b) grub picked up the correct location of your initramfs and kernel when running grub-mkconfig (I'm assuming you did run grub-mkconfig before rebooting). Hopefully I'm not too off base here, but your problem lies somewhere in that area.

  • Failed to load nvidia kernel module

    When I try to start x it outputs the following error
    Failed to load nvidia kernel module
    I'm trying to use the new nvidia-beta drivers from AUR but the same error occurs with ordinary nvidia drivers and the nv drivers. Under xorg.conf I currently have 'nvidia' next to driver and I've also put nvidia in the modules section of rc.conf
    when I try to modprobe nvidia is just outputs 'module nvidia not found'

    Ended up booting into gnome using the vesa driver (max resolution was 800x600) and downloading the new nvidia beta setup from the nvidia website then going back into terminal and running it. Just had to download make from pacman and it compiled a new nvidia kernel module for me it seems. All works well with the new driver now.
    Thanks.

  • OEL 6.2 new kernel new problems

    Hi dears,
    I was very happy about new updates and of course I installed these new update hoping that some
    problems related to incompatibility in my system will be solved, but after I reboot my machine
    I saw this
    http://picfront.de/d/8s0p
    How can I fix this or although rollback to old kernel ?
    Please help.
    old kernel = 2.6.32.100
    new kernel = 2.6.32.300
    OS OEL 6 (PVM) in Oracle VM 3.0.2
    ./thanks in advance

    Avi Miller wrote:
    __OUTSIDER___ wrote:
    How can I fix this or although rollback to old kernel ?The old kernel is still installed -- the upgrade just installs a new one as well. What's happened is that your root device line seems to have changed, though I'm unsure why. There appears to be a /dev/ missing from the root= parameter on the command-line.
    Log into the Dom0 of your Oracle VM Server and start the guest manually and connect to the console using:
    # xm create -c /OVS/Repositories/<UUID>/VirtualMachines/<UUID>/vm.cfg You'll need to work out what the two <UUID> values are, though. The first one is the UUID of the repository that contains your Virtual Machine configuration file. The second is the UUID of the Virtual Machine itself. You can find the repository path by running df -h to see all the mounted repositories on your server. The VirtualMachine UUID is on the Info screen of the Virtual Machine under the "ID" field.
    When you start the guest using the xm command, you'll be presented with the GRUB boot loader screen, which will allow you to chose the previous kernel. When the machine boots, check /boot/grub/grub.conf and ensure that the root= parameter is the same as the previous kernel lines.Thanks Avi for speed of light support (I'm surprised :) )
    Everything as you say I was able to run my old kernel and ssh to machine but root= parameter is fine (I think).
    Can you check please if I am wrong
    default=0
    timeout=5
    splashimage=(hd0,0)/grub/splash.xpm.gz
    hiddenmenu
    title Oracle Linux Server (2.6.32-300.3.1.el6uek.x86_64)
    root (hd0,0)
    kernel /vmlinuz-2.6.32-300.3.1.el6uek.x86_64 ro root=/dev/mapper/vg_rac1-lv_root rd_LVM_LV=vg_rac1/lv_root rd_LVM_LV=vg_rac1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us
    title Oracle Linux Server (2.6.32-220.el6.x86_64)
    root (hd0,0)
    kernel /vmlinuz-2.6.32-220.el6.x86_64 ro root=/dev/mapper/vg_rac1-lv_root rd_LVM_LV=vg_rac1/lv_root rd_LVM_LV=vg_rac1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us
    title Oracle Linux Server-uek (2.6.32-100.34.1.el6uek.x86_64)
    root (hd0,0)
    kernel /vmlinuz-2.6.32-100.34.1.el6uek.x86_64 ro root=/dev/mapper/vg_rac1-lv_root rd_LVM_LV=vg_rac1/lv_root rd_LVM_LV=vg_rac1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us
    initrd /initramfs-2.6.32-100.34.1.el6uek.x86_64.img
    title Oracle Linux Server (2.6.32-131.0.15.el6.x86_64)
    root (hd0,0)
    kernel /vmlinuz-2.6.32-131.0.15.el6.x86_64 ro root=/dev/mapper/vg_rac1-lv_root rd_LVM_LV=vg_rac1/lv_root rd_LVM_LV=vg_rac1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us crashkernel=auto rhgb quiet
    initrd /initramfs-2.6.32-131.0.15.el6.x86_64.img

  • New kernel, no boot

    Hello,
    first things first, the standard supplied 2.6.32-ARCH x86_64 kernel boots fine, no udev problems and everything. So I took it's configuration for the new kernel (2.6.33-git4) made oldconfig and thinned out what I thought isn't needed. This resulted basically in a booting kernel, but when it came to running hooks I've got problems that resemble the ones in these threads, I get the message that udev already seems to be running afterwards root can't be found:
    http://bbs.archlinux.org/viewtopic.php?id=81657
    http://bbs.archlinux.org/viewtopic.php?pid=689678
    with the difference that it doesn't boot further, it drops me to a ramfs shell because it can't find a root file system. I followed several hints in other threads like making sure the filesystems are compiled in-kernel and not as module but to no avail. What I found interesting that unlike in these threads it searches for a disk by UUID, not /dev/sdX. That the disks are still named via /dev/sdX in fstab shouldn't be the problem since it can't find  /, on which fstab lies. Or is it?
    mkinitcpio.conf, didn't change anything:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish. This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    # FILES="/etc/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'modload' may be used in place of 'udev', but is not recommended
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    # This setup specifies all modules in the MODULES setting above.
    # No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    # This setup will autodetect all modules for your system and should
    # work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    # This is identical to the above, except the old ide subsystem is
    # used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    # This setup will generate a 'full' image which supports most systems.
    # No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    # This setup assembles an pata raid array with an encrypted root FS.
    # Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev pata raid encrypt filesystems"
    # This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata filesystems"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    kernel .conf, on which I later changed the filesystems from module to in-kernel, which didn't work either and produced the same error:
    http://pastebin.com/me928e7d
    Are there any other conf files I need to supply so that everyone can get a clue what's going on?

    I tried compiling drivers and filesystems as modules and in-kernel, didn't work. Changed fstab to UUID scheme, didn't work. Started fresh and took the almost unmodified arch .config, didn't work either. In the it's still the same, first that udev error (which doesn't come up with the standard kernel) followed by two errors, can't find disk-by-uuid-blah, can't create --> ramfs shell.
    Latest .config: http://pastebin.com/m34f48589
    Edit: redid the whole thing again and made sure that I have all modules together, which would be these, taken from the running arch kernel:
    Module Size Used by
    ipv6 283303 44
    ext2 62873 2
    snd_seq_dummy 1439 0
    snd_hda_codec_atihdmi 2683 1
    snd_seq_oss 29023 0
    snd_seq_midi_event 5316 1 snd_seq_oss
    snd_seq 50558 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 5181 3 snd_seq_dummy,snd_seq_oss,snd_seq
    fan 3378 0
    snd_pcm_oss 39011 0
    snd_mixer_oss 17299 1 snd_pcm_oss
    snd_hda_intel 21586 0
    snd_hda_codec 63659 2 snd_hda_codec_atihdmi,snd_hda_intel
    snd_hwdep 6340 1 snd_hda_codec
    snd_pcm 70318 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
    ehci_hcd 34890 0
    battery 9388 0
    snd_timer 18799 2 snd_seq,snd_pcm
    i2c_i801 8422 0
    usbcore 140421 2 ehci_hcd
    snd 57408 10 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    ac 3027 0
    i2c_core 18137 1 i2c_i801
    button 4714 0
    thermal 11834 0
    soundcore 6095 1 snd
    r8169 36182 0
    snd_page_alloc 7033 2 snd_hda_intel,snd_pcm
    mii 3738 1 r8169
    asus_atk0110 9334 0
    pcspkr 1795 0
    wmi 4771 0
    psmouse 56346 0
    sg 25275 0
    serio_raw 4440 0
    processor 29574 0
    evdev 8825 0
    rtc_cmos 8904 0
    rtc_core 14631 1 rtc_cmos
    rtc_lib 1810 1 rtc_core
    ext4 334927 6
    mbcache 5466 2 ext2,ext4
    jbd2 80162 1 ext4
    crc16 1273 1 ext4
    ata_generic 3111 0
    sr_mod 15043 0
    cdrom 36354 1 sr_mod
    sd_mod 26313 10
    pata_jmicron 2424 0
    pata_acpi 3288 0
    ahci 34321 9
    libata 151860 4 ata_generic,pata_jmicron,pata_acpi,ahci
    scsi_mod 92676 4 sg,sr_mod,sd_mod,libata
    Still no go, it can't find a hdd after that udev error.
    Is there any piece of information left I could provide so that someone can help me?
    Edit: Whatever the problem was, I took the exact .conf the exact latest git kernel on Ubuntu server and it works there magically, with GCC and ICC. Wonder if it was a problem with makepkg...
    Last edited by p2501 (2010-01-19 09:43:46)

  • Keyboardmap messed up after new kernel was installed

    Hey guys,
    Was installing Arch the other day, and completed the installation of the base system.
    Today I wanted to do the rest. I got to the point where I upgraded pacman and did a full system upgrade.
    Got a new kernel, and according to the beginnersguide, after a kernel install, the pc will reboot or something like that.
    It didn't reboot, so I issued the reboot command manually. The pc rebooted and when I wanted to log in, the keyboardlayout was messed up.
    The keys had entirely different positions. R was P, O was R , T was Y.
    Also, during the install of the basesystem with the livecd, wireless worked fine, but when I wanted to install stuff to the base system, wireless didn't work.
    It could find the networks, but couldn't connect to them.
    Flux

    Hi.
    I see that this post is starting to get old, so you probably figured out the solution, but here it is anyway...
    I had this problem to, and after many hours of trying and failing, i finally figured out that the reason for this, is that the update also installs the keymap "dworak/no", and since dworak is listed before qwerty, it selects the dworak layout. You should be able to use "qwerty/no" in rc.conf to load the normal keyboard layout.
    And btw, sorry for my bad english

  • Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    You need to ask Apple for assistance with getting back into your old ID. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to resolve this issue through the Account Security team, fill out and submit this form.
    (118441)

  • I have an iPod  that when I try to update the Apps that are shown to need update-ding and when I indicated to have them updated I get a message "can not connect to App store". The ipod has been updateing until recently. I came still down load new App  and

    I submitted my question but ran out of room in the box. I can still down load new Apps to my iPod touch AND update them but CAN NOT update the older Apps. that was on the iPod before the problem.
    I have been to Three Apple Service Center stores - In Tulsa OK, Oklahoma City OK, Tacoma WA and NO ONE could tell me what is the problem OR what to do to correct it.  The Tech then tells me to get hold of the main Apple Service Center number. I tell them I already have and they still recommend going to them.
    I have erased all information and started over as a new iPod Touch but the problem persists.
    I have called the Apple Service number and they tell me to do everything that the the Tech's at the Apple Service center stores tried to do but DID NOT work.
    After I spend a lot of time on the phone, I get told to make an appointment at a Apple Service center store so they can physically have hands on assistance. Come on folks I have already done that and they were of no help. When I say that, I get told that may be the only way I can get the problem resolved.
    Surely there is someone out there that knows something about what is happening OR not happening with my iPod and provide a solution.
    Thank You for your concideration

    I submitted my question but ran out of room in the box. I can still down load new Apps to my iPod touch AND update them but CAN NOT update the older Apps. that was on the iPod before the problem.
    I have been to Three Apple Service Center stores - In Tulsa OK, Oklahoma City OK, Tacoma WA and NO ONE could tell me what is the problem OR what to do to correct it.  The Tech then tells me to get hold of the main Apple Service Center number. I tell them I already have and they still recommend going to them.
    I have erased all information and started over as a new iPod Touch but the problem persists.
    I have called the Apple Service number and they tell me to do everything that the the Tech's at the Apple Service center stores tried to do but DID NOT work.
    After I spend a lot of time on the phone, I get told to make an appointment at a Apple Service center store so they can physically have hands on assistance. Come on folks I have already done that and they were of no help. When I say that, I get told that may be the only way I can get the problem resolved.
    Surely there is someone out there that knows something about what is happening OR not happening with my iPod and provide a solution.
    Thank You for your concideration

  • Unable to load the kernel module 'nvidia.ko' [SOLVED]

    After my most recent kernel upgrade, I can't get my GUI to run. I've tried reinstalling the nvidia driver to no avail.
    Any insight would be greatly appreciated. I'm using a GeForce 8400 GS
    cat /var/log/nvidia-installer.log
    ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most
    frequently when this kernel module was built against the wrong or
    improperly configured kernel sources, with a version of gcc that differs
    from the one used to build the target kernel, or if a driver such as
    rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
    obtaining ownership of the NVIDIA graphics device(s), or NVIDIA GPU
    installed in this system is not supported by this NVIDIA Linux graphics
    driver release.
    Please see the log entries 'Kernel module load error' and 'Kernel
    messages' at the end of the file '/var/log/nvidia-installer.log' for
    more information.
    -> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
    -1 No such device
    -> Kernel messages:
    NVRM: This can occur when a driver such as nouveau, rivafb,
    NVRM: nvidiafb, or rivatv was loaded and obtained ownership of
    NVRM: the NVIDIA device(s).
    NVRM: Try unloading the conflicting kernel module (and/or
    NVRM: reconfigure your kernel without the conflicting
    NVRM: driver(s)), then try loading the NVIDIA kernel module
    NVRM: again.
    NVRM: No NVIDIA graphics adapter probed!
    NVRM: The NVIDIA probe routine was not called for 1 device(s).
    NVRM: This can occur when a driver such as nouveau, rivafb,
    NVRM: nvidiafb, or rivatv was loaded and obtained ownership of
    NVRM: the NVIDIA device(s).
    NVRM: Try unloading the conflicting kernel module (and/or
    NVRM: reconfigure your kernel without the conflicting
    NVRM: driver(s)), then try loading the NVIDIA kernel module
    NVRM: again.
    NVRM: No NVIDIA graphics adapter probed!
    NVRM: The NVIDIA probe routine was not called for 1 device(s).
    NVRM: This can occur when a driver such as rivafb, nvidiafb or
    NVRM: rivatv was loaded and obtained ownership of the NVIDIA
    NVRM: device(s).
    NVRM: Try unloading the rivafb, nvidiafb or rivatv kernel module
    NVRM: (and/or reconfigure your kernel without rivafb/nvidiafb
    NVRM: support), then try loading the NVIDIA kernel module again.
    NVRM: No NVIDIA graphics adapter probed!
    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.
    Last edited by wsims (2010-06-22 15:06:04)

    if you used the packages from repos, the blacklist is done automatically in nvidia,
    $ pacman -Qo /etc/modprobe.d/nouveau_blacklist.conf
    /etc/modprobe.d/nouveau_blacklist.conf is owned by nvidia 195.36.31-1
    $ cat /etc/modprobe.d/nouveau_blacklist.conf
    blacklist nouveau
    but i guess you just want to mess your system by using unsupported and very bad ways and you are way smarter than the devs if you used that installer
    Last edited by wonder (2010-06-22 14:10:01)

Maybe you are looking for

  • Set the input cursor i.e. "set cursor" in ABAP

    In ABAP Dynpro, I have the possibility to set the cursor to a specified input field using the "set cursor" command. In ABAP Web Dynpro it seems that I always have to place the cursor first using the mouse. Is there an equivalent to "set cursor" in AB

  • MySQL5 and Character Sets

    Hi Everyone. We are evaluating switching for MySQL4.0.x (native support via CF) to MySQL5.0.x (support via JDBC ConnectorJ) and we are having some character set issues with on our evaluation server. When we had it configured with MySQL4.0.x using the

  • Thanks for nothing BT

    ok so I switch on my Tv this morning to be greeted by a big red X in the center of the screen so I phoned the help line and got a recorded message saying theres a major problem blah blah blah no need to talk to an advisor ok so i wait. about 10 minet

  • Intercompany Reconciliation - VAT issue

    Hi I have a question regarding the handling of VAT whitin the IC reconciliation: one company in our enterprise does post the revenue excluding the VAT, the other company posts the cost with VAT. Where do I put the VAT-account (in which Set). How can

  • Theorical question about declaration/definition in java

    Hi, we know the difference between declaration and definition: -declaration: no memory is allocated. -definition: memory is allocated. In C/C++ if we want to define a variable we can make int x;or int x = 5; (we assign a value too) while, if we just