cotton <cotton.bbs@openbazaar.net> wrote in message
news:3cFhi4$5S1@openbazaar.net...
> ※ 引述《kenduest.bbs@bbs.cynix.com.tw (小州)》之銘言:
> > ※ 引述《cotton.bbs@openbazaar.net (cotton)》之銘言:
> > > 我的卡用的 irq = 5,9
> > >            io  = 0x300,0x320
> >   您不是說您有三張網路卡嗎?那上面提供資訊只有兩張啊?
>
>     第一張卡用的是 tulip,不是ne
>
>     我把ifconfig的資料貼上,不知有沒有幫助?
> eth0      Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
>           inet addr:140.xxx.xxx.xxx  Bcast:140.xxx.xxx.xxx
Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:18439 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:10535 errors:1 dropped:0 overruns:0 carrier:1
>           collisions:1908 txqueuelen:100
>           Interrupt:11 Base address:0xe400
>
> eth1      Link encap:Ethernet  HWaddr 00:80:C8:E1:40:95
>           inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:128479 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:187585 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:1 txqueuelen:100
>           Interrupt:5 Base address:0x320
>
> 以下這一張卡沒法子跑??
> eth2      Link encap:Ethernet  HWaddr 00:80:C8:3C:78:CF
>           inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:5 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:100
>           Interrupt:9 Base address:0x300
>
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Mask:255.0.0.0
>           UP LOOPBACK RUNNING  MTU:3924  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>
>
> ---------------------------------
> 以下是modprobe -c 的部分訊息:
> # Aliases
> alias eth2 ne2
> alias eth1 ne
> alias eth0 tulip
> # Options
> options 9ne io=0x300 irq=9
> options ne io=0x320,0x300 irq=5,9
>
>     目前可以用eth1(對內)和eth0(對外)
>     但是eth2就沒法度?
>     還需要什麼資訊或設定嗎?
>     麻煩前輩們幫忙診斷診斷....感激不盡!
>

似乎不是硬體的問題﹐好像是路由的問題吧﹖

試試將 eth2 的 IP 改成另一個 subnet 或許就可以了﹐例如﹕
           inet addr:192.168.2.2  Bcast:192.168.2.255  Mask:255.255.255.0