View previous topic :: View next topic |
Author |
Message |
pc_user4 n00b
Joined: 14 Sep 2023 Posts: 15
|
Posted: Sat Aug 10, 2024 4:57 am Post subject: RTL8822BE disappearing after a minute without Genkernel |
|
|
I have a RTL8822BE WiFi card in a laptop here. It worked well on the install minimal CD, Genkernel of course. It also works when I run Genkernel myself, but I want it to work with gentoo-kernel-bin. In case it is related, this is an older laptop without UEFI, so I am doing a legacy MBR install.
When I boot into Gentoo, it works for a couple minutes but then the device disappears. Then I get the following error in logs:
Code: | Direct firmware load for rtl_bt/rtl8822cu_fw.bin failed with error -2 |
I can try to load the rtw88 firmware with modprobe, but it doesn't help. I can't get the module reloaded without a reboot.
It is an old laptop with poor thermals and tends to lock up during longer compilations, so I want to use gentoo-kernel-bin. I am hoping to find a solution that allows me to use this WiFi adapter with the pre-compiled kernel. Is this possible at all, or must I use Genkernel/manual kernel?
I found this thread trying to research the problem, but unfortunately it didn't pertain to my current situation in a helpful manner.
https://forums.linuxmint.com/viewtopic.php?t=324341&sid=18e77d2174fde04fa1b3651bd2584dc2&start=20 |
|
Back to top |
|
|
iNeedIT n00b
Joined: 10 Aug 2024 Posts: 13
|
Posted: Sat Aug 10, 2024 9:14 am Post subject: Re: RTL8822BE disappearing after a minute without Genkernel |
|
|
You got error with number two:
#define ENOENT 2 /* No such file or directory */
So, kernel can't find 'must have' file. But don't worry, it is easily to fix it.
We need just download linux-firmware.
Binary version of gentoo, can be very problematic with drivers.
I would to buy new device for gentoo, if I was on your side. |
|
Back to top |
|
|
pc_user4 n00b
Joined: 14 Sep 2023 Posts: 15
|
Posted: Sat Aug 10, 2024 9:57 am Post subject: |
|
|
Thank you for your reply. Unfortunately, I already have linux-firmware, so I fear I may not be able to use this card if I insist on using a pre-compiled kernel. |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5084 Location: Bavaria
|
|
Back to top |
|
|
pc_user4 n00b
Joined: 14 Sep 2023 Posts: 15
|
Posted: Sat Aug 10, 2024 11:05 pm Post subject: Re: RTL8822BE disappearing after a minute without Genkernel |
|
|
Thanks for the hint, pietinger.
In fact I had dracut in my USE flags, but not initramfs - I shall do this. |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5084 Location: Bavaria
|
Posted: Sun Aug 11, 2024 10:18 am Post subject: Re: RTL8822BE disappearing after a minute without Genkernel |
|
|
pc_user4 wrote: | Thanks for the hint, pietinger. |
You are very Welcome !
Have fun with Gentoo ! _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
|
|