I got this error after opening my laptop, I am using Kubuntu
Thanks in advance

UPDATE:
I fixed it by looking in system logs and I realised something was wrong ith the cloned mac address and I fixed it and now it works.

  • TootSweet@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    18 天前

    Ah! Not just when it comes back from suspend. Also… all other times as well. Heh.

    First thing I’d try is to open up the network configuration interface. (My understanding is that there’s a system tray icon for that.) Probably just try checking that everything looks right in the WIFI section of that interface first off. (That the SSID looks right, maybe type your password in again just to make sure it’s right, that kind of thing. Basically as if you’ve never connected to that SSID/access point before and you’re connecting for the first time.) It might be that your WIFI device changed its name recently during an update and the settings you had configured previously are associated with a WIFI device of a different name, so configuring the WIFI device under the new name may do the trick.

    If that doesn’t do it, a few more things to try:

    • Share the output of journalctl -b | grep wifi. That might point to a problem.
    • Share the output of ip link and ip addr.
    • Maybe look at the output of nmcli dev wifi just to make sure the SSID(s) you’re expecting appear as you expect and has decent signal strength. (Of course, if the SSID is hidden, I guess this will be less helpful.)

    (The sidebar here says it’s against the rules to share logs and such, so maybe the output of the above commands should be shared via pastebin or some such.)

    • Clippy@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      17 天前

      Nevermind, I got it fixed a different way (see the upddate to the post), thanks for trying to help though.

      • TootSweet@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        17 天前

        Great stuff! Glad to hear you’ve got things working.

        Might be worthwhile to include whatever additional specifics about the issue you were having and what fix you applied that you can (without doxing yourself or anything like that, of course) if only for the benefit of any random person in the future with the same issue who might run across this thread. Just a thought. ;)