View previous topic :: View next topic |
Author |
Message |
OneInThreeWaves Tux's lil' helper
Joined: 16 Jul 2004 Posts: 92 Location: La Florida
|
Posted: Wed Aug 18, 2004 7:01 pm Post subject: 2.6.8 kernel....slow? |
|
|
Is it just me, or is the new 2.6.8 kernel waaaay slower than 2.6.7?
If I'm emerging something, xmms skips all over the place, and I know this shouldn't/didn't happen on my p4 2.0ghz computer. =\
Is anyone else noticing a lag in the new kenrel? _________________ Rock over London!
Rock on Chicago!
Duracel: No other battery lasts longer. |
|
Back to top |
|
|
teutzz Guru
Joined: 22 Apr 2004 Posts: 333 Location: .ro
|
Posted: Wed Aug 18, 2004 7:06 pm Post subject: |
|
|
not here, using 2.6.8-nitro1; in fact this one is one of the most responsive kernels i have used so far _________________ Cand nu stii ce sa raspunzi sau ce sa spui un simplu BLA ajunge... lolz |
|
Back to top |
|
|
reptile Guru
Joined: 19 Nov 2002 Posts: 363
|
Posted: Wed Aug 18, 2004 7:12 pm Post subject: |
|
|
despite other problems with 2.6.8 (cdrecord, vfat, but those are different issues), gentoo-dev-sources-2.6.8-r1 is way _more_ responsive than 2.6.7-r14 imho. i think you should check your sound setup. are you using a sound server (such as esd or arts)? if so, try disabling it and use alsa as sound drivers as well as trying xmms output to be either alsa or oss.
hth |
|
Back to top |
|
|
OneInThreeWaves Tux's lil' helper
Joined: 16 Jul 2004 Posts: 92 Location: La Florida
|
Posted: Wed Aug 18, 2004 7:43 pm Post subject: |
|
|
If it was just XMMS, I'd say yeah, but if emerge is 'unpacking source', everything bogs down, even the keyboard/mouse. It also was lagging when I was copying over my backed up files from the Windows computer down the hall.
What could be causing such a situation? _________________ Rock over London!
Rock on Chicago!
Duracel: No other battery lasts longer. |
|
Back to top |
|
|
teutzz Guru
Joined: 22 Apr 2004 Posts: 333 Location: .ro
|
Posted: Wed Aug 18, 2004 8:19 pm Post subject: |
|
|
intense hard disk/ide-controller/cpu usage comes to my mind, and unless you have atleast 1 Ghz cpu or even more or a raid hdd it makes perfect sense (especially when unpacking large files) _________________ Cand nu stii ce sa raspunzi sau ce sa spui un simplu BLA ajunge... lolz |
|
Back to top |
|
|
iamben Apprentice
Joined: 10 May 2004 Posts: 278
|
Posted: Wed Aug 18, 2004 8:21 pm Post subject: |
|
|
make sure your drives are using dma:
Code: | root@mee ~ # hdparm -d /dev/hda
/dev/hda:
using_dma = 1 (on) |
|
|
Back to top |
|
|
OneInThreeWaves Tux's lil' helper
Joined: 16 Jul 2004 Posts: 92 Location: La Florida
|
Posted: Thu Aug 19, 2004 12:11 am Post subject: |
|
|
I see that dma is turned off. Here's what happens when I try to enable it...
Code: | # hdparm -d1 /dev/hda
/dev/hda:
setting using_dma to 1 (on)
DIO_SET_DMA failed: Operaion not permitted
using_dma = 0 (off) |
bah. How do I get this thang up and running? _________________ Rock over London!
Rock on Chicago!
Duracel: No other battery lasts longer.
Last edited by OneInThreeWaves on Thu Aug 19, 2004 12:29 am; edited 2 times in total |
|
Back to top |
|
|
errata n00b
Joined: 10 Aug 2004 Posts: 1
|
Posted: Thu Aug 19, 2004 12:24 am Post subject: |
|
|
Pretty easy
Code: | hdparm -d 1 /dev/hda |
|
|
Back to top |
|
|
OneInThreeWaves Tux's lil' helper
Joined: 16 Jul 2004 Posts: 92 Location: La Florida
|
Posted: Thu Aug 19, 2004 2:32 am Post subject: |
|
|
Fuggit. Fixed. 2.6.7 kernel is now running it well. =P _________________ Rock over London!
Rock on Chicago!
Duracel: No other battery lasts longer. |
|
Back to top |
|
|
|