ubuntu 9.04 on EeePC 701/702 & CPU F … - Linux

Caitlin avatar
By Caitlin
at 2009-06-11T12:37

Table of Contents

現在在網路上找到eeeuser上面所推薦的安裝方式:
1.調整Grub
sudo gedit /boot/grub/menu.lst

尋找這段:
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

改成:
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash pciehp.pciehp_force=1 pciehp.pciehp_poll_mode=1

sudo update-grub
重開機

2.安裝asus_eee module
wget http://www.array.org/ubuntu/array-jaunty.list
sudo mv -v array-jaunty.list /etc/apt/sources.list.d/
wget http://www.array.org/ubuntu/array-apt-key.asc
sudo apt-key add array-apt-key.asc
sudo apt-get update

sudo apt-get install linux-netbook

sudo apt-get install linux-netbook-eeepc

3.安裝Eeeasy Scripts
wget

http://www.informatik.uni-bremen.de/~elmurato/EeePC/Jaunty_Eeeasy-Scripts.tar.gz
tar xfvz Jaunty_Eeeasy-Scripts.tar.gz
cd Jaunty_Eeeasy-Scripts/
chmod +x eeeasy-scripts.sh
./eeeasy-scripts.sh install

可是照這個安裝順序安裝後重開機
會發生黑屏或是於畫面亂掉的情況(極少見)
請問我在哪一個步驟出問題了?

--
最愛角色排行榜(2009/1/12更新) http://picasaweb.google.com.tw/swn002/Best20#
1. 長門有希(涼宮ハルヒの憂鬱) 11.イフリータ (神秘の世界エルハザード) 2. Fate T.H.(魔法少女リリカルなのは) 12.水瀨秋子 (Kanon)
3. SGV-417-I ANGELAN(Virtual-On) 13.土萌 ほたる(美少女戰士セーラームン) 4. Vanilla H.(Galaxy Angel) 14.月野うさぎ(粉)(美少女戰士セーラームン)
5. 川澄 舞(Kanon) 15.HMX-13 (To Heart) 6. 千影(Sister Princess) 16.雪村杏 (D.C.II ~ダ・カーポII~)
7. RAcaseal(Phantasy Star Online) 17.風祭みやび (遙かに仰ぎ、麗しの) 8. 森野苺(おねがい ティーチャー) 18.柚原このみ (To Heart 2)
9. Evageline A.K.M.(魔法の先生 ネギま)19.Zefiris (スクラップド・プリンセス) 10.星野ルリ(機動戦艦ナデシコ)     20.プリムラ (SHUFFLE!)

--
Tags: Linux

All Comments

Faithe avatar
By Faithe
at 2009-06-12T06:42
我之前這樣裝按fn+f2也會當機 ps.我的是eeepc 1000
Daniel avatar
By Daniel
at 2009-06-15T05:37
後來是換回原本的核心再加上eee-control 還沒發現有問題
Blanche avatar
By Blanche
at 2009-06-18T12:01
問題是我這台裝eee-control也會說無法執行...
Quintina avatar
By Quintina
at 2009-06-22T01:12
linux-netbook-eeepc是另外編譯的kernel 安裝eee-control
會有問題 你有換回原本的kernel嗎?
Jacob avatar
By Jacob
at 2009-06-25T21:36
原本Ubuntu乾淨安裝時的kernel嗎?
Bennie avatar
By Bennie
at 2009-06-30T17:19
Charlotte avatar
By Charlotte
at 2009-07-03T18:38
一樣不行 出現"eee-control-daemon無法執行"的錯誤...

產生日期

Faithe avatar
By Faithe
at 2009-06-11T00:31
請問 linux 下有產生日期的程式嗎? 像我想要從年初到年末每一天的日期, 例如 2009-06-11 2009-06-12 2009-06-13 etc... 謝謝! - ...

Linux下的UZBL瀏覽器 - 超級極簡風

Frederica avatar
By Frederica
at 2009-06-10T22:52
※ [本文轉錄自 Browsers 看板] 作者: karst10607 (秋蟬) 看板: Browsers 標題: Linux下的UZBL瀏覽器 - 超級極簡風 時間: Wed Jun 10 22:51:08 2009 可以看這裡介紹 http://kmandla.wordpress.com/2009/ ...

請問如何在embed linux下看CPU MEM AHB Frq?

Sandy avatar
By Sandy
at 2009-06-10T16:21
目前板子上用的是linux-2.6.23.9 是板子附設的embedlinux, 我在loader設定了register的值,調整Memory的速度, 但卻不知道該怎麼看運行中的系統記憶體的clock跑到多少, 也想知道cpu當下運行速度,還有Advanced High-Performance Bus ...

線上專業社群知識貢獻之研究調查

Genevieve avatar
By Genevieve
at 2009-06-10T00:04
各位大大好: 我是高雄大學資管所的研究生,這裡有一份關於網路技術社群成員貢獻知識 的問卷,只要您曾在各個資訊技術討論版( ex:JavaWorld、藍色小鋪、Mozilla Taiwan、程式設計俱樂部…等等 )有分享知識的經驗(也就是發問或回答問題)即 可填答此份問卷。請大家幫幫忙,內容只供學術研究 ...

vim的tabedit問題

Hazel avatar
By Hazel
at 2009-06-09T23:28
※ 引述《k900i (美美剋郭勇志)》之銘言: : 我需要在 vim 下開啟多份文件 : 所以我用 :tabedit xxxx.xxx 開啟多份檔案 : 可是卻發現 tabedit 開啟了檔案後無法切換 : 我找到的說明是按 ctrl + pgup , ctrl + pgdn : 但是我這麼做後發現是終端機 ...