Are there any modern wifi cards that work with Linux and have 100% FOSS drivers (no proprietary binary blobs)?
from KseniyaK@lemmy.ca to linux@lemmy.ml on 08 Jul 2024 15:50
https://lemmy.ca/post/24653703

I was thinking of getting a wifi card like that, but can’t seem to find any.

#linux

threaded - newest

boredsquirrel@slrpnk.net on 08 Jul 2024 16:01 next collapse

Not very modern, but this card is also available on Novacustom Laptops

j4k3@lemmy.world on 08 Jul 2024 16:14 next collapse

Use libre boot website’s info for reference. The Athero cars were the only open source option. They are from the aughties. That is your only option. It is the same for hardware - libre boot stuff with a Core Duo era processor, nothing newer is trusted hardware.

jjlinux@lemmy.ml on 08 Jul 2024 16:22 next collapse

For something relatively fast, I suggest you stick to Intel chipsets, and avoid realtek like the plague. As others mentioned, you can go with Atheros, but your speed will certainly suffer, as well as probably breaking the ability to put the computer to sleep with S3.

I understand you would rather go with 100% FOSS, but this carries trade-offs.

FrostyPolicy@suppo.fi on 08 Jul 2024 16:40 next collapse

Here’s a good list: github.com/…/USB_WiFi_Adapters_that_are_supported…

Reddfugee42@lemmy.world on 08 Jul 2024 20:59 next collapse

You could always get an Ethernet-connected AP. This will allow you to use the latest WiFi but not compromise your OS.

coffeejoe@lemmy.dbzer0.com on 09 Jul 2024 01:04 next collapse

What os is the ap running?

Reddfugee42@lemmy.world on 09 Jul 2024 01:40 collapse

That’s the beautiful thing - it doesn’t matter.

refalo@programming.dev on 09 Jul 2024 03:21 collapse

some people would prefer to only use FOSS software and hardware, though

Auli@lemmy.ca on 09 Jul 2024 11:56 next collapse

Good luck with that. What switch are you going to run? What access point what gateway for your ISP.

refalo@programming.dev on 09 Jul 2024 18:40 collapse

pretty much any open source hardware can do all of those things… not sure what you’re trying to say

Reddfugee42@lemmy.world on 09 Jul 2024 11:58 collapse

Yeah but to the degree that they need the firmware running on each chip in the device to be a FOSS chip firmware?

possiblylinux127@lemmy.zip on 10 Jul 2024 21:27 collapse

If you are going that route just use vfio

Churbleyimyam@lemm.ee on 08 Jul 2024 21:04 next collapse

I got an Atheros card, which is fine for WiFi on Debian 12 and was cheap to buy. Drivers were in the Debian foss repo. Bluetooth is not working on it though. Interestingly, the Bluetooth did work under PureOS but I never figured out why.

Strit@lemmy.linuxuserspace.show on 09 Jul 2024 11:00 collapse

Interestingly, the Bluetooth did work under PureOS but I never figured out why.

The bluetooth probably needs a non-free firmware blob, as most of them do.

Churbleyimyam@lemm.ee on 09 Jul 2024 13:33 collapse

Yeah maybe. I would expect PureOS to come with less non-free components though, being that it’s endorsed by the FSF. I was quite surprised that BT was not working after switching to Debian.

CalcProgrammer1@lemmy.ml on 08 Jul 2024 21:55 next collapse

Even if so, it would likely still have proprietary blobs, just embedded into a ROM or flash chip on the card. Personally, I’d rather have firmware loaded at runtime over hard-coded, at least then the blob is able to be reverse engineered possibly.

possiblylinux127@lemmy.zip on 10 Jul 2024 21:26 collapse

Intel has entered the chat

[deleted] on 08 Jul 2024 23:41 next collapse

.

refalo@programming.dev on 09 Jul 2024 01:52 collapse

Atheros ath9k (and previously ath5k) has been 100% FOSS for many years.

compcube@lemy.lol on 09 Jul 2024 01:57 next collapse

Yes, but does that still count as “modern”?

refalo@programming.dev on 09 Jul 2024 03:05 collapse

ath9k supports N, so I’d consider it modern at least, since I think the vast majority of the population still use it.

Auli@lemmy.ca on 09 Jul 2024 11:58 collapse

N is not modern in any sense of the word. I think 6 is more used then you would think. All ISP I know are giving out 6 access points and have for awhile.

refalo@programming.dev on 09 Jul 2024 21:42 collapse

I install residential and business internet for a living and I have yet to encounter a single AX AP operating in the wild (yes I check every time, and yes my devices support it). And our own routers only do N.

TwanHE@lemmy.world on 09 Jul 2024 22:18 collapse

We are already having wifi 6 routers being replaced with 6e capable ones.

Just don’t ask about how few of the devices used actually support 6ghz.

notthebees@reddthat.com on 10 Jul 2024 12:28 collapse

I personally don’t recommend the ath9k cards. There are a handful of routers they do not work with. You’ll have to disable QoS to stop the packet drops.

refalo@programming.dev on 10 Jul 2024 13:41 collapse

that’s funny because my (wired) ISP router already has this problem, I can’t use ssh without setting IPQoS=0

notthebees@reddthat.com on 10 Jul 2024 15:14 collapse

My isp router is like that too, but on wifi. QCA9377 on an Actiontec mi424 rev I.

bruhduh@lemmy.world on 10 Jul 2024 13:44 collapse

Intel ax210 worked good for me so far, but i don’t know if there are software blobs since everything worked from the get go without needing to install anything