No, i'm talking about your hint above concerning the release of a Mint 13 image or something else for the fitPC2.gabrielh wrote:The release is still has several bugs. There is still some housekeeping to do.
linux mint 13
Re: linux mint 13
Re: linux mint 13
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.
Gabriel Heifets
Fit-PC2/3/IntensePC support.
Fit-PC2/3/IntensePC support.
Re: linux mint 13
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:
After that all problems are gone.
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"
-
- Posts: 181
- Joined: Thu Jul 23, 2009 10:18 am
Re: linux mint 13
Thanks for the hint!
You should extend with vmalloc, too, like this:
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"