Eric Woudstra

Results 14 comments of Eric Woudstra

I'm also getting alignment faults in more then one function. I'm trying to get archlinuxarm gnome running on a rk3288 box. If you need more info then tell me what...

I2c is byte oriented, mii is word oriented, so this is where the difference comes from.

It probably doesn't come up, because 2500base-x inband is not supported by mac.

> guess I am looking for a quirk that forces "pl->cur_link_an_mode=0x1" instead of "pl->cur_link_an_mode=0x2" > I.e. "Fixed" instead of "in-band". I already pointed you the patch that does that in...

I ran in to the same problems as you describe in the initial post. If you want roaming, but do not want to setup a nat on every access point,...

The one I use is: [bridgefdbd](https://github.com/ericwoud/bridgefdbd) As I also run my router on Ubuntu, not only my AP.

Constantly deleting macs from the switches fdb, turns the ethernet switch into an ethernet hub... This is why i wrote bridgefdbd which only deletes when it is necessairy.

What you are trying to do is not a bug but simply not supported on ethernet networks. On Windows it is even prohibited: [Quote](https://docs.microsoft.com/en-us/windows/win32/nativewifi/about-the-wireless-hosted-network?redirectedfrom=MSDN): Layer 2 bridging is prohibited between...

> Where is that quote from...? What is the reasoning for that? The word Quote in the previous post is a link to the webpage on the Microsoft site. It...