Have the same problem and also found a workaround for those that do not like installing testing kernels (like me) (can be found on multiple forums)
Use Terminal: sudo ifconfig eth0 mtu 1492 You can also automate it by creating a script but it will also affect your Loopback (not recommended) Use Terminal: sudo gedit /etc/network/if-pre-up.d/sis190 ---copy below--- #!/bin/sh ifconfig "$IFACE" mtu 1492 ---end copy---- sudo chmod +x /etc/network/if-pre-up.d/sis190 both worked for me. note: In my dual boot setup windows also had problems with the sis191 after updating to a newer driver the bug was fixed the release note listed fixes for the packet handling. one of them made the card discard packets because it thought they are invalid. -- sis191 network not work in Hardy Heron https://bugs.launchpad.net/bugs/225022 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
