Hardware detritus: Difference between revisions
No edit summary |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 60: | Line 60: | ||
* [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] | ||
[[Category: Hardware]] | [[Category: Hardware]] | ||
==SATA== | |||
===HighPoint RocketRAID 2640 SAS/SATA Controller=== | |||
As of 3.2.0-rc5, there's no driver in the mainline kernel. You'll need build the external driver, which is no longer being maintained by HighPoint (at least as of 2011-12-13). I'm trying to keep it up-to-date; you can check out my <tt>rr2640-freeeeeeedom</tt> tree at GitHub: | |||
* https://github.com/dankamongmen/rr2640-freeeeeeedom | |||
<pre>[skynet](0) $ sudo make install KERNELDIR=~/linux-3.2-rc5 | |||
make[1]: Entering directory `/home/dank/linux-3.2-rc5' | |||
CC [M] /home/dank/src/rr2640-freeeeeeedom/product/rr2640/linuxls/.build/os_linux.o | |||
CC [M] /home/dank/src/rr2640-freeeeeeedom/product/rr2640/linuxls/.build/osm_linux.o | |||
CC [M] /home/dank/src/rr2640-freeeeeeedom/product/rr2640/linuxls/.build/div64.o | |||
CC [M] /home/dank/src/rr2640-freeeeeeedom/product/rr2640/linuxls/.build/hptinfo.o | |||
CC [M] /home/dank/src/rr2640-freeeeeeedom/product/rr2640/linuxls/.build/config.o | |||
LD [M] /home/dank/src/rr2640-freeeeeeedom/product/rr2640/linuxls/.build/rr26xx.o | |||
Building modules, stage 2. | |||
MODPOST 1 modules | |||
LD [M] /home/dank/src/rr2640-freeeeeeedom/product/rr2640/linuxls/.build/rr26xx.ko | |||
make[1]: Leaving directory `/home/dank/linux-3.2-rc5' | |||
You made a module for 3.2.0-rc5 which does not match current kernel. | |||
The driver will be installed for kernel 3.2.0-rc5. | |||
Deleting previous installed driver module rr26xx... | |||
Install the new driver module... | |||
Removing conflicted driver module... | |||
Updating module dependencies...Done. | |||
Checking for initrd images to be updated... | |||
[skynet](0) $ </pre> | |||
===Intel SSDs=== | |||
* Firmware update ISOs can be downloaded [http://downloadcenter.intel.com/confirm.aspx?httpDown=http://downloadmirror.intel.com/18363/eng/0911036202M388208850.iso&lang=eng&Dwnldid=18363 here] | |||
** That URI will probably not work for you, sigh | |||