View previous topic :: View next topic |
Author |
Message |
philosopher_sam n00b
Joined: 17 Mar 2004 Posts: 26 Location: southern California
|
Posted: Sun Mar 21, 2004 9:31 pm Post subject: Real newbie question: Location of my kernel log and... |
|
|
the command to read it.
I'm setting up a USB mouse using the procedure in the desktop guide.
Thanks,
Sam
Last edited by philosopher_sam on Mon Mar 22, 2004 2:59 am; edited 1 time in total |
|
Back to top |
|
|
foton2 Guru
Joined: 23 Feb 2004 Posts: 347 Location: Prague, Czech Republick
|
Posted: Sun Mar 21, 2004 9:42 pm Post subject: |
|
|
or
Code: |
less /var/log/messages
|
|
|
Back to top |
|
|
philosopher_sam n00b
Joined: 17 Mar 2004 Posts: 26 Location: southern California
|
Posted: Mon Mar 22, 2004 3:40 am Post subject: Thanks!! |
|
|
Thanks friend...Gentoo community is awesome.... |
|
Back to top |
|
|
byrnerat101 Tux's lil' helper
Joined: 30 Sep 2003 Posts: 106 Location: upstate, NY
|
Posted: Mon Mar 22, 2004 1:39 pm Post subject: |
|
|
you could also use
|
|
Back to top |
|
|
mattjgalloway l33t
Joined: 16 Mar 2004 Posts: 761 Location: Coventry, UK
|
Posted: Mon Mar 22, 2004 1:48 pm Post subject: |
|
|
I quite like doing:
dmesg | grep something
Just replace the "something" with what you want to search for. it's useful for debugging, when you want info about your agp or something... |
|
Back to top |
|
|
|