關於 ADSL 連線以及 Kernel Compiling 的問題~~~

如果您覺得您的問題不屬於 debian desktop 或是 debian server 版的範圍內,請在這裡發問。

版主: mufa

關於 ADSL 連線以及 Kernel Compiling 的問題~~~

文章Lost-Angel » 週五 7月 22, 2005 2:10 pm

請教一下各位前輩們,小生的系統是 Debian Sarge base-system,原本使用內附的核心(2.4.27)時 ADSL 連線一切正常,自從在把 kernel 更新到 2.6.12.3 的時候,因為不小心把 IPv6 的東西編譯成模組,而已至於開機之後都會載入那些 IPv6 的東東,而且 ifconfig -a 產生的訊息中,已經沒有 ppp 的介面而多了一個 sit0,那個好像是 IPv6 轉換 IPv4 之類的東西,而且執行 pon 指令就會出現以下這段訊息:

/usr/sbin/pppd: In file /etc/ppp/peers/provider: unrecognized option '/dev/modem'

小生試著把 /etc/ppp/peers/provider 內的 /dev/modem 註解掉,但是這樣每當一執行 pon 時就出現 ATZ 三個字以後整個 console 當掉。後來小生把核心重編拿掉 IPv6 但是問題還是依舊,以下是小生 /etc/ppp/peers/provider 的內容,煩請各位前輩指點一下不才的小生好嗎??? 非常的感謝各位!!!

# example configuration for a dialup connection authenticated with PAP or CHAP
#
# This is the default configuration used by pon(1) and poff(1).
# See the manual page pppd ( 8 ) for information on all the options.

# MUST CHANGE: replace myusername@realm with the PPP login name given to
# your by your provider.
# There should be a matching entry with the password in /etc/ppp/pap-secrets
# and/or /etc/ppp/chap-secrets.
user "myusername@realm"

# MUST CHANGE: replace ******** with the phone number of your provider.
# The /etc/chatscripts/pap chat script may be modified to change the
# modem initialization string.
connect "/usr/sbin/chat -v -f /etc/chatscripts/pap -T ********"

# Serial device to which the modem is connected.
/dev/modem

# Speed of the serial line.
115200

# Assumes that your IP address is allocated dynamically by the ISP.
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
defaultroute

# Makes pppd "dial again" when the connection is lost.
persist

# Do not ask the remote to authenticate.
noauth
最後由 Lost-Angel 於 週六 7月 23, 2005 1:12 am 編輯,總共編輯了 2 次。
The most beautiful thing we can experience is mysterious.
It is the source of all true art and science.

--- Albert Einstein, 1930
頭像
Lost-Angel
活潑的高中生
活潑的高中生
 
文章: 265
註冊時間: 週二 1月 25, 2005 1:29 am
來自: 臺灣民國高雄縣

文章kanru » 週五 7月 22, 2005 3:54 pm

pppoeconf 重跑過
圖檔
頭像
kanru
榮譽學長
榮譽學長
 
文章: 578
註冊時間: 週六 7月 12, 2003 12:09 pm

文章Lost-Angel » 週六 7月 23, 2005 1:10 am

感謝前輩指點,小生重新執行 pppoeconf 設定時,過程一切順利正常,沒有任何異狀,但是之後在執行 pon 問題還是一模一樣,以下是小生執行 plog 指令所產生的訊息,煩請各位前輩們再度指點一下不才的小生好嗎??? 非常的感謝各位!!!

Jul 23 00:58:51 localhost pppd[3503]: Plugin rp-pppoe.so loaded.
Jul 23 00:58:51 localhost pppd[3506]: pppd 2.4.3 started by root, uid 0
Jul 23 00:58:51 localhost pppd[3506]: PPP session is 2176
Jul 23 00:58:51 localhost pppd[3506]: Failed to create PPPoE socket: Address family not supported by protocol
Jul 23 00:58:51 localhost pppd[3506]: Exit.
Jul 23 01:00:07 localhost pppd[3516]: Plugin rp-pppoe.so loaded.
Jul 23 01:00:07 localhost pppd[3519]: pppd 2.4.3 started by root, uid 0
Jul 23 01:00:08 localhost pppd[3519]: PPP session is 2316
Jul 23 01:00:08 localhost pppd[3519]: Failed to create PPPoE socket: Address family not supported by protocol
Jul 23 01:00:08 localhost pppd[3519]: Exit.
The most beautiful thing we can experience is mysterious.
It is the source of all true art and science.

--- Albert Einstein, 1930
頭像
Lost-Angel
活潑的高中生
活潑的高中生
 
文章: 265
註冊時間: 週二 1月 25, 2005 1:29 am
來自: 臺灣民國高雄縣

文章Lost-Angel » 週日 7月 24, 2005 11:30 pm

