WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Help me getting Started / Configuration problems  (Read 7981 times)

Offline Novo

  • Newbie
  • *
  • Posts: 3
Help me getting Started / Configuration problems
« on: March 23, 2012, 09:09:23 AM »
Hello,

I have an IGEL Compact 3200 LX Thin Client VIA 533MHz CPU 128MB RAM with a 128MB CF Card.
After trying Slitaz (they drop my CPU Support in 4 RC2), I want to give TinyCore a try.
Booting from USB and installing on CF Card works. (it was hard to figure out the correct kmap settings :o)

For now I have some problems:

- I read that TinyCore and their Applications run completely in RAM, how can I disable this? (I have only 128MB RAM)
- Sound does not work. Do you have drivers for VIA AC97 Soundcard?
- If I want to save my settings, i have to say Save or Backup on Shutdown, reboot or poweroff delete my installed / modified settings.
- I want to get my Fritz!USB Stick 1.1 working with ndiswrapper. On Ubuntu and Debian works fine, but not here.
  (Don't get wlan0 and Wifi Tool say, no devices found). Is there something special I need to know?
- Clicking on Config Wbar does nothing
- Installed Pidgin, after adding ICQ, it crash with "illegal operation"
- What Browser do you prefer? Midori? (NetSurf just crash after launch)

Mfg NoVo
« Last Edit: March 23, 2012, 09:12:34 AM by Novo »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Help me getting Started / Configuration problems
« Reply #1 on: March 23, 2012, 09:27:32 AM »
Welcome to Tiny Core Linux.
You need to spend some time reading the wiki.
Please read the persistence articles.

Applications run in RAM on all machines.  There is no other way to run them.
Tiny Core's root file system also runs in RAM.
Extensions are loop mounted from hard disk / flash.

I don't know if your USB NIC is supported, but others are.

Start with a basic setup.  Experiment with advanced boot options later.

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Help me getting Started / Configuration problems
« Reply #2 on: March 23, 2012, 09:32:09 AM »
2. More info needed. I already dealt with Igels and had some sound troubles too... you'll have to provide infos like lspci -v and dmesg to say more about it.
4. More info needed. How did you run ndiswrapper? Did you install the correct extensions? Which driver did you use? Also log output/dmesg/lspci/lsusb missing.
5. No idea.
6. Pidgin might need a rebuild (could be this is related to a "wrong" processor type on the building machine), please contact jls_legalize (or he's maybe reading along).
7. With 128 MB of RAM I can only suggest some older static builds of opera maybe, you can find some here e.g.: http://arc.opera.com/pub/opera/linux/927/final/en/i386/static/, or even the 8 series. You will not have much fun running any modern browser with that few RAM. Most of them can easily outrun your memory, when they are just starting.
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Help me getting Started / Configuration problems
« Reply #3 on: March 23, 2012, 09:33:39 AM »

Applications run in RAM on all machines.  There is no other way to run them.


This is simply not true!!!

By default applications are mounted and do not run in RAM.

With AppsAudit you can configure all run from RAM or selectively chose which one you want to get copied to RAM. But you have to configure it yourself, it is not the default behavior of TC.


Béla
Ham Radio callsign: HA5DI

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

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Help me getting Started / Configuration problems
« Reply #4 on: March 23, 2012, 10:48:02 AM »
The application must load from the mounted extension into RAM in order to run.
Processors cannot execute code in a filesystem.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Help me getting Started / Configuration problems
« Reply #5 on: March 23, 2012, 04:27:56 PM »
Gerald, I have always used the flag copy2fs.flg to copy everything into ram otherwise I could not remove the flash memory.
Now I know what a program (on any system) is first copied into RAM before being executed, but I do not think this is what you say  ???

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Help me getting Started / Configuration problems
« Reply #6 on: March 23, 2012, 05:15:51 PM »
That is exactly what I say.
The difference is in between stored on and run in.
They are stored on a filesystem ( CD/DVD/HD/FLASH/RAM ) but run in RAM.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Help me getting Started / Configuration problems
« Reply #7 on: March 23, 2012, 05:25:17 PM »
Ok, but all linux distributions are starting applications in ram :)
However, not using the copy2fs.flg saves space of the copy all packet (simultaneously) in ram, right?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Help me getting Started / Configuration problems
« Reply #8 on: March 23, 2012, 05:54:29 PM »
Right.

Offline Novo

  • Newbie
  • *
  • Posts: 3
Re: Help me getting Started / Configuration problems
« Reply #9 on: March 23, 2012, 07:11:17 PM »
OK I have Internet over Ethernet for now - ndiswrapper is not the biggest problem that I have.
- Wbar config does nothing
- Opera next, 11, 10 does not start (CRASHING - killed) Opera 9 does start but it's slow as hell. All other browser does not show websites correctly.
- ayttm, pidgin and a lot of other tools that I download do crash, too! :(

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Help me getting Started / Configuration problems
« Reply #10 on: March 23, 2012, 07:21:35 PM »
Maybe you are running out of RAM.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Help me getting Started / Configuration problems
« Reply #11 on: March 24, 2012, 12:51:25 AM »
According to
http://www.parkytowers.me.uk/thin/IgelCompact/index.shtml

the unit can take up to 1gb ram. Might be useful to upgrade?

On cpanel not starting, please try to start if from the terminal.

Quote
Processors cannot execute code in a filesystem.
Technically, ext2 XIP, but this is way OT ;)
The only barriers that can stop you are the ones you create yourself.

Offline Novo

  • Newbie
  • *
  • Posts: 3
Re: Help me getting Started / Configuration problems
« Reply #12 on: March 26, 2012, 01:57:20 AM »
the unit can take up to 1gb ram. Might be useful to upgrade?
yeah. I have a 1GB DDR2 SODIMM from my Netbook, but the RAM does not fit into the Socket (204 instead of 200 pin) - . -

I have installed Debian netinst with IceWM-lite now with Ndiswrapper, Sound, Midori, Pidgin and MPlayer - works fine and still have some RAM free !!!
Sorry for now I do not use Microcore anymore, maybe later when it's more stable.
Microcore is fast - but sadly I had Sound, NDiswrapper and Crashing Apps problems -.-
« Last Edit: March 26, 2012, 02:02:53 AM by Novo »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Help me getting Started / Configuration problems
« Reply #13 on: March 26, 2012, 08:40:29 AM »
The 204-pin ram is ddr3: http://en.wikipedia.org/wiki/SO-DIMM
The only barriers that can stop you are the ones you create yourself.