Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
utilisateurs:toobuntu:brouillon:wifi_0bda-b720 [Le 20/03/2018, 11:31] Toobuntu |
utilisateurs:toobuntu:brouillon:wifi_0bda-b720 [Le 21/03/2018, 11:51] (Version actuelle) Toobuntu [Un script qui fait le travail pour vous. 14.04 à 18.04] |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | {{tag>Bionic Xenial RTL8723bu Realtek "wifi_0bda.b720" brouillon}} | + | {{tag>Bionic Xenial RTL8723bu Realtek "wifi_0bda.b720"}} |
| + | {{ :utilisateurs:toobuntu:brouillon:network-wifi-symbolic.png?nolink&150|}} \\ | ||
| + | \\ | ||
| ====== rtl8723bu , wifi , realtek ====== | ====== rtl8723bu , wifi , realtek ====== | ||
| ===== Comment installer le driver wifi pour un périphérique qui a l'ID 0bda:b720. ===== | ===== Comment installer le driver wifi pour un périphérique qui a l'ID 0bda:b720. ===== | ||
| Ligne 12: | Ligne 13: | ||
| Le github du driver est : https://github.com/lwfinger. \\ | Le github du driver est : https://github.com/lwfinger. \\ | ||
| Le bluetooth est pris en charge par Ubuntu sans modification depuis la 16.04 \\ | Le bluetooth est pris en charge par Ubuntu sans modification depuis la 16.04 \\ | ||
| - | <note>Sur Ubuntu 16.04 , après son installation nm-applet , qui vous affiche l'icone réseau peut nécessiter un redémarrage. | + | <note>Sur Ubuntu 16.04 , après son installation nm-applet , qui vous affiche l’icône réseau peut nécessiter un redémarrage. |
| <code> killall nm-applet && sleep 2 && nm-applet</code>Dans un terminal devrait résoudre le problème.</note> | <code> killall nm-applet && sleep 2 && nm-applet</code>Dans un terminal devrait résoudre le problème.</note> | ||
| Pour ces dongles : \\ | Pour ces dongles : \\ | ||
| Ligne 45: | Ligne 46: | ||
| ## exemple : echo"test" >> fichier.txt | ## exemple : echo"test" >> fichier.txt | ||
| - | if cat /etc/issue |grep Bionic | + | sudo apt-get install libelf-dev git build-essential linux-headers-$(uname -r) |
| - | then | + | |
| - | echo "Bionic Beaver" | + | |
| - | sudo apt install libelf-dev | + | |
| - | else | + | |
| - | echo "Version autre que Bionic Beaver" | + | |
| - | fi | + | |
| - | + | ||
| - | sudo apt-get install git build-essential linux-headers-$(uname -r) | + | |
| if grep -q "## rtl8723bu" "$_Chemin/blacklist.conf" ; then | if grep -q "## rtl8723bu" "$_Chemin/blacklist.conf" ; then | ||
| Ligne 98: | Ligne 91: | ||
| fi | fi | ||
| fi | fi | ||
| - | sleep 5 | + | sleep 2 |
| - | + | ||
| - | ## rm rtl8723bu-old | + | |
| git clone https://github.com/lwfinger/rtl8723bu.git | git clone https://github.com/lwfinger/rtl8723bu.git | ||