Page 1 of 1
after update linux mint my wireless network is gone
Posted: Wed Sep 11, 2019 6:56 am
by mix5003
i just want to let you know that may be a problem with latest update
for now i just re-install linux mint so i can not provide any info anymore.
i Using firmware rtlwifi/rtl8192cfw.bin (grab it from dmesg). it work until i update today.
after i dig to a problem. i found that NetworkManager can not start it always failed
so, i think this problem is from NetworkManager (actually it has 6-8 services that can not start ex cups)
and only one errors that i see is about libidn and punnycode (i can not remember what actual text)
so, after i re-install i blacklist libidn update. and re-update other package
and it works now
so, i think libidn2.2 may be a cause of problem
Re: after update linux mint my wireless network is gone
Posted: Wed Sep 11, 2019 8:51 am
by karlchen
Hello, mix5003.
You might like to post the screen output of the terminal commandline
inxi -Fxz
, because it would help to know your basic system specifications in order to have an idea what precisely went wrong. Problem with the latest updates is not really precise enough.
Maybe, just maybe, you are a victim of one or boths blunders, which Ubuntu had to admit:
Ubuntu warnings: K4.15.0-60 buggy + Systemd 237-10.28 may cause network failures
Therefore, it would be nice to learn which systemd version precisely you are using as well.
Regards,
Karl
Re: after update linux mint my wireless network is gone
Posted: Wed Sep 11, 2019 8:59 am
by Pjotr
Which makes clear, again, how important it is to have at least one or two Timeshift snapshots. Or to freeze these vital system components:
https://easylinuxtipsproject.blogspot.c ... e.html#ID3
Re: after update linux mint my wireless network is gone
Posted: Wed Sep 11, 2019 9:56 am
by karlchen
<danger seeker>
Pjotr wrote: ⤴Wed Sep 11, 2019 8:59 am
important [..] to have at least one or two Timeshift snapshots. Or to freeze these vital system components:
No risk, no fun.
</danger seeker>
<survivor>Code: Select all
$ dpkg --list linux-image-4.15.0-62-generic systemd | grep "^ii"
ii linux-image-4.15.0-62-generic 4.15.0-62.69 amd64 Signed kernel image generic
ii systemd 237-3ubuntu10.29 amd64 system and service manager
</survivor>
Re: after update linux mint my wireless network is gone
Posted: Wed Sep 11, 2019 10:03 am
by Pjotr
karlchen wrote: ⤴Wed Sep 11, 2019 9:56 am
<danger seeker>
Pjotr wrote: ⤴Wed Sep 11, 2019 8:59 am
important [..] to have at least one or two Timeshift snapshots. Or to freeze these vital system components:
No risk, no fun.
</danger seeker>
You the guy with the cowboy hat?
https://www.youtube.com/watch?v=rMbATaj7Il8
Re: after update linux mint my wireless network is gone
Posted: Wed Sep 11, 2019 11:01 am
by karlchen
mix5003 wrote: ⤴Wed Sep 11, 2019 6:56 am
so, i think libidn2.2 may be a cause of problem
Hm, if this should be correct, then maybe this thread is of interest to you:
LM 19.2 broken after system update [solved]
You do not happen to use this PPA by any means?
ppa:ondrej/php
In case you do the last post in the thread mentioned above might be helpful to you:
>here<
Re: after update linux mint my wireless network is gone
Posted: Wed Sep 11, 2019 11:21 am
by mix5003
karlchen wrote: ⤴Wed Sep 11, 2019 11:01 am
mix5003 wrote: ⤴Wed Sep 11, 2019 6:56 am
so, i think libidn2.2 may be a cause of problem
Hm, if this should be correct, then maybe this thread is of interest to you:
LM 19.2 broken after system update [solved]
You do not happen to use this PPA by any means?
ppa:ondrej/php
In case you do the last post in the thread mentioned above might be helpful to you:
>here<
thanks for solution, i think this is why my issue happen.