I created /etc/network/if-up.d/msi-U100-fix-multicast

#!/bin/sh
set -e

case "${IFACE%%[0-9]*}" in
        wlan|wifi) ;;
        *) exit 0
esac

if [ -x /bin/ip ]; then
        ip link set $IFACE promisc on multicast on
fi

so now it works with NetworkManager

-- 
RTL8187SE driver lacks Multicast Support
https://bugs.launchpad.net/bugs/360926
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

Reply via email to