小生換回 Debian 內附的 kernel-2.4.27 來開機發現,ADSL 問題似乎不藥而癒~~~ :-o ,請教一下各位前被這問題到底是出在哪裡呢??? 是 kernel 的一個 Bug 嗎??? 是不是該拿掉哪一個 module 才能夠解決呢??? 煩請各位前輩指點一下不才的小生好嗎??? 非常的感謝各位!!!
The most beautiful thing we can experience is mysterious.
It is the source of all true art and science.

--- Albert Einstein, 1930
頭像
Lost-Angel
活潑的高中生
活潑的高中生
 
文章: 265
註冊時間: 週二 1月 25, 2005 1:29 am
來自: 臺灣民國高雄縣

文章訪客 » 週一 7月 25, 2005 1:53 am

我對 Debian 不是很熟,但你的 kernel 2.6.x 是自己抓 source 來編譯的嗎?
從 kernel 2.4.x -> 2.6.x 不是只有升級 kernel 而已,
還有很多相關軟體需升級...

apt-get 升級可能較無問題,但 kernel 2.6.x 應該屬於 unstable 吧!?
訪客
 

文章Lost-Angel » 週一 7月 25, 2005 2:22 am

感謝前輩指點,小生已經有使用 apt 下載安裝過預先編譯好的 kernel-2.6.11 而且似乎已經沒有缺少什麼套件或有套件版本不符的地方了,所以小生才又下載 kernel-2.6.12.3 的 source code 來自己編譯更新,但是實在不知道為什麼會出這樣的問題,可否煩請各位前輩們指點一下不才的小生這下該怎麼解決才好呢??? 非常的感謝各位!!!
The most beautiful thing we can experience is mysterious.
It is the source of all true art and science.

--- Albert Einstein, 1930
頭像
Lost-Angel
活潑的高中生
活潑的高中生
 
文章: 265
註冊時間: 週二 1月 25, 2005 1:29 am
來自: 臺灣民國高雄縣

文章Lost-Angel » 週三 8月 03, 2005 12:11 am

小生發現,若以 apt 安裝預先編譯好的 kernel-2.6.11-1 的話一切正常沒有問題,但是小生自行下載了 kernel-2.6.12.3、kernel-2.6.12、kernel-2.6.11.12 三個核心的原始碼來自行編譯安裝就都會有這個 ADSL 撥接問題出現。
小生將 /boot/.config-2.6.11-1 這個設定檔拷貝到 /usr/src/linux-2.6.11.12 這個小生自行下載的核心程式碼目錄中再執行 make menuconfig 發現,在 Device driver 分類中的 networking support 子選單裡面有一個 PPP over Ethernet (EXPERIMENTAL)的選項,他是 depend 於 ppp (也就是 ppp_generic) 模組上,應該就是因為這個模組才能使 ADSL 正常撥接,但是小生發現自行下載的幾個核心的 make menuconfig 裡面,都沒有 PPP over Ethernet 這項目,即使小生已經有選取 ppp_generic 模組也是一樣,想請教一下各位前輩們這到底是怎麼一回事呢??? 煩請各位前輩指點一下不才的小生好嗎??? 非常的感謝各位!!!
The most beautiful thing we can experience is mysterious.
It is the source of all true art and science.

--- Albert Einstein, 1930
頭像
Lost-Angel
活潑的高中生
活潑的高中生
 
文章: 265
註冊時間: 週二 1月 25, 2005 1:29 am
來自: 臺灣民國高雄縣

文章palmpilote » 週四 8月 04, 2005 10:21 am

沒有打開EXPERIMENTAL的選項就會看不到EXPERIMENTAL的東西...
應該是放在開頭的第一個大項底面(有點記不清楚了)
圖檔
看啥?沒看過貓有五條腿的嗎?
http://palmpilote.twbbs.org
個人blog啟動
頭像
palmpilote
快樂的大學生
快樂的大學生
 
文章: 524
註冊時間: 週四 10月 17, 2002 4:01 pm
來自: 笨呆星球

文章Lost-Angel » 週五 8月 05, 2005 12:44 pm

多謝各位前輩的指點,小生終於把問題給解決了,其問題的癥結就是在那個 PPP over Ethernet (EXPERIMENTAL) ,這個東西要把他編譯成模組才會正常。然而必須要選取 code maturity level option 裡面的選項 EXPERIMENTAL 的東西才會出現!!!
The most beautiful thing we can experience is mysterious.
It is the source of all true art and science.

--- Albert Einstein, 1930
頭像
Lost-Angel
活潑的高中生
活潑的高中生
 
文章: 265
註冊時間: 週二 1月 25, 2005 1:29 am
來自: 臺灣民國高雄縣


回到 debian misc

誰在線上

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