You are not logged in.

#1 2017-01-23 21:45:01

axfelix
Member
Registered: 2015-02-08
Posts: 54

Anyone got the linux-ck 4.7 packages?

For Haswell, specifically.

I updated 4.7 -> 4.9 and my machine still doesn't seem to like any 4.8+ kernels (bad idle and bad wakeup from sleep), I didn't realize that ck only maintains one kernel point release back. Thanks!

Offline

#2 2017-01-23 21:59:35

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Anyone got the linux-ck 4.7 packages?

Do you not still have them in your pacman cache?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2017-01-23 22:00:15

axfelix
Member
Registered: 2015-02-08
Posts: 54

Re: Anyone got the linux-ck 4.7 packages?

Nope -- I'd cleaned it out sometime in the past couple months. My bad sad

Offline

#4 2017-01-23 22:28:34

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Anyone got the linux-ck 4.7 packages?

You can build it yourself, just git clone the linux-ck package from the AUR and checkout the appropriate commit before building (or just download the relevant source files from the AUR web interface).

Last edited by Slithery (2017-01-23 22:41:10)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#5 2017-01-23 22:42:15

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

Re: Anyone got the linux-ck 4.7 packages?

Yeah, the last version on [repo-ck] is 4.8.17 so you can browse the AUR or repo-ck.com itself to get the old PKGBUILD.  I wouldn't wanna run an EOL kernel personally.  Does 4.9.5-ARCH from [testing] work?  If so, work with CK to see what might be causing the problem (ie figure out that it is the ck patchset and not 4.9.5).

Offline

#6 2017-01-23 22:45:01

axfelix
Member
Registered: 2015-02-08
Posts: 54

Re: Anyone got the linux-ck 4.7 packages?

It's definitely not ck that's the problem, it's the upstream kernel -- I have a Venue 11 Pro tablet/hybrid thing and the ACPI suspend stuff just doesn't behave predictably after 4.7.7. Thanks for the reply, though! I've never actually built a kernel before, so I'll see how much I miss ck vs. the 4.7.6 from the Arch Rollback Machine I reverted to...

Offline

#7 2017-01-23 23:02:49

axfelix
Member
Registered: 2015-02-08
Posts: 54

Re: Anyone got the linux-ck 4.7 packages?

I've also noticed that Gnome 3 shows much higher idle CPU usage under 4.9.5-ck (4-6% on average) than it ever did it in the same environment on 4.7.7-ck (consistently 2%), which is a problem for battery life even if I wasn't encountering suspend issues...

Offline

#8 2017-01-24 19:30:37

axfelix
Member
Registered: 2015-02-08
Posts: 54

Re: Anyone got the linux-ck 4.7 packages?

@graysky Any chance I can put a few $$$ in your tip jar to get you to rebuild 4.7.8 haswell ck or 4.7.9 haswell ck? I'm having some trouble building locally and I do miss that kernel.

Last edited by axfelix (2017-01-24 19:30:58)

Offline

#9 2017-01-24 19:50:30

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

Re: Anyone got the linux-ck 4.7 packages?

What trouble?  Should build for you the same as for me.

Offline

#10 2017-01-24 19:53:22

axfelix
Member
Registered: 2015-02-08
Posts: 54

Re: Anyone got the linux-ck 4.7 packages?

Same as Taijian's comment from linux-ck in the AUR, I think:

>>> I have a question regarding some modules I am missing when I try to compile the kernel locally. These modules also fail to load with the repo-ck 4.8.3 kernel. The 4.7.6 kernel from repo-ck still had them.

Specifically, I have a Dell Inspiron laptop, so I am using i8kutils to get my temp-sensors and my fan to work. According to modprobed-db, this is pulling in the following modules:
- dell_laptop
- dell_smbios
- dell_smm_hwmon
- dell_wmi

However, when trying to build the kernel, these modules are missing/nowhere to be found. Can anybody help point me in the right direction, where I can pull these in from?

Offline

#11 2017-01-24 22:33:46

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

Re: Anyone got the linux-ck 4.7 packages?

Those are out-of-tree modules I think; try the AUR?

Offline

#12 2017-01-24 22:48:04

loqs
Member
Registered: 2014-03-06
Posts: 18,962

Re: Anyone got the linux-ck 4.7 packages?

