Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Machine gets slow when copying or manipulating large files.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
naelr
n00b
n00b


Joined: 10 Aug 2003
Posts: 33

PostPosted: Sun Jun 06, 2004 5:26 am    Post subject: Machine gets slow when copying or manipulating large files. Reply with quote

First off I hope I picked the correct forum. Second I have been using Linux for about 6 years now... redhat and mandrake mostly with about every other flavor thrown into the mix for 5 years.. have been using gentoo now on my router and main computer for about a year.

I just reciently reloaded my gentoo box. Wanted the new 2.6 kernel for the IDE cdburning and some other reasons. I know i could have just emerged and compiled but after reading several forums on updating, and doing a rather stupid emerge -v depclean which wiped out some very important dependencies, I was rather frustraded with trying to fix them. So a reinstall is just so much more fun, I thought what the heck right!!!!

Anyway, I am running an AMD 1800 +XP with 384 megs of ram on a reiserfs partition.
Kernel 2.6.5 and I have an NViidia GForce FX 5600 with 512 megs of ram. On an UDMA 5400 rpm HD maxtor or wester digial I think...

My problem is now ( and it didn't happen before the reinstall) when I copy a dvd or move a large file 100 megs or more over the network, or copying to a different dir... (mostly I am talking large avi's, movies and the such...) The whole system seems to slow to a crawl. I am copying a dvd with only 858 megs on it using k3b. As soon as it got to about 50 megs on the image creation the mouse got very jumpy and alt-tabing to a console was really slow .. even typing on the console is very slow...

I am not sure what other information I can offer and I have racked my brain and these forums for an answer.. perhaps it is too late in night with no more caffein in the house.

oh yea when i booted the first time I noticed in the boot up it said something about my udma not being turned on in the cmos.. well there is no place in there to turn it on anymore. it is all auto detected by the cmos.. I have since then recompiled to add other things I missed on the first compile. I doesn't say that anymore but I am still getting these lags in system preformace. Any help would be greatly apprecated.

Thanks in advance...

Naelr


Last edited by naelr on Mon Jun 07, 2004 9:17 pm; edited 1 time in total
Back to top
View user's profile Send private message
camouflageX
n00b
n00b


Joined: 29 Mar 2003
Posts: 51

PostPosted: Sun Jun 06, 2004 11:39 am    Post subject: Reply with quote

Is DMA activated? What does
Code:
hdparm -d /dev/hda

say? (if that is your HDD)
Back to top
View user's profile Send private message
naelr
n00b
n00b


Joined: 10 Aug 2003
Posts: 33

PostPosted: Sun Jun 06, 2004 1:46 pm    Post subject: Reply with quote

/dev/hda:
using_dma = 0 (off)
Back to top
View user's profile Send private message
camouflageX
n00b
n00b


Joined: 29 Mar 2003
Posts: 51

PostPosted: Sun Jun 06, 2004 1:48 pm    Post subject: Reply with quote

Do a
Code:
hdparm -d1 /dev/hda

then and try again...
Back to top
View user's profile Send private message
naelr
n00b
n00b


Joined: 10 Aug 2003
Posts: 33

PostPosted: Sun Jun 06, 2004 1:52 pm    Post subject: Reply with quote

this is what I got


/dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)
Back to top
View user's profile Send private message
camouflageX
n00b
n00b


Joined: 29 Mar 2003
Posts: 51

PostPosted: Sun Jun 06, 2004 2:29 pm    Post subject: Reply with quote

Could you please post your Linux IDE configuration (like in menuconfig)?

Maybe an important option is missing...

Oh, and please tell us what chipset you have..
Back to top
View user's profile Send private message
naelr
n00b
n00b


Joined: 10 Aug 2003
Posts: 33

PostPosted: Sun Jun 06, 2004 2:46 pm    Post subject: Reply with quote

I have a via chipset

here is the ide config in menuconfig

Quote:
--- IDE chipset support/bugfixes │ │
│ │ <*> generic/default IDE chipset support │ │
│ │ [*] CMD640 chipset bugfix/support │ │
│ │ [ ] CMD640 enhanced support │ │
│ │ [ ] PNP EIDE support │ │
│ │ [*] PCI IDE chipset support │ │
│ │ [*] Sharing PCI IDE interrupts support │ │
│ │ [ ] Boot off-board chipsets first support │ │
│ │ [*] Generic PCI IDE Chipset Support │ │
│ │ < > OPTi 82C621 chipset enhanced support (EXPERIMENTAL) │ │
│ │ <*> RZ1000 chipset bugfix/support │ │
│ │ [*] Generic PCI bus-master DMA support │ │
│ │ [ ] Force enable legacy 2.0.X HOSTS to use DMA │ │
│ │ [*] Use PCI DMA by default when available │ │
│ │ [ ] Enable DMA only for disks │ │
│ │ < > AEC62XX chipset support │ │
│ │ < > ALI M15x3 chipset support │ │
│ │ < > AMD and nVidia IDE support │ │
│ │ < > ATI IXP chipset IDE support │ │
│ │ < > CMD64{3|6|8|9} chipset support │ │
│ │ < > Compaq Triflex IDE support │ │
│ │ < > CY82C693 chipset support │ │
│ │ < > Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL) │ │
│ │ < > Cyrix/National Semiconductor CS5530 MediaGX chipset support │ │
│ │ < > HPT34X chipset support │ │
│ │ < > HPT36X/37X chipset support │ │
│ │ < > National SCx200 chipset support │ │
│ │ <*> Intel PIIXn chipsets support │ │
│ │ < > NS87415 chipset support │ │
│ │ < > PROMISE PDC202{46|62|65|67} support │ │
│ │ < > PROMISE PDC202{68|69|70|71|75|76|77} support │ │
│ │ < > ServerWorks OSB4/CSB5/CSB6 chipsets support │ │
│ │ < > Silicon Image chipset support │ │
│ │ < > SiS5513 chipset support │ │
│ │ < > SLC90E66 chipset support │ │
│ │ < > Tekram TRM290 chipset support │ │
│ │ < > VIA82CXXX chipset support


I now notice at the bottom that I dont have via82Cxxx chipset support and guess what... that is the chipset I have.... will now put it in and recompile... wish me luck
Back to top
View user's profile Send private message
naelr
n00b
n00b


Joined: 10 Aug 2003
Posts: 33

PostPosted: Sun Jun 06, 2004 2:52 pm    Post subject: Reply with quote

well GUESS WHAT!!!

That was it!!! hdparm -d /dev/hda now replys

/dev/hda
using_dma = 1 (on)

Thanks alot camouflageX... for pointing me in the right direction..
Back to top
View user's profile Send private message
camouflageX
n00b
n00b


Joined: 29 Mar 2003
Posts: 51

PostPosted: Sun Jun 06, 2004 4:32 pm    Post subject: Reply with quote

Great! :D 8)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum