View Single Post
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#4
Did you modify your mce.ini file via one of the LED/update apps? PR1.3 touched that file, and I'm not sure how the App Manager handles the conflict. I was using apt-get at the time so it asked what to do.

Go into an xterm (menu->system->xterm) and type this:
Code:
ls -la /etc/mc*
If you see multiple, like this:
Code:
-rw-r--r--    1 user     users       19031 Jul 29 08:30 mce.ini
-rw-r--r--    1 user     users       18881 May 11 18:23 mce.ini.dpkg-old
You may want to try the following lines:
Code:
gainroot
mv /etc/mce.ini /etc/mce.ini-PR1.3
mv /etc/mce.ini.dpkg-old /etc/mce.ini
reboot
That should restore your old mce file. Note, I haven't tried this, so it may break something!
 

The Following User Says Thank You to woody14619 For This Useful Post: