This version is no longer supported. If this is still reproducible on a
newer/supported version, please reopen.
** Changed in: linux (Ubuntu)
Status: Incomplete => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
http
Christian Berg, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/c
** Changed in: linux
Status: Confirmed => Expired
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/360926
Title:
RTL8187SE driver lacks Multicast Support
To manage notifications about this bug
** Changed in: linux
Importance: Unknown => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/360926
Title:
RTL8187SE driver lacks Multicast Support
--
ubuntu-bugs mailing list
ubuntu-bugs@l
** Changed in: linux
Status: Unknown => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/360926
Title:
RTL8187SE driver lacks Multicast Support
--
ubuntu-bugs mailing list
ubuntu-bug
** Tags added: kernel-net kernel-reviewed
** Tags removed: kernel-needs-review kernel-uncat
--
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-bug
** Changed in: linux (Ubuntu)
Status: Confirmed => Triaged
** Changed in: linux (Ubuntu)
Importance: Undecided => Medium
** Tags added: kernel-needs-review kernel-uncat
--
RTL8187SE driver lacks Multicast Support
https://bugs.launchpad.net/bugs/360926
You received this bug notificatio
The upstream wrong is wrong in parts. "ip link set $IFACE promisc on
multicast on" does not solve the problem for me, at least not for IPv6
autoconfiguration packets. They don't work at all.
--
RTL8187SE driver lacks Multicast Support
https://bugs.launchpad.net/bugs/360926
You received this bug n
Reported upstream: https://bugzilla.kernel.org/show_bug.cgi?id=16171
** Bug watch added: Linux Kernel Bug Tracker #16171
http://bugzilla.kernel.org/show_bug.cgi?id=16171
** Also affects: linux via
http://bugzilla.kernel.org/show_bug.cgi?id=16171
Importance: Unknown
Status: Unknown
Little bugfix:
ip link set $IFACE promisc
must be
ip link set \$IFACE promisc
to escape things correctly. However, IPv6 stateless autoconfiguration
doesn't seem to work on my MSI Wind U-100. Anyone had success with
getting that running?
--
RTL8187SE driver lacks Multicast Support
https://bugs.l
Whoops. I forgot to escape some characters in that the previous fix. You
can run this one from anywhere and delete it when you are done.
** Attachment added: "fixmulticast.sh"
http://launchpadlibrarian.net/37187477/fixmulticast.sh
--
RTL8187SE driver lacks Multicast Support
https://bugs.launc
Hi, can i know where should i put the fixmulticast.sh on the system for
it to work?
--
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 mailin
Thanks Circling.
In my case, there is no network manager issue. It is the avahi multicast
issue. Even without the script, the card wlan0 indicates MULTICAST is
on, but the MSI cannot ping to other avahi hosts, and vice versa.
--
RTL8187SE driver lacks Multicast Support
https://bugs.launchpad.net
The script attached here applies Steve's fix as explained in his post.
It creates another script which executes whenever network manager
activates your wifi.
** Attachment added: "fixmulticast.sh"
http://launchpadlibrarian.net/35464238/fixmulticast.sh
--
RTL8187SE driver lacks Multicast Suppo
I see precisely the same issue (MSI Wind U100 / Karmic / RTL8187SE -
avahi does not work; cannot be seen by others on network, although ping
works).
This makes my MSI Wind pretty useless for ssh, backups, etc which use
mDNS. How can we get priority assigned to this bug? Thanks!
--
RTL8187SE dri
Sorry, but I'm still fighting this battle - msi u100 netbook with v9.10
installed. Ever since
I upgraded from 9.04, I have lost wireless.
CirclingTheSun, Steve, can you please post the full script (referenced above)?
When does
this script get sourced in?
Thanks!
--
RTL8187SE driver lacks Multi
oh sorry didnt read the whole script. should work :)
--
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
ubuntu-bugs@lists.ubuntu
Yeah... I forgot to say that I had no environmental variable $IFACE set
so I had to replace it with wlan0 before it worked.
--
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 subsc
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
It works!! :) Wow that was easy. Thanks a stack man! Why is this not set
by default?
--
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 maili
CirclingTheSun try this and let me know if it works
type this command at the root prompt
ip link set $IFACE promisc on multicast on
--
RTL8187SE driver lacks Multicast Support
https://bugs.launchpad.net/bugs/360926
You received this bug notification because you are a member of Ubuntu
Bugs, whic
You could be happy that only Multicast is broken in Karmic. Seems that
Ubunut-Devs did some patching für the Karmic-Kernel.
Driver has been stranded in the "landing" Tree since Kernel 2.6.30, but this
code seems to be broken in vanilla 2.6.31.
I tried Moblin and ubuntu-moblin with this card, bot
I just installed Karmic Beta. Avahi is still useless and still no
multicast packets getting through.
--
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.
--
u
I can also confirm this on my msi wind with a fully updated version of
jaunty. It's driving me up the wall :|
--
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 Ubunt
I can confirm this bug. It's very anoying because it prevents ipv6
autoconf from working :(
--
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-bug
I can confirm this bug. It's very anoying because it prevent ipv6
autoconf from working :(
** Changed in: linux (Ubuntu)
Status: New => Confirmed
--
RTL8187SE driver lacks Multicast Support
https://bugs.launchpad.net/bugs/360926
You received this bug notification because you are a member
26 matches
Mail list logo