Group: Hardware/Components/WiFi/Realtek

From LibrePlanet
Jump to: navigation, search
(Add information about RTL818x. The PCI driver (rtl8180) also seem not to require any firmware)
m (I checked the rtl818x driver myself. The cards need software. I asked for the source code myself but they refused to provide it.)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{stub}}
+
== 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 any nonfree peripheral software 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 distributions to ship any nonfree firmware to work.
+
The drivers contain lengthy init sequences that are poorly documented, but don't contain nonfree peripheral software.
  
== List of GPL firmwares for Realtek WiFi chips==
+
== Work to do to add support for more recent cards ==
* [[Group:Hardware/research/e-readers/Kobo/Aura_H2O_Edition_2]] The Kobo Aura H2O2 WiFi driver has a GPL 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.
* In Parabola some people also found another driver with GPL firmwares that seems quite similar: https://labs.parabola.nu/issues/2680
+
 
 +
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: