Author Topic: Questions From New Pdaxrom User  (Read 4409 times)

silencer51

  • Full Member
  • ***
  • Posts: 172
    • View Profile
    • http://tchalikias.blogspot.com
Questions From New Pdaxrom User
« on: January 17, 2006, 10:34:26 am »
Hi guys,

I got my C3100 yesterday and after trying Cacko ROM 1.23 I flashed it with pdaXrom.

Everything works great, except for a few things.

I used Package manager to download and install Firefox 1.5 from the feed to my sd card. However I can't seem to be able to launch it using aterm (it doesn't have an icon created). It gives me the following:

./firefox: line 14: /usr/lib/firefox/bin/firefox: no such file or directory

Perhaps I should have it installed on the main memory?

Also, I downloaded icewm. Where can i find all the other window managers that i see being reffered to in this forum, i.e. windowmaker etc.?

And how should I edit my .xinitrc file to launch a manager other than matchbox?

Thanks in advance
Zaurus SL-5500 with:
128MB CF Card                                    
128MB SD Card
Symbol WiFi CF Card (working, sorta... overheats and shuts down!)
OZ 3.5.4 & GPE

Zaurus SL-C3100 with:
pdaXrom 1.1.0beta3 & XFCE4, /dev/hda1 256MB swap, /dev/hda2 512MB ext3, /dev/hda3 3328MB FAT32 for stuff
D-Link DCF-660 WiFi CF Card
1GB SD Card
128MB SD Card
128MB CF Card (for flashing)
USB Host Cable

& a Sony VAIO PCG-C1XD Picturebook with accessories...

[img]http://img58.imageshack.us/img58/7319/usbar21mw.gif\" border=\"0\" class=\"linked-sig-image\" /]

silencer51

  • Full Member
  • ***
  • Posts: 172
    • View Profile
    • http://tchalikias.blogspot.com
Questions From New Pdaxrom User
« Reply #1 on: January 17, 2006, 11:07:10 am »
Also, can anyone reccomend any good file managers for X? Right now I use mc on xterm...

P.S. I noticed that when I install things to my sd card they won't launch or have an icon created...
Zaurus SL-5500 with:
128MB CF Card                                    
128MB SD Card
Symbol WiFi CF Card (working, sorta... overheats and shuts down!)
OZ 3.5.4 & GPE

Zaurus SL-C3100 with:
pdaXrom 1.1.0beta3 & XFCE4, /dev/hda1 256MB swap, /dev/hda2 512MB ext3, /dev/hda3 3328MB FAT32 for stuff
D-Link DCF-660 WiFi CF Card
1GB SD Card
128MB SD Card
128MB CF Card (for flashing)
USB Host Cable

& a Sony VAIO PCG-C1XD Picturebook with accessories...

[img]http://img58.imageshack.us/img58/7319/usbar21mw.gif\" border=\"0\" class=\"linked-sig-image\" /]

silencer51

  • Full Member
  • ***
  • Posts: 172
    • View Profile
    • http://tchalikias.blogspot.com
Questions From New Pdaxrom User
« Reply #2 on: January 17, 2006, 11:10:05 am »
For example, I tried installing Gimp on /mnt/card, when I try to launch it i get an error msg saying it can't find libgimpwidgets-2.0.so.0....
Zaurus SL-5500 with:
128MB CF Card                                    
128MB SD Card
Symbol WiFi CF Card (working, sorta... overheats and shuts down!)
OZ 3.5.4 & GPE

Zaurus SL-C3100 with:
pdaXrom 1.1.0beta3 & XFCE4, /dev/hda1 256MB swap, /dev/hda2 512MB ext3, /dev/hda3 3328MB FAT32 for stuff
D-Link DCF-660 WiFi CF Card
1GB SD Card
128MB SD Card
128MB CF Card (for flashing)
USB Host Cable

& a Sony VAIO PCG-C1XD Picturebook with accessories...

[img]http://img58.imageshack.us/img58/7319/usbar21mw.gif\" border=\"0\" class=\"linked-sig-image\" /]

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
Questions From New Pdaxrom User
« Reply #3 on: January 17, 2006, 11:39:36 am »
Quote
For example, I tried installing Gimp on /mnt/card, when I try to launch it i get an error msg saying it can't find libgimpwidgets-2.0.so.0....

Try uninstalling all those programs [which fails to run] then re-install them one at a time, and after each one check the log tab of the package manager. Or just use ipkg-install and ipkg-uninstall from the command line so you can see whether any error messages come up.

In case you didn't know, after installing any package to external storage, the installation process (either the package manager or ipkg-install runs ipkg-link. This creates symlinks in / which points to the newly installed files (ie in your case /mnt/card). My guess is that for some reason those symlinks aren't being created properly, that is why you need to check the log tab of the package manager.

-- cheers
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

TheWalt

  • Full Member
  • ***
  • Posts: 176
    • View Profile
Questions From New Pdaxrom User
« Reply #4 on: January 17, 2006, 12:44:19 pm »
Quote
My guess is that for some reason those symlinks aren't being created properly, that is why you need to check the log tab of the package manager.

My guess is because the SD card is not formatted ext2, so the links are not being made.
- Gemini PDA | WiFi - Android 7.1.1
- GPD Pocket | Ubuntu Mate 18.10
- Zaurus SL-C3100 | ArchLinuxARM

desertrat

  • Hero Member
  • *****
  • Posts: 743
    • View Profile
    • http://
Questions From New Pdaxrom User
« Reply #5 on: January 17, 2006, 01:55:05 pm »
Quote
My guess is because the SD card is not formatted ext2, so the links are not being made.
The links that are made in / can refer to files contained on (practically?) any filesystem (fat/vfat/whatever).

In some cases, packages themselves contain symlinks (usually libraries) and yes, these would most likely not work if installed on a non-*nix filesystem.

-- cheers
SL-C3100 / Ambicon WL1100C-CF / pdaXrom 1.1.0beta3 / IceWM

karlto

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
    • http://
Questions From New Pdaxrom User
« Reply #6 on: January 17, 2006, 02:22:13 pm »
Quote
./firefox: line 14: /usr/lib/firefox/bin/firefox: no such file or directory

As mentioned by desertrat, it seems to be best to install from command line rather than using the graphical package manager. You don't have to reinstall though; just run:
Code: [Select]
ipkg-link mount /mnt/card(or wherever your card is mounted) and it should find the package and link it to the root filesystem. This should also mean that the icon on the menu gets created.

Quote
Also, I downloaded icewm. Where can i find all the other window managers that i see being reffered to in this forum, i.e. windowmaker etc.?

Just use the search function on the forum - most of them have packages attached (or referred to) in the topics. I like xfce4.
SL6000-L, RC12

silencer51

  • Full Member
  • ***
  • Posts: 172
    • View Profile
    • http://tchalikias.blogspot.com
Questions From New Pdaxrom User
« Reply #7 on: January 17, 2006, 02:30:59 pm »
Thanks guys, you are correct, the SD card is fat not ext2, i had forgotten! I'll try again with the SD card ext2 formatted... ;-)
Zaurus SL-5500 with:
128MB CF Card                                    
128MB SD Card
Symbol WiFi CF Card (working, sorta... overheats and shuts down!)
OZ 3.5.4 & GPE

Zaurus SL-C3100 with:
pdaXrom 1.1.0beta3 & XFCE4, /dev/hda1 256MB swap, /dev/hda2 512MB ext3, /dev/hda3 3328MB FAT32 for stuff
D-Link DCF-660 WiFi CF Card
1GB SD Card
128MB SD Card
128MB CF Card (for flashing)
USB Host Cable

& a Sony VAIO PCG-C1XD Picturebook with accessories...

[img]http://img58.imageshack.us/img58/7319/usbar21mw.gif\" border=\"0\" class=\"linked-sig-image\" /]

silencer51

  • Full Member
  • ***
  • Posts: 172
    • View Profile
    • http://tchalikias.blogspot.com
Questions From New Pdaxrom User
« Reply #8 on: January 17, 2006, 06:19:37 pm »
What about other window managers?

I have downloaded icewm and want to try it out, how should my xinitrc file look?
Zaurus SL-5500 with:
128MB CF Card                                    
128MB SD Card
Symbol WiFi CF Card (working, sorta... overheats and shuts down!)
OZ 3.5.4 & GPE

Zaurus SL-C3100 with:
pdaXrom 1.1.0beta3 & XFCE4, /dev/hda1 256MB swap, /dev/hda2 512MB ext3, /dev/hda3 3328MB FAT32 for stuff
D-Link DCF-660 WiFi CF Card
1GB SD Card
128MB SD Card
128MB CF Card (for flashing)
USB Host Cable

& a Sony VAIO PCG-C1XD Picturebook with accessories...

[img]http://img58.imageshack.us/img58/7319/usbar21mw.gif\" border=\"0\" class=\"linked-sig-image\" /]

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Questions From New Pdaxrom User
« Reply #9 on: January 17, 2006, 09:37:47 pm »
Quote
What about other window managers?

I have downloaded icewm and want to try it out, how should my xinitrc file look?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=111352\"][{POST_SNAPBACK}][/a][/div]

I "cheat" with icewm.

after logging in, at the prompt, I tell my to to "icewmbg"--which gives errors, then "icewm-session"--which complains about there being no x server..... then "startx"--and I have icewm running. Install both of the feed icewm ipks, all rox stuff and the mime-info ipk beforehand.


I'd love a pdaxrom bootmanager. being able to pick even numbered selections from a simple prompt ie 1>default 2>fvwm 3>xfce 4>icewm 5>kde would ber very handy.
(and probably very simple, too...)
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

pgas

  • Hero Member
  • *****
  • Posts: 1097
    • View Profile
    • http://
Questions From New Pdaxrom User
« Reply #10 on: January 18, 2006, 01:00:13 am »
Quote
I have downloaded icewm and want to try it out, how should my xinitrc file look?
install icem and icewm-pdaxrom.
cd
mv .xinitrc .xinitrc.back
cp /usr/bin/icewmsession .xinitrc
startx
SLC-860 cacko / senao wifi