Group: Hardware/Components/WiFi/Realtek

From LibrePlanet
Jump to: navigation, search
(Cards that work: treat them as hardware)
m (I checked the rtl818x driver myself. The cards need software. I asked for the source code myself but they refused to provide it.)
 
Line 1: Line 1:
 
== Cards that work ==
 
== Cards that work ==
  
The [https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/wireless/realtek/rtl818x/ Realtek RTL818x Linux drivers] don't require distributions to ship any nonfree firmware to work.
+
The [https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/wireless/realtek/rtl818x/ Realtek RTL818x Linux drivers] don't require any nonfree peripheral software to work.
  
It is unknown if they have or don't have any nonfree firmware inside.
+
The drivers contain lengthy init sequences that are poorly documented, but don't contain nonfree peripheral software.
  
 
== Work to do to add support for more recent cards ==
 
== Work to do to add support for more recent cards ==
More recent Realtek WiFi chip require nonfree firwmare. While the manufacturer didn't publish the firmware source code, it did publish the binaries under the GPLv2, and the GPLv2 allows reverse engineering, decompilation, etc, so it might be possible to reconstruct the source code somehow to get a free firmware.
+
More recent Realtek Wi-Fi chips require nonfree peripheral software. Although the manufacturer refuses to provide the source code, they did publish many binaries under the GPLv2, and the GPLv2 allows reverse engineering, decompilation, etc, so it might be possible to reconstruct the source code somehow to get free peripheral software.
  
 
Here's some pages with information about that:
 
Here's some pages with information about that:
* [[Group:Hardware/research/e-readers/Kobo/Aura_H2O_Edition_2]] The Kobo Aura H2O2 WiFi driver has a GPL firmware
+
* [[Group:Hardware/research/e-readers/Kobo/Aura_H2O_Edition_2]] The Kobo Aura H2O2 Wi-Fi driver has a GPLv2 peripheral binary in the "source"
* In Parabola some people also found another driver with GPL firmwares that seems quite similar: https://labs.parabola.nu/issues/2680
+
* In Parabola some people also found another driver with GPLv2 peripheral binary that seems quite similar: https://labs.parabola.nu/issues/2680

Latest revision as of 08:53, 14 June 2024

Cards that work

The Realtek RTL818x Linux drivers don't require any nonfree peripheral software to work.

The drivers contain lengthy init sequences that are poorly documented, but don't contain nonfree peripheral software.

Work to do to add support for more recent cards

More recent Realtek Wi-Fi chips require nonfree peripheral software. Although the manufacturer refuses to provide the source code, they did publish many binaries under the GPLv2, and the GPLv2 allows reverse engineering, decompilation, etc, so it might be possible to reconstruct the source code somehow to get free peripheral software.

Here's some pages with information about that: