Results 1 to 4 of 4
I have used ubuntu and xubuntu for 2 years now, I just installed mint 7 on my desktop from a cd that i burned, after the install, when i went ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-13-2009 #1Linux Newbie
- Join Date
- Nov 2007
- Posts
- 230
mint 7 shutdown
I have used ubuntu and xubuntu for 2 years now, I just installed mint 7 on my desktop from a cd that i burned, after the install, when i went to restart, for about half a second the whole screen was filled with ERROR...it was too fast to even read, however, on restart mint works flawlessly, the only thing I wonder about, is on shutdown, the computer beeps one time really loud.... is this ok ? is there any thing I should look for ? thanks
- 08-13-2009 #2
You could check the output of the command:
It's a long list and you'll have to sort through ir for errors.Code:dmesg
you could try piping with grep
Code:dmesg |grep -i error
Code:dmesg |grep -i fail
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 08-13-2009 #3Linux Newbie
- Join Date
- Nov 2007
- Posts
- 230
thanks mike and "yikes"
any ideas ?
~/Desktop $ dmesg |grep -i error
[ 22.131815] [drm:i915_setparam] *ERROR* unknown parameter 4
[ 22.131872] [drm:i915_getparam] *ERROR* Unknown parameter 6
[ 22.888600] [drm:i915_getparam] *ERROR* Unknown parameter 6
[ 198.148184] [drm:i915_getparam] *ERROR* Unknown parameter 6
[ 5372.734093] [drm:i915_getparam] *ERROR* Unknown parameter 6
[ 9013.976980] [drm:i915_getparam] *ERROR* Unknown parameter 6
- 08-13-2009 #4
Those look like some kind of video errors, they may or may not be the cause of your problem. I would spend a few minutes going through the output of dmesg without any grep to see if you find anything else that might be useful.
See here.
Google[drm%3Ai915_setparam]+*ERROR*+unknown+parameter&ie=utf-8&oe=utf-8&aq=t&rls=org.gentoo:en-US:official&client=firefox-aI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.


Reply With Quote
