Check out my first novel, midnight's simulacra!

Hardware detritus: Difference between revisions

From dankwiki
No edit summary
Line 24: Line 24:
* [[Direct Cache Access|DCA support]]:
* [[Direct Cache Access|DCA support]]:
** Intel [http://ark.intel.com/ProductCollection.aspx?codeName=32418 82576] "Kawela" ([http://download.intel.com/design/network/datashts/82576_Datasheet.pdf datasheet ver 2.41])
** Intel [http://ark.intel.com/ProductCollection.aspx?codeName=32418 82576] "Kawela" ([http://download.intel.com/design/network/datashts/82576_Datasheet.pdf datasheet ver 2.41])
** Intel [http://ark.intel.com/ProductCollection.aspx?codeName=26591 82598] "Oplin" ([http://www.intel.com/pressroom/archive/releases/20070928fact.htm rebranded] as Niagara 2710 among others) ([http://download.intel.com/design/network/datashts/319282.pdf datasheet ver3.1])
** Intel [http://ark.intel.com/ProductCollection.aspx?codeName=26591 82598] "Oplin" ([http://www.intel.com/pressroom/archive/releases/20070928fact.htm rebranded] as Niagara 2710 among others) ([http://download.intel.com/design/network/datashts/319282.pdf datasheet ver 3.1])
* [http://support.intel.com/support/network/sb/CS-012904.htm Identifying your Intel PRO/100, PRO/1000 & 10GbE Network Adapter]
* [http://support.intel.com/support/network/sb/CS-012904.htm Identifying your Intel PRO/100, PRO/1000 & 10GbE Network Adapter]

Revision as of 09:09, 9 March 2010

Motherboards

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) $ 

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