Package Base Details: linux-amd

Git Clone URL: https://aur.archlinux.org/linux-amd.git (read-only, click to copy)
Submitter: None
Maintainer: archdevlab
Last Packager: None
Votes: 29
Popularity: 0.014873
First Submitted: 2019-11-10 15:20 (UTC)
Last Updated: 2024-04-29 09:32 (UTC)

Pinned Comments

<deleted-account> commented on 2023-05-04 16:38 (UTC)

GCC13.1 is mainlined in arch, so this means znver4 support can kick off on this kernel. The graysky compile patches have been updated too.

This kernel now natively supports the znver4 arch, but this kernel will most likely keep working on all AMD ryzen hardware. It's better to be able to address certain small perks or issues per architecture now and in the future.

If you use znver3 based hardware, please use linux-amd-znver3
If you use znver2 based hardware, please use linux-amd-znver2
If you use raven based hardware, please use linux-amd-raven

<deleted-account> commented on 2020-10-26 18:15 (UTC)

GCC11.1 is mainlined in arch, so this means znver3 support can kick off on this kernel. The graysky compile patches have been updated too.

This kernel now natively supports the znver3 arch, but this kernel will most likely keep working on all AMD ryzen hardware. It's better to be able to address certain small perks or issues per architecture now and in the future.

If you use znver2 based hardware, please use linux-amd-znver2
If you use raven based hardware, please use linux-amd-raven

<deleted-account> commented on 2019-11-10 15:23 (UTC)

Tired of compiling? Use this binary repo instead! Add this at the end of /etc/pacman.conf :

[linuxkernels]
Server = http://nhameh.ovh/$repo/$arch
SigLevel = Optional TrustAll

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 36 Next › Last »

blackhole commented on 2021-12-18 13:29 (UTC)

I have this output at the first stage of booting:

Start testing find_bit() with random-filled bitmap...

What is that?

<deleted-account> commented on 2021-12-15 15:37 (UTC)

Yes this kernel is tuned for your cezanne znver3 based cpu

Archttila commented on 2021-12-15 14:44 (UTC)

hi, Is this kernel compatible with my processor? (Ryzen 5700G)

lspci | grep -i VGA
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne (rev c8)

sorry for my very bad English!

astor commented on 2021-11-02 18:18 (UTC)

@eggz solved editing PKGBUILD as you said. I can confirm that it is working. Thank you very much.

<deleted-account> commented on 2021-11-02 17:53 (UTC)

@Astor

It was an easy fix. Only one file needs modifications: https://github.com/egnappahz/rtl8821ce/blob/8d1fa1bdc38c31c4ae69d6dd48c0f8f70ed57f71/core/rtw_br_ext.c ( https://github.com/egnappahz/rtl8821ce/commit/8d1fa1bdc38c31c4ae69d6dd48c0f8f70ed57f71 )

To get it easily, You can replace the gitsource in the PKGBUILD of rtl8821ce-dkms-git with my forked version;

source=("git+https://github.com/egnappahz/rtl8821ce.git")

and then run a good old makepkg -fi, compilation should work then. Atleast it did for me. I don't have the hardware tho so I cant test it out myself.

<deleted-account> commented on 2021-11-02 17:31 (UTC)

Hi Astor, Thanks for letting me know.

IPX is not supported by the linux kernel since v5.15-rc1.

The module will have to update accordingly: all NET_INET_IPX_H references in the C code will need to be handled by the dev.

As of now rtl8821ce (https://github.com/tomaspinho/rtl8821ce/actions) is deprecated untill they take action.

Ill take a look at the C code if an easy fix is possible but I won't make any promises there.

astor commented on 2021-11-02 17:05 (UTC)

I'm having issues with rtl8821ce module with this kernel: Warning, `dkms install --no-depmod -m rtl8821ce -v 1.0.5.r128.gf93db73 -k 5.15.0-AMD' returned 10

Kernel issue or module?

<deleted-account> commented on 2021-10-21 16:02 (UTC)

You can find the intel optimised version here:

https://archlinux.org/packages/core/x86_64/linux/

NhaMeh commented on 2021-10-21 14:13 (UTC)

Could you make an Intel optimised version? Thanks!

<deleted-account> commented on 2021-10-18 16:08 (UTC)

No prob, I just want to keep the PKGBUILD as simple as possible. If people want advanced stuff its best they make the modifications on their own.

Always remember other people are using it as well. If people love to compile a certain way, it would be dangerous to override it with scripts and the likes.