OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: Yasen on July 01, 2004, 07:27:54 am

Title: Special Kernel with built in ext3 suport
Post by: Yasen on July 01, 2004, 07:27:54 am
Hi all,

Could I ask the  one who made Special Kernel  for SL-5600 to make a variant with built in ext3 suport. I dont know anything about making kernel and very litle about Linux so I cant do it myself. I`ll be very greatful.

Thanks in advance.
Yasen
Title: Special Kernel with built in ext3 suport
Post by: tumnus on July 01, 2004, 08:46:04 am
There's already an ipk with the ext3 kernel module that should work with the Special Kernel:

http://www.killefiz.de/zaurus/showdetail.php?app=1642 (http://www.killefiz.de/zaurus/showdetail.php?app=1642)
Title: Special Kernel with built in ext3 suport
Post by: Yasen on July 01, 2004, 08:57:24 am
Sory but its segfoults :-)
Title: Special Kernel with built in ext3 suport
Post by: tumnus on July 01, 2004, 09:12:20 am
What segfaults? There's nothing wrong with that ipk as far as I can see. Maybe your download is corrupt
Title: Special Kernel with built in ext3 suport
Post by: Yasen on July 01, 2004, 09:25:30 am
Code: [Select]
#su
#ipkg install ext3-module-1_sharprom_arm.ipkg
Unpacking ext3-module-1 ... Done
Configure ext3-module-1 ... Segmentation foult
If this ccould help I'm with SL-5600, pxa-250 sharp rom 1.32
I`ve downloadet it 3 times the same result.
Title: Special Kernel with built in ext3 suport
Post by: tumnus on July 01, 2004, 09:42:42 am
It may have installed the files. Look for /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/fs/ext3/ext3.o

If it's there, try:

modprobe ext3
Title: Special Kernel with built in ext3 suport
Post by: Yasen on July 01, 2004, 09:57:11 am
Yes it's there. Do I have to insmod ext3 & insmod jbd after every reboot of the z?
Code: [Select]
In /etc/rc.d/rc.local:

dmesg | grep EXT3
What is this?
Title: Special Kernel with built in ext3 suport
Post by: tumnus on July 01, 2004, 10:53:17 am
Quote
Yes it's there. Do I have to insmod ext3 & insmod jbd after every reboot of the z?
Don't know. Have you tried? The seg fault was being caused by depmod, which isn't promising.

Quote
?
Code: [Select]
In /etc/rc.d/rc.local:

dmesg | grep EXT3
What is this?
No idea. Is 'dmesg | grep EXT3' appearing as a file? Maybe a command was mistyped.
Title: Special Kernel with built in ext3 suport
Post by: Yasen on July 01, 2004, 11:13:01 am
It is from How do you do that? (http://cmisip.home.insightbb.com/zaurus.htm) just below sdcontrol modifying.
Title: Special Kernel with built in ext3 suport
Post by: tumnus on July 01, 2004, 11:28:46 am
Oh right. They're just saying to put the line 'dmesg | grep EXT3' in rc.local so that when you boot you get lines from the system messages referring to EXT3 printed on screen. It's not necessary unless you want to see it working.
Title: Special Kernel with built in ext3 suport
Post by: Yasen on July 01, 2004, 11:32:26 am
10x A lot tummnus.