You are not logged in.
PootisBird wrote:So today I had decided to install ck-sandybridge. I got welcomed by kernelpanic, it turned out to be missing initramfs in grub.cfg. Why did grub-mkconfig missed it ?
No idea. I tend to run os-prober before running grub-mkconfig, so it has detected what is there on the system.
I just realized that Antergos is doing more than nice skins. It also changes some stuff in grub.
I booted with my Arch CD, did arch-chroot. Then I did "pacman -R grub". Wiped /boot/grub and /etc/grub.d. After that I did "pacman -S grub os-prober"
Now it's ok.
Offline
This is one of the many reasons for our policy: arch linux support only
When you have problems, you should ask on the forums for your distro.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Hello to All, i have a big problem if i try to start vmware player :-(
vmware dont find the Kernel Headers :-( is a common problem?
Tx for any help
Offline
Which linux (kernel) package are you using and did you download the corresponding headers package?
package_linux-ck-headers() {
pkgdesc='Header files and scripts to build modules for linux-ck.'
provides=("linux-ck-headers=${pkgver}" "linux-headers=${pkgver}")
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
[ibanez89@localhost ~]$ uname -r
3.18.7-2-ck
Installed with:
sudo pacman -S linux-ck-sandybridge-headers
sudo pacman -S linux-ck-sandybridge
Thankyou
Offline
[ibanez89@localhost ~]$ uname -r
3.18.7-2-ckInstalled with:
sudo pacman -S linux-ck-sandybridge-headers
sudo pacman -S linux-ck-sandybridge
You should have the needed files on the system. I am not familiar with vmware to help you further... verify that the headers-ck package indeed provides the standard kernel headers for me:
pacman -Qi linux-ck-sandybridge-headers| grep -i provides
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
No output :-(
http://i62.tinypic.com/ka5qw1.png
Moderator edit: Converted img tags on over sized graphic to url tags
Last edited by ewaller (2015-02-22 15:33:41)
Offline
Post the output of this:
LANG=en_US.UTF-8 && pacman -Qi linux-ck-sandybridge-headers
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Post the output of this:
LANG=en_US.UTF-8 && pacman -Qi linux-ck-sandybridge-headers
Resolved by fallowing this guide at point (Using DKMS to manage the modules)
https://wiki.archlinux.org/index.php/VM … stallation
[ibanez89@notebook tmp]$ LANG=en_US.UTF-8 && pacman -Qi linux-ck-sandybridge-headers
Name : linux-ck-sandybridge-headers
Version : 3.18.7-2
Description : Header files and scripts to build modules for linux-ck. Second
Gen Intel Core i3/i5/i7 optimized.
Architecture : x86_64
URL : https://wiki.archlinux.org/index.php/Linux-ck
Licenses : GPL2
Groups : ck-sandybridge
Provides : linux-ck-headers=3.18.7 linux-headers=3.18.7
Depends On : linux-ck-sandybridge
Optional Deps : None
Required By : vmware-patch
Optional For : dkms
Conflicts With : kernel26-ck-headers linux-ck-corex-headers
linux-ck-p4-headers linux-ck-pentm-headers
linux-ck-atom-headers linux-ck-core2-headers
linux-ck-nehalem-headers linux-ck-headers
linux-ck-ivybridge-headers linux-ck-haswell-headers
linux-ck-kx-headers linux-ck-k10-headers
linux-ck-barcelona-headers linux-ck-bulldozer-headers
linux-ck-piledriver-headers
Replaces : kernel26-ck-sandybridge-headers
Installed Size : 31.20 MiB
Packager : graysky <graysky@archlinux.us>
Build Date : Sat Feb 14 23:59:32 2015
Install Date : Sun Feb 22 14:16:18 2015
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
Now i have building problem, but i dont this is kernel related
2015-02-22T16:44:15.877+01:00| vthread-3| I120: Failed to compile module vmci!
2015-02-22T16:44:15.886+01:00| vthread-3| I120: Trying to find a suitable PBM set for kernel 3.18.7-2-ck.
2015-02-22T16:44:15.886+01:00| vthread-3| I120: Validating path /lib/modules/3.18.7-2-ck/build/include for kernel release 3.18.7-2-ck
2015-02-22T16:44:15.891+01:00| vthread-3| I120: Your GCC version: 4.9
2015-02-22T16:44:15.908+01:00| vthread-3| I120: Your GCC version: 4.9
2015-02-22T16:44:15.925+01:00| vthread-3| I120: Header path /lib/modules/3.18.7-2-ck/build/include for kernel release 3.18.7-2-ck is valid.
2015-02-22T16:44:15.925+01:00| vthread-3| I120: Building module vmci.
2015-02-22T16:44:15.925+01:00| vthread-3| I120: Extracting the sources of the vmci module.
2015-02-22T16:44:15.942+01:00| vthread-3| I120: Building module with command: /sbin/make -j -C /tmp/vmware-root/modules/vmci-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/3.18.7-2-ck/build/include CC=/sbin/gcc GREP=/sbin/make IS_GCC_3=no VMCCVER=4.9.2
2015-02-22T16:44:33.077+01:00| vthread-3| I120: Failed to compile module vmci!
Tx for your help :-)
Offline
OK. So the packages are fine and you needed to build modules for vmware. No idea about the problems with vmware. I use vbox.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Are the PKGBUILDs for CPU-optimized builds (haswell) uploaded somewhere? I need to add some experimental flags to my build and don't want to start from plain linux-ck on every kernel release.
Thanks in advance!
Offline
They aren't... my build script makes them prior to the build... you can use this one and just diff the original from the AUR for you needs: https://gist.github.com/graysky2/97d16e6b6b685f0c5686
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
They aren't... my build script makes them prior to the build... you can use this one and just diff the original from the AUR for you needs: https://gist.github.com/graysky2/97d16e6b6b685f0c5686
If you don't mind, could you please provide a diff between config.x86_64 from linux-ck and linux-ck-haswell too?
Thanks again.
Offline
graysky wrote:They aren't... my build script makes them prior to the build... you can use this one and just diff the original from the AUR for you needs: https://gist.github.com/graysky2/97d16e6b6b685f0c5686
If you don't mind, could you please provide a diff between config.x86_64 from linux-ck and linux-ck-haswell too?
Thanks again.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
visit wrote:graysky wrote:They aren't... my build script makes them prior to the build... you can use this one and just diff the original from the AUR for you needs: https://gist.github.com/graysky2/97d16e6b6b685f0c5686
If you don't mind, could you please provide a diff between config.x86_64 from linux-ck and linux-ck-haswell too?
Thanks again.
Thanks!
Here is the result, just in case...: https://gist.github.com/visit1985/d6d47080a676f8d0fbf2
Offline
RTR3InitEx failed with rc=-1912 (rc=-1912)
The VirtualBox kernel modules do not match this version of VirtualBox. Reload the modules or if you don't use our stock kernel execute
'dkms autoinstall'
[coffee@sombra:~]$ uname -r
3.18.7-2-ck
linux-ck-atom-headers 3.18.7-2
linux-ck-atom 3.18.7-2
virtualbox 4.3.[b]22[/b]-2
virtualbox-ck-host-modules-atom 4.3.[b]20[/b]-7
*I'm sure it will break again with 4.0*
repo-ck/virtualbox-ck-host-modules 4.3.[b]20[/b]-7 (ck-generic)
Host kernel modules for VirtualBox running under Linux-ck.
repo-ck/virtualbox-ck-host-modules-atom 4.3.[b]20[/b]-7 (ck-atom) [instalado]
Host kernel modules for VirtualBox running under Linux-ck. Intel Atom optimized.
repo-ck/virtualbox-ck-host-modules-core2 4.3.[b]20[/b]-7 (ck-core2)
Host kernel modules for VirtualBox running under Linux-ck. Intel Core2/Newer Xeon optimized.
repo-ck/virtualbox-ck-host-modules-kx 4.3.[b]20[/b]-7 (ck-kx)
Host kernel modules for VirtualBox running under Linux-ck. AMD K7/K8 optimized.
repo-ck/virtualbox-ck-host-modules-p4 4.3.[b]20[/b]-7 (ck-p4)
Host kernel modules for VirtualBox running under Linux-ck. Intel Pentium 4 optimzed.
repo-ck/virtualbox-ck-host-modules-pentm 4.3.[b]20[/b]-7 (ck-pentm)
Host kernel modules for VirtualBox running under Linux-ck. Intel Pentium-M optimized.
*cof* *cof* virtualbox need update, please *cof* *cof*
Last edited by Jristz (2015-02-24 04:32:03)
Well, I suppose that this is somekind of signature, no?
Offline
@Jristz - the modules for vbox have been @ version 4.3.22-1 since 2015-02-18 01:59. Recommend you pacman -Syy and try again.
% pacman -Sl repo-ck | grep virtual
repo-ck virtualbox-ck-guest-modules 4.3.22-1
repo-ck virtualbox-ck-guest-modules-atom 4.3.22-1
repo-ck virtualbox-ck-guest-modules-bobcat 4.3.22-1
repo-ck virtualbox-ck-guest-modules-bulldozer 4.3.22-1
repo-ck virtualbox-ck-guest-modules-core2 4.3.22-1
repo-ck virtualbox-ck-guest-modules-haswell 4.3.22-1
repo-ck virtualbox-ck-guest-modules-ivybridge 4.3.22-1
repo-ck virtualbox-ck-guest-modules-k10 4.3.22-1
repo-ck virtualbox-ck-guest-modules-kx 4.3.22-1
repo-ck virtualbox-ck-guest-modules-nehalem 4.3.22-1
repo-ck virtualbox-ck-guest-modules-p4 4.3.22-1
repo-ck virtualbox-ck-guest-modules-piledriver 4.3.22-1
repo-ck virtualbox-ck-guest-modules-sandybridge 4.3.22-1
repo-ck virtualbox-ck-host-modules 4.3.22-1
repo-ck virtualbox-ck-host-modules-atom 4.3.22-1
repo-ck virtualbox-ck-host-modules-bobcat 4.3.22-1
repo-ck virtualbox-ck-host-modules-bulldozer 4.3.22-1
repo-ck virtualbox-ck-host-modules-core2 4.3.22-1
repo-ck virtualbox-ck-host-modules-haswell 4.3.22-1
repo-ck virtualbox-ck-host-modules-ivybridge 4.3.22-1
repo-ck virtualbox-ck-host-modules-k10 4.3.22-1
repo-ck virtualbox-ck-host-modules-kx 4.3.22-1
repo-ck virtualbox-ck-host-modules-nehalem 4.3.22-1
repo-ck virtualbox-ck-host-modules-p4 4.3.22-1
repo-ck virtualbox-ck-host-modules-piledriver 4.3.22-1
repo-ck virtualbox-ck-host-modules-sandybridge 4.3.22-1
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
$ pacman -Syy
:: Sincronizando las bases de datos de los paquetes...
core 120.1 KiB 43.7K/s 00:03 [--------------------------------------------------] 100%
extra 1808.8 KiB 43.9K/s 00:41 [--------------------------------------------------] 100%
community 2.5 MiB 44.3K/s 00:59 [--------------------------------------------------] 100%
infinality-bundle 9.8 KiB 39.1K/s 00:00 [--------------------------------------------------] 100%
infinality-bundle-fonts 116.2 KiB 44.0K/s 00:03 [--------------------------------------------------] 100%
repo-ck 22.6 KiB 46.1K/s 00:00 [--------------------------------------------------] 100%
pipelight 78.6 KiB 41.4K/s 00:02 [--------------------------------------------------] 100%
$
pacman -Su
:: Starting system update...
...nothing to do.
$
$ pacman -Sl repo-ck | grep virtualbox-ck-host-modules-atom
repo-ck virtualbox-ck-host-modules-atom 4.3.20-7
$
(/code]
Something is wrong here.... maybe...
$ cat /etc/pacman.conf | grep -1 repo-ck
[repo-ck]
SigLevel = Never
Server = http://repo-ck.com/$arch
$
I'm thinking, I'm doing something wrong and I dont think my ISP is toying with me.
Well, I suppose that this is somekind of signature, no?
Offline
Never seen that before... Comment out repo-ck. Pacman -Sc ... Answer no to deleting all packages. Answer yes to deleting unused repos. Now uncomment repo-ck and pacman -Syyu
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Nope, the x.20 keep showing.
sure you repo-addede all? I'm using i686 by the way.
Yeah, Find the problem: http://repo-ck.com/i686/ no vbox packages (GTM+0400 at 1:56AM)
Last edited by Jristz (2015-02-26 04:56:35)
Well, I suppose that this is somekind of signature, no?
Offline
Uh, the nvidia packages need updating - the mirror I use just bumped it to 346.47, and repo-ck's still at 346.35 with nvidia-ck-haswell so I can't upgrade.
Thanks for the project!
Avatar by Ditey: https://twitter.com/phrobitey
Offline
FYI
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia-ck-sandybridge: requires nvidia-utils=346.35
[--ljohnson{08:56:03}~]$ sudo pacman -Qi nvidia-utils
Name : nvidia-utils
Version : 346.35-2
Description : NVIDIA drivers utilities
Architecture : x86_64
URL : http://www.nvidia.com/
Licenses : custom
Groups : None
Provides : None
Depends On : xorg-server
Optional Deps : gtk2: nvidia-settings [installed]
xorg-server-devel: nvidia-xconfig [installed]
opencl-nvidia: OpenCL support [installed]
Required By : nvidia nvidia-ck-sandybridge nvidia-libgl
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 129.14 MiB
Packager : Sven-Hendrik Haase <sh@lutzhaase.com>
Build Date : Sun 18 Jan 2015 01:29:18 PM PST
Install Date : Mon 19 Jan 2015 09:19:58 AM PST
Install Reason : Installed as a dependency for another package
Install Script : Yes
Validated By : Signature
---
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia-ck-k10: requires nvidia-utils=346.35
[ljohnson@KISE-066 ~]$ sudo pacman -Qi nvidia-utils
Name : nvidia-utils
Version : 346.35-2
Description : NVIDIA drivers utilities
Architecture : x86_64
URL : http://www.nvidia.com/
Licenses : custom
Groups : None
Provides : None
Depends On : xorg-server
Optional Deps : gtk2: nvidia-settings [installed]
xorg-server-devel: nvidia-xconfig [installed]
opencl-nvidia: OpenCL support [installed]
Required By : nvidia nvidia-ck-k10 nvidia-libgl
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 129.14 MiB
Packager : Sven-Hendrik Haase <sh@lutzhaase.com>
Build Date : Sun 18 Jan 2015 01:29:18 PM PST
Install Date : Mon 19 Jan 2015 09:21:03 AM PST
Install Reason : Explicitly installed
Install Script : Yes
Thanks... .. !
Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius
Offline
Problem was that the package bumped while I was away; can't update on my phone Building now but 3.18.8 has been released and I will build the driver against it not against 3.18.7 so it will be a few hours yet.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Hi, graysky. What ck kernel, if any, should I install on btver2 Jagura AMD CPU? If it is not supported, are there any plans to add its support in the foreseeable future?
Offline
Hi, graysky. What ck kernel, if any, should I install on btver2 Jagura AMD CPU?
According to this wiki page the ck-piledriver is for btver2 . Am I wrong?
Lenovo G50 | LXQT-git | compton | conky
Offline