[Bug 246141] Re: no support for realtek rtl8187se

LG Marcondes lgmarcondes at gmail.com
Sat Dec 19 14:12:53 UTC 2009


Hi,

I'm using openSuse 11.2 and my drop out problems stops when I run the
following script:

>
> while [ 1 ]; do
    VALUE=`iwconfig wlan0 | grep -o "Bit Rate=54 Mb/s" | wc -l`
    if [ "$VALUE" -ne "1" ]; then
        echo "iwconfig wlan0 rate 54M"
        iwconfig wlan0 rate 54M
        sleep 10
    fi
done

>
>
It checks the result of the command iwconfig wlan0 and see if the bit rate
is low, if so sets to 54M. After 10 seconds it checks again.

I hope it could help someone...

---
Luiz Gustavo


On Sat, Dec 19, 2009 at 8:21 AM, mf <mat.fletcher at gmail.com> wrote:

> I contacted Realtek by email since nobody answered this bugtrack thread,
> whats the point in encouraging people to post here if nobody answers?
>
> Anyway, they were fairly helpful and emailed me this driver to compile
> on Karmic,  It works, i still get drop outs but it is not as bad as the
> stock driver.  This is a better driver.  I have found that it helps a
> lot to keep your connection alive by setting off a ping to somewhere
> (your router) and leaving it pinging all the time as a sort of crude
> keep alive.
>
> i hope this helps
>
> ** Attachment added: "Better driver supplied by Realtek by email"
>
> http://launchpadlibrarian.net/36967697/rtl8187se_linux_26.1030.1201.2009.release.tar.gz
>
> --
> no support for realtek rtl8187se
> https://bugs.launchpad.net/bugs/246141
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
no support for realtek rtl8187se
https://bugs.launchpad.net/bugs/246141
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux-meta in ubuntu.




More information about the kernel-bugs mailing list