You are not logged in.

#2576 2015-10-28 16:56:26

ronnylov
Member
Registered: 2010-12-21
Posts: 65

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

Hi!

I have bought myself a new intel NUC5CPYH computer with an intel N3050 CPU in the Braswell family. Is this CPU supported by repo-ck and if so which package should be used?

Edit: I found that Braswell belongs to the Airmont family which is the 14 nm die shrink of silvermont so my guess is that I can use ck-silvermont?

Last edited by ronnylov (2015-10-28 17:00:18)

Offline

#2577 2015-10-28 17:16:45

raggerv8
Member
From: Sweden
Registered: 2010-07-01
Posts: 110
Website

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

ronnylov wrote:

Hi!

I have bought myself a new intel NUC5CPYH computer with an intel N3050 CPU in the Braswell family. Is this CPU supported by repo-ck and if so which package should be used?

Edit: I found that Braswell belongs to the Airmont family which is the 14 nm die shrink of silvermont so my guess is that I can use ck-silvermont?

Have you read this? https://wiki.archlinux.org/index.php/Re … ed_package


Brottweiler@#archlinux

Offline

#2578 2015-10-28 19:23:13

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

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

@ronnylov - What is the output of the following on that machine:

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

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

Offline

#2579 2015-11-02 02:31:49

kevinlekiller
Member
Registered: 2015-11-02
Posts: 4

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

Hi graysky, thanks for your work.

Would it be possible to add bdver3 (AMD Steamroller 15h family 30h-3fh models) to repo-ck?

Offline

#2580 2015-11-02 18:59:17

ronnylov
Member
Registered: 2010-12-21
Posts: 65

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

graysky wrote:

@ronnylov - What is the output of the following on that machine:

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

The output is:

[ronny@nuc ~]$ gcc -c -Q -march=native --help=target | grep march
  -march=                               silvermont

So the answer of my question is silvermont.

Offline

#2581 2015-11-02 20:01:19

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

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

@kevin and ronny - At this point, I really don't want to package up any additional architectures for the repo.  You are welcome to build your own.  Currently, silvermont is an option in the gcc_patch but bdver3 is not.  I can add it, kevin if you post the output of that same command.


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

Offline

#2582 2015-11-02 21:15:25

kevinlekiller
Member
Registered: 2015-11-02
Posts: 4

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

graysky wrote:

@kevin and ronny - At this point, I really don't want to package up any additional architectures for the repo.  You are welcome to build your own.  Currently, silvermont is an option in the gcc_patch but bdver3 is not.  I can add it, kevin if you post the output of that same command.

Hello graysky, the output of the command follows:

[test@test ~]$ gcc -c -Q -march=native --help=target | grep march
  -march=                               bdver3

Thanks kindly for your reply.

Offline

#2583 2015-11-02 21:54:24

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

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

OK.  I updated the patch for this CPU.  I can build linux-ck just fine using the new option for this CPU but since I do not have one, I need you to test a kernel built with this option enabled.  Would you please build and test it?  Link to download it.

Last edited by graysky (2015-11-02 22:08:28)


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

Offline

#2584 2015-11-02 23:21:19

kevinlekiller
Member
Registered: 2015-11-02
Posts: 4

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

Currently building, will reply when it is built / tested.

Cheers.

Last edited by kevinlekiller (2015-11-02 23:21:41)

Offline

#2585 2015-11-03 00:17:50

kevinlekiller
Member
Registered: 2015-11-02
Posts: 4

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

Compiled / works fine, I left everything default except the patch.

Will recompile with bfq / _makenconfig=y / etc.

Thanks!

Offline

#2586 2015-11-03 11:36:26

txtsd
Member
Registered: 2014-10-02
Posts: 96
Website

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

Hi graysky

Can you help me understand why linux-ck isn't on 4.2.x yet? What is the process and timeline for patching the kernel with BFS and BFQ?

Last edited by txtsd (2015-11-03 11:37:54)


[CPU] AMD Ryzen 5 2400G
[iGPU] AMD RX Vega 11
[Kernel] linux-zen
[sway] [zsh] Arch user since [2014-09-01 02:09]

Offline

#2587 2015-11-03 13:06:35

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

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

txtsd wrote:

Can you help me understand why linux-ck isn't on 4.2.x yet? What is the process and timeline for patching the kernel with BFS and BFQ?

CK needs to port ck1/bfs over from 4.1 which hasn't yet happened.  Nothing we can do until that happens.  Hopefully, the 4.3 port will be forthcoming.


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

Offline

#2588 2015-11-03 14:37:37

txtsd
Member
Registered: 2014-10-02
Posts: 96
Website

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

graysky wrote:
txtsd wrote:

Can you help me understand why linux-ck isn't on 4.2.x yet? What is the process and timeline for patching the kernel with BFS and BFQ?

CK needs to port ck1/bfs over from 4.1 which hasn't yet happened.  Nothing we can do until that happens.  Hopefully, the 4.3 port will be forthcoming.

Oh. Yea, hopefully smile


[CPU] AMD Ryzen 5 2400G
[iGPU] AMD RX Vega 11
[Kernel] linux-zen
[sway] [zsh] Arch user since [2014-09-01 02:09]

Offline

#2589 2015-11-07 08:49:04

