Can't connect internet after stop program archtorify (add program manualy suport for tor)

This would seem relatively simple.

Run the inxi -n command to find your network module and network adapter ID.

Then you use rmmod to unload your driver module then you lower your network adapter. You then modprobe your driver and raise your adapter.

See the examples on the following post:

The simplest method although the least likely to work is to simply run:

systemctl restart NetworkManager
1 Like