UB
Universal Blueโ€ข3mo ago
Moses

How can we install Wifi drivers?

Hello! ๐Ÿ™‚ I made a post about this on Reddit, but didn't get any response, so I give a try over here; Iโ€™m using a MiniPC (Acemagic Kron Mini K1), but for some reason, the built-in WiFi and Bluetooth arenโ€™t working (better since they are not good). However I found an old USB WiFi adapter I had lying around and plugged it in, but nothing happens, no connection, no detection. Iโ€™m trying to figure out how to install the correct drivers for it. Here's the one Iโ€™m using (bought from AliExpress): https://i.imgur.com/APG2Jdf.jpeg When I run "lsusb" in the terminal, it shows up as: MediaTek Inc. Wireless_Device Any idea how to get this working on Bazzite? On Windows it works great, but not on Bazzite ๐Ÿ˜” Thanks in advance!๐Ÿ™๐Ÿ™
Imgur
7 Replies
Akanar
Akanarโ€ข3mo ago
Pretty much all devices that require drivers on Linux the driver needs to be built into the kernel. So if the device does not work, it's more than likely that the driver does not exist in the kernel. Whenever you buy a device that requires a driver and you want it to work on Linux, you need to go do a little bit of research and see which devices work on Linux. So I would look a little bit on the internet for these specific devices and see if anybody else has gotten them to work on Linux and if they haven't then it's more than likely that the driver doesn't exist in the kernel. I know I had to search around a little bit for a Wi-Fi 7 card for my framework 16 that worked in Linux.
Moses
MosesOPโ€ข3mo ago
Ahh this WiFi adapter doesn't really have a name, and AliExpress isn't really helpful with this kind of stuff๐Ÿ˜… Do you know a WiFi USB adapter that works out of the box (plug in and play) without having to install any drivers? Preferably one without an antenna ๐Ÿ™
Kyle Gospo
Kyle Gospoโ€ข3mo ago
You cannot install drivers yourself without creating a custom image and your own kmod builder We will never include out of tree Wi-Fi drivers because they are out of tree for a good reason My recommendation would be to buy a Wi-Fi adapter that works
Kyle Gospo
Kyle Gospoโ€ข3mo ago
CheckYourFax
CheckYourFaxโ€ข3mo ago
WiFi 6+BT5.2 (M.2 2230) You can switch the m.2 wifi chip with an intel card and it will most likely work fine
CheckYourFax
CheckYourFaxโ€ข3mo ago
sometimes firmware doesn't like it, but its not a huge risk for an $18 chip ๐Ÿ˜›

Did you find this page helpful?