txtsd
Member
Registered: 2014-10-02
Posts: 96
Website

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

If I wanted to build the kernel from AUR instead of using the prebuilt ones from your repo, how would I go about optimizing it for my core2duo like you have done?


[CPU] AMD Ryzen 5 2400G
[iGPU] AMD RX Vega 11
[Kernel] linux-zen
[sway] [zsh] Arch user since [2014-09-01 02:09]

Offline

#2590 2015-11-07 10:32:39

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

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

txtsd wrote:

If I wanted to build the kernel from AUR instead of using the prebuilt ones from your repo, how would I go about optimizing it for my core2duo like you have done?

https://wiki.archlinux.org/index.php/Ma … d_packages

Last edited by Slithery (2015-11-07 10:34:12)


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

#2591 2015-11-07 11:30:50

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

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

slithery wrote:
txtsd wrote:

If I wanted to build the kernel from AUR instead of using the prebuilt ones from your repo, how would I go about optimizing it for my core2duo like you have done?

https://wiki.archlinux.org/index.php/Ma … d_packages

For the kernel, it's more complicated: https://wiki.archlinux.org/index.php/Re … d_packages


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

Offline

#2592 2015-11-07 12:17:02

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

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

Cheers smile


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

#2593 2015-11-15 20:35:53

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

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

OK.  I have been running 4.3.0-1-ck for 3 days without a problem and none were reported by early adopters so I refreshed the repo.  The only gotcha is there are currently no broadcom-wl-ck for i686 due to a build failure.  I need someone with more knowledge to look it.  See the AUR page for details.

EDIT: Apparently, nvidia-304xx-ck isn't working either under i686:

% sudo modprobe nvidia              
modprobe: ERROR: could not insert 'nvidia': Unknown symbol in module, or unknown parameter (see dmesg)

...

[  382.526033] nvidia: Unknown symbol mtrr_del (err 0)
[  382.526299] nvidia: Unknown symbol mtrr_add (err 0)

Last edited by graysky (2015-11-15 20:41:06)


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

Offline

#2594 2015-11-16 05:50:38

txtsd
Member
Registered: 2014-10-02
Posts: 96
Website

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

Finally! Thanks graysky!


[CPU] AMD Ryzen 5 2400G
[iGPU] AMD RX Vega 11
[Kernel] linux-zen
[sway] [zsh] Arch user since [2014-09-01 02:09]

Offline

#2595 2015-11-17 00:08:23

indianahorst
Member
Registered: 2008-08-23
Posts: 127

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

graysky wrote:

OK.  I have been running 4.3.0-1-ck for 3 days without a problem and none were reported by early adopters so I refreshed the repo.  The only gotcha is there are currently no broadcom-wl-ck for i686 due to a build failure.  I need someone with more knowledge to look it.  See the AUR page for details.

EDIT: Apparently, nvidia-304xx-ck isn't working either under i686:

% sudo modprobe nvidia              
modprobe: ERROR: could not insert 'nvidia': Unknown symbol in module, or unknown parameter (see dmesg)

...

[  382.526033] nvidia: Unknown symbol mtrr_del (err 0)
[  382.526299] nvidia: Unknown symbol mtrr_add (err 0)

Unfortunately, it isn't working under x64 either, I can't get the Xorg server to start. Got exactly this error in dmesg. Switched to the Arch default kernel.

Is there a way to fix this nvidia bug or do we have to wait until nvidia fixes it?

Offline

#2596 2015-11-17 09:41:33

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

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

It's an upstream bug that is not unique to the ck flavors.  Happens under the official kernel as well.
https://bugs.archlinux.org/task/47092


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

Offline

#2597 2015-11-18 05:27:44

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

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

linux 4.3 seems to have problems with intel chipsets -- maybe just old ones?

https://bugs.archlinux.org/task/46968

Upgraded linux-ck on my old Dell Inspiron B130, and the display was totally messed up.


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#2598 2015-11-18 11:50:25

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

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

Thanks for the link to the FS.  My testing on modern and somewhat modern hardware do not reproduce.  I asked the OP to report it upstream:

graysky wrote:

Using linux from ABS (4.3-1 with a few custom settings in the .config) works fine on the following hardware as does the corresponding linux-ck (4.3-1). Note I do not have [testing] enabled:

*Broadwell i7-4790K that uses HD Graphics 4600
*Haswell i3-4130T that uses HD Graphics 4400
*Ivy i7-3770K that uses HD Graphics 4000

I don't have anything older I can test on.


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

Offline

#2599 2015-11-18 18:18:06

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

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

You're welcome.


It looks like there is a patch to fix it:
https://bugs.freedesktop.org/show_bug.cgi?id=92655
http://lists.freedesktop.org/archives/i … 79894.html

But for the life of me I can't figure out how to get at the patch without having been retroactively subscribed to the mailing list

EDIT: NVM, here's the diff at least: https://bugs.freedesktop.org/attachment.cgi?id=119541

Last edited by eschwartz (2015-11-18 18:20:42)


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#2600 2015-11-18 18:45:57

progandy
Member
Registered: 2012-05-17
Posts: 5,199

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

Eschwartz wrote:

But for the life of me I can't figure out how to get at the patch without having been retroactively subscribed to the mailing list

Copy/paste the mail text into a file?


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

Board footer

Powered by FluxBB