[分享] Initio INIC-1622 SATA with LBA 48 bit
最近買Uptech SR201
他用的是Initio INIC-1622 chip
現有的linux 2.6.25 drvier 無法上 LBA 48 bit
所以手上的160G的HD無法使用
橋了兩天, 好狗運, driver的作者 剛寫成full function的code,
patch到kernel ( Linux/drivers/ata/sata_inic162x.c )
裝上去 重編kernel 大功告成 XD
linux-2.6.26-rc9
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.26-rc9.bz2
準備好 2.6.25的kernel source
cd /usr/src
wget ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.26-rc9.bz2
cd /usr/src/linux
bzip2 -dc /usr/src/patch-2.6.26-rc9.bz2 | patch -p1
make menuconfig (確認有選SATA 162x)
make
make modules_install
make install
--
~
'v' 一個人,獨自的走在街頭。
// \\
/( )\
^`~'^
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.138.150.96