[Note]Steps to utilizing Centrino under linux

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

[Note]Steps to utilizing Centrino under linux

文章shogun1234 » 週二 2月 08, 2005 10:38 pm

最近剛好有空, 所以 試著 裝看看centrino, 看是否能夠無線上網. 安裝的情況是從無到有, 簡略的列出用到套件.
硬體環境: Acer Travel Mate 290 xci
安裝步驟:
1.先安裝base system (debian 3.0 r4)
2. apt-get install x-window-system-core
3. apt-get install gnome-desktop-environment

4. 參照 http://www.huihoo.com/gnu_linux/debian/ ... html#ss8.2
完成 X window system的中文化.
5. apt-get install xcin
6. necessary setting (.xsession)
代碼: 選擇全部
 
#!/bin/sh
export LC_ALL=zh_TW.Big5
export LANG=zh_TW.Big5
export XMODIFIERS="@im=xcin"
exec /usr/bin/xcin &
gnome-session

7. update kernel (to kernel 2.6.8-2-686 ) [參照 http://www.huihoo.com/gnu_linux/debian/ ... html#ss6.1]
代碼: 選擇全部
apt-get install kernel-image-2.6.8-2-686
ln -s /boot/initrd.img-2.6.8-2-686 /boot/initrd
編輯 /etc/lilo.conf
default=Linux

image=/vmlinuz
        label=Linux
        initrd=/boot/initrd # 加入此行
        read-only

lilo -v -v -v

8. apt-get install gcc/make/glibc etc 需要的tool
9. 最後依照 viewtopic.php?t=3077便可 使用centrino 上網.
謝謝各位的經驗. 讓我也能享用centrino.; )
shogun1234
可愛的小學生
可愛的小學生
 
文章: 53
註冊時間: 週三 1月 08, 2003 3:04 pm

After Note

文章訪客 » 週二 2月 08, 2005 11:06 pm

裝完後 我發現 一個問題.
不曉得 各位是否有 同樣的情況發生.
以centrino 上網時,有時後 會連不上 internet.
我ping www.google.com.tw
出現
代碼: 選擇全部
PING www.google.akadns.net (216.239.63.104): 56 data bytes
64 bytes from 216.239.63.104: icmp_seq=0 ttl=240 time=197.6 ms
64 bytes from 216.239.63.104: icmp_seq=1 ttl=240 time=197.4 ms
64 bytes from 216.239.63.104: icmp_seq=2 ttl=240 time=204.0 ms
64 bytes from 216.239.63.104: icmp_seq=3 ttl=240 time=263.8 ms
64 bytes from 216.239.63.104: icmp_seq=4 ttl=240 time=210.9 ms
64 bytes from 216.239.63.104: icmp_seq=5 ttl=240 time=197.9 ms
64 bytes from 216.239.63.104: icmp_seq=6 ttl=240 time=269.6 ms
64 bytes from 216.239.63.104: icmp_seq=7 ttl=240 time=200.8 ms
t

常常ping到一半就hang住了.
還有
以traceroute 查出現
代碼: 選擇全部
traceroute to www.google.akadns.net (66.102.7.147), 30 hops max, 38 byte packets 1  * * *
 2  * * *
 3  * * *
 4  * * *
 5  * * *
 6  * * *


全是* 而網頁無法出現. 每次都得
代碼: 選擇全部
ifdown ethx

代碼: 選擇全部
ifup ethx

重新啟動 才連得上.
不曉得各位有這樣的情況嗎? 還是我少設訂什麼?
謝謝
訪客
 

文章訪客 » 週三 2月 16, 2005 2:28 pm

你使用的是哪一版呢?

我大概從 0.49 版用到 1.0.1 版

都沒什麼問題啊

此外,ipw2100 的安裝方式有二種

我是在不用重新編kernel的情況下

另外編module來使用的,都很正常
訪客
 

Re: After Note

文章windcloud » 週三 2月 16, 2005 8:25 pm

Anonymous 寫:裝完後 我發現 一個問題.
不曉得 各位是否有 同樣的情況發生.
以centrino 上網時,有時後 會連不上 internet.
我ping www.google.com.tw
出現
代碼: 選擇全部
PING www.google.akadns.net (216.239.63.104): 56 data bytes
64 bytes from 216.239.63.104: icmp_seq=0 ttl=240 time=197.6 ms
64 bytes from 216.239.63.104: icmp_seq=1 ttl=240 time=197.4 ms
64 bytes from 216.239.63.104: icmp_seq=2 ttl=240 time=204.0 ms
64 bytes from 216.239.63.104: icmp_seq=3 ttl=240 time=263.8 ms
64 bytes from 216.239.63.104: icmp_seq=4 ttl=240 time=210.9 ms
64 bytes from 216.239.63.104: icmp_seq=5 ttl=240 time=197.9 ms
64 bytes from 216.239.63.104: icmp_seq=6 ttl=240 time=269.6 ms
64 bytes from 216.239.63.104: icmp_seq=7 ttl=240 time=200.8 ms
t

常常ping到一半就hang住了.
還有
以traceroute 查出現
代碼: 選擇全部
traceroute to www.google.akadns.net (66.102.7.147), 30 hops max, 38 byte packets 1  * * *
 2  * * *
 3  * * *
 4  * * *
 5  * * *
 6  * * *


全是* 而網頁無法出現. 每次都得
代碼: 選擇全部
ifdown ethx

代碼: 選擇全部
ifup ethx

重新啟動 才連得上.
不曉得各位有這樣的情況嗎? 還是我少設訂什麼?
謝謝

嗯.....................
會不會是你放無線AP的位置不好
使得訊號的接收不是很好
因此會有短暫斷線的情形出現阿
windcloud
可愛的小學生
可愛的小學生
 
文章: 35
註冊時間: 週一 11月 29, 2004 11:25 pm


回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客