You are not logged in.

#3801 2022-08-12 16:21:22

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,592
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

I don't use dkms, not sure what is driving the error.  I can just say I tested it on a clean install with linux-ck and it worked.  Maybe open a new thread focusing on dkms and someone can help you.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3802 2022-08-19 07:16:12

tomekk228
Member
Registered: 2020-04-24
Posts: 14

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

If you dont use DKMS, how you use the nvidia driver with the kernel? With the installer directly from nvidias page?

I found some Posts wich have the same Problem (with other kernels):

https://forums.developer.nvidia.com/t/i … els/223430
https://github.com/NVIDIA/open-gpu-kern … issues/351

Dont know if it is helpfull informations.

Offline

#3803 2022-08-19 12:59:45

loqs
Member
Registered: 2014-03-06
Posts: 17,169

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

/bin/sh: line 1: ./tools/bpf/resolve_btfids/resolve_btfids: No such file or directory

https://aur.archlinux.org/cgit/aur.git/ … -ck#n10713
https://aur.archlinux.org/cgit/aur.git/ … ux-ck#n271

Offline

#3804 2022-08-26 14:30:51

terry98
Member
From: Dominican Republic
Registered: 2006-02-24
Posts: 20

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Hi, I just built linux-ck (generic-v3) using yay from aur and my xfce desktop stopped working.. after the slim login, the same slim login background is kept and I can open thunar but there is no panel or window manager, I cant do anything.. I tried booting the stock kernel and the same problem persist.. I uninstalled ck kernel from the stock and did grub-mkconfig (as usual) and now grub would not boot, it sends me right to BIOS.... what happened??

Offline

#3805 2022-08-26 15:31:16

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,331

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

The GRUB issue is a known bug https://bugs.archlinux.org/task/75701 the others generally lack context but I'm assuming slim being slim and generally broken and not setting up a proper session, have you tested a different DM ?

Online

#3806 2022-08-26 15:54:29

terry98
Member
From: Dominican Republic
Registered: 2006-02-24
Posts: 20

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

I can try to downgrade grub and nope I havent tried other DM, but if I uninstalled the ck kernel the stock should work as usual.

Offline

#3807 2022-10-13 03:06:05

JacBoTe
Member
Registered: 2022-04-14
Posts: 5

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

6.0-ck everything is good so far :-)

Offline

#3808 2022-12-12 22:01:44

glitsj16
Member
Registered: 2015-04-26
Posts: 116

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Hi all. I'm looking for an older, 5.12.3 linux-ck headers package (core2 or generic, not sure what the exact naming scheme was at the time). The wayback machine has a snapshot of https://repo-ck.com/ from 2021.05 but no luck finding it there. I do have the kernel package itself, which was the last ck kernel with MuQSS. So I only need the headers package. If anyone has a copy of that, please get in touch!

Offline

#3809 2022-12-12 23:08:41

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,592
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

You'll have to build your own from the AUR history unless someone is mirroring.  I do not keep versions.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3810 2022-12-20 13:11:40

zebulon
Member
Registered: 2008-10-20
Posts: 349

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

graysky wrote:

I don't use dkms, not sure what is driving the error.  I can just say I tested it on a clean install with linux-ck and it worked.  Maybe open a new thread focusing on dkms and someone can help you.

Hi graysky: I may have an answer to this problem. I have the same issue when compiling nvidia via nvidia-dkms, with this error in nvidia make log file:

/bin/sh: line 1: ./tools/bpf/resolve_btfids/resolve_btfids: No such file or directory

This does not happen with other linux header packages (original archlinux and linux-lqx) so I had a look at the file list of linux-headers, linux-lqx-headers and linux-ck packages. linux-headers and linux-lqx-headers have these files:

linux-headers /usr/lib/modules/6.0.12-arch1-1/build/tools/bpf/
linux-headers /usr/lib/modules/6.0.12-arch1-1/build/tools/bpf/resolve_btfids/
linux-headers /usr/lib/modules/6.0.12-arch1-1/build/tools/bpf/resolve_btfids/resolve_btfids
linux-headers /usr/lib/modules/6.0.12-arch1-1/build/tools/objtool/
linux-headers /usr/lib/modules/6.0.12-arch1-1/build/tools/objtool/objtool

and

linux-lqx-headers /usr/lib/modules/6.1.0-lqx2-1-lqx/build/tools/bpf/
linux-lqx-headers /usr/lib/modules/6.1.0-lqx2-1-lqx/build/tools/bpf/resolve_btfids/
linux-lqx-headers /usr/lib/modules/6.1.0-lqx2-1-lqx/build/tools/bpf/resolve_btfids/resolve_btfids
linux-lqx-headers /usr/lib/modules/6.1.0-lqx2-1-lqx/build/tools/objtool/
linux-lqx-headers /usr/lib/modules/6.1.0-lqx2-1-lqx/build/tools/objtool/objtool

However, linux-ck-headers is missing the bpf directory entirely:

