I watched this forum before posting this because I don't know what else to do. I'm using pcmcia-cs 3.1.11 and kernel 2.2.12-20 (RH 6.1) After inserting the card, it beeps twice, logs no bad things, ifconfig shows eth0 just fine, route shows the route just fine, the light on the adapter does not come on showing "link integrity". As soon as I try to ping somebody on my net, it goes "Destination host unreachable" which is a weird error considering that I route to the net. Running ifconfig after this attempt shows that some "error packets" has been sent. It's on IRQ 11 eventhough I have excluded that in /etc/pcmcia/config.opts I have tried to do the "ifdown eth0 ; ifup eth0" trick, but that does not work for me. Here are the details: % tail -n 23 /var/log/messages Feb 25 10:00:00 localhost kernel: cs: cb_alloc(bus 35): vendor 0x115d, device 0x0003 Feb 25 10:00:00 localhost cardmgr[371]: initializing socket 1 Feb 25 10:00:00 localhost cardmgr[371]: socket 1: Xircom CardBus 10/100 Ethernet + 56K Modem Feb 25 10:00:00 localhost cardmgr[371]: executing: 'insmod /lib/modules/2.2.12-20/pcmcia/cb_enabler.o' Feb 25 10:00:00 localhost cardmgr[371]: executing: 'insmod /lib/modules/2.2.12-20/pcmcia/tulip_cb.o' Feb 25 10:00:00 localhost cardmgr[371]: executing: 'insmod /lib/modules/2.2.12-20/pcmcia/serial_cb.o' Feb 25 10:00:00 localhost kernel: cs: cb_config(bus 35) Feb 25 10:00:00 localhost kernel: fn 0 bar 2: mem 0x60013000-0x600137ff Feb 25 10:00:00 localhost kernel: fn 0 bar 3: mem 0x60012000-0x600127ff Feb 25 10:00:00 localhost kernel: fn 1 bar 1: io 0x280-0x287 Feb 25 10:00:00 localhost kernel: fn 1 bar 2: mem 0x60011000-0x600117ff Feb 25 10:00:00 localhost kernel: fn 1 bar 3: mem 0x60010000-0x600107ff Feb 25 10:00:00 localhost kernel: fn 0 bar 1: io 0x200-0x27f Feb 25 10:00:00 localhost kernel: fn 0 rom: mem 0x6000c000-0x6000ffff Feb 25 10:00:00 localhost kernel: fn 1 rom: mem 0x60008000-0x6000bfff Feb 25 10:00:00 localhost kernel: tulip_attach(bus 35, function 0) Feb 25 10:00:00 localhost kernel: tulip.c:v0.91g-ppc 7/16/99 becker@cesdis.gsfc.nasa.gov (modified by danilo@cs.uni-magdeburg.de for XIRCOM CBE, fixed by Doug Ledford) Feb 25 10:00:00 localhost kernel: eth0: Xircom Cardbus Adapter (DEC 21143 compatible mode) rev 3 at 0x200, 00:10:A4:DF:E1:E4, IRQ 11. Feb 25 10:00:00 localhost kernel: eth0: MII transceiver #0 config 3100 status 7809 advertising 01e1. Feb 25 10:00:00 localhost kernel: serial_attach(bus 35, fn 1) Feb 25 10:00:00 localhost kernel: tty01 at 0x0280 (irq = 11) is a 16550A Feb 25 10:00:00 localhost cardmgr[371]: executing: './network start eth0' Feb 25 10:00:01 localhost cardmgr[371]: executing: './serial start ttyS1' % ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:10:A4:DF:E1:E4 inet addr:192.168.168.5 Bcast:192.168.168.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 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:100 Interrupt:11 Base address:0x200 % route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.168.5 0.0.0.0 255.255.255.255 UH 0 0 0 eth0 192.168.168.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo % ping 192.168.168.10 PING 192.168.168.10 (192.168.168.10) from 192.168.168.5 : 56(84) bytes of data. From 192.168.168.5: Destination Host Unreachable From 192.168.168.5: Destination Host Unreachable From 192.168.168.5: Destination Host Unreachable --- 192.168.168.10 ping statistics --- 4 packets transmitted, 0 packets received, +3 errors, 100% packet loss % ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:10:A4:DF:E1:E4 inet addr:192.168.168.5 Bcast:192.168.168.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:6 dropped:0 overruns:0 carrier:6 collisions:0 txqueuelen:100 Interrupt:11 Base address:0x200 I can post more info if needed. Thank you is advance. |
Messages