$ modinfo dell_laptop dell_smbios dell_smm_hwmon dell_wmi
filename:       /lib/modules/4.8.13-1-ARCH/kernel/drivers/platform/x86/dell-laptop.ko.gz
license:        GPL
description:    Dell laptop driver
author:         Pali Rohár <pali.rohar@gmail.com>
author:         Gabriele Mazzotta <gabriele.mzt@gmail.com>
author:         Matthew Garrett <mjg@redhat.com>
alias:          dmi*:svn*DellComputerCorporation*:ct*8*:
alias:          dmi*:svn*DellInc.*:ct*9*:
alias:          dmi*:svn*DellInc.*:ct*8*:
depends:        led-class,video,i8042,rfkill,dell-smbios
intree:         Y
vermagic:       4.8.13-1-ARCH SMP preempt mod_unload modversions 
parm:           force_rfkill:enable rfkill on non whitelisted models (bool)
filename:       /lib/modules/4.8.13-1-ARCH/kernel/drivers/platform/x86/dell-smbios.ko.gz
license:        GPL
description:    Common functions for kernel modules using Dell SMBIOS
author:         Pali Rohár <pali.rohar@gmail.com>
author:         Gabriele Mazzotta <gabriele.mzt@gmail.com>
author:         Matthew Garrett <mjg@redhat.com>
depends:        dcdbas
intree:         Y
vermagic:       4.8.13-1-ARCH SMP preempt mod_unload modversions 
filename:       /lib/modules/4.8.13-1-ARCH/kernel/drivers/hwmon/dell-smm-hwmon.ko.gz
alias:          i8k
license:        GPL
description:    Dell laptop SMM BIOS hwmon driver
author:         Pali Rohár <pali.rohar@gmail.com>
author:         Massimo Dal Zotto (dz@debian.org)
alias:          dmi*:svn*DellInc.*:pn*MXC051*:
alias:          dmi*:svn*DellInc.*:pn*XPS13*:
alias:          dmi*:svn*DellInc.*:pn*Studio*:
alias:          dmi*:svn*DellInc.*:pn*XPSL421X*:
alias:          dmi*:svn*DellInc.*:pn*Vostro*:
alias:          dmi*:svn*DellInc.*:pn*Precision*:
alias:          dmi*:svn*DellInc.*:pn*PrecisionWorkStation490*:
alias:          dmi*:svn*DellInc.*:pn*MP061*:
alias:          dmi*:svn*DellInc.*:pn*MM061*:
alias:          dmi*:svn*DellInc.*:pn*Latitude*:
alias:          dmi*:svn*DellInc.*:pn*LatitudeD520*:
alias:          dmi*:svn*DellInc.*:pn*Inspiron*:
alias:          dmi*:svn*DellComputer*:pn*Latitude*:
alias:          dmi*:svn*DellComputer*:pn*Inspiron*:
depends:        
intree:         Y
vermagic:       4.8.13-1-ARCH SMP preempt mod_unload modversions 
parm:           force:Force loading without checking for supported models (bool)
parm:           ignore_dmi:Continue probing hardware even if DMI data does not match (bool)
parm:           restricted:Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1) (bool)
parm:           power_status:Report power status in /proc/i8k (default: 0) (bool)
parm:           fan_mult:Factor to multiply fan speed with (default: autodetect) (uint)
parm:           fan_max:Maximum configurable fan speed (default: autodetect) (uint)
filename:       /lib/modules/4.8.13-1-ARCH/kernel/drivers/platform/x86/dell-wmi.ko.gz
alias:          wmi:8D9DDCBC-A997-11DA-B012-B622A1EF5492
alias:          wmi:9DBB5994-A997-11DA-B012-B622A1EF5492
license:        GPL
description:    Dell laptop WMI hotkeys driver
author:         Pali Rohár <pali.rohar@gmail.com>
author:         Matthew Garrett <mjg@redhat.com>
depends:        wmi,sparse-keymap,dell-smbios,video
intree:         Y
vermagic:       4.8.13-1-ARCH SMP preempt mod_unload modversions

Please post the PKGBUILD you are using along with the makepkg command you are running and the output it generates.

Offline

#13 2017-01-25 21:03:27

axfelix
Member
Registered: 2015-02-08
Posts: 54

Re: Anyone got the linux-ck 4.7 packages?

Got it working, thanks -- switched to pulling down the source manually from repo-ck.com/bench.htm.

Offline

#14 2017-01-25 21:40:47

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

Re: Anyone got the linux-ck 4.7 packages?

Glad you got the problem solved.  I would still recommend that you find a supported kernel for your machine since 4.7.x is EOL'ed upstream.  Have you considered linux-ck-lts?  I think it's on the 4.4.x branch which is actively maintained.  Your best option in my opinion is to work with upstream to see what is wrong with your hardware and 4.9.x.  Also, have you tried 4.10-rc5?  Try building linux-mainline for the AUR.  If that works you just need to wait a little (likely <=4 weeks) for 4.10 to go final or just run the rc builds.

Offline

Board footer

Powered by FluxBB