You are not logged in.
You can compile a module yourself by using the "nvidia-dkms" package. You will have to remove the nvidia kernel module packages for all kernels you have installed, and you have to make sure that you have the "-headers" packages for all kernels installed.
Does that work with nvidia-304xx-ck too?
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
You should try the "nvidia-340xx-dkms" package for that. I'd think the combination of nvidia-340xx-dkms + nvidia-340xx-utils works same as nvidia-dkms + nvidia-utils.
Offline
You should try the "nvidia-340xx-dkms" package for that. I'd think the combination of nvidia-340xx-dkms + nvidia-340xx-utils works same as nvidia-dkms + nvidia-utils.
How could I miss that, I searched for nvidia-dkms in the hope I would find this package... thanks!
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
Hi, so I have serious connection problems with the repository at GoDaddy and decided to setup a mirror. It's a server at online.net in Paris and should have enough bandwidth and fast enough connection. IPv6 is via he.net and should also work.
[repo-ck] Server = http://repo-ck.segfault.gq/$arch
It's updated every hour at the moment.
I hope this is okay, if not contact me.
Have fun!
Unfortunately seems to be down now. I was getting really good speeds while it was working. Was the load too much?
Edit: Nevermind, seems to be back up.
Last edited by Jannis (2017-05-18 21:20:00)
Offline
Thanks to loqs in this thread am able to build the nvidia-xxx-ck drivers with some patches he linked so I went ahead and bumped the linux-ck series of packages in the AUR with a solicitation for feedback.
Notes: I need some feedback on the 4.11 release, specifically the extra packages such as nvidia-304xx-ck, nvidia-340xx-ck, broadcom-wl-ck, and virtualbox-ck modules. I have successfully build all of these but can only test nvidia-ck and virtualbox-ck since I do not have older nvidia hardware nor broadcom-wl hardware. Once I get some positive feedback, I will build up the 4.11.x series in [repo-ck] but for now, will hold. Also 4.11.2 is due out tomorrow.
I need to know these package work before building for [repo-ck] so will some users please build and test? Thanks.
I have verified:
[x] linux-ck
[x] nvidia-ck
[x] virtualbox-ck
So that leaves:
[ ] broadcom-wl-ck
[ ] nvidia-304xx-ck
[ ] nvidia-340xx-ck
Last edited by graysky (2017-05-19 22:23:34)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Thanks to loqs in this thread am able to build the nvidia-xxx-ck drivers with some patches he linked so I went ahead and bumped the linux-ck series of packages in the AUR with a solicitation for feedback.
graysky wrote:Notes: I need some feedback on the 4.11 release, specifically the extra packages such as nvidia-304xx-ck, nvidia-340xx-ck, broadcom-wl-ck, and virtualbox-ck modules. I have successfully build all of these but can only test nvidia-ck and virtualbox-ck since I do not have older nvidia hardware nor broadcom-wl hardware. Once I get some positive feedback, I will build up the 4.11.x series in [repo-ck] but for now, will hold. Also 4.11.2 is due out tomorrow.
I need to know these package work before building for [repo-ck] so will some users please build and test? Thanks.
I have verified:
[x] linux-ck
[x] nvidia-ck
[x] virtualbox-ckSo that leaves:
[ ] broadcom-wl-ck
[ ] nvidia-304xx-ck
[ ] nvidia-340xx-ck
Hi graysky, I'm currently building linux-ck-core2 & nvidia-340xx-ck-core2. Will report back as soon as I tested those. For other people who are willing to test nvidia-340xx-ck, it might be helpful to add a note to the current AUR page for nvidia-340xx-ck, as that still references kernel 4.10 instead of 4.11 in the PKGBUILD:
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=nvidia-340xx-ck
pkgver=340.102
-_extramodules=extramodules-4.10-ck
+_extramodules=extramodules-4.11-ck
pkgrel=7
pkgdesc="NVIDIA drivers for linux-ck, 340xx legacy branch."
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
-depends=('linux-ck>=4.10' 'linux-ck<4.11' 'libgl' "nvidia-340xx-utils=${pkgver}")
-makedepends=('linux-ck-headers>=4.10' 'linux-ck-headers<4.11' 'nvidia-340xx-libgl')
+depends=('linux-ck>=4.11' 'linux-ck<4.12' 'libgl' "nvidia-340xx-utils=${pkgver}")
+makedepends=('linux-ck-headers>=4.11' 'linux-ck-headers<4.12' 'nvidia-340xx-libgl')
conflicts=('nvidia-ck' 'nvidia-304xx-ck')
#groups=('ck-generic')
#replaces=()
Regards.
Offline
@glitsj16 - Fixed, dunno what heppened with my AUR upload.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Hi graysky, confirming linux-ck-core2 / nvidia-340xx-ck-core2 builds went fine, looking good. Only one additional change needed for nvidia-340xx-ck. Line 37 should reference the correct name of the unfuck patch for kernel 4.11:
patch -Np1 -i "${srcdir}"/unfuck_4.11_for_340xx.patch
Thanks for all your work on providing these packages, much appreciated.
Offline
@glitsj - Right you are... corrected in -2.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
I've always wondered and it might be in this thread somewhere, why isn't the ck patchset packaged in lrzip?
Offline
@monotykamary - It is: http://ck.kolivas.org/patches/4.0/4.11/4.11-ck1/ .. and it's 20% smaller than the corresponding xz'ed version
Last edited by graysky (2017-05-23 19:22:46)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Brottweiler@#archlinux
Offline
@raggerv8 - Works fine without repo sigs which aren't enabled in official repos either to my knowledge.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
@raggerv8 - Works fine without repo sigs which aren't enabled in official repos either to my knowledge.
Yeah, it seems to be working fine, I just get the error that it cannot be found when I use powerpill, no error with pacman, but it is missing, which I assume is unintentional?
Brottweiler@#archlinux
Offline
I am not signing the repo index... to my knowledge many if not all of the official mirrors do not as well.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
WOW repo-ck.com & godaddy.com offline
12:30 UTC
---online 13:00 UTC
Last edited by keepitsimpleengineer (2017-07-11 13:02:15)
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
Hello,
I tried to update today and I get this error:
nvidia-ck-piledriver: install nvidia-utils (384.59-1) breaks dependency 'nvidia-utils=381.22'
How to fix this?
Offline
hello
same has
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia-ck-piledriver: installing nvidia-utils (384.59-1) breaks dependency 'nvidia-utils=381.22'
Offline
I just need to update nvidia-ck but my home internet is down. Restoration time is late Sunday night EST.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
I highly recommend using the nvidia-dkms package.
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
I tried to remove nvidia-ck-piledriver and install nvidia-dkms. Now I have these errors when updating initramfs:
ERROR: module not found: `nvidia'
==> ERROR: module not found: `nvidia_modeset'
==> ERROR: module not found: `nvidia_uvm'
==> ERROR: module not found: `nvidia_drm'
Also I get the error that dkms need kernel 4.11.9-1-ARCH headers to work.
Trying to install again nvidia-ck-piledriver I get similar error about nvidia-utils:
warning: unable to find "nvidia-utils=381.22", dependency of "nvidia-ck-piledriver"
:: unable to update the following package because of unmet dependencies:
nvidia-ck-piledriver
EDIT:
Installing linux-headers solved the above errors, but now I cannot login to graphical enviroment with linux-ck kernel, It works only with default linux kernel.
So, can you give more information on how to use nvidia-dkms with linux-ck?
EDIT2:
Nevermind, I updated wrong initramfs image. After I update the correct linux-ck-piledriver worked with nvidia-dkms.
Last edited by zaxdan69 (2017-07-30 15:52:55)
Offline
@graysky the issue with 4.12 none booting this by any chance? If it is is ck working with upstream on it?
Offline
@loqs - CK recommended a config settings which I put into 4.12.7-1 (AUR). Can you try it and report back on the AUR page?
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
CONFIG_SCSI_MQ_DEFAULT=y would fix the issue I encountered as well provided you do not override it with scsi_mod.use_blk_mq=0 or make sure the default elevator does not use the name of one of the mq elevators.
Offline
CONFIG_SCSI_MQ_DEFAULT=y would fix the issue I encountered as well provided you do not override it with scsi_mod.use_blk_mq=0 or make sure the default elevator does not use the name of one of the mq elevators.
That was tried when Arch updated to 4.12. Caused some systems to hang on boot IIRC. Could be fixed by now, though.
Offline