Page 2 of 2

Re: linux mint 13

Posted: Wed Nov 28, 2012 5:26 pm
by DocLight
gabrielh wrote:The release is still has several bugs. There is still some housekeeping to do.
No, i'm talking about your hint above concerning the release of a Mint 13 image or something else for the fitPC2.

Re: linux mint 13

Posted: Thu Dec 06, 2012 11:26 am
by gabrielh
Please follow this guide http://www.fit-pc.com/forum/viewtopic.php?f=68&t=2991 for install Linux Mint 13 on Fit-PC2. This is the latest stable tested release.

Re: linux mint 13

Posted: Fri Feb 22, 2013 4:54 pm
by DocLight
A small hint:
in my installation of Mint 13 Mate on a Z550 fitPC2i (backported Mate 1.4, EMGD 1.16, activated C-states, WLAN, Kernel 3.2.0-38) the PC hangs during shutdown/restart in some cases - obviously due to some problems with IRQ-handling (i assume WLAN is the bad boy).
After search & test i've added a noapic irqpoll to the kernel boot parameters.
Edit the /etc/default/grub und update grub:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash psb_gfx.dummy=1 noapic irqpoll"
After that all problems are gone.

Re: linux mint 13

Posted: Fri Feb 22, 2013 6:34 pm
by startit_ltd
Thanks for the hint!
You should extend with vmalloc, too, like this:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash psb_gfx.dummy=1 vmalloc=192M noapic irqpoll"

Re: linux mint 13

Posted: Fri Feb 22, 2013 7:49 pm
by DocLight
good idea... thanks :)