> But, when I add eth0 to bridge_ports, it doesn't work any longer


That and this are your problem:

eth1      Link encap:Ethernet  HWaddr 00:15:00:1f:20:a6
          inet6 addr: fe80::215:ff:fe1f:20a6/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
         RX packets:3 errors:79 dropped:79 overruns:0 frame:0

All those dropped packets on receive... your wireless card isn't accepting
packets with other destination MAC addresses.  And when you add eth0 into
the bridge, Linux must be choosing eth0's MAC address as the bridge address.

Since bridging works in Windows, your card is capable of doing this with the
right configuration.  But I don't know what to suggest trying next.
_______________________________________________
Bridge mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/bridge

Reply via email to