您好﹗
多謝來信﹗
不用在費心力了﹐從 dmesg 的輸出結果看來﹕
eth0: NE2000 Compatible: port 0x300, irq 3, hw_addr 00:80:C8:8D:46:22
您的網路已經成功啟動了﹐用的是 NE2000 Compatible
模式﹐您盡可以將 ne2k-pci
從您的 kernel 中移走﹐也無需在花時間在 modules 上面。
但不知道您除了這張 PCMCIA 網路卡之外﹐還有其它網卡麼﹖
您只要輸入:
ifconfig eth0 192.168.0.1 netmask 255.255.255.0
route add -net 192.168.0.0 netmask 255.255.255.0 dev eth0
就應該可以了。
不過我有一點不明白﹕為什麼在 /proc/interrupts 居然沒有 IRQ 3
呢﹖這樣有點危
險﹐因為通常 com2 和 com 4 都會用到 IRQ 3﹐請您確定這些 com
port 都已經
disable 或將 IRQ 移走了。
如果您要參考我的 PCMCIA 設定﹐可以到 http://go.to/study-area
之“學習
Linux”下面的“網路設定”﹐或許對您有所幫助。
祝順利﹗
網中人
-----原始郵件-----
寄件者: Lee John <john.lee@broc.bps.balzers.net>
收件者: 'netman2000@crosswinds.net'
<netman2000@crosswinds.net>
日期: 星期五, 31 十二月 1999 PM 18:17
主旨: hi....
hi... 你好:
先謝謝你的指導....
我在值行#mdoprobe ne2k-pci.o出現下面訊息
/lib/modules/2.2.5-15CLE/net/ne2k-pci.o:init-module:Device or rescure busy
8390:Device or resource busy
#insmod ne2k-pci.o
ne2k-pci.o:init-module:Device or resource busy
下面一些檔案是demsg, lsmod,
cat /proc/interrupts, cat /proc/ioports,
cat /proc/modules
cat /proc/devices, ls
/lib/modules/2.2.5-15CLE/net <<Devices>>
<<Dmesg>> <<interrupts>>
<<Ioports>> <<Lsmod>>
<<Modules>> <<Net>>