Revisione - scheda wifi Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
Questa è una vecchia revisione della pagina, così come è stata modificata da user alle ore 19:01, 21 marzo 2020. Può differire significativamente dalla Revisione corrente.
modello: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter(id del modello: 1725)
eventuali altri nomi del dispositivo:
AzureWave RTL8723BE PCIe Wireless Network Adapter
AzureWave AW-NB159H
RTL8723BE
marca:
Realtek Semiconductor Co., Ltd.
codice VendorID:ProductID del prodotto:
10ec:b723
anno di commercializzazione:
non specificato
interfaccia:
mini-PCI-E
testato con:
Parabola GNU/Linux
Trisquel 7.0 Belenos
Trisquel 8.0 Flidas
testato con il seguente kernel libre:
5.5.10-gnu
funziona con il software libero?
driver liberi usati:
rtl8723be
Descrizione:
It should work with any more current kernel and free modules (Tested with Trisquel and linux-libre): pre-requisite: get a current GCC/G++ version, the system-shipped one is likely too old (I've used GCC 9.2 as the kernel was built with GCC 9.3) steps to install:
# common pre-requisites
sudo apt install built-essentials git

# in any case you need the headers matching your kernel,
# I highly suggest to use linux libre as follows
sudo apt linux-libre linux-libre-headers

# WiFi
git clone https://github.com/lwfinger/rtlwifi_new.git -b extended
cd rtlwifi_new
make CC=gcc-9 CXX=g++9 && sudo make CC=gcc-9 CXX=g++9 install
cd ..

# Bluetooth
git clone https://github.com/lwfinger/rtl8723au_bt.git -b kernel
cd rtl8723au_bt
make CC=gcc-9 CXX=g++9 && sudo make CC=gcc-9 CXX=g++9 install

# common bluetooth packages
sudo apt bluetooth bluez bluez-tools blueman
Previous description about Parabola/Linux-libre: Worked, module was loaded without the firmware blob and it just worked. In the module source the path to firmware binary can be dummy. It only takes a bit longer to connect/search. Needs adaptation in source. Previous description about Trisquel: Non-free firmware is required, see https://wiki.debian.org/rtl819x
I contenuti di questa pagina sono di Pubblico Dominio. (leggi la pagina CC0 per informazioni dettagliate). Chiunque è libero di copiare, modificare, pubblicare, usare, vendere, o distribuire tale contenuto per qualsiasi fine, commerciale o non commerciale, e con ogni mezzo.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information