You are not logged in.

#1176 2013-01-09 06:55:59

latjay
Member
Registered: 2012-06-30
Posts: 7

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

graysky wrote:

Which patch are your referencing in that statement?

I thought that this patch did that:
http://ck.kolivas.org/patches/3.0/3.7/3 … 1000.patch
But now it's not clear to me if patch-3.7-ck1 sets it to 1000 by default. Perhaps my statement was incorrect.

Offline

#1177 2013-01-09 15:25:16

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

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

No problem.  The -ARCH kernel uses NO_HZ=y (tickless) as does linux-ck.


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

Offline

#1178 2013-01-12 02:45:04

usrjames
Member
Registered: 2012-12-11
Posts: 13

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

Ok so i install the ivybridge-ck everything runs great, applications and everything. the only issue im having is my sound is no longer working and the video is choppy. it makes a sound but its choppy to. everything else is working so far. and loading large applications seems alot faster.

Offline

#1179 2013-01-12 02:56: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

I doubt your choppy sound is due to the linux-ck package.  Try the arch package from [testing] to see.


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

Offline

#1180 2013-01-12 03:01:45

usrjames
Member
Registered: 2012-12-11
Posts: 13

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

graysky wrote:

I doubt your choppy sound is due to the linux-ck package.  Try the arch package from [testing] to see.


i still have the arch kernel installed and my sound and everything is fine on it.

when i run

gcc -c -Q -march=native --help=target | grep march

corei7-avx

it tells me sandybridge but i know my hardware is for sure ivy, should i install sandybridge?
Also thank you for the quick response.

EDIT: ok the sound issue is solved by going to sandybrige. but now on this my brighness is set to 91 and i cant change it via my DE applet. so i dont know, i think the ivybridge is what i need because thats my hardware, i dont know why

gcc -c -Q -march=native --help=target | grep march

displays corei7-avx ..

i installed the default linux-ck and everything works exactly like sandybridge with the brightness stuck at 91%

Last edited by usrjames (2013-01-12 03:42:17)

Offline

#1181 2013-01-12 10:52:11

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

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

usrjames wrote:

...
it tells me sandybridge but i know my hardware is for sure ivy, should i install sandybridge?

Sounds like there are several issues at work here...
1) I haven't seen gcc display the wrong value yet... are you use you have an ivybridge chip?  Post the output of:

head /proc/cpuinfo

The fact that the choppy audio goes away with sandy and generic seems to point to something in ivy that your hardware doesn't like.
2) Post the output of:

pacman -Q | grep linux

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

Offline

#1182 2013-01-12 15:26:48

usrjames
Member
Registered: 2012-12-11
Posts: 13

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

`--> head /proc/cpuinfo
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
stepping    : 9
microcode    : 0x12
cpu MHz        : 1200.000
cache size    : 3072 KB
physical id    : 0


`--> pacman -Q | grep linux
archlinux-keyring 20121113-1
lib32-util-linux 2.22.2-1
linux 3.6.11-1
linux-api-headers 3.7.1-1
linux-ck-ivybridge 3.7.1-3
linux-ck-ivybridge-headers 3.7.1-3
linux-firmware 20121118-1
util-linux 2.22.2-1

the sandy bridge has 2mb of catch or less and ivy is 3mb. so mines showing 3mb.
My hardware is Ivybridge with Intel 3rd gen everything else. asus k55a-hi5121e. Also the screen brightness says 91% on the ivybridge-ck but its not, and i still cant change it. unlike on the sandybridge-ck where it really was stuck at 91% and i couldnt change it.

Last edited by usrjames (2013-01-12 16:08:26)

Offline

#1183 2013-01-12 16:32:26

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

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

usrjames wrote:

the sandy bridge has 2mb of catch or less and ivy is 3mb. so mines showing 3mb.

Agreed.  You have an ivybridge.

usrjames wrote:

