Hardware detritus: Difference between revisions
SATA |
|||
| Line 64: | Line 64: | ||
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: | 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 | * 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> | |||