Debian GNU Linux/3.1 sarge/環境構築 の変更点


* Debian GNU Linux/3.1 sarge/環境構築 [#x641c317]
* Debian GNU Linux 3.1 sarge - 環境構築 [#n6dedcb9]

** kernel compile [#ea6fef8c]
 apt-get install kernel-package

これも必要かも
 apt-get install libncurses5-dev

 cp -p /boot/config .config
 make oldconfig
 make menuconfig
 make-kpkg --revision spinalcord.20050414 --initrd kernel-image
 dpkg -i kernel-image-2.4.18_cheddar.030323_i386.deb
 
1G以上のメモリを認識させる方法
 Processor type and features
   High Memory Support
     4GB

3G以上のメモリを認識させる方法
 Processor type and features
   High Memory Support
     64GB
~

** Marvell Yukon 88E8053 (PCI-E Gigabit LAN / etc...) [#sc0c5aee]
http://www.syskonnect.com/syskonnect/support/driver/zip/linux/
からダウンロードします。~
ファイル名はinstall-8_13.tar.bz2です。

 tar xfvj install-8_13.tar.bz2
 cd DriverInstall
 ./install.sh

インストール作業が開始される

 choose your favorite installation method: に 2 を入力

カーネルソースにパッチがあたるので、カーネルを再構築。~
~

** NVIDIA driver install [#oba75e5c]
http://www.nvidia.com/object/linux.htmlからdriverをダウンロード

 sh NVIDIA-Linux-x86-1.0-7174-pkg1.run

XF86Config-4を編集
 vi /etc/X11/XF86Config-4

Section "Module" の変更
 #Load "dri"
 #Load "GLcore"
 Load "glx"

Section "Device" の変更
 #Driver "nv"
 #Driver "vesa"
 Driver "nvidia"
 Option "NoLogo"    "true"     # X 起動時にロゴが出るのを抑制するオプション
~

** Cool'n'Quiet を有効にする方法 [#o7d1ed1e]
1.powernowdをインストールする
 apt-get install powernowd

2./etc/modulesに登録
 cpufreq_userspace
 cpufreq_powersave
 powernow_k8
 freq_table

3./proc/cpuinfoで確認する~
cpu MHzの値が小さくなっていればOK