This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
IBM ThinkPad T42: Difference between revisions
From Gentoo Wiki (test)
m (CPU) |
m (More and more) |
||
Line 71: | Line 71: | ||
CPU min MHz: 600.0000 | CPU min MHz: 600.0000 | ||
BogoMIPS: 3388.71 | BogoMIPS: 3388.71 | ||
</pre>}} | |||
==Graphics== | |||
This model has 14" 4:3 ration screen with ATI Radeon GFX chipset. | |||
{{Cmd|lspci -k -s 01:00.0|output=<pre> | |||
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV200/M7 [Mobility Radeon 7500] | |||
Subsystem: IBM ThinkPad T4x Series | |||
Kernel driver in use: radeonfb | |||
</pre>}} | |||
==Wired NIC== | |||
{{Cmd|lspci -k -s 02:01.0|output=<pre> | |||
02:01.0 Ethernet controller: Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile) (rev 03) | |||
Subsystem: IBM Thinkpad | |||
Kernel driver in use: e1000 | |||
</pre>}} | |||
==Wireless NIC== | |||
{{Cmd|lspci -k -s 02:02.0|output=<pre> | |||
02:02.0 Network controller: Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection (rev 05) | |||
Subsystem: Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection | |||
</pre>}} | |||
==Audio== | |||
{{Cmd|lspci -k -s 00:1f.5|output=<pre> | |||
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01) | |||
Subsystem: IBM ThinkPad T4x Series | |||
Kernel driver in use: snd_intel8x0 | |||
</pre>}} | </pre>}} | ||
Revision as of 16:48, 15 May 2016
Hardware
root #
lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03) 00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03) 00:1d.0 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01) 00:1d.1 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01) 00:1d.2 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01) 00:1d.7 USB controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01) 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81) 00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01) 00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01) 00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller [8086:24c3] (rev 01) 00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01) 00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01) 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV200/M7 [Mobility Radeon 7500] [1002:4c57] 02:00.0 CardBus bridge [0607]: Texas Instruments PCI4520 PC card Cardbus Controller [104c:ac46] (rev 01) 02:00.1 CardBus bridge [0607]: Texas Instruments PCI4520 PC card Cardbus Controller [104c:ac46] (rev 01) 02:01.0 Ethernet controller [0200]: Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile) [8086:101e] (rev 03) 02:02.0 Network controller [0280]: Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection [8086:4224] (rev 05)
CPU
user $
cat /proc/cpuinfo
processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 13 model name : Intel(R) Pentium(R) M processor 1.70GHz stepping : 6 microcode : 0x18 cpu MHz : 1700.000 cache size : 2048 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe bts est tm2 bugs : bogomips : 3388.71 clflush size : 64 cache_alignment : 64 address sizes : 32 bits physical, 32 bits virtual power management:
user $
lscpu
Architecture: i686 CPU op-mode(s): 32-bit Byte Order: Little Endian CPU(s): 1 On-line CPU(s) list: 0 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 13 Model name: Intel(R) Pentium(R) M processor 1.70GHz Stepping: 6 CPU MHz: 1700.000 CPU max MHz: 1700.0000 CPU min MHz: 600.0000 BogoMIPS: 3388.71
Graphics
This model has 14" 4:3 ration screen with ATI Radeon GFX chipset.
user $
lspci -k -s 01:00.0
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV200/M7 [Mobility Radeon 7500] Subsystem: IBM ThinkPad T4x Series Kernel driver in use: radeonfb
Wired NIC
user $
lspci -k -s 02:01.0
02:01.0 Ethernet controller: Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile) (rev 03) Subsystem: IBM Thinkpad Kernel driver in use: e1000
Wireless NIC
user $
lspci -k -s 02:02.0
02:02.0 Network controller: Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection (rev 05) Subsystem: Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection
Audio
user $
lspci -k -s 00:1f.5
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01) Subsystem: IBM ThinkPad T4x Series Kernel driver in use: snd_intel8x0
make.conf
FILE
/etc/portage/make.conf
CFLAGS="-march=i686 -O2 -pipe" CXXFLAGS="${CFLAGS}" CPU_FLAGS_X86="mmx mmext sse sse2" MAKEOPTS="-j2" INPUT_DEVICES="keyboard mouse synaptics" VIDEO_CARDS="radeon" #"inter" if intel GFX is onboard here ATI/Radeon