Displaying 2 results from an estimated 2 matches for "3c5x9".
Did you mean:
3c59x
2007 Apr 18
1
[Bridge] recent 2.6 kernels hang on bridge shutdown
...e-2.6.10-1-686 package,
adapted to the kernel.org kernels and the processor type set to Pentium
Classic. I can email it on request.
This script should reproduce the problem reliably:
#!/bin/bash
set -x
mount proc -t proc /proc
ifconfig lo 127.0.0.1
brctl addbr br0
modprobe e100 # also works with 3c5x9
brctl addif br0 eth0
ifconfig br0 192.168.1.1
ifconfig eth0 up
sleep 5
ifconfig lo down
lsmod | grep bridge
brctl delif br0 eth0
ifconfig br0 down
brctl delbr br0
To run it, I booted with init=/bin/bash to make sure the distribution's
startup scripts don't interfere (although it might wor...
2007 Apr 18
3
[Bridge] Linux bridging code bounces back frames?
Hi,
I'm trying to build a bridge using a 486DX2/66 with two 10 Mbit Ethernet
NICs. The machine (tsushima) is running Debian stable and kernel 2.4.26.
Previously I used it as a router, so I know the hardware (NICs) is
working.
The NICs are as follows:
eth0: WD80x3 at 0x280, 00 00 C0 0A 2C 2F WD8003-old, IRQ 10, shared
memory at 0xd0000-0xd1fff.
eth16i.c: v0.35 01-Jul-1999 Mika Kuoppala