OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: pdaXrom<3 on June 17, 2005, 10:06:53 am

Title: How Do I Install Kde To A Sd Card ?
Post by: pdaXrom<3 on June 17, 2005, 10:06:53 am
Yup,
I've downloaded kdebase, kdelibs, libxml2, libxslt, qt-mt, pcre and libart-lgpl. I would like to install kde to my SD card, but I don't know how to do   ... Which files do i have to install to my SD card, and which ones do I have to install to the rom?

Can anybody help me?  
Thank you  
Title: How Do I Install Kde To A Sd Card ?
Post by: w14 on June 17, 2005, 10:23:31 am
Hello,

You don't say which Zaurus you have, or if you have any kind of network connection. You'll find all the info you need by searching the forums.

As a pointer for what to search for, you'll probably need to format your SD card with an ext2 filesystem, and then just run package manager, point it at the ipk files you downloaded, and when it asks, tell it to install to SD.

I'm pretty sure there is a discussion about this somewhere on here ...

Good luck,

Mike.
Title: How Do I Install Kde To A Sd Card ?
Post by: pdaXrom<3 on June 17, 2005, 11:19:42 am
Sorry, I have a cl-860
... can't find anything interesting about KDE installation in the forum  
Title: How Do I Install Kde To A Sd Card ?
Post by: ninjafoo on June 17, 2005, 03:16:46 pm
Quote
Sorry, I have a cl-860
... can't find anything interesting about KDE installation in the forum 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=84682\"][{POST_SNAPBACK}][/a][/div]

On a C1000...

I used dd to create a 240mb ext3 partition on my sd card, mounted it on /mnt/img, added /mnt/img as an ipkg target, installed kde etc (from commandline) onto image, linked /usr/lib/kde to to relavent dir on the img, linked /home/root/.xinitrc to startkde and voila.

Did it that way so I could keep the sd card as fat and use/loose kde on a whim, used ext3 so the image would have a decent chance of surviving the odd hard reset etc etc.
Title: How Do I Install Kde To A Sd Card ?
Post by: pdaXrom<3 on June 17, 2005, 04:31:14 pm
Ok, I'm really sorry but I'm quite a noob... So I have some questions for you  

Quote
I used dd to create a 240mb ext3 partition on my sd card, mounted it on /mnt/img, added /mnt/img as an ipkg target, installed kde etc
You mean the libs too ?  

Quote
(from commandline) onto image, linked /usr/lib/kde to to relavent dir on the img
How do you do that from commandline?  

I think it would really help me,
thank you.
Title: How Do I Install Kde To A Sd Card ?
Post by: ninjafoo on June 19, 2005, 09:17:19 am
Quote
You mean the libs too ? 

I installed kdelibs and kdebase packages onto the card, there was a lib I had to install seperatly (forget the name) i put that in the root. see the kde with screen shots thread for the packages (thats where I got them from anyway)
Quote
How do you do that from commandline? 

My 240mb ext3 file image is mounted on /mnt/img, so add the following line to the end of /etc/ipkg.conf
Code: [Select]
dest sdimg /mnt/imgCopy the kde packages to your Z, change to the same directory and
Code: [Select]
ipkg -d sdimg install kdepackage.ipk
if you just type ipkg at a command prompt it gives you the usage instructions.
Title: How Do I Install Kde To A Sd Card ?
Post by: pdaXrom<3 on June 20, 2005, 02:28:47 pm
Ok, thank you very much.

I just now have one little problem (and I hope it's the last one   )... I downloaded the fdisk package for my Zaurus (and installed it), and I'd like to know how to format a SD Card (ext2) with my Z  .

I've tried this
Code: [Select]
umount /dev/mmcda1
mkfs.ext2 /dev/mmcda1
mount /dev/mmcda1 /mnt/card
but it doesn't work  .

Anybody   ?
Thanks  
Title: How Do I Install Kde To A Sd Card ?
Post by: Chero on June 21, 2005, 04:46:01 am
It's over here (https://www.oesf.org/forums/index.php?showtopic=8098&hl=fdisk).

Chero
Title: How Do I Install Kde To A Sd Card ?
Post by: pdaXrom<3 on June 21, 2005, 08:52:06 am
Thanks to everyone!  
KDE now works very well (on my SD card)!
Title: How Do I Install Kde To A Sd Card ?
Post by: gab74 on June 21, 2005, 09:48:21 am
Do these infos work on SL6000 too ?
Title: How Do I Install Kde To A Sd Card ?
Post by: Chero on June 21, 2005, 12:06:44 pm
Quote
Do these infos work on SL6000 too ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=85155\"][{POST_SNAPBACK}][/a][/div]

in a terminal, do :
# df
If it lists :
...
/dev/mmcd/disc0/part1  ....  ....  ....  ...  /mnt/card
...

then i'd say : yes.