this post was submitted on 04 Jan 2025
263 points (98.5% liked)

Technology

63313 readers
4495 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] vrighter@discuss.tchncs.de 44 points 1 month ago (3 children)

do they come with all the necessary drivers? Or are they hoping they magically appear in the linux kernel after they've sold a bunch?

[–] catloaf@lemm.ee 29 points 1 month ago (2 children)

Sounds like they've already got it running Linux, so...

[–] smileyhead@infosec.pub 19 points 1 month ago (1 children)

The more important question is, are they running mainline Linux, close to mainline Linux (like Raspberry Pi, or outdated much modified unmaintainable vendor and device specific fork (like Android phones do).

[–] catloaf@lemm.ee 7 points 1 month ago (1 children)
[–] pastermil@sh.itjust.works 15 points 1 month ago (1 children)

This doesn't mean anything. The question refers to the kernel version running.

[–] daq@lemmy.sdf.org 22 points 1 month ago (1 children)

I'm running fedora 40 with

Linux risc 6.1.15-legacy-k1 #2 SMP PREEMPT Wed May  1 14:17:59 UTC 2024 riscv64 GNU/Linux ```
[–] vrighter@discuss.tchncs.de 13 points 1 month ago

it's very possible to get linux to run on a processor without having implemented al functionality. You can just not support some onboard peripherals yet and have to do some things inefficiently in software. You don't need good power management to simply be "running", etc.

Getting linux to run is the first step, not the last. It's the barest minimum you could do to have a product to sell. Running well, taking advantage of all hardware features properly is a whole different game.

[–] MonkderVierte@lemmy.ml 3 points 1 month ago

The one for Framework seems fine, although generally weak so.... depends on the manufacturer?

[–] The_Decryptor@aussie.zone 1 points 1 month ago (1 children)

Unless all the other hardware is bespoke, it'll use the same drivers as it would if it ran x86 or ARM.

[–] vrighter@discuss.tchncs.de 9 points 1 month ago

I'm not talking about drivers for stuff that is not the cpu itself. But the processor itself usually contains a bunch of peripherals that need their own stuff.