View previous topic :: View next topic |
Author |
Message |
Cl9ytoN n00b
Joined: 19 Mar 2006 Posts: 19
|
Posted: Wed Apr 05, 2006 2:20 pm Post subject: DMA prob [SOLVED] |
|
|
I can't seem to activate my DMA on gentoo. It says during boot that's it's not activated and that it could slow down fsck or something like that. When I use the command hdparm .. I get the using_dma = 0 (off) . Need help plz[/post]
Last edited by Cl9ytoN on Fri Apr 07, 2006 3:54 pm; edited 1 time in total |
|
Back to top |
|
|
gentoo_dude l33t
Joined: 08 May 2004 Posts: 645 Location: Washington, DC
|
Posted: Wed Apr 05, 2006 3:37 pm Post subject: |
|
|
What kind of harddrive do you have, IDE or SATA? |
|
Back to top |
|
|
cyrillic Watchman
Joined: 19 Feb 2003 Posts: 7313 Location: Groton, Massachusetts USA
|
Posted: Wed Apr 05, 2006 5:36 pm Post subject: |
|
|
You need to compile your kernel with support for your IDE controller's chipset in order for DMA to work.
If you don't know what chipset you have and/or which driver to select, then post the output of "lspci". |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Wed Apr 05, 2006 6:07 pm Post subject: |
|
|
Moved from Installing Gentoo to Kernel & Hardware. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
Cl9ytoN n00b
Joined: 19 Mar 2006 Posts: 19
|
Posted: Thu Apr 06, 2006 5:38 am Post subject: |
|
|
00:00.0 Host bridge: Silicon Integrated Systems [SiS] SiS645DX Host & Memory & A GP Controller
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge ( AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS961 [MuTIOL Media IO] (r ev 10)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:05.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
00:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139 C+ (rev 10)
00:0b.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AR [Radeon 9600]
01:00.1 Display controller: ATI Technologies Inc RV350 AR [Radeon 9600] (Seconda ry)
I think I have IDE hard drive. |
|
Back to top |
|
|
cyrillic Watchman
Joined: 19 Feb 2003 Posts: 7313 Location: Groton, Massachusetts USA
|
Posted: Thu Apr 06, 2006 5:00 pm Post subject: |
|
|
Cl9ytoN wrote: | Code: | 00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0) |
I think I have IDE hard drive. |
OK, your IDE controller uses an SiS chipset, so you want to select this driver in the kernel.
Code: | Device Drivers --->
ATA/ATAPI/MFM/RLL support --->
<*> SiS5513 chipset support |
|
|
Back to top |
|
|
|