RHEL/CentOS errors with ide controler

lazytt
Posts: 17
Joined: Wed Mar 25, 2009 10:35 am

RHEL/CentOS errors with ide controler

Post by lazytt »

The fit-pc2 uses the Intel US15W (Poulsbo) chipset which includes the ide controller. It seem this chipset is not supported by centos. The ramifications of this lack of support include:
  1. No dma. Disk write speeds are ~2.2MB p/ sec

    Code: Select all

    /dev/hda:
     Timing buffered disk reads:    8 MB in  3.51 seconds =   2.28 MB/sec
    
  2. improper (read=no) shutdown of the hard drive which conserves energy and helps keep the unit cool. (my unit runs to hot to touch for more than 3-4 seconds). this is the error:

    Code: Select all

    hda: status timeout: status=0xd0 { Busy }
    ide: failed opcode was: unknown
    hda: no DRQ after issuing MULTWRITE_EXT
    ide0: reset: success
    
Please let me know if there is a solution for this issue.
Last edited by lazytt on Thu May 21, 2009 12:27 pm, edited 1 time in total.

sndralex
Posts: 3
Joined: Tue May 19, 2009 3:50 pm

Re: RHEL/CentOS errors with ide controler

Post by sndralex »

Which hard disk did you use?
I don't know whether it is important or no, but this chipset has only PATA controller, not SATA. According to the Intel's spec.

lazytt
Posts: 17
Joined: Wed Mar 25, 2009 10:35 am

Re: RHEL/CentOS errors with ide controler

Post by lazytt »

i used the compulab included hd, whatever that is. From my understanding, the translation from pata to sata is invisible to the system, hence, if I cant cant set dma, is because the system cant relate to the chips set - irrelevant on the HD itself

yogev_ezra
Posts: 539
Joined: Sun Mar 22, 2009 2:49 pm

Re: RHEL/CentOS errors with ide controler

Post by yogev_ezra »

What CentOS version did you use? I plan to install CentOS myself soon.

lazytt
Posts: 17
Joined: Wed Mar 25, 2009 10:35 am

Re: RHEL/CentOS errors with ide controler

Post by lazytt »

yogev_ezra wrote:What CentOS version did you use? I plan to install CentOS myself soon.
5.3 (I used the asteriskNOW iso). Let me know how it goes!

sndralex
Posts: 3
Joined: Tue May 19, 2009 3:50 pm

Re: RHEL/CentOS errors with ide controler

Post by sndralex »

Could you try this distributive?
http://ftp.uni-bayreuth.de/linux/redhat ... 5xx-US15W/

I understand that it's not a AsteriskNOW, but, may be it will work.

P.S. I'm actually interesting in fit-pc2 to be my router/firewall/sql/web-server, and I prefer rpm-based distributive.

lazytt
Posts: 17
Joined: Wed Mar 25, 2009 10:35 am

Re: RHEL/CentOS errors with ide controler

Post by lazytt »

sndralex wrote:I'm actually interesting in fit-pc2 to be my router/firewall/sql/web-server, and I prefer rpm-based distributive.
Same ehre, but I already have my server up and running (although without dma), so I'de rather not reinstall it now. Anyone else? Perhaps tehre is some driver/kmod that we can extract?

lazytt
Posts: 17
Joined: Wed Mar 25, 2009 10:35 am

Re: RHEL/CentOS errors with ide controler

Post by lazytt »

It seems that support the for ide controler was added to the linux kerner about version 2.6.25. Here is a link to said module. Perhaps someone can compile it for 2.6.18-128.1.1.el5?

UPDATE: Said module was first publicly released in kernel 2.6.26
Last edited by lazytt on Thu Jul 02, 2009 3:41 am, edited 1 time in total.

lazytt
Posts: 17
Joined: Wed Mar 25, 2009 10:35 am

Re: RHEL/CentOS errors with ide controler

Post by lazytt »

hmm, I wonder if there isnt a problem with the hd itself. I've had to recover many times from journal error's. I get this error:

Code: Select all

kernel: journal commit I/O error

lazytt
Posts: 17
Joined: Wed Mar 25, 2009 10:35 am

Re: RHEL/CentOS errors with ide controler

Post by lazytt »

I've managed to compile what I believe is the appropriate module (taken from the 2.6.30 kernel) agents 2.6.18-128.1.10.el5. After doing modprobe libata, I can load the module with insmod pata_sch.ko

However, here I still cannot enable dma. Here is the demsg output:

Code: Select all

libata version 3.00 loaded.
pata_sch 0000:00:1f.1: version 0.2
pata_sch 0000:00:1f.1: 0x1F0 IDE port busy
PCI: Setting latency timer of device 0000:00:1f.1 to 64
scsi0 : pata_sch
scsi1 : pata_sch
ata1: DUMMY
ata2: PATA max UDMA/100 bmdma 0x1818 irq 15
Attached is the compiled module
Attachments
pata_sch.rar
(52.86 KiB) Downloaded 742 times

Post Reply

Return to “Other Linux distributions”