linux-ck-headers /usr/lib/modules/6.1.0-1-ck/build/tools/
linux-ck-headers /usr/lib/modules/6.1.0-1-ck/build/tools/objtool/
linux-ck-headers /usr/lib/modules/6.1.0-1-ck/build/tools/objtool/objtool

Only the objtool directory is available, not bpf. This is the root cause of the problem. Maybe packaging has some error?

Last edited by zebulon (2022-12-20 13:12:55)

Offline

#3811 2022-12-20 15:09:54

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,592
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

@zebulon - yes, see line 266 which is currently commented out.  I need to see about enabling that without the full blown CONFIG_DEBUG_INFO.  As I recall, building with that enabled blows up my build system's RAM.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3812 2022-12-20 23:42:10

zebulon
Member
Registered: 2008-10-20
Posts: 349

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

graysky wrote:

@zebulon - yes, see line 266 which is currently commented out.  I need to see about enabling that without the full blown CONFIG_DEBUG_INFO.  As I recall, building with that enabled blows up my build system's RAM.

Probably unrelated but is your BUILDDIR set to a tmpfs in RAM? Before kernel 6.x I was able to build in RAM using a 8GB tmpfs, but this is not possible anymore. And increasing tmpfs size leads to the console where I build crashing (my system has 16GB physical RAM). I now need to set BUILDDIR to a directory on a large, "real" hard drive and this works fine. But this may not be your issue there.

Offline

#3813 2022-12-22 11:10:05

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,592
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

6.1.1-1 should ship that needed file; the memory burst is no longer present on my system it seems.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3814 2022-12-23 03:30:17

zebulon
Member
Registered: 2008-10-20
Posts: 349

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

graysky wrote:

6.1.1-1 should ship that needed file; the memory burst is no longer present on my system it seems.

Many thanks!

Offline

#3815 2023-05-31 13:34:02

luyu
Member
Registered: 2023-05-31
Posts: 2

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Can you enable the binder or binderfs module for waydroid ? I want to use waydroid with linux-ck but missing binder module and the binder_linux-dkms didn't work for linux-ck and got some errors when starting waydroid.Can't thank you enough.
Exactly,the binder_linux-dkms can be built with linux-ck but waydroid can't work correctly

Last edited by luyu (2023-06-01 04:36:07)

Offline

#3816 2023-06-02 18:08:12

pipes
Member
Registered: 2022-04-02
Posts: 21

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

nobody uses refind as bootloader, because i can't figure out how to boot this kernel, tkg i can, it's configured like this initramfs-tkg.img while ck is initramfs-linux-ck and i can't with initramfs-%v.img configuration


CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro

Offline

#3817 2023-06-02 18:38:52

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,592
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

@Luyu - if you're using a dkms package that means that module is out-of-tree, ie cannot ship it.  Why doesn't the dkms package work?


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3818 2023-06-03 12:29:35

luyu
Member
Registered: 2023-05-31
Posts: 2

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

graysky wrote:

@Luyu - if you're using a dkms package that means that module is out-of-tree, ie cannot ship it.  Why doesn't the dkms package work?

Maybe I should seek help from waydroid developers.

Offline

#3819 2023-07-05 01:47:46

glitsj16
Member
Registered: 2015-04-26
Posts: 116

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

@graysky This is a FYI. A bug in linux 6.4 causing Firefox crashes needs minor changes to config cfr. linux-zen. Seems important enough to bring in.

Additional info:

- https://bugs.archlinux.org/task/78955
- https://bugs.archlinux.org/task/78973
- https://bugzilla.mozilla.org/show_bug.cgi?id=1835488

Last edited by glitsj16 (2023-07-05 01:48:53)

Offline

#3820 2023-07-05 09:32:51

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,592
Website

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3821 2023-09-16 16:57:37

digital-_-mystik
Member
Registered: 2019-04-02
Posts: 17

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Just curious, but are the hr-timer patches applicable to the EEVDF scheduler? I have been building a few kernels with this scheduler recently and have been applying the ck timer patches, but am not sure if it's geared toward CFS.

Offline

#3822 2023-10-18 16:49:54

jooch
Member
Registered: 2010-03-09
Posts: 48

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Is something awry with the generic version of linux-ck? When i try to boot from this kernel it crashes during boot. Cpu is a Phenom 955.

Offline

#3823 2023-10-19 14:36:06

jooch
Member
Registered: 2010-03-09
Posts: 48

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

Also tried compiling linux-ck 6.5.7, compiling succeeds but fails at linking:

.btf.vmlinux.bin.o: file not recognized: file format not recognized

Options used:

_localmodcfg=1
_subarch=3

Offline

#3824 2023-11-23 16:55:55

Nebulosa
Member
Registered: 2009-08-24
Posts: 34

Re: unofficial linux-ck repo with cpu optimized packages is ONLINE

<del>

Last edited by Nebulosa (2023-11-30 08:26:27)

Offline

Board footer

Powered by FluxBB