this post was submitted on 23 Aug 2024
80 points (98.8% liked)

Open Source

30208 readers
210 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
top 13 comments
sorted by: hot top controversial new old
[–] davel@lemmy.ml 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Edit to add: It appears that the “mt76” Wi-Fi 6 driver is open source:
https://en.wikipedia.org/wiki/Comparison_of_open-source_wireless_drivers#Status


Pardon my ignorance, but what Linux device driver(s) does one use for the Wi-Fi 6 11ax 4T4R Mini PCIe Module (AW7915-NP1)? I’ve been under the (hopefully false) impression that open source drivers don’t exist for Wi-Fi modules beyond the 802.11n (A.K.A. Wi-Fi 4) standard.

Edit to add:
Maybe the driver really is open source? I’m not familiar with Linux kernel/driver foo, so I’m not really sure, but this doesn’t look like a binary blob to me: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/net/wireless/mediatek/mt76/mt7915
The code seems to be under the ISC license, which I’ve never encountered before, but it seems to me an open source license.

[–] boredsquirrel@slrpnk.net 3 points 2 weeks ago

Interesting find! Cant help you thougj

[–] N0x0n@lemmy.ml 4 points 2 weeks ago

They look very cool but IMO a bit overpriced for the proposed hardware spec?

For the same price range you can get a full n100 16GB dual ethernet 2.5gbit with a 5x2.5gbit ethernet switch and wifi extender.

But yeah those aren't FOSS, so maybe that's their selling point?

[–] MangoPenguin@lemmy.blahaj.zone 4 points 2 weeks ago (1 children)

That seems a bit rough combining all those into one, can't upgrade anything separately.

I'm not sure on the security/safety of combining your gateway and NAS either.

[–] boredsquirrel@slrpnk.net 0 points 2 weeks ago

Having a router as a NAS is pretty standard.

But you are right, it may be less secure.

[–] Scipitie@lemmy.dbzer0.com 3 points 2 weeks ago (1 children)

I haven't found (while cross reading ) details about why the "highly improved" didn't make it to upstream openwrt?

[–] boredsquirrel@slrpnk.net 5 points 2 weeks ago (1 children)

They contribute upstream, another user here is running upstream OpenWRT.

I assume they just have a heavier WebUI and a more "bloated" configuration, which wouldnt suit OpenWRT

[–] Scipitie@lemmy.dbzer0.com 3 points 2 weeks ago

Ah that would make sense, thanks!

[–] xilliah@beehaw.org 3 points 2 weeks ago (1 children)

I've got a question! Can I run a router on just any piece of hardware, say a pi? Or do routers need special hardware for low latency translation?

[–] boredsquirrel@slrpnk.net 2 points 2 weeks ago

I thought the same.

I suppose they use stuff like real-time-kernels.

Depending on your needs, a typical wifi router would need

  • some ARM SOC (optional) with a CPU with at least 1 GHz speed
  • 500MB RAM or so
  • 4GB of storage or so
  • PCIe (or m.2 or miniPCIe) slots to plug in
    • 1 WAN ethernet port, 1Gb/s up to 10 Gb/s
    • optionally a modem for fiber or whatever you use
    • 1 or more LAN ethernet ports, a bit lower speed
    • a wifi card (no idea why the Omnia has 2) with support for Wifi6
    • a few antennas, 1 or 2 are enough, to plug into the wifi card
  • power supply
  • USB or some other form to flash updates locally

The software needs to run on there, being Linux based that should be absolutely no problem. But a RPi5 afaik still has no upstream Linux support, but it also way overpowered for that job.

I totally think about building my own router, but also enjoy the service of Turris, their advanced OS that requires these high specs, their package repo and custom OS features not present in upstream OpenWRT.

[–] pastermil@sh.itjust.works 1 points 2 weeks ago (1 children)

I don't know... At this point might as well use something not designed for embedded. Debian comes to mind. Or Alpine if you want something more minimalist.

[–] boredsquirrel@slrpnk.net 0 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

If you want to configure all that XD I dont want to.

You say OpenWRT is not designed for embedded computers? I cant imagine why not.

[–] pastermil@sh.itjust.works 1 points 2 weeks ago

No, I said OpenWRT is designed exactly for embedded, and the use case calls for anything but.