Solution for Ubuntu 8.10 and RTL8187B WiFi problem (Short Range WiFi)

Recently, I installed Ubuntu 8.10 on my notebook which contains RTL8187B WLAN card. unlike previous versions of Ubuntu which don’t detect such card, 8.10 detected the card, and WLAN worked very well. But I noticed that the range of the WLAN is very short, and after very few meters from the router, there is no traffic. After some long search, here is the solution that worked with me:

1- gksu gedit /etc/rc.local

2- Add the following line to rc.local before exit 0

iwconfig wlan0 rate 5.5M fixed

3- Reboot

Of course there are some other solutions based on ndiswrapper or the modified RTL8187B driver, but I found the above solution powerful and easy and no big change happened in the system.

One thought on “Solution for Ubuntu 8.10 and RTL8187B WiFi problem (Short Range WiFi)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s