Well, I have written that onboard network controller doesn't work... It's not true anymore. A small howto: 1) add pci network card 2) install with "linux all-generic-ide pci=nommconf" 3) update to the latest distro kernel 2.6.9-42.0.3 4) get http://heanet.dl.sourceforge.net/sourceforge/e1000/e1000-7.3.20.tar.gz 5) do have kernel-headers, rpmbuild ... etc. 6) rpmbuild -ta e1000-7.3.20.tar.gz 7) rpm -ihv /usr/src/redhat/RPMS/i386/e1000-7.3.20-1.i386.rpm 8) boot, remove pci eth, boot :o)
Regards, David
-------- Původní zpráva -------- Předmět: Re: [CentOS] Easy upgrade path from beta5 to stable 5? Datum: Wed, 17 Jan 2007 23:35:40 +0100 (CET) Od: David Hrbác( hrbac.conf@seznam.cz Přeposláno - Komu: CentOS mailing list centos@centos.org Komu: CentOS mailing list centos@centos.org Reference: B9ECBF8D89E7684EB63FF250E8788B1942C4AD@BIGLOG.thenap.com
Drew Weaver napsal(a):
S5000 doesn't work at all with Centos 4.
At least not with the intel boards themselves.
S3000 works fine, 965/975 doesn't work at all either.
-Drew
Drew, Centos 4.4 works on 965 (I'm talking about Intel DG965OT). Kernel options are "all-generic-ide pci=nommconf". Set sata controller to AHCI mode in BIOS. Onboard network card is not recognized at all. So mobo works, but just buy another board, at least for now. David
What's the SATA performance like when setting it up in IDE emulation? Does it take a significant performance hit as a result?
David Hrbáč wrote:
Well, I have written that onboard network controller doesn't work... It's not true anymore. A small howto:
- add pci network card
- install with "linux all-generic-ide pci=nommconf"
- update to the latest distro kernel 2.6.9-42.0.3
- get
http://heanet.dl.sourceforge.net/sourceforge/e1000/e1000-7.3.20.tar.gz 5) do have kernel-headers, rpmbuild ... etc. 6) rpmbuild -ta e1000-7.3.20.tar.gz 7) rpm -ihv /usr/src/redhat/RPMS/i386/e1000-7.3.20-1.i386.rpm 8) boot, remove pci eth, boot :o)
Regards, David
-------- Původní zpráva -------- Předmět: Re: [CentOS] Easy upgrade path from beta5 to stable 5? Datum: Wed, 17 Jan 2007 23:35:40 +0100 (CET) Od: David Hrbác( hrbac.conf@seznam.cz Přeposláno - Komu: CentOS mailing list centos@centos.org Komu: CentOS mailing list centos@centos.org Reference: B9ECBF8D89E7684EB63FF250E8788B1942C4AD@BIGLOG.thenap.com
Drew Weaver napsal(a):
S5000 doesn't work at all with Centos 4.
At least not with the intel boards themselves.
S3000 works fine, 965/975 doesn't work at all either.
-Drew
Drew, Centos 4.4 works on 965 (I'm talking about Intel DG965OT). Kernel options are "all-generic-ide pci=nommconf". Set sata controller to AHCI mode in BIOS. Onboard network card is not recognized at all. So mobo works, but just buy another board, at least for now. David
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
David Hrbáč wrote:
Do you mean legacy IDE vs AHCI? I did not run the test. I assume AHCI is better. David
No, I was referring to using the AHCI plus all-generic-ide to get the SATA controller to function versus using something like Fedora Core 6 which has support for the SATA controller in the kernel.
What kind of performance are you getting under your current setup?
nethub@gmail.com napsal(a):
No, I was referring to using the AHCI plus all-generic-ide to get the SATA controller to function versus using something like Fedora Core 6 which has support for the SATA controller in the kernel.
What kind of performance are you getting under your current setup?
[root@kubikula ~]# hdparm -Tt /dev/hde
/dev/hde: Timing cached reads: 3684 MB in 2.00 seconds = 1837.69 MB/sec Timing buffered disk reads: 70 MB in 3.03 seconds = 23.14 MB/sec
[root@kubikula ~]# hdparm -Tt /dev/sda
/dev/sda: Timing cached reads: 4284 MB in 2.00 seconds = 2142.33 MB/sec Timing buffered disk reads: 146 MB in 3.02 seconds = 48.35 MB/sec
David
On Tue, Jan 23, 2007 at 04:38:27PM +0100, David Hrb???? wrote:
Timing buffered disk reads: 70 MB in 3.03 seconds = 23.14 MB/sec
That's pretty slow. Comparing to traditional EIDE disks, that's around UDMA2 speeds (a UDMA2 disk on a Dell P3-800 gives 20MB/sec). My USB2 enclosures are faster than that (30MB/sec on a Shuttle AMD-2500).
Timing buffered disk reads: 146 MB in 3.02 seconds = 48.35 MB/sec
That's closer to UDMA5 speeds (approx 55MB/sec on both machines).
All in all, not very impressive!
Stephen Harris napsal(a):
On Tue, Jan 23, 2007 at 04:38:27PM +0100, David Hrb???? wrote:
Timing buffered disk reads: 70 MB in 3.03 seconds = 23.14 MB/sec
That's pretty slow. Comparing to traditional EIDE disks, that's around UDMA2 speeds (a UDMA2 disk on a Dell P3-800 gives 20MB/sec). My USB2 enclosures are faster than that (30MB/sec on a Shuttle AMD-2500).
well, 4x old (4-5 yrs) PATA disks on old 2x channel FastTrak PCI controller, so results, so results more less expected
Timing buffered disk reads: 146 MB in 3.02 seconds = 48.35 MB/sec
That's closer to UDMA5 speeds (approx 55MB/sec on both machines).
All in all, not very impressive!
yes, about 20% lower... Well, I did not make computer specification :o), my first thought was to throw it away, but then I took it as challenge to make it run. On, I forgot to mention, RAID5 on PATA was rebuilding and data has been copied on during the test. David
Stephen Harris wrote:
On Tue, Jan 23, 2007 at 04:38:27PM +0100, David Hrb???? wrote:
Timing buffered disk reads: 70 MB in 3.03 seconds = 23.14 MB/sec
That's pretty slow. Comparing to traditional EIDE disks, that's around UDMA2 speeds (a UDMA2 disk on a Dell P3-800 gives 20MB/sec). My USB2 enclosures are faster than that (30MB/sec on a Shuttle AMD-2500).
Timing buffered disk reads: 146 MB in 3.02 seconds = 48.35 MB/sec
That's closer to UDMA5 speeds (approx 55MB/sec on both machines).
All in all, not very impressive!
For comparison: root@Bandicoot:~# hdparm -Tit /dev/hda
/dev/hda:
Model=ST3160212A, FwRev=3.AAJ, SerialNo=4LS4ZQ3R Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4 BuffType=unknown, BuffSize=2048kB, MaxMultSect=16, MultSect=off CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=268435455 IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 AdvancedPM=no WriteCache=enabled Drive conforms to: Unspecified: ATA/ATAPI-1 ATA/ATAPI-2 ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5 ATA/ATAPI-6 ATA/ATAPI-7
* signifies the current active mode
Timing cached reads: 1152 MB in 2.00 seconds = 574.67 MB/sec Timing buffered disk reads: 182 MB in 3.06 seconds = 59.40 MB/sec root@Bandicoot:~#
The drive's pretty new, the BIOS is dated Dec 2004, and the mobo is an ASUS A7V400-MX (cheap all-in one, Via chipset), the CPU AMD Sempron(tm) 2400+.