debian雖然配置不如FC和SUSE簡單,不過可定制性極強,如果學習Linux強烈推薦使用,收獲絕對比RedHat多。
在我的筆記本上裝上Debian 3.1後,按照手冊說明,參考google,順利安裝了最新內核2.6.17.13,然後裝xwindow,直接搞定顯卡和聲卡,然後上網一搜,都推薦使用KPlayer,apt居然沒有,不要緊,下載源碼,按照說明編譯安裝,成功搞定!現在在Debian下看rmvb效果很不錯!
最後要搞定的就是我的無線網卡,當然要用intel的linux驅動了,包裝windows驅動總覺得不倫不類。於是直接上ipw2200.sf.net(我的無線模塊是2200bg),參考INSTALL文檔,大意如下:
內核編譯必須選上:
Device Drivers ->
Networking support ->
Network device support ->
Wireless LAN (non-hamradio) ->
Wireless LAN drivers (non-hamradio) & WE
Device Drivers ->
Generic Driver Options ->
Hotplug firmware loading support
Cryptographic options ->
ARC4 cipher algorithm
Library routines ->
CRC32 functions