Search found 9 matches

by Kleborp
Thu Jul 23, 2009 5:33 pm
Forum: Linux on fit-PC2
Topic: linux_2.6.24.7
Replies: 3
Views: 7747

Re: linux_2.6.24.7

Everything should be here, kernel source, X driver, mplayer, etc.
by Kleborp
Tue Jul 21, 2009 8:08 am
Forum: Linux on fit-PC2
Topic: HDD performance Debian Lenny 5.0.2
Replies: 10
Views: 16908

Re: HDD performance Debian Lenny 5.0.2

Kleborp: I updated my Lenny to Sid (Debian unstable) and kernel 2.6.30. Now it looks like it loads the module correctly. I get cached reads of about 300-350 MB/s and buffered reads of about 40-45 MB/s. Much better, and workable for me, but I wonder howcome I only get half of your cached reads? Than...
by Kleborp
Tue Jul 21, 2009 7:40 am
Forum: Linux on fit-PC2
Topic: ACPI Kernel issue
Replies: 43
Views: 87898

Re: ACPI Kernel issue

It doesn't see 2 different CPUs, it's 1 CPU with HyperThreading (notice how both the core id and physical id is 0, same CPU, and the 'ht' flag). It runs at 800mhz when it's idle, it utilizes cpu frequency scaling, see if it has 'cpufreq-info' as command, that should show: cpufrequtils 005: cpufreq-i...
by Kleborp
Mon Jul 20, 2009 1:49 pm
Forum: Linux on fit-PC2
Topic: HDD performance Debian Lenny 5.0.2
Replies: 10
Views: 16908

Re: HDD performance Debian Lenny 5.0.2

Hmm from the lsmod output it does look like it has the 'pata_sch' module, but it might not be using it, and it's using ide_generic instead. This is my lsmod output on a 2.6.30 kernel: [root@<snip> ~]# uname -a Linux <snip> 2.6.30-fit #1 SMP PREEMPT Sat Jul 11 20:41:31 CEST 2009 i686 Intel(R) Atom(TM...
by Kleborp
Mon Jul 20, 2009 1:41 pm
Forum: Linux on fit-PC2
Topic: freeze of the LAN
Replies: 2
Views: 8110

Re: freeze of the LAN

Sounds like the same issue discussed in this topic. Basically you have to turn off the 'C-States' power saving in the BIOS and use just GV3, it's a known bug in the kernel (related to ACPI/Power Management).

So try changing that bios option and test again.
by Kleborp
Sat Jul 18, 2009 12:49 pm
Forum: Linux on fit-PC2
Topic: HDD performance Debian Lenny 5.0.2
Replies: 10
Views: 16908

Re: HDD performance Debian Lenny 5.0.2

Post the output of 'lsmod' and 'uname -a', it's probably using a generic ide driver, which works but without DMA and everything.

It should be using the US15W compatible 'pata_sch' module, which is either in patched old kernels or in vanilla kernels since 2.6.29 I think.
by Kleborp
Mon Jul 13, 2009 8:47 pm
Forum: Ubuntu 9.04
Topic: Ubuntu won't restart
Replies: 18
Views: 50481

Re: Ubuntu won't restart

There's an easier fix for this, after looking at the patch and related code I found the following comment: Thank-you and well done Kleborp ! A very nice fix until the Ubuntu kernel is patched. Have you submitted the bug fix to them yet? I don't think this is worth a bug fix, it's not really a bug o...
by Kleborp
Mon Jul 13, 2009 8:45 pm
Forum: Linux on fit-PC2
Topic: NR_CPUS limited to 1 - why?
Replies: 6
Views: 11591

Re: NR_CPUS limited to 1 - why?

I'm running a 2.6.30 kernel (not Ubuntu though), with the SMP enabled, and compiling with multiple jobs (-j2 or -j3) does reduce compile times by about 5 to 20%. It isn't much, but that's because it isn't really an extra core but hyperthreading. So yes it does increase performance slightly, but it p...
by Kleborp
Sat Jul 11, 2009 1:11 pm
Forum: Ubuntu 9.04
Topic: Ubuntu won't restart
Replies: 18
Views: 50481

Re: Ubuntu won't restart

There's an easier fix for this, after looking at the patch and related code I found the following comment: /* * Some machines require the "reboot=b" commandline option, * this quirk makes that automatic. */ static int __init set_bios_reboot(const struct dmi_system_id *d) { if (reboot_type != BOOT_BI...

Go to advanced search