Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Latest commit

 

History

History
67 lines (64 loc) · 2.64 KB

option-network.md

File metadata and controls

67 lines (64 loc) · 2.64 KB

before doing anything else, do reboot, get to a default state, and if you control the router/modem, reboot them also


option-network, gathers basic networking data with privacy switch (-z) and looks for network-manager running, copy/paste and execute all the indented below via terminal.


sudo inxi -U ; sudo update-pciids ; ( date ; echo --opt-network-- ; inxi -c0 -z -MSIpNnxx ; echo --dkms-status--start ; dkms status ; echo --dkms-status--end ; echo --rfkill--start ; rfkill list ; echo --rfkill--end ; echo --nmcli--start ; echo ; echo "NetworkManager's" status ; nmcli -m tabular n ; echo ; echo "NetworkManager's" connections ; nmcli -m tabular c ; echo ; echo devices managed by NetworkManager ; nmcli -m tabular d ; echo ; echo --nmcli--end ; echo --mintwifi--start ; mintwifi ; echo --mintwifi--end ; echo --ndiswrapper-list--start ; ndiswrapper -l ; echo --ndiswrapper-list--end ; echo --lsmod--start ; lsmod | grep -Ei 'blue|ath1|wifi|ndis|80211|hid' ; echo --lsmod--end ; echo --hciconfig--start ; hciconfig -a ; echo --hciconfig--end ; echo --search ps NM/Blue start-- ; ps aux | grep -Ei 'blue|smb|nmbd|winbind|network|dnsmasq' ; echo --search ps NM/Blue end-- ; echo --dmesg--start ; dmesg | grep -Ei 'error|fail|dkms|blue|wifi|net:|hid|tcp|udp|eth|wlan|ipv|80211|ath1|dns' ; echo --dmesg--end ; date ) > ~/trouble-shoot-history.txt ; echo "Done, the log has been saved to ~/trouble-shoot-history.txt"


"To View/Share" the file, [the instructions are here] (https://github.com/two-dogs/the-kennel/blob/master/to-share.md)


the raw view of the execute structure is here and easier to make out what is going on


some possible wifi tweaks


NetalyzrCLI

something to test your web experience/network, the output is a detailed report from the netalyzr.icsi.berkeley.edu people, the readme is here, http://netalyzr.icsi.berkeley.edu/cli.html , and the terminal command/s below will add the jar file and execute the jar, the -q option can be removed if you wish to see the light show, either way a link is output;

wget http://netalyzr.icsi.berkeley.edu/NetalyzrCLI.jar && java -jar NetalyzrCLI.jar -q