View Single Post
  #2   (View Single Post)  
Old 10th June 2013
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

  1. Post your dmesg. ALWAYS. WITH EVERY SINGLE PROBLEM REPORT YOU MAKE. EVERY PROBLEM REPORT, EVERY TIME. You can use dmesg(8) or the contents of the /var/run/dmesg.boot file.
  2. Post the output of ifconfig(8). The only thing you need to redact (change to xx.xx.xx.xx) are any "real" Internet addresses, if applicable.
  3. Post the output of netstat(8) when it fails and goes down. Before restoring the connection. Run netstat three different times: with options -ni, then with -ns, then with -nm, redacting any "real" Internet addresses as above.

Last edited by jggimi; 10th June 2013 at 01:08 PM. Reason: clarity on netstat(8), additional highlighting.
Reply With Quote