Closed elpraga closed 2 years ago
Well, I have made (a very limited) progress.
uname -a
).Makefile
in the rtl88x2bu driver has several options to use for arm devices (even one directly for RPi, even though I am not sure if this should be used in this case) -- Could you guide me which option to use, and I'll try to compile the driver when I have some time on my hands?
Makefile.txtThese are the platform related options in the Makefile
:
###################### Platform Related #######################
CONFIG_PLATFORM_I386_PC = y
CONFIG_PLATFORM_ANDROID_X86 = n
CONFIG_PLATFORM_ANDROID_INTEL_X86 = n
CONFIG_PLATFORM_JB_X86 = n
CONFIG_PLATFORM_ARM_S3C2K4 = n
CONFIG_PLATFORM_ARM_PXA2XX = n
CONFIG_PLATFORM_ARM_S3C6K4 = n
CONFIG_PLATFORM_MIPS_RMI = n
CONFIG_PLATFORM_RTD2880B = n
CONFIG_PLATFORM_ARM_NV_NANO = n
CONFIG_PLATFORM_MIPS_AR9132 = n
CONFIG_PLATFORM_RTK_DMP = n
CONFIG_PLATFORM_MIPS_PLM = n
CONFIG_PLATFORM_MSTAR389 = n
CONFIG_PLATFORM_MT53XX = n
CONFIG_PLATFORM_ARM_RPI = n
CONFIG_PLATFORM_ARM_MX51_241H = n
CONFIG_PLATFORM_FS_MX61 = n
CONFIG_PLATFORM_ACTIONS_ATJ227X = n
CONFIG_PLATFORM_TEGRA3_CARDHU = n
CONFIG_PLATFORM_TEGRA4_DALMORE = n
CONFIG_PLATFORM_ARM_TCC8900 = n
CONFIG_PLATFORM_ARM_TCC8920 = n
CONFIG_PLATFORM_ARM_TCC8920_JB42 = n
CONFIG_PLATFORM_ARM_TCC8930_JB42 = n
CONFIG_PLATFORM_ARM_RK2818 = n
CONFIG_PLATFORM_ARM_RK3066 = n
CONFIG_PLATFORM_ARM_RK3188 = n
CONFIG_PLATFORM_ARM_RK3399 = n
CONFIG_PLATFORM_ARM_URBETTER = n
CONFIG_PLATFORM_ARM_TI_PANDA = n
CONFIG_PLATFORM_MIPS_JZ4760 = n
CONFIG_PLATFORM_DMP_PHILIPS = n
CONFIG_PLATFORM_MSTAR_TITANIA12 = n
CONFIG_PLATFORM_MSTAR = n
CONFIG_PLATFORM_SZEBOOK = n
CONFIG_PLATFORM_ARM_SUNxI = n
CONFIG_PLATFORM_ARM_SUN6I = n
CONFIG_PLATFORM_ARM_SUN7I = n
CONFIG_PLATFORM_ARM_SUN8I_W3P1 = n
CONFIG_PLATFORM_ARM_SUN8I_W5P1 = n
CONFIG_PLATFORM_ACTIONS_ATM702X = n
CONFIG_PLATFORM_ACTIONS_ATV5201 = n
CONFIG_PLATFORM_ACTIONS_ATM705X = n
CONFIG_PLATFORM_ARM_SUN50IW1P1 = n
CONFIG_PLATFORM_ARM_RTD299X = n
CONFIG_PLATFORM_ARM_LGE = n
CONFIG_PLATFORM_ARM_SPREADTRUM_6820 = n
CONFIG_PLATFORM_ARM_SPREADTRUM_8810 = n
CONFIG_PLATFORM_ARM_WMT = n
CONFIG_PLATFORM_TI_DM365 = n
CONFIG_PLATFORM_MOZART = n
CONFIG_PLATFORM_RTK119X = n
CONFIG_PLATFORM_RTK119X_AM = n
CONFIG_PLATFORM_RTK129X = n
CONFIG_PLATFORM_RTK390X = n
CONFIG_PLATFORM_NOVATEK_NT72668 = n
CONFIG_PLATFORM_HISILICON = n
CONFIG_PLATFORM_HISILICON_HI3798 = n
CONFIG_PLATFORM_NV_TK1 = n
CONFIG_PLATFORM_NV_TK1_UBUNTU = n
CONFIG_PLATFORM_RTL8197D = n
CONFIG_PLATFORM_AML_S905 = n
CONFIG_PLATFORM_ZTE_ZX296716 = n
Support for specific peripheral devices is out of scope for this project, per the FAQ. I am sorry, if you find anything else useful you are welcome to share it here but I will have to close this for now.
I do understand and thank you for your answer.
Could you leave the issue open, just in case I it someone else can make some progress?
And before I even try to begin, is it technically possible to use an external USB wifi dongle with chromium os @fydeos-alpha ?
I have no way of reliably finding that out..
We have once used an unbranded generic USB wifi adapter and it worked. It states "802.11" on its enclosure and I remember it was quite small in terms of form factor. Chromium OS is actually an OS with the Linux kernel so yes of course it supports generic USB wifi adapters.
Maybe it's just because the AC1300 chips has limited mainline kernel support, it'd be ideal to replace with one that has known Linux support.
Describe the bug or issue I have bought the TP-Link Archer T3U AC1300 USB WiFi adaptor, it significantly boosts my WiFi signal. It does not work out of the box in neither Chromium OS (r92-r2) nor Ubuntu 20.04. Nonetheless I was able to make it work under Ubuntu following the instructions in https://community.tp-link.com/en/home/forum/topic/208022?page=1 .
First question first. Can USB WiFi adaptors be used with Chromium OS in general?
Describe your setup
To Reproduce Steps to reproduce the behavior:
Expected behaviour It can be used to boost the WiFi speed.
Additional context The process of getting it work under Ubuntu involved compiling the driver and setting up dkms.