Code Sample |
echo dsl version... more /usr/share/doc/dsl/release.txt >/diagdata.txt echo Copying DMESG.... dmesg >>/diagdata.txt echo Copying modprobe configuration modprobe -c >>/diagdata.txt echo modprobe list... modprobe -l >>/diagdata.txt echo mounted stuff.... mount >>/diagdata.txt mount -l >>/diagdata.txt echo iwconfig list... iwconfig -l >>/diagdata.txt echo ndiswrapper list... ndiswrapper -l >>/diagdata.txt echo env variables... env >>/diagdata.txt echo free... free >>/diagdata.txt echo list modules lsmod >>/diagdata.txt echo list pci cards lspci >>/diagdata.txt echo list usb devices lsusb >>/diagdata.txt echo maybe were done... echo returning you to your regularly scheduled programming... echo already in progress. |