Διαφορές ανάμεσα στην αναθεώρηση του/της 19:00, 21 Μάρτιος 2020, που δημιουργήθηκε από τον/την user, και την αναθεώρηση του/της 18:46, 21 Μάρτιος 2020
Σημείωση: το κείμενο με κόκκινο έχει διαγραφεί από την προηγούμενη αναθεώρηση, το κείμενο με πράσινο έχει προστεθεί σε αυτή την αναθεώρηση και το κείμενο με γκρι δεν έχει αλλαχθεί
Διαφορές στην καταχώρηση: Κατασκευαστής
Realtek-Semiconductor-Co.-Ltd.
Διαφορές στην καταχώρηση: Όνομα του μοντέλου
Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
Διαφορές στην καταχώρηση: Άλλα πιθανά ονόματα της συσκευής
AzureWave RTL8723BE PCIe Wireless Network Adapter
AzureWave AW-NB159H
RTL8723BE
Διαφορές στην καταχώρηση: Κωδικός Κατασκευαστή:Κωδικός Προϊόντος
10ec:b723
Διαφορές στην καταχώρηση: Έτος εμπορικής κυκλοφορίας
not-specified
Διαφορές στην καταχώρηση: Διεπαφή
mini-PCI-E
Διαφορές στην καταχώρηση: Διανομή GNU/Linux που χρησιμοποιήθηκε για την δοκιμή
parabola , trisquel_7_0 , trisquel_8_0
Διαφορές στην καταχώρηση: Δοκιμάσθηκε με τον εξής ελεύθερο πυρήνα
5.5.10-gnu
Διαφορές στην καταχώρηση: Λειτουργεί με ελεύθερο λογισμικό;
yes
Διαφορές στην καταχώρηση: Ελεύθεροι οδηγοί/driver που χρησιμοποιήθηκαν
rtl8723be
Διαφορές στην καταχώρηση: Περιγραφή
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:
[code]
# 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

[/code]


[del]Previous description about Trisquel:
Worked on Parabola/Linux-libre, 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[/del]
The contents of this page are in the Public Domain. (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.
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