Skip to content

Instantly share code, notes, and snippets.

@mikefaille
Created November 20, 2012 02:36
Show Gist options
  • Save mikefaille/4115569 to your computer and use it in GitHub Desktop.
Save mikefaille/4115569 to your computer and use it in GitHub Desktop.
Fedora install kernel 3.7 rc6 x64
sudo yum install http://kojipkgs.fedoraproject.org//packages/kernel/3.7.0/0.rc6.git1.1.fc19/x86_64/kernel-3.7.0-0.rc6.git1.1.fc19.x86_64.rpm http://kojipkgs.fedoraproject.org//packages/kernel/3.7.0/0.rc6.git1.1.fc19/x86_64/kernel-headers-3.7.0-0.rc6.git1.1.fc19.x86_64.rpm http://kojipkgs.fedoraproject.org//packages/kernel/3.7.0/0.rc6.git1.1.fc19/x86_64/kernel-modules-extra-3.7.0-0.rc6.git1.1.fc19.x86_64.rpm --nogpg
@mikefaille
Copy link
Author

@ pwnall
Ah, you can use :

yum-config-manager --add-repo=http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedora-rawhide-kernel-nodebug.repo

yum update

But, it can't work by default with secureboot since RedHat didn't sign it. So, I disable secure boot ;-)
Ho, and, I currently use Broadcom proprietary driver for my brdcm AC wireless card and it didn't work with kernel 3.15 :-/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment