[問題]關於網路介面設定問題~~~

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

版主: mufa

re:[問題]關於網路介面設定問題~~~

文章Lost-Angel » 週四 1月 27, 2005 8:26 pm

感謝各位前輩的熱心指點,以下是小生實際做了一些動作所產生的結果:

執行 ifconfig eth0 up 之結果:
eth0: ERROR while getting interface flags : No such device

執行 ifup eth0 之結果:
Ingnoring unknown interface eth0=eth0

執行 lspci 所產生的結果中,有以下這一段:
00:04.4 Ethernet controller : Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet (rev 91)

執行 dmesg 中之訊息有以下這一行:
eth0 : Error EERPOM read ffff

執行 pppoeconf 之結果:Sorry, no working ethernet card could be found. If you do have an interface card which was not autodetected so far, you probably wish to load the driver manually using the modconf. Run modconf now ? [Y/N]


請教一下前輩,您所說的 kudzu 是什麼樣的套件呢???他的功用是什麼呢??? 小生的統中似乎沒有安裝此套件,由於 Debian 上又無法連上網路,請問一下何處可以下載的到該套件呢??? 煩請前輩們幫幫不才的小生好嗎??? 非常的感謝各位~~~~~~~~
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
來自: 臺灣民國高雄縣

re:[問題]關於網路介面設定問題~~~

文章d2207197 » 週四 1月 27, 2005 9:38 pm

由您的 ifconfig eth0 up 訊息就知道您的網路卡並無驅動成功。

而從 lspci 的訊息得知您的網路卡為 SIS900
在小弟的 2.6.11 kernel 中,所查到的適用 module 名稱為 sis900
若您也是用 2.6 版的 kernel,modprobe sis900 應該就能正常驅動了
然後就可以直接 pppoeconf,/etc/network/interfaces 不必管他,也不要用 ifup。

若 modprobe sis900 失敗,到您的 kernel config 看看,確定有把他編進去
不然也可以安裝 discover 或 hotplug 來協助載入 module 吧,這樣會更簡單更輕鬆。
頭像
d2207197
鑽研的研究生
鑽研的研究生
 
文章: 1763
註冊時間: 週二 5月 27, 2003 9:57 pm
來自: 火星

re:[問題]關於網路介面設定問題~~~

文章Lost-Angel » 週六 1月 29, 2005 11:25 pm

您好,感謝您的指點。小生到 /boot/config-2.4.18-bf2.4 檔案中發現確實有以下這一行:

CONFIG_SIS900 = y

這應該是表示目前這個核心已經把 sis900 的驅動模組編譯進去了是吧??? 那若是如此的話為何還會無法成功的驅動我的網路卡呢??? 可否煩請各位前輩再度指點一下不才的小生好嗎??? 非常的感謝各位!!!
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
來自: 臺灣民國高雄縣

re:[問題]關於網路介面設定問題~~~

文章cyt » 週六 1月 29, 2005 11:41 pm

Lost-Angel:

我 google 了一下: "eth0 : Error EERPOM read ffff"
也許你可以考慮一下升級你的 kernel 版本.

參考: http://tinyurl.com/62w3q
cyt
懵懂的國中生
懵懂的國中生
 
文章: 137
註冊時間: 週一 5月 31, 2004 2:20 pm

re:[問題]關於網路介面設定問題~~~

文章cshjssy » 週六 1月 29, 2005 11:48 pm

BIOS內的PNP OS設NO PNP OS看看!

小弟的主機板內建網卡也是SIS900(華碩 P4S8X-X)
之前用woody也是無法驅動
上SIS網站找驅動,內說明文件內容為

"make modules" fails on Redhat 8.0.It is kernel 2.4.18-14 , and it need driver 1.08.06.
You can individually compile the sis900.o with below procedures:
a.Symbolic Links "asm" and "linux" to "/usr/src/linux-2.4.18-14/include/."
a.1.Go to /usr/include directory
a.2.mv asm asm_ ( or rm asm)
a.3.mv linux linux_ (or rm linux)
a.4.ln -s /usr/src/linux-2.4.18-14/include/asm asm
a.5.ln -s /usr/src/linux-2.4.18-14/include/linux linux
b.Create new directory and copy sis900.c and sis900.o into them.
b.1 mkdir tmp
b.2 cp -f sis900.c /tmp/sis900.c
b.3 cp -f sis900.h /tmp/sis900.h
b.4 cd /tmp
b.5 gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -o6 -c -sis900.c
c.Copy and replace sis900.o into "/lib/modules/2.4.18-14/kernel/drivers/net/."
c.1 cp -f sis900.o /lib/modules/2.4.18-14/kernel/drivers/net/sis900.o

雖然是說rh8的,不過不知是不是同為kernel 2.4.18的原因,要編好驅動後才能用,
但在debian下實在不知如何編.c及.o檔
後用Debian-installer較新的kernel想說應可以了吧!

結果還是不行,後來BIOS設成NO PNP OS就行了!!
不過沒有再換回woody試可不可以

參考看看吧!

祝好運
cshjssy
可愛的小學生
可愛的小學生
 
文章: 55
註冊時間: 週四 7月 15, 2004 5:45 pm
來自: 新竹

Re: re:[問題]關於網路介面設定問題~~~

文章flybird » 週二 2月 01, 2005 4:13 pm

Lost-Angel 寫: kudzu 是什麼樣的套件呢???他的功用是什麼呢??? 小生的統中似乎沒有安裝此套件,由於 Debian 上又無法連上網路,請問一下何處可以下載的到該套件呢??? 煩請前輩們幫幫不才的小生好嗎??? 非常的感謝各位~~~~~~~~


包裹: kudzu (1.1.67-1)
Red Hat Linux 硬體探查的工具。

這是硬體探查的工具奔跑在系統起動時間確定什麼硬體從系統增加了或被取消了。
車同軌、書同文,國方成!
flybird
懵懂的國中生
懵懂的國中生
 
文章: 249
註冊時間: 週三 7月 07, 2004 4:40 pm
來自: ROT

Re: [問題]關於網路介面設定問題~~~

文章flybird » 週二 2月 01, 2005 4:24 pm

Lost-Angel 寫:請教一下各位前輩們,小生的系統是 Debian Linux 3.0 R2,核心是使用其 Woody 內附的 2.4.18,網路卡是內建於主機板內的 RTL8139 螃蟹卡,



看來驅動模組裝錯了 , 以前我的 NB(SiS900) 也是裝不上Woody ,
我現在用Sarge安裝的沒有問題 , 考慮一下吧!
車同軌、書同文,國方成!
flybird
懵懂的國中生
懵懂的國中生
 
文章: 249
註冊時間: 週三 7月 07, 2004 4:40 pm
來自: ROT

re:[問題]關於網路介面設定問題~~~

文章Lost-Angel » 週二 2月 01, 2005 4:49 pm

感謝前輩指點,小生把 kernel 提升到 2.6.10 版本,並且把 SIS900 的驅動程式編到 kernel 裡面似乎就成功的解決了這個問題。多謝~~~
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
來自: 臺灣民國高雄縣

文章訪客 » 週五 2月 18, 2005 6:21 pm

:shock: :mygod: :mygod: :-P :-o
訪客
 

上一頁

回到 debian misc

誰在線上

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