WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 2.7 can't load tce?  (Read 5090 times)

Offline Vegeta

  • Newbie
  • *
  • Posts: 48
2.7 can't load tce?
« on: December 21, 2009, 04:32:53 AM »
only load tcz*? ::)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: 2.7 can't load tce?
« Reply #1 on: December 21, 2009, 05:11:55 AM »
only load tcz*? ::)

Yes, it is true. Dropped in 2.6
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Lee

  • Hero Member
  • *****
  • Posts: 645
    • My Core wiki user page
Re: 2.7 can't load tce?
« Reply #2 on: December 21, 2009, 05:19:47 AM »
For those of us with private .tce files, is there any reason not to

Code: [Select]
cd /
sudo tar -xzvf whatever.tce
sudo /usr/local/tce.installed/whatever

until we get around to converting to tcz?

(provided there's nothing too strange in the "whatever" script)
32 bit core4.7.7, Xprogs, Xorg-7.6, wbar, jwm  |  - Testing -
PPR, data persistence through filetool.sh          |  32 bit core 8.0 alpha 1
USB Flash drive, one partition, ext2, grub4dos  | Otherwise similar

Offline Vegeta

  • Newbie
  • *
  • Posts: 48
Re: 2.7 can't load tce?
« Reply #3 on: December 21, 2009, 05:25:44 AM »
and can't load dirvers(compat-wireless),like this:
lib\modules\2.6.29.1-tinycore\updates\drivers

in 2.5 and 2.6(.1) is ok, but 2.7 can't load these... :-\

btw:2.6(.1) can load tce...
« Last Edit: December 21, 2009, 05:28:06 AM by Vegeta »

Offline combo3

  • Full Member
  • ***
  • Posts: 148
Re: 2.7 can't load tce?
« Reply #4 on: December 21, 2009, 05:58:19 AM »
You can convert .tce to .tcz with:

tce2tcz.sh appname.tce

Offline Vegeta

  • Newbie
  • *
  • Posts: 48
Re: 2.7 can't load tce?
« Reply #5 on: December 21, 2009, 06:17:30 AM »
You can convert .tce to .tcz with:

tce2tcz.sh appname.tce

can't load tce ,this is a small problem。

BUT can't load drivers from updates\drivers....

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: 2.7 can't load tce?
« Reply #6 on: December 21, 2009, 07:01:18 AM »
It was announced back in version 2.4. You have had four months to convert to tcz.
http://forum.tinycorelinux.net/index.php?topic=3011.0
10+ Years Contributing to Linux Open Source Projects.

Offline Vegeta

  • Newbie
  • *
  • Posts: 48
Re: 2.7 can't load tce?
« Reply #7 on: December 21, 2009, 07:32:25 AM »
It was announced back in version 2.4. You have had four months to convert to tcz.
http://forum.tinycorelinux.net/index.php?topic=3011.0

The question now is:

can't load dirvers(compat-wireless),like this:
lib\modules\2.6.29.1-tinycore\updates\drivers

in 2.5 and 2.6(.1) is ok, but 2.7 can't load these...

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: 2.7 can't load tce?
« Reply #8 on: December 21, 2009, 07:51:11 AM »
If there is a specific extension that needs converting, please post it in the TCE area.
If the modules cannot be relocated to /usr/local/lib/modules/2.6.29.1-tinycore/kernel/
Then there is always the startup script available or list said extension in copy2fs.lst
10+ Years Contributing to Linux Open Source Projects.

Offline Vegeta

  • Newbie
  • *
  • Posts: 48
Re: 2.7 can't load tce?
« Reply #9 on: December 21, 2009, 08:16:53 AM »
If there is a specific extension that needs converting, please post it in the TCE area.
If the modules cannot be relocated to /usr/local/lib/modules/2.6.29.1-tinycore/kernel/
Then there is always the startup script available or list said extension in copy2fs.lst


That TCZ is the wireless card's driver(compat-wireless), compiled and install the default installation path is:
\lib\modules\2.6.29.1-tinycore\updates\drivers\net\wireless

in 2.5 and 2.6(.1) is ok, but 2.7 can't load,so i think it is better in TCB area.

sorry my english.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: 2.7 can't load tce?
« Reply #10 on: December 21, 2009, 08:46:41 AM »
The modules simply need to be moved into \lib\modules\2.6.29.1-tinycore\updates\drivers\net\wireless and the extension repacked.  /usr/local/lib/modules is the standard module path for TC and modules can be simply moved to that location from /lib/modules.  They will be found in /usr/local/lib/modules by depmod.

Offline Vegeta

  • Newbie
  • *
  • Posts: 48
Re: 2.7 can't load tce?
« Reply #11 on: December 21, 2009, 08:48:51 AM »
The modules simply need to be moved into \lib\modules\2.6.29.1-tinycore\updates\drivers\net\wireless and the extension repacked.  /usr/local/lib/modules is the standard module path for TC and modules can be simply moved to that location from /lib/modules.  They will be found in /usr/local/lib/modules by depmod.


all right...
i will mv*

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: 2.7 can't load tce?
« Reply #12 on: December 21, 2009, 08:50:17 AM »
Are we speaking of wireless-2.6.29.1-tinycore_mod.tczm - if so, the modules are in /usr/local/lib/modules/2.6.29.1-tinycore/kernel/drivers/net/wireless...

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: 2.7 can't load tce?
« Reply #13 on: December 21, 2009, 09:06:31 AM »
I made a typo, the first sentence was to move modules into /usr/local/lib/modules/../..

It is compat-wireless*.tce  that was being mentioned, that had it's modules in /lib/modules.  But that appears to be the same as wireless-2.6.29.1-tinycore_mod.tczm, which is already avilable.

Offline Vegeta

  • Newbie
  • *
  • Posts: 48
Re: 2.7 can't load tce?
« Reply #14 on: December 21, 2009, 09:11:20 AM »
Are we speaking of wireless-2.6.29.1-tinycore_mod.tczm - if so, the modules are in /usr/local/lib/modules/2.6.29.1-tinycore/kernel/drivers/net/wireless...
no ,i build a new wireless-drv for newer hardware. i will change dir.

wireless-2.6.29.1-tinycore.tczm and wireless-2.6.29.1-tinycore_mod.tczm are ok.

btw:
2.6 changelog:
* Busybox lsmod, insmod, rmmod, modprobe replace GNU versions.
i think is not a good idea .

I went to bed,see you. :)