WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tinycore_v2.9rc2  (Read 16582 times)

Offline MakodFilu

  • Newbie
  • *
  • Posts: 46
Re: tinycore_v2.9rc2
« Reply #30 on: February 10, 2010, 03:00:15 PM »
Straight from the repo:

http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/tcz/galculator.tcz.dep
Code: [Select]
atk.tcz
cairo.tcz
pango.tcz
glib2.tcz
fontconfig.tcz
expat2.tcz
libxml2.tcz
graphics-libs-1.tcz
pixman.tcz
Xlibs_support.tcz
gtk2.tcz
libglade.tcz

http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/tcz/libglade.tcz.dep
Code: [Select]
expat2.tcz
glib2.tcz
graphics-libs-1.tcz
libxml2.tcz
fontconfig.tcz
ttf-bitstream-vera.tcz
gtk2.tcz
atk.tcz
cairo.tcz
pango.tcz
pixman.tcz
Xlibs_support.tcz

Notice ttf-bitstream-vera.tcz within libglade.tcz.dep. TC 2.8.1 didn't load it as it hadn't recursive dependency resolution, while 2.9rcX does.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: tinycore_v2.9rc2
« Reply #31 on: February 10, 2010, 03:14:27 PM »
ttf-bitstream-vera was at one point used as the default font for gtk2 apps.  It is no longer a requirement so it is not listed in many newer dep files.  Neither of those dep files in the repo were intended to be recursive.   And since extension makers have some liberty to include dependencies that may not be absolutely necessary, there are likely other ones that contain non-essential entries.


Offline MakodFilu

  • Newbie
  • *
  • Posts: 46
Re: tinycore_v2.9rc2
« Reply #32 on: February 10, 2010, 03:17:07 PM »
Maybe, but it just gives us an opportunity to test the recursive dependency feature.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: tinycore_v2.9rc2
« Reply #33 on: February 10, 2010, 03:32:17 PM »
Oh, ok.  I misunderstood.

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: tinycore_v2.9rc2
« Reply #34 on: February 11, 2010, 01:57:11 PM »
The firmware isn't loading. I have the firmware-2.6.29.1-tinycore.tcz extension mounted on boot but am getting this message:
Quote
e100: eth0: e100_request_firmware: Failed to load firmware "e100/d102e_ucode.bin": -2
This firmware is found in the firmware extension at /lib/firmware/e100/d102e_ucode.bin

I get the same results with the cpio and upxed kernels. depmod -ae does not fix this. Neither does a rmmod e100 then modprobe e100.

What else can I try to get this to work?
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.9rc2
« Reply #35 on: February 11, 2010, 02:09:28 PM »
The firmware bug has already been posted: http://forum.tinycorelinux.net/index.php?topic=4966.0
It is fixed in rc3. I will be it posting soon.
10+ Years Contributing to Linux Open Source Projects.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: tinycore_v2.9rc2
« Reply #36 on: February 12, 2010, 08:34:03 AM »
# Example usage:
# tce-load -i /mnt/hda1/tce/optional/nano.tcz   Loads local extension
# tce-load -w -i nano.tcz                                 Download into tce/optional directory, updates OnBoot and installs
# tce-load -w nano.tcz                                    Download only into tce/optional directory


Could this post be updated with how tce-load works relative to the copy2fs list and flag?

Also, is there a way to perform a "tce-load -i .../mylocation" such that the extension is copied to the file system?
 
big pc man

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.9rc2
« Reply #37 on: February 12, 2010, 03:43:13 PM »
Add -c for a one time copy into filesystem to be used in combination with -i.
« Last Edit: February 12, 2010, 04:35:03 PM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: tinycore_v2.9rc2
« Reply #38 on: February 12, 2010, 04:59:10 PM »
Add -c for a one time copy into filesystem to be used in combination with -i.

Thanks for the tip. I didn't know there was a -c option.
big pc man