WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: wishlist for TCL16  (Read 116 times)

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1443
wishlist for TCL16
« on: September 18, 2024, 11:23:00 AM »
Hi curaga. If possible, here are 3 features I think would be nice to have in TCL16:

* remove the useless /linuxrc symlink
* implement /usr merge
* turn on support for wifi usb adapters with rt53XX and rt55XX chipsets, which have been working great with the in-kernel rt2800usb driver for years

For third item, the kernel config options are CONFIG_RT2800USB_RT53XX and CONFIG_RT2800USB_RT55XX
« Last Edit: September 18, 2024, 11:51:10 AM by GNUser »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: wishlist for TCL16
« Reply #1 on: Today at 02:43:28 AM »
I don't really deal with the first two much anymore, that'd be Juanito's alley. For wifi modules, are they still marked experimental? Generally we follow that mark.
The only barriers that can stop you are the ones you create yourself.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: wishlist for TCL16
« Reply #2 on: Today at 05:04:43 AM »
I’d prefer to continue using /usr for everything in the base and /usr/local for extensions.

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1443
Re: wishlist for TCL16
« Reply #3 on: Today at 07:04:12 AM »
Hi curaga. I'm not sure if still marked "experimental" today. But I and others have tested these chipsets and they among the few that are stable enough on linux to recommend without reservations. The driver is already provided by wireless-KERNEL.tcz. Only users trying to use these chipsets would be affected if these config options were enabled.

Hi Juanito. Absolutely. That's not what /usr merge is about. The merge is about:

* eliminating /bin (which becomes a symlink to /usr/bin)
* eliminating /lib (which becomes a symlink to /usr/lib)
* eliminating /sbin (which becomes a symlink to /usr/sbin)

/usr/local and everything under it would be unaffected.

/usr merge simplifies the file system, leads to fewer broken absolute paths (for example, an application can look for either /bin/foo or /usr/bin/foo and both would work) and would increase compatibility between applications and TCL in the long run.

All that being said, TCL is already the best distro as-is. This would be a minor upgrade.
« Last Edit: Today at 07:16:47 AM by GNUser »

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1443
Re: wishlist for TCL16
« Reply #4 on: Today at 07:38:02 AM »
Juanito, if /usr merge feels like too radical a change, then please disregard. One of TCL's strengths is that it is conservative and avoids big changes.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: wishlist for TCL16
« Reply #5 on: Today at 09:54:32 AM »
Okay, if you've tested those drivers, they can be enabled.
The only barriers that can stop you are the ones you create yourself.

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1443
Re: wishlist for TCL16
« Reply #6 on: Today at 11:03:33 AM »
Okay, if you've tested those drivers...
I have tested them and they work great.
...they can be enabled.
Many thanks! It will remove a long-standing rock in my shoe (recompiling this kernel module with each TCL release).