To use the realtek8187b wireless network adapter in Ubuntu, first download the following two packages of http://www.datanorth.net /~ Cuervo/rtl8187b/rtl8187b-modified-dist.tar.gzhttp: // www.datanorth.net /~ Cuervo/rtl8187b/2.6.24.patch execute the following command on the terminal, tar-xzvfrtl8187b-
To use the realtek 8187b wireless network adapter in Ubuntu, first download the following two packages
Http://www.datanorth.net /~ Cuervo/rtl8187b/rtl8187b-modified-dist.tar.gz
Http://www.datanorth.net /~ Cuervo/rtl8187b/2.6.24.patch
Run the following command on the terminal,
Tar-xzvf rtl8187b-modified-dist.tar.gz
Cp 2.6.24.patch rtl8187b-modified/
Cd rtl8187b-modified
Patch-p1 2.6.24.patch
./Makedrv
Sudo./wlan0up
Then you can start using it. After the installation, you will find that you have to restart wlan0up after the restart, which is very troublesome, so that wlan0up can be started with the system.
Open the terminal and execute the following command
Sudo gedit/etc/rc. local
Add your wlan0up file path. For example, my path is:
/Home/***/sh/rtl8187b-modified/wlan0up
Then restart and enjoy the freedom of wireless connection.