|
使用gentoo-source的内核2.4.20-r2,编译后能找到网卡,但是ping不到本机以外的ip。用www.kernel.org的内核却没有这个问题。查了一下kernel.log,有如下信息:
Mar 24 17:15:10 localhost kernel: ne2k-pci.c:v1.02 10/19/2000 D. Becker/P. Gortmaker
Mar 24 17:15:10 localhost kernel: http://www.scyld.com/network/ne2k-pci.html
Mar 24 17:15:10 localhost kernel: eth0: RealTek RTL-8029 found at 0x9000, IRQ 19, 52:54:AB:23:64:12.
Mar 24 17:15:10 localhost kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Mar 24 17:15:10 localhost kernel: IP Protocols: ICMP, UDP, TCP
Mar 24 17:15:10 localhost kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes
Mar 24 17:15:10 localhost kernel: TCP: Hash tables configured (established 32768 bind 65536)
Mar 24 17:15:10 localhost kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Mar 24 17:15:10 localhost kernel: FAT: bogus logical sector size 0
Mar 24 17:15:10 localhost kernel: reiserfs: checking transaction log (device 03:09) ...
Mar 24 17:15:10 localhost kernel: Using r5 hash to sort names
Mar 24 17:15:10 localhost kernel: ReiserFS version 3.6.25
Mar 24 17:15:10 localhost kernel: VFS: Mounted root (reiserfs filesystem) readonly.
Mar 24 17:15:10 localhost kernel: Mounted devfs on /dev
Mar 24 17:15:10 localhost kernel: Freeing unused kernel memory: 264k freed
Mar 24 17:15:10 localhost kernel: Adding Swap: 128484k swap-space (priority -1)
Mar 24 17:15:10 localhost kernel: PCI: No IRQ known for interrupt pin A of device 00:06.0 - using IRQ 5
Mar 24 17:15:10 localhost kernel: PCI: Setting latency timer of device 00:06.0 to 64
Mar 24 17:15:10 localhost kernel: intel8x0: clocking to 47489
Mar 24 17:15:20 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 24 17:15:20 localhost kernel: eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0xb7, t=102.
Mar 24 17:15:23 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 24 17:15:23 localhost kernel: eth0: Tx timed out, lost interrupt? TSR=0x7, ISR=0x97, t=202.
Mar 24 17:15:25 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 24 17:15:25 localhost kernel: eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x3, t=103.
Mar 24 17:15:28 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 24 17:15:28 localhost kernel: eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x97, t=103.
Mar 24 17:15:31 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 24 17:15:31 localhost kernel: eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x97, t=203.
Mar 24 17:15:33 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 24 17:15:33 localhost kernel: eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x97, t=104.
Mar 24 17:15:59 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 24 17:15:59 localhost kernel: eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0xb7, t=114.
Mar 24 17:16:02 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 24 17:16:02 localhost kernel: eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x97, t=214.
Mar 24 17:16:04 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 24 17:16:04 localhost kernel: eth0: Tx timed out, lost interrupt? TSR=0x3, ISR=0x97, t=114.
真是非常奇怪,照理说我的配置应该没什么问题啊,用www..org上的内核编译完全没问题的。
请帮忙看看怎么回事。 |
|