Gateway 6020
From Gentoo Linux Wiki
| Laptops • TV Tuner Cards • Wireless • Servers • Storage • Other Hardware • Motherboards • Related |
Please format this article according to the guidelines and Wikification suggestions, then remove this notice {{Wikify}} from the article
This is a mid-range Gateway notebook which I purchased new in the states in August of 2005.
Contents |
[edit] Kernel
Currently using linux-2.6.15-gentoo-r3.
[edit] Hardware
[edit] The Obligatory lspci Dump
Output of lspci:
| Code: #lspci |
00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02) 00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02) 00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) 00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83) 00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03) 00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 03) 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03) 00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03) 02:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) 02:02.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller 02:02.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller 02:02.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller 02:02.4 Class 0805: Texas Instruments PCI6411, PCI6421, PCI6611, PCI6621, PCI7411, PCI7421, PCI7611, PCI7621 Secure Digital (SD) Controller 02:04.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) |
[edit] CPU (Celeron-M)
There is a single CPU, a Celeron-M rated at 1.40GHz. It is (to the best of my knowledge) fully compatible with the Pentium-M and I have not noticed any problems with setting -march=pentium-m available in gcc 3.4.3 and higher (with earlier gcc versions I have heard that -march=pentium3 -msse2 is about as close as you can get, I recommend updating gcc if you have an older version).
I have not experimented with the special power saving features of this CPU yet.
[edit] Ethernet (Wired)
Ethernet is 10/100 using the Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) Ethernet Controller. I use the b44 driver, compiled as a module:
CONFIG_B44=m
[edit] Hard Drive
Hard drive is a 60GB Hitachi IC25N060ATMR04-0.
| Code: hdparm outputs |
Model=IC25N060ATMR04-0, FwRev=MO3OAD4A, SerialNo=MRG31YKKGAR7XH
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
BuffType=DualPortCache, BuffSize=7884kB, MaxMultSect=16, MultSect=off
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=117210240
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=yes: mode=0x80 (128) WriteCache=enabled
Drive conforms to: ATA/ATAPI-6 T13 1410D revision 3a: ATA/ATAPI-2 ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5 ATA/ATAPI-6
|
I have not experimented with hard drive optimisation settings yet.
[edit] Modem
Never used the modem.
[edit] Sound
I use Intel 8x0 AC97 driver is configured as a module (snd_intel8x0) and it works fine.
[edit] Special Function Keys
Have not experimented with the special functions of the keyboard yet.
[edit] USB
I have not needed or experimented with USB devices yet.
[edit] Graphics
See this HowTo.
[edit] Wireless (Broadcom BCM4318)
See the Broadcom 43xx article.
