As above switched to Linux and i am enjoying it i picked Ubuntu as TBH it was the first I came across. The last two times it has prompted me to update has caused a drama. First would only give me a black screen of text so I did a reinstall.

The latest one went fine it updated to 6.17.0-94 but i lost all networking no wifi By the looks of it the problem I have is i have an older device that has nvidia 580 graphics card. I have rolled back for now but questions are;

Is there a way to pre-emt this, as i feel now as soon as i restart it will jump back up and leave me without networking to resolve. its quite a faff trying to find out what to do on my mobile and typing it in the terminal.

Is it better to fix or try another distro?

  • mumblerfish@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 hours ago

    Ok. What exactly is not working with the network? Are you on wired or wireless? If you do run ip a, does your interfaces show up?

    Another thing to look at is journalctl -b. Look for errors, lines in red, anything about the network. If you can roll back to a functioning boot (or run journalctl -b -1 should show the previous boot) and compare to that is probably a good idea, journald (displayed by that command) may contain errors that are not relevant, so comparing to a functioning boot may be good.

    Also, depending on how old your computer it, there may be another hdmi output which uses the GPU integrated to your CPU. If that is the case, you could switch to it if the nvidia card stops working just to troubleshoot, take a look at journalctl -b and look for errors again. If the screen just goes black, and does not boot, this may also give you some messages as to why the nvidia graphics is not coming up.