| 97 | === hardware === |
| 98 | * $ lspci |
| 99 | {{{ |
| 100 | 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) |
| 101 | 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] |
| 102 | 00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] |
| 103 | 00:01.2 USB Controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] (rev 01) |
| 104 | 00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03) |
| 105 | 00:02.0 VGA compatible controller: Technical Corp. Device 1111 |
| 106 | 00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03) |
| 107 | }}} |
| 108 | |
| 109 | * $ cat /proc/cpuinfo |
| 110 | {{{ |
| 111 | processor : 0 |
| 112 | vendor_id : GenuineIntel |
| 113 | cpu family : 6 |
| 114 | model : 15 |
| 115 | model name : Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz |
| 116 | stepping : 11 |
| 117 | cpu MHz : 2660.040 |
| 118 | cache size : 4096 KB |
| 119 | fpu : yes |
| 120 | fpu_exception : yes |
| 121 | cpuid level : 10 |
| 122 | wp : yes |
| 123 | flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc rep_good pni ssse3 hypervisor lahf_lm |
| 124 | bogomips : 5320.08 |
| 125 | clflush size : 64 |
| 126 | cache_alignment : 64 |
| 127 | address sizes : 40 bits physical, 48 bits virtual |
| 128 | power management: |
| 129 | |
| 130 | processor : 1 |
| 131 | vendor_id : GenuineIntel |
| 132 | cpu family : 6 |
| 133 | model : 15 |
| 134 | model name : Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz |
| 135 | stepping : 11 |
| 136 | cpu MHz : 2660.040 |
| 137 | cache size : 4096 KB |
| 138 | fpu : yes |
| 139 | fpu_exception : yes |
| 140 | cpuid level : 10 |
| 141 | wp : yes |
| 142 | flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc rep_good pni ssse3 hypervisor lahf_lm |
| 143 | bogomips : 5320.08 |
| 144 | clflush size : 64 |
| 145 | cache_alignment : 64 |
| 146 | address sizes : 40 bits physical, 48 bits virtual |
| 147 | power management: |
| 148 | }}} |
| 149 | |
| 150 | * $ grep Total /proc/meminfo |
| 151 | {{{ |
| 152 | MemTotal: 505748 kB |
| 153 | SwapTotal: 917496 kB |
| 154 | VmallocTotal: 34359738367 kB |
| 155 | HugePages_Total: 0 |
| 156 | }}} |
| 157 | |
| 158 | * $ grep ata1 /var/log/dmesg |
| 159 | {{{ |
| 160 | [ 0.219177] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 |
| 161 | [ 0.383066] ata1.01: NODEV after polling detection |
| 162 | [ 0.383422] ata1.00: ATA-7: QEMU HARDDISK, 0.12.3, max UDMA/100 |
| 163 | [ 0.383425] ata1.00: 41943040 sectors, multi 16: LBA48 |
| 164 | [ 0.383940] ata1.00: configured for MWDMA2 |
| 165 | }}} |
| 166 | |
| 167 | * $ sudo ethtool eth0 |
| 168 | {{{ |
| 169 | Settings for eth0: |
| 170 | Supported ports: [ TP ] |
| 171 | Supported link modes: 10baseT/Half 10baseT/Full |
| 172 | 100baseT/Half 100baseT/Full |
| 173 | 1000baseT/Full |
| 174 | Supports auto-negotiation: Yes |
| 175 | Advertised link modes: 10baseT/Half 10baseT/Full |
| 176 | 100baseT/Half 100baseT/Full |
| 177 | 1000baseT/Full |
| 178 | Advertised pause frame use: No |
| 179 | Advertised auto-negotiation: Yes |
| 180 | Link partner advertised link modes: Not reported |
| 181 | Link partner advertised pause frame use: No |
| 182 | Link partner advertised auto-negotiation: No |
| 183 | Speed: 1000Mb/s |
| 184 | Duplex: Full |
| 185 | Port: Twisted Pair |
| 186 | PHYAD: 0 |
| 187 | Transceiver: internal |
| 188 | Auto-negotiation: on |
| 189 | MDI-X: Unknown |
| 190 | Supports Wake-on: umbg |
| 191 | Wake-on: d |
| 192 | Current message level: 0x00000007 (7) |
| 193 | Link detected: yes |
| 194 | }}} |
| 195 | |