Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slow ADSL !



On Sat, Sep 08, 2001 at 05:31:25PM +0200, Tobias Diedrich wrote:
> 
> If you are using the graphical login, hold down ctrl+alt and press F1 to
> get to the text mode login [1]. Log in as root and run these commands:
> 
> uname -r > /tmp/info
> lspci > /tmp/info
> hdparm /dev/hda > /tmp/info
> dmesg > /tmp/info
> free > /tmp/info

Using the '>' will overwrite (clobber, in unix speak) the contents
of the file. Use '>>' to append data to a file.

Run these commands instead:

uname -r >> /tmp/info
lspci >> /tmp/info
hdparm /dev/hda >> /tmp/info
dmseg >> /tmp/info
free >> /tmp/info

Then mail the contents of the /tmp/info file to us as recommended 
by Tobias.

> log out and log in again as usual (You can switch back to the graphical
> login by holding ctrl+alt and pressing F7) and mail the contents of
> /tmp/info to this list.

-- Uva Coder


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links