PC-BSD on IBM X40
經過了許久,終於重新投入 BSD 的懷抱。
PC-BSD 簡單說就是 FreeBSD 桌機版,將安裝過程與預設選項弄得非常簡單,滑鼠點一點就裝好了。裝好後重開機馬上就自動登入 KDE,整個的確有簡單化的感覺。PC-BSD 的網站很強烈的強調,”PC-BSD IS FreeBSD“,也就是說,在 PC-BSD 裡面除了可以用它包的很小白-friendly 的 PBI 套件可用外,FreeBSD 內建的 ports 也是完全 ok 的。紀錄一下安裝筆記。
Disable FreeBSD bootloader BEEP
FreeBSD bootloader 在開機時候會 BEEP 一聲超級大聲,保證在安靜的教室裡面會吸引全體的怒視。
You can fetch it with:
cd /tmp
fetch http://people.freebsd.org/~keramida/diff/boot0_beep.diffPatching your source tree, since this patch has been generated from the top level src/ tree should be as easy as:
cd /usr/src
patch -p0 < /tmp/boot0_beep.diffThen rebuild your boot0 block, and install the new boot0 file in /boot:
cd /usr/src/sys/boot/i386/boot0
make cleandir
make obj
make all && make install
[Source]
Disable IDE2
IDE2 在沒有詳細研究估計是 UltraBay 拿來接 CD-ROM 或 HDD 用的。UltraBay 接著的時候好好的,但是一拔掉後,只要一有 ACPI Event 的時候,FreeBSD 就給我死當。電源由插頭換為電池 -> 死當。電池換為插頭 -> 死當。關機關到最後面 -> 死當。Suspend -> 死當。
- 去 [這裡] 下載 Configuration utility for DOS - ThinkPad。
- 執行 7iu601us.exe 後會把一些檔案解壓縮到某目錄,進入該目錄下會找到 PS2.EXE。
- Start -> Run -> command.com 進入 DOS 視窗,找到 PS2.EXE 所在目錄,打入 ps2 ide2 disable。
- Restart :)
Wireless NIC
修改以下檔案:
/boot/loader.conf
if_ath_load="YES"/etc/rc.conf
ifconfig_ath0="DHCP"
FreeBSD Ports Collection
預設沒有裝,反正指令很簡單。
cd /root
cvsup -g -L 2 ports-supfile
其他單純是個人偏好的東西:
Color LS
setenv CLICOLOR "YES"
setenv LSCOLORS "ExGxFxdxCxDxDxhbadExEx"
CD-ROM in fstab (must disable when UltraBay is not present)
# /dev/acd0 /cdrom cd9660 ro 0 0
MS Font
Microsoft Fonts (Self-contained)
2 Comments + Add Comment
Got anything to say? Go ahead and leave a comment!
Categories
- Bioinformatics (1)
- 當我們同宅一起 (12)
- Family (16)
- Footprints + Diary (150)
- 2005 Summer Road Trip (9)
- 2005 X'Mas Seattle (8)
- 2006 Summer (14)
- 2006 Winter Caribbean (1)
- College (Mesa) (2)
- College (UCSD) (23)
- High School (US) (2)
- Recreation (8)
- Fun+Humor (32)
- Interests (10)
- IT (98)
- recipe (1)
- Reflection (37)
- Server Diary (37)
- ffmud.net (1)
- lmj.tw (3)
- slicehost (1)
- tarotoast.com (11)
- twfamily.org (2)
- tworz.org (1)
- software (1)

Posted under:
而且不得不說,同樣是預設安裝跑起來的感覺,PC-BSD 比 Ubuntu 順好多 XD
完全看不懂
果然不是我的領域
我還是乖乖的RP跟烤漆就好