安裝備忘#1

Detect Hardware:
from:
http://wiki.debian.org.tw/index.php/HardwareIdentification

兩個主要的硬體偵測軟體

* discover – hardware identification system
* kudzu – The Red Hat Linux hardware probing tool.

在 USB/Cardbus, Network 與 IEEE1394 介面,所謂隨插即用仍需在插入相關硬體時載入相關的驅動程式, Linux 2.4 核心中的新 “HotPlug” 功能可以支援這個需求。以下兩種軟體可供於選擇

* hotplug – Linux Hotplug Scripts
* murasaki – another HotPlug Agent

PCMCIA 介面卡則可使用

* pcmcia-cs – PCMCIA Card Services for Linux

另外一項可能困擾您的,大概就是如何設定 XWindow 下的滑鼠

* mdetect – mouse device autodetection tool

============================================================
DEBIAN中文輸入:for all language have scim input
add a file called
95xinput
in /etc/X11/Xsession.d/
and input the following:
#============================
/usr/bin/scim -d
export XMODIFIERS=”@im=SCIM”
#============================

REDHAT (fedora3) for all language have cjk input
mkdir ~/.xinput.d
ln -s /etc/X11/xinit/xinput.d/iiimf ~/.xinput.d/default

Redhat check package
rpm -qa |grep ‘rpm’