On Mon, 2 Apr 2012, Russell Senior wrote:

> E.g. if you paste these into a shell, and then email PLUG the contents
> of the for-plug log files:
>
>  script -c 'echo ip addr ; ip addr ; echo ip route ; ip route ; echo iwconfig 
> ; iwconfig' for-plug.log
>
>  script -c 'for i in $(ip route | grep default | cut -d" " -f3) 4.2.2.2 ; do 
> echo ping $i ; ping -c5 $i ; done' for-plug2.log
>
>  script -c 'echo lspci ; lspci ; echo lsmod ; lsmod' for-plug3.log
>
> then someone would have some basis for guessing what your problems are.

   Tomorrow morning.

Thanks,

Rich

_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to