Check out my first novel, midnight's simulacra!
Hardware detritus: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
==Motherboards== | ==Motherboards== | ||
===Extreme4=== | |||
* Sensors require the w83627ehf driver | |||
** Out-of-tree from [http://roeck-us.net/linux/drivers/ roeck-us.net]: | |||
<pre>[skynet](0) $ sensors | |||
coretemp-isa-0000 | |||
Adapter: ISA adapter | |||
Physical id 0: +31.0°C (high = +80.0°C, crit = +98.0°C) | |||
Core 0: +23.0°C (high = +80.0°C, crit = +98.0°C) | |||
Core 1: +27.0°C (high = +80.0°C, crit = +98.0°C) | |||
Core 2: +22.0°C (high = +80.0°C, crit = +98.0°C) | |||
Core 3: +28.0°C (high = +80.0°C, crit = +98.0°C) | |||
nct6776-isa-0290 | |||
Adapter: ISA adapter | |||
Vcore: +0.96 V (min = +0.00 V, max = +1.74 V) | |||
in1: +1.83 V (min = +0.00 V, max = +0.00 V) ALARM | |||
AVCC: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM | |||
+3.3V: +3.34 V (min = +0.00 V, max = +0.00 V) ALARM | |||
in4: +1.04 V (min = +0.00 V, max = +0.00 V) ALARM | |||
in5: +1.71 V (min = +0.00 V, max = +0.00 V) ALARM | |||
3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM | |||
Vbat: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM | |||
fan1: 721 RPM (min = 0 RPM) ALARM | |||
fan2: 1243 RPM (min = 0 RPM) ALARM | |||
SYSTIN: +32.0°C (high = +0.0°C, hyst = +0.0°C) ALARM sensor = thermistor | |||
CPUTIN: +29.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor | |||
AUXTIN: +25.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor | |||
PECI Agent 0: +30.5°C | |||
[skynet](0) $ </pre> | |||
===[http://www.intel.com/support/motherboards/desktop/dg965WH/ Intel DG965WT]=== | ===[http://www.intel.com/support/motherboards/desktop/dg965WH/ Intel DG965WT]=== | ||
* [http://www.openamt.org/ HECI/AMT]. First made public back in 2007, the <tt>heci</tt> driver went into staging as of 2.6.30: | * [http://www.openamt.org/ HECI/AMT]. First made public back in 2007, the <tt>heci</tt> driver went into staging as of 2.6.30: | ||
Line 14: | Line 44: | ||
* [[Subversion]] repository: <tt>svn co https://openamt.svn.sourceforge.net/svnroot/openamt openamt </tt> | * [[Subversion]] repository: <tt>svn co https://openamt.svn.sourceforge.net/svnroot/openamt openamt </tt> | ||
* I've got some other data on [[Intel 965|i965 video here]] | * I've got some other data on [[Intel 965|i965 video here]] | ||
==Video== | ==Video== | ||
===NVIDIA GTS 360M=== | ===NVIDIA GTS 360M=== |
Revision as of 21:26, 17 August 2011
Motherboards
Extreme4
- Sensors require the w83627ehf driver
- Out-of-tree from roeck-us.net:
[skynet](0) $ sensors coretemp-isa-0000 Adapter: ISA adapter Physical id 0: +31.0°C (high = +80.0°C, crit = +98.0°C) Core 0: +23.0°C (high = +80.0°C, crit = +98.0°C) Core 1: +27.0°C (high = +80.0°C, crit = +98.0°C) Core 2: +22.0°C (high = +80.0°C, crit = +98.0°C) Core 3: +28.0°C (high = +80.0°C, crit = +98.0°C) nct6776-isa-0290 Adapter: ISA adapter Vcore: +0.96 V (min = +0.00 V, max = +1.74 V) in1: +1.83 V (min = +0.00 V, max = +0.00 V) ALARM AVCC: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM +3.3V: +3.34 V (min = +0.00 V, max = +0.00 V) ALARM in4: +1.04 V (min = +0.00 V, max = +0.00 V) ALARM in5: +1.71 V (min = +0.00 V, max = +0.00 V) ALARM 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM Vbat: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM fan1: 721 RPM (min = 0 RPM) ALARM fan2: 1243 RPM (min = 0 RPM) ALARM SYSTIN: +32.0°C (high = +0.0°C, hyst = +0.0°C) ALARM sensor = thermistor CPUTIN: +29.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor AUXTIN: +25.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor PECI Agent 0: +30.5°C [skynet](0) $
Intel DG965WT
- HECI/AMT. First made public back in 2007, the heci driver went into staging as of 2.6.30:
[recombinator](0) $ dmesg | grep -i heci heci: module is from the staging directory, the quality is unknown, you have been warned. heci: Intel(R) Management Engine Interface - version 5.0.0.31 heci: Copyright (c) 2003 - 2008 Intel Corporation. heci 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 heci 0000:00:03.0: setting latency timer to 64 heci: link layer has been established. heci driver initialization successful. [recombinator](0) $
- "Working with Intel AMT: My first thoughts", a post dated 2009-06-08 on Intel's Software Network, is a good starting point.
- Subversion repository: svn co https://openamt.svn.sourceforge.net/svnroot/openamt openamt
- I've got some other data on i965 video here
Video
NVIDIA GTS 360M
X support on the GTS 360M is, at this time, an ongoing endeavor.
nvidia proprietary drivers
The 195.36.08 beta drivers introduced support for the GTS 360M, according to the 2010-03-04 changelog. These drivers were, however, pulled by nvidia:
We believe recent NVIDIA UNIX graphics drivers are affected by a recently reported fan speed issue in 195.36.08 and 195.36.03. Until the problem is resolved, we recommend that UNIX users revert to the 190.53 web release, or the 195.30 public beta.
X starts, but is not yet usable. CUDA is fully supported. The framebuffer console is usable, but low resolution by default.
nouveau drivers
Using the nouveau 2.6 tree (booting as 2.6.32 and change) and the 0.0.16 userspace, X starts, but is not yet usable. The framebuffer console (nouveaufb as supplied by the nouveau driver itself) is high resolution by default.
NICs
- DCA support:
- Intel 82576 "Kawela" (datasheet ver 2.41)
- Intel 82598 "Oplin" (rebranded as Niagara 2710 among others) (datasheet ver 3.1)
- Identifying your Intel PRO/100, PRO/1000 & 10GbE Network Adapter