WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] is there support for Ralink RT5370 chipset in TCL?  (Read 7345 times)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: [Solved] is there support for Ralink RT5370 chipset in TCL?
« Reply #15 on: December 03, 2021, 02:47:54 AM »
It'll get turned on when it's no longer marked EXPERIMENTAL.
The only barriers that can stop you are the ones you create yourself.

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1499
Re: [Solved] is there support for Ralink RT5370 chipset in TCL?
« Reply #16 on: December 03, 2021, 06:27:49 AM »
Fair enough. Thank you.

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1499
Re: [Solved] is there support for Ralink RT5370 chipset in TCL?
« Reply #17 on: December 28, 2021, 12:18:08 PM »
I'm having trouble compiling the driver in TCL13 x86_64. The same procedure I followed before does not work in TCL13 for some reason:

[please see attached--the forum wouldn't let me post the commands]

Any idea how to get past this error?

P.S. Why can't Santa include RT5370 support in wireless-KERNEL.tcz? I can vouch that CONFIG_RT2800USB_RT53XX=y does not break anything and results in fully functional RT5370 in both client and AP mode. Just saying.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14799
Re: [Solved] is there support for Ralink RT5370 chipset in TCL?
« Reply #18 on: December 28, 2021, 12:33:13 PM »
I'd guess you need to:

"make oldconfig" using the tinycore config
enable the functionality you need using "make menuconfig"

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1499
Re: [Solved] is there support for Ralink RT5370 chipset in TCL?
« Reply #19 on: December 28, 2021, 12:39:44 PM »
I had already done that. Sorry for not showing all the steps. I tried to include all the steps this time (see attached).
« Last Edit: December 28, 2021, 12:41:41 PM by GNUser »

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1499
Re: [Solved] is there support for Ralink RT5370 chipset in TCL?
« Reply #20 on: December 28, 2021, 12:54:55 PM »
I got it working. Upstream (kernel developers) seems to have mixed things up just for fun. Now we need a new step before the final step:

Code: [Select]
$ make modules_prepare # the new step
$ make M=drivers/net/wireless/ralink/rt2x00 modules