Hello everyone.
I want just to say thanks to anyone who makes our lives easier with this great distro...
I noticed a problem/bug with the community build. it was working great on ast Fullzero release 1.4 and i'm talking about wi-fi networking. Yes i'm using one rig with wi fi for obvious resons, and it was working great (tp-link 722n - chipset rtl8801eu), but since i made the update to community build the wi fi after every restart just hangs, stops working. usb stick isnt recognized. if i take it out of usb and reconnect everything starts working.
any idea what could be or what to do. can anyone take a look. maybe some boot priority for usb drivers?
thx
As per my post #6160 (
https://bitcointalk.org/index.php?topic=1854250.msg26247720#msg26247720), I think the only "changes" made in 19-2.0 that could be responsible for this are normal Ubuntu updates made by the upgrade script. As such, the next time you try the upgrade, change this line of the script and see if it resolves the issue:
sudo -- sh -c 'apt update; apt upgrade -y; apt autoremove -y; apt autoclean -y; sudo apt install -y moreutils gawk'
to
sudo -- sh -c 'sudo apt install -y moreutils gawk'
So, what that will do is upgrade your nvOC version to 19-2.0 but will not make any changes to your underlying Ubuntu system such as driver updates which I think are probably to blame here.
Give it a go and let us know if it works for you.