Find the answer to your Linux question:
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 ...
  1. #1
    Linux Newbie
    Join Date
    Nov 2007
    Posts
    223

    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

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    You could check the output of the command:
    Code:
    dmesg
    It's a long list and you'll have to sort through ir for errors.
    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.

  3. #3
    Linux Newbie
    Join Date
    Nov 2007
    Posts
    223

    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

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    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-a
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...