`--> pacman -Q | grep linux
...
linux 3.6.11-1
...

You must compare linux-ck version X to ARCH version X.  Here you are running ARCH 3.6.11-1 and you are running -ck 3.7.1-3 so it is not a valid comparison.  You must install ARCH from [testing], reboot into it and then check if your brightness works.  I am going to guess that it will not and that the problem is with upstream 3.7.1 not with the trivial ck patches.

Note - I *just* now updated the repo with version 3.7.2 which matches the ARCH kernel.  So you will need to updated first `pacman -Syyu` then install manually the ARCH kernel from [testing].


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

Offline

#1184 2013-01-12 19:26:47

usrjames
Member
Registered: 2012-12-11
Posts: 13

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

ok going to test now, ill edit this post with results.


EDIT:
i now have the arch kernel from testing the video and sound is fine but the brightness is stuck at 91%.
patching 3.6 kernel with your 3.6 patch. ill tell you how it goes. compiling now.



Ok, i applied ck 3.6 kernel just fine. everything seems to be working so far. thanks for your help. i guess ill wait till the 3.7 kernel works for me.

Last edited by usrjames (2013-01-14 04:27:43)

Offline

#1185 2013-01-14 04:14:04

usrjames
Member
Registered: 2012-12-11
Posts: 13

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

Ok. after your jan 12th update everything works but adjusting the backlight but its fine. thanks for your help in identifying it was kernel issue. i would like your ivybridge config though. so i can keep using it on any kernel.

Last edited by usrjames (2013-01-14 04:57:16)

Offline

#1186 2013-01-14 09:05:14

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

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

usrjames wrote:

i would like your ivybridge config though. so i can keep using it on any kernel.

https://wiki.archlinux.org/index.php/Repo-ck#Details


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

Offline

#1187 2013-01-14 14:09:07

usrjames
Member
Registered: 2012-12-11
Posts: 13

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

I mean like the source. so i could look at the kernel config and compair it to the official arch kernel config. Thanks for all your help and time.

Offline

#1188 2013-01-14 14:25:41

illusionist
Member
From: localhost
Registered: 2012-04-03
Posts: 498

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

Thank you graysky for your effort and time towards the community. I am using your ck kernel (core 2) right now, no problems so far. Keep up the good work. smile


  Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github

Offline

#1189 2013-01-16 18:16:37

fhr
Member
Registered: 2009-07-02
Posts: 15

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

I have a similar issue as usrjames: I have an Ivy Bridge processor (i7-3517U), and

gcc -c -Q -march=native --help=target | grep march

tells me

  -march=                     		corei7-avx

Should I install ck-sandybridge of ck-ivybridge?

Thanks

Offline

#1190 2013-01-16 18:53:08

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

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

Per the docs for gcc:

corei7-avx = sandy
core-avx-i = ivy

I dunno if it's a gcc bug or what.  You can simply try the ivy package and if it don't boot or causes problems, drop down to the sandy package.


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

Offline

#1191 2013-01-16 19:02:36

fhr
Member
Registered: 2009-07-02
Posts: 15

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

Thanks graysky; I installed the ivy package and so far everything's fine.

Offline

#1192 2013-01-16 19:10:06

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

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

fhr wrote:

Thanks graysky; I installed the ivy package and so far everything's fine.

I haven't measured the difference between the two optimizations; I have measured the difference against the generic optimizations and there was a statically significant difference.


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

Offline

#1193 2013-01-25 09:05:31

clovenhoof
Member
From: Bulgaria
Registered: 2010-09-16
Posts: 82

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

Hello

Just to mention that currently lirc-ck cannot be built:

libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:11: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:11: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

I use repo-ck and it is up-to-date.

Offline

#1194 2013-01-25 15:20:40

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

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

Thanks, fixed.


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

Offline

#1195 2013-01-28 13:07:21

qinohe
Member
From: Netherlands
Registered: 2012-06-20
Posts: 1,494

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

Graysky, thank you so much for this  Repo-ck, installed ck-sandybridge on my asus n75.
I gained more than 1 hour battery life, from 2- to more than 3 hour, and the fan actually spins down down.)
I say woooow very cool cool

Offline

#1196 2013-01-28 15:59:00

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

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

Glad to hear it.


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

Offline

#1197 2013-01-31 04:04:03

ManiDhillon
Member
Registered: 2011-09-01
Posts: 2
Website

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

Almost the same problem with usrjames here, entering gcc -c -Q -march=native --help=target | grep march gave me this:

  -march=                               corei7-avx

and according to this I should install patch for sandybridge while my CPU is ivy.
So I installed ivybridge and my audio over HDMI stopped working. Had to go to default kernel again. I though i should report it here, may be you can check whats wrong.
Here is the output of head /proc/cpuinfo :

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 58
model name      : Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz
stepping        : 9
microcode       : 0x12
cpu MHz         : 1600.000
cache size      : 3072 KB

And this is the output of pacman -Q | grep linux :

archlinux-keyring 20130127-1
linux 3.7.4-1
linux-api-headers 3.7.4-1
linux-ck-ivybridge 3.7.5-2
linux-ck-ivybridge-headers 3.7.5-2
linux-firmware 20121118-1
util-linux 2.22.2-1

And by the way thanks for making the patches, I am also using bulldozer patch for my AMD CPU and its working great. Kudos to you mate.

Offline

#1198 2013-01-31 09:56:42

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

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

Clearly that CPU is an ivy.  Dunno what the issue is; the pkgs I compile simple use the corresponding options in the .config file.  If your certain that the stock kernel or the ck-generic kernel fixes the sound issue, and that none else between boots is different, then the settings in the ivy package are likely causing the audio thing.  Are you sure it isn't muted or the liike?


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

Offline

#1199 2013-01-31 13:23:21

ManiDhillon
Member
Registered: 2011-09-01
Posts: 2
Website

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

graysky wrote:

Are you sure it isn't muted or the liike?

Yes I am sure, that was the first thing I checked. I also tried running alsa mixer to check if the sound over hdmi is disables but it wasn't as soon as I switched to default kernel, sound was back. I didn't tried the ck-generic though, will try tonight and see if there is any difference.

Offline

#1200 2013-01-31 19:45:50

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

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

ManiDhillon wrote:

I didn't tried the ck-generic though, will try tonight and see if there is any difference.

I will guess that if the ARCH kernel works for you, the generic packages will as well.


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

Offline

Board footer

Powered by FluxBB