Lakka-v6.1: Add support usb-modeswitch for some USB Wi-Fi devices#2222
Open
ShigeakiAsai wants to merge 5 commits into
Open
Lakka-v6.1: Add support usb-modeswitch for some USB Wi-Fi devices#2222ShigeakiAsai wants to merge 5 commits into
ShigeakiAsai wants to merge 5 commits into
Conversation
usb-modeswitch-RK3326 package is replaced by usb-modeswitch-lakka package and usb-modeswitch-lakka package is enabled on all Lakka devices.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds to support usb-modeswitch on Lakka-v6.1
This PR is related with issue #2216
Some USB Wi-Fi module needs to switch working mode.
RTL8188GU 802.11n WLAN AdapteCD-ROM modeThis mode changing is supported by the usb-modeswitch package.
Upstream LibreELEC has this package.
But Lakka was not able to use this LE's package as is.
It shows panic and retroarch does not start.
Therefore, we create a new/separate package for Lakka.
commit: 5 commits
usb-modeswitch-lakka: add package for usb-modeswitch on Lakka
Adds usb-modeswitch-lakka package
lakka/package.mk: enable usb-modeswitch-lakka package
Enables usb-modeswitch-lakka package on all devices
RK3326: disable usb-modeswitch-RK3326 package
Disables usb-modeswitch-RK3326 package on RK3326
usb-modeswitch-RK3326: remove package
Removes usb-modeswitch-RK3326 package
Samsung: add rtw8821c/rtl8821c firmwares
Adds supported device firmware files to Samsung/Exynos
build
All 34 devices build are passed.
Base Lakka-v6.1 commit: afc4ca1
test
Pickup 5 devices test are worked.
- device switches from idVendor=0bda, idProduct=1a2b to idVendor=0bda, idProduct=c820
- Wi-Fi is able to use.
- device detected 0bda:c820
- Wi-Fi is able to use.
- device switches from idVendor=0bda, idProduct=1a2b to idVendor=0bda, idProduct=c820
- wlan1 is recognized.(wlan0 is RPi4 internal Wi-Fi)
- device switches from idVendor=0bda, idProduct=1a2b to idVendor=0bda, idProduct=c820
- Wi-Fi is able to use.
- device switches from idVendor=0bda, idProduct=1a2b to idVendor=0bda, idProduct=c820
- Wi-Fi is able to use.
note
Edit 1
This vendorID/productID was used on the another Realtek USB WiFi dongle I confirmed.
Thanks
ASAI, Shigeaki