按:最近發現,原來最好是用 http://www.array.org/ubuntu/ 提供的kernel packages。只要把相應的repository 加入 source list,然後 $> sudo apt-get install linux-image-2.6.24-21-eeepc 就簡單直接完成了。 ”
新買了一部eeePC 1000H,出廠是跟WinXP。之前看過不少關於eeePC的網頁。把Linux安裝上去應該不大困難。於是我急不及待Xubuntu 8.04進去。
首先要弄一隻bootable的Xubuntu手指。
為保萬全,我保留了WinXP的partition。然我把另一個partition轉做jfs,把Xubuntu安裝上去。一直也很順利。
我早就知道無線網絡卡會很麻煩。沒想到,原來有線網絡卡也用不到。要在Xubuntu上安裝軟件(包括驅動程式),不能上網會很麻煩。
我想方設法弄起有線及無線網絡卡,就這樣花了一日一夜。踏破鐵鞋無覓處,原來網絡上已經有解決方法:
綿羊看世界: Eee PC 901安裝Ubuntu-eee筆記
——
1000H 用的無線網卡是 rallink 2860 series 晶片, 可以上 ralink 網站抓
http://www.ralinktech.com/ralink/Home/Support/Linux.html.
有線網卡比較麻煩
到 asus 網站 http://support.asus.com.tw/
選擇主機板 “P5KPL-CM” 的 network driver (for linux). 同一種網路晶片.
http://www.mobile01.com/topicdetail.php?f=233&t=689182&m=f
-----
I build on another ubuntu system. You need build-essential and other packages, sorry I forget what packages needed.
I rebuild the network driver and upload. You can download it.
http://mutombolin.myweb.hinet.net/ubuntu/atl1e.ko
just open a console and insert it.
sudo insmod atl1e.ko
a new ethternet device should show up.
http://forum.eeeuser.com/viewtopic.php?pid=312725
特此存照。





八月 10, 2008 at 4:51 pm
哇~我遇到跟你一樣的問題…
但是抓了L1e-l2e…是.rar…在XP解開再放回1000…不知道要怎麼安…
無線網卡也是…抓下來是.tar,在1000解開後…是一堆檔案
還是不知道怎麼裝…
小弟裝的是UBUNTU eee 8.04….
以前用PC玩…沒兩三下就搞定了…
大大可不可以教教我呀~~
(留e…)
八月 10, 2008 at 4:51 pm
bigpan0414@hotmail.com
八月 11, 2008 at 2:31 am
把相關的檔案解壓後,轉到該目錄,然後要編譯kernel module. (kernel module = driver)。其實"綿羊看世界"有一點提示:
綿羊看世界: Eee PC 901安裝Ubuntu-eee筆記
http://vincentgao.blogspot.com/2008/07/eee-pc-901ubuntu-eee.html
編譯的指令通常都是:
$> make
$> make install
先此聲明,將來如果kernel更新了,你又要重新編譯。所以你一定要學會怎樣做。到google或yahoo找"compile kernel module",看多幾個網頁你便會明白了。
八月 31, 2008 at 12:40 am
最近發現,原來最好是用 http://www.array.org/ubuntu/ 提供的kernel packages。只要把相應的repository 加入 source list,然後
$> sudo apt-get install linux-image-2.6.24-21-eeepc 就簡單直接完成了。