Reply
Thread Tools
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#521
Originally Posted by Laughing Man View Post
no problem, figured i'd just ask first in case.

Edit: I don't have to format it do I? Just do the mount and tar part?
you can do a mkfs to clean it off, or you should probably at least delete all the files.
__________________
To all my Maemo friends. I will no longer be monitoring any of my threads here on a regular basis. I am no longer supporting anything I did under maemo at maemo.org. If you need some help with something you can reach me at tablethacker.com or www.facebook.com/penguinbait. I have disabled my PM's here, and removed myself from Council email and Community mailing list. There has been some fun times, see you around.
 

The Following User Says Thank You to penguinbait For This Useful Post:
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#522
Do I also need to run the insod commands? Or would just doing mkfs and the clone, tar process and using your bootmenu.deb be sufficient?
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#523
Originally Posted by Laughing Man View Post
Do I also need to run the insod commands? Or would just doing mkfs and the clone, tar process and using your bootmenu.deb be sufficient?
Well you need the mbcache.ko and ext2.ko in order to mount the filesystems
__________________
To all my Maemo friends. I will no longer be monitoring any of my threads here on a regular basis. I am no longer supporting anything I did under maemo at maemo.org. If you need some help with something you can reach me at tablethacker.com or www.facebook.com/penguinbait. I have disabled my PM's here, and removed myself from Council email and Community mailing list. There has been some fun times, see you around.
 

The Following User Says Thank You to penguinbait For This Useful Post:
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#524
Hmm.. haha when I recloned it, the clone now has the Linus saying "I pronounce, etc.. etc..". Though I wonder if there's any problem if the boot from SD does an fsck on startup each time... (I rarely reboot anyway)
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#525
Originally Posted by Laughing Man View Post
Hmm.. haha when I recloned it, the clone now has the Linus saying "I pronounce, etc.. etc..". Though I wonder if there's any problem if the boot from SD does an fsck on startup each time... (I rarely reboot anyway)

No problems, the fsck will run, if it is clean, it wont fix anything, it will just exit clean. It only runs when you boot to flash.

I added this because everytime I crashed my SD, then I had to boot to flash and run fsck manually. Now I just reboot to flash after any crash and wait to hear from Linus, and I am good.

And this platform was sorely missing that wav file.
__________________
To all my Maemo friends. I will no longer be monitoring any of my threads here on a regular basis. I am no longer supporting anything I did under maemo at maemo.org. If you need some help with something you can reach me at tablethacker.com or www.facebook.com/penguinbait. I have disabled my PM's here, and removed myself from Council email and Community mailing list. There has been some fun times, see you around.

Last edited by penguinbait; 2008-10-09 at 15:39.
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#526
Ack, so I'm reinstalling all the apps I had on there (the ones missed by the application manager on a restore). And I notice that conky says there's no swap. That it's 0/0. But I had swap last time (using your scripts to setup the partition sizes). What happened to it?

I do have RAM though (123 MBs of it).

I really hope I don't have to redo everything over again. >.<

Edit: Yup it's not being detected by the system, I tried programs that need swap to run and they all just crash to desktop due to lack of swap.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...

Last edited by Laughing Man; 2008-10-09 at 17:06.
 
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#527
Originally Posted by Laughing Man View Post
Ack, so I'm reinstalling all the apps I had on there (the ones missed by the application manager on a restore). And I notice that conky says there's no swap. That it's 0/0. But I had swap last time (using your scripts to setup the partition sizes). What happened to it?

I do have RAM though (123 MBs of it).

I really hope I don't have to redo everything over again. >.<

Edit: Yup it's not being detected by the system, I tried programs that need swap to run and they all just crash to desktop due to lack of swap.
My scripts when you use them to clone, create the swap partition. Which you should already have, they also turn swap on during boot.

You need to call the swapon from a startup script

Just add

swapon /dev/mmcblk0p3 (or 1p3 depending on which card your using)

you can also just run from the command line

Type free in xterm to see swap info

free
__________________
To all my Maemo friends. I will no longer be monitoring any of my threads here on a regular basis. I am no longer supporting anything I did under maemo at maemo.org. If you need some help with something you can reach me at tablethacker.com or www.facebook.com/penguinbait. I have disabled my PM's here, and removed myself from Council email and Community mailing list. There has been some fun times, see you around.
 

The Following User Says Thank You to penguinbait For This Useful Post:
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#528
Ok, I did it from root (didn't work as user) and now it detects the swap.

So I have to add it to a startup script (init.d?) for it to detect on future boot ups?
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#529
Originally Posted by Laughing Man View Post
Ok, I did it from root (didn't work as user) and now it detects the swap.

So I have to add it to a startup script (init.d?) for it to detect on future boot ups?
Yes just put that line in one of your startup files
__________________
To all my Maemo friends. I will no longer be monitoring any of my threads here on a regular basis. I am no longer supporting anything I did under maemo at maemo.org. If you need some help with something you can reach me at tablethacker.com or www.facebook.com/penguinbait. I have disabled my PM's here, and removed myself from Council email and Community mailing list. There has been some fun times, see you around.
 
burnte's Avatar
Posts: 29 | Thanked: 7 times | Joined on Jul 2008 @ Atlanta, GA
#530
I'm hoping that with 53 pages, I'm not cluttering things up here.

So, before, things ran fine. But with the latest version of the bootmenu stuff after the recent SSU, at the boot menu I always have the removable card listed as N/A, like it's not there and I can't boot from it. "Unable to boot from immc" so it defaults to the internal flash. Ideas of what to troubleshoot?
 
Reply

Tags
deprecated


 
Forum Jump


All times are GMT. The time now is 15:39.