the module is called, if it was compiled as a module e1000.o Its under:
Network device support --->
Ethernet (1000 Mbit) --->
< > Intel(R) PRO/1000 Gigabit Ethernet support (NEW)
Now, the speed check:
hdparm -i /dev/hdX
Where X is the device letter of the drive. There will be a * next to its current ATA setting. For instance:
Code:
root@diane:~# hdparm -i /dev/hda
/dev/hda:
Model=ST38410A, FwRev=3.03, SerialNo=3CS03AQ3
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
BuffType=unknown, BuffSize=512kB, MaxMultSect=32, MultSect=32
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=16841664
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
AdvancedPM=yes: unknown setting WriteCache=enabled
Drive conforms to: device does not report version: 1 2 3 4 5
udma4 is ATA66, you should have yours set to... goodness, udma7, I think... that's even if hdparm is able to recognize that high up there, if it says 6, that's fine.
Speed test it:
hdparm -Tt /dev/hdX
You should get a Timing Buffered Disk Read of about... goodness, 80MB/sec thereabouts, anything under 50 and there's something set wrong.
Cheers,
Finegan