Group: Hardware/Components/WiFi/Realtek

From LibrePlanet
Jump to: navigation, search
(Create oage)
 
m (I checked the rtl818x driver myself. The cards need software. I asked for the source code myself but they refused to provide it.)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{stub}}
+
== Cards that work ==
  
== List of GPL firmwares for Realtek WiFi chips==
+
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.
* [[Group:Hardware/research/e-readers/Kobo/Aura_H2O_Edition_2]] The Kobo Aura H2O2 WiFi driver has a GPL firmware
+
 
* In Parabola some people also found another driver with GPL firmwares that seems quite similar: https://labs.parabola.nu/issues/2680
+
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:
 +
* [[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 GPLv2 peripheral binary that seems quite similar: https://labs.parabola.nu/issues/2680

Latest revision as of 07: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: