WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [not a bug] wrong dependencies in alsa-modules-2.6.33.3-tinycore.tcz  (Read 3106 times)

Offline ammi

  • Newbie
  • *
  • Posts: 9
i tried to remaster 3.2 with alsa.tcz but this does not work.
After Booting i tried:

tce-load -i alsa
input-joystick-KERNEL.tcz not found!

There is  no input-joystick-KERNEL.tcz in repository, the right name is:
input-joystick-2.6.33.3-tinycore.tcz

when changing this in alsa-modules-2.6.33.3-tinycore.tcz.dep
to: input-joystick-2.6.33.3-tinycore.tcz

it works fine.
« Last Edit: October 27, 2010, 04:42:09 PM by ^thehatsrule^ »

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: [not a bug] wrong dependencies in alsa-modules-2.6.33.3-tinycore.tcz
« Reply #1 on: October 27, 2010, 11:20:24 AM »
What was changed in the remaster, and what remaster method was used?  As the KERNEL variable is standard for dep files and works in stock TC releases.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: [not a bug] wrong dependencies in alsa-modules-2.6.33.3-tinycore.tcz
« Reply #2 on: October 27, 2010, 11:25:45 AM »
Oh, I see, looks like you directly downloaded the dep files outside of the appbrowser, which would cause that issue.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: [not a bug] wrong dependencies in alsa-modules-2.6.33.3-tinycore.tcz
« Reply #3 on: October 27, 2010, 11:54:44 AM »
Not sure if following observation is helpful in any way or not:

When running depinfo.sh http://forum.tinycorelinux.net/index.php?topic=6863.msg36061#msg36061
on alsa.tcz in the 3.x repo from TC 2.10 (2.6.29.1-tinycore), output is as follows:
Code: [Select]
alsa.tcz                                 size(bytes):    1077248,   1.03 MB
alsa-modules-2.6.33.3-tinycore.tcz       size(bytes):    1675264,   1.60 MB
input-joystick-2.6.29.1-tinycore.tcz     Error, not found
bash.tcz                                 size(bytes):     401408,   0.38 MB
--------------------------snip----------------------------------------------

Looks like a different behaviour of 2 extensions containing kernel modules
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline ^thehatsrule^

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 1726
Re: [not a bug] wrong dependencies in alsa-modules-2.6.33.3-tinycore.tcz
« Reply #4 on: October 27, 2010, 04:44:18 PM »
Edited thread title (this is not a bug).

tinypoodle: that's because you are on 2.x

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: [not a bug] wrong dependencies in alsa-modules-2.6.33.3-tinycore.tcz
« Reply #5 on: October 27, 2010, 05:23:46 PM »
tinypoodle: that's because you are on 2.x

I was fully aware of that, just meant to point out the different impact on the 2 modules.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline ammi

  • Newbie
  • *
  • Posts: 9
Re: [not a bug] wrong dependencies in alsa-modules-2.6.33.3-tinycore.tcz
« Reply #6 on: October 28, 2010, 01:29:25 AM »
Oh, I see, looks like you directly downloaded the dep files outside of the appbrowser, which would cause that issue.

yes, that's the problem. If you download via appbrowser it works, but if you remaster Tiny Core 3.2
and include the alsa extensions it does not work anymore.