this post was submitted on 20 Nov 2024
150 points (99.3% liked)

Linux

48287 readers
655 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] muhyb@programming.dev 3 points 18 hours ago (6 children)

Not sure when the last time you used openSUSE but the reason why I think it's noob-friendly is you don't need a terminal to update the system (talking about the KDE version here). When there is an update a notification pops up, you go to system tray, click on the icon and do the updates. You can even see a list what's been updating. It doesn't even ask a password, probably thanks to polkit.

[–] jjlinux@lemmy.ml 1 points 17 hours ago (5 children)

Could that be my issue? I've always done Gnome. WiFi is always broken. Network in general really.

[–] muhyb@programming.dev 3 points 16 hours ago (4 children)

To be fair, that sounds like a driver issue rather than a desktop environment. But you can try though.

[–] jjlinux@lemmy.ml 2 points 16 hours ago (1 children)

Could be. What blows my mind is that both my PC and laptop work on Fedora, PopOS, Endeavour, and Bazzite out of the box, but network is fully broken, LAN and WiFi.

[–] muhyb@programming.dev 2 points 15 hours ago (1 children)

Does network work on those distros but not on openSUSE, or network doesn't work at all?

Maybe it's a switch issue? Can you try sudo rfkill and see what's the output?

[–] jjlinux@lemmy.ml 1 points 2 hours ago (1 children)

They work on any other distro I've tried. OpenSUSE is the only one that never gets an address. Static or DHCP, doesn't make a difference. I'll try again with your suggestion from a USB drive, since I don't remember all the things I tried that did nothing to help. Thanks.

[–] muhyb@programming.dev 1 points 8 minutes ago

No problem.

Hmm, if there was a soft-block or a hard-block that would affect all the other distros as well. In that case, trying from a Live ISO would indeed help. Maybe this could be something related to Network Manager. Can you check interfaces with ip a?

Also check if Network Manager running with systemctl status NetworkManager. If it doesn't work, start it with sudo systemctl start NetworkManager, then chekc your connection again.

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)