Hey y’all, I’m currently trying to install the OEM kernel for my AMD framework 13 on Ubuntu as it’s been having the wifi and artifacts issues. But when I try to follow the documentation: linux-docs/ubuntu-22.04-amd-fw13.md at main · FrameworkComputer/linux-docs · GitHub and copy the commands from the guide it gives me this error:
E: Unable to locate package linux-oem-22.04d
E: Couldn’t find any package by glob ‘linux-oem-22.04d’
E: Couldn’t find any package by regex ‘linux-oem-22.04d’
Any help would be greatly appreciated, thanks!
Install the HWE kernel. Works out of the box.
sudo apt install linux-generic-hwe-22.04
Should do it.
Just tried it, it can’t locate that package either =\
$ sudo apt install linux-generic-hwe-22.04
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
E: Unable to locate package linux-generic-hwe-22.04
E: Couldn’t find any package by glob ‘linux-generic-hwe-22.04’
pierce
June 16, 2024, 4:00pm
4
be sure to run sudo apt update
first, and note the version of ubuntu you installed (22.04 or 24.04 etc)
I can confirm, I was actually running 24.04 which was the issue. What ended up working for me was downloading the new mediatek drivers.
If you’re on 24.04 it will not work.
What you can do is check if there are hwe kernels for ubuntu 24.04 available with:
apt-cache search linux-hwe
it will list what HWE kernels are available.
IMHO, there won’t be any yet as 24.04 is quite fresh
Right, I believe the fixes were implemented in 24.04. My point was what actually ended up fixing my wifi issues was manually downloading the new mediatek drivers and adding them to my system, in case SinisterCatFancier was running into the same issues as I was.
To be honest I was just copying the commands off the guide. I ran it with linux-generic-hwe-24.04 and it returned the message that I was already on the newest version, so that’s great.
Dani_Haas:
Hey y’all, I’m currently trying to install the OEM kernel for my AMD framework 13 on Ubuntu as it’s been having the wifi and artifacts issues. But when I try to follow the documentation: linux-docs/ubuntu-22.04-amd-fw13.md at main · FrameworkComputer/linux-docs · GitHub and copy the commands from the guide it gives me this error:
E: Unable to locate package linux-oem-22.04d
E: Couldn’t find any package by glob ‘linux-oem-22.04d’
E: Couldn’t find any package by regex ‘linux-oem-22.04d’
Any help would be greatly appreciated, thanks!
Welcome to the community, wrong guide for the wrong release.
# This is for the AMD Ryzen 7040 Series Framework Laptop 13 ONLY.
## This will:
- Update your Ubuntu install's packages.
- (Optional) Stop buzzing sound from headphone jack if its present.
- We are NOT recommending an OEM kernel at this time, this may change in the future. Default kernel is where you need to be.
### Step 1 Get everything updated
- Browse to the upper left corner, click the horizontal line to open the menu.
- Type out the word terminal, click to open it.
- Click on the small icon shown in the image below to copy the code below in the gray box, right click/paste it into the terminal window.
- Then press the enter key, user password, enter key, **reboot.**
This file has been truncated. show original