Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Seb

Pages: [1] 2 3 ... 5
1
Zaurus - pdaXrom / Need Help Compiling Pdaxrom 1.1.0beta3-kernel
« on: November 06, 2006, 04:04:15 pm »
i don't even have the slightest clue what that means..

all i can say is that it gets me a new zImage (if it works i still have to try out..)

what does hard- and softfloat mean?

2
Zaurus - pdaXrom / Need Help Compiling Pdaxrom 1.1.0beta3-kernel
« on: November 05, 2006, 01:03:39 pm »
solved.

wrong toolchain for some reason i don't know  

i have used arm-cacko-linux-gnu-2.95.3-2.2.5-hardfloat-19.50_21.09.05.tar.bz2 now

3
Zaurus - pdaXrom / Need Help Compiling Pdaxrom 1.1.0beta3-kernel
« on: November 05, 2006, 10:07:33 am »
hi there

i am trying to compile a new kernel (1.1.0beta3) für my 3100 but get error messages when doing "make zImage". i don't have have any problems when compiling the original sharp kernel without applying the pdaxrom "generic patches" first.  

what did i do wrong? (and what is this "miwmmxt"??)

thx in advance  

details:

installed tools for cross compiling:
- gcc-cross-sa1100-2.95.2-0.i386.rpm
- binutils-cross-arm-2.11.2-0.i386.rpm
- glibc-arm-2.2.2-0.i386.rpm
- linux-headers-arm-sa1100-2.4.6-3.i386.rpm

procedure:
- export PATH=$PATH:/PATH_TO_/arm-linux-gcc
- untar "linux-c3100-20050602-rom1_01.tar.bz2"
- change in untarred folder: "cd linux"
- apply 2 "generic patches" from pdaXrom-builder-02.46_12.04.06.tar.bz2: first "cat PATH/pdaXrom-builder/patches-local/linux-c3100-20050602-rom1_01/generic/linux-pdaXrom.diff | patch -p1"
- then same thing for "second generic patch" "mmc_boot.diff"
- copy 3100 configuration file to "linux": "cp PATH/pdaxrom/rom/1.1.0beta3/pdaXrom-builder/config/kernel/kernel-2.4.20-borzoi-cacko ./.config
- make oldconfig
- make dep
- make clean
- make zImage
- note: when proceeding with the original sharp kernel config file and the unpatched kernel i get a zImage in linux/arch/arm/boot so the procedure seems to be basically correct, the errors must have anything to do with specialities required for pdaxrom

error messages:
PATH/linux # make zImage
scripts/split-include include/linux/autoconf.h include/config
arm-linux-gcc -D__KERNEL__ -I/home/suser01/0_daten/zaurus/cross-build/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -Uarm -fno-common -pipe -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4 -Wa,-miwmmxt -mtune=strongarm -mshort-load-bytes -msoft-float -Uarm   -DKBUILD_BASENAME=main -c -o init/main.o init/main.c
Assembler messages:
Error: Invalid processor variant -miwmmxt
In file included from /home/suser01/0_daten/zaurus/cross-build/linux/include/asm/pgalloc.h:23,
                 from /home/suser01/0_daten/zaurus/cross-build/linux/include/linux/highmem.h:5,
                 from /home/suser01/0_daten/zaurus/cross-build/linux/include/linux/pagemap.h:16,
                 from /home/suser01/0_daten/zaurus/cross-build/linux/include/linux/locks.h:8,
                 from /home/suser01/0_daten/zaurus/cross-build/linux/include/linux/blk.h:5,
                 from init/main.c:25:
/home/suser01/0_daten/zaurus/cross-build/linux/include/asm/proc/cache.h: In function `flush_page_to_ram':
/home/suser01/0_daten/zaurus/cross-build/linux/include/asm/proc/cache.h:118: warning: passing arg 1 of `cpu_pid_va_to_mva' makes integer from pointer without a cast
/home/suser01/0_daten/zaurus/cross-build/linux/include/asm/proc/cache.h:118: warning: passing arg 1 of `cpu_xscale_flush_ram_page' makes pointer from integer without a cast
/home/suser01/0_daten/zaurus/cross-build/linux/include/asm/proc/cache.h: In function `flush_dcache_page':
/home/suser01/0_daten/zaurus/cross-build/linux/include/asm/proc/cache.h:159: warning: passing arg 1 of `cpu_pid_va_to_mva' makes integer from pointer without a cast
In file included from /home/suser01/0_daten/zaurus/cross-build/linux/include/linux/highmem.h:5,
                 from /home/suser01/0_daten/zaurus/cross-build/linux/include/linux/pagemap.h:16,
                 from /home/suser01/0_daten/zaurus/cross-build/linux/include/linux/locks.h:8,
                 from /home/suser01/0_daten/zaurus/cross-build/linux/include/linux/blk.h:5,
                 from init/main.c:25:
/home/suser01/0_daten/zaurus/cross-build/linux/include/asm/pgalloc.h: In function `get_pgd_fast':
/home/suser01/0_daten/zaurus/cross-build/linux/include/asm/pgalloc.h:67: warning: passing arg 1 of `cpu_pid_va_to_mva' makes integer from pointer without a cast
/home/suser01/0_daten/zaurus/cross-build/linux/include/asm/pgalloc.h: In function `pte_alloc_one_fast':
/home/suser01/0_daten/zaurus/cross-build/linux/include/asm/pgalloc.h:91: warning: passing arg 1 of `cpu_pid_va_to_mva' makes integer from pointer without a cast
init/main.c: In function `debug_kernel':
init/main.c:228: output pipe has been closed
make: *** [init/main.o] Fehler 1
PATH/linux #

4
Zaurus - pdaXrom / Lock Screen On Beta3
« on: October 01, 2006, 03:22:57 am »
thx i'll give it a try!

 

5
Zaurus - pdaXrom / C64 Emulator?
« on: October 01, 2006, 03:19:06 am »
vice-1.19 is supposed to work too but i think you have to compile it yourself

./configure
make
make install

6
Zaurus - pdaXrom / Firewall On Beta3
« on: September 16, 2006, 01:13:19 pm »
ok cheers!
got iptables

what do i do now?  

does anyone have a hint to get a quick firewall working with iptables?

thx in advance
 

7
Zaurus - pdaXrom / Firewall On Beta3
« on: September 16, 2006, 12:07:17 pm »
how can i install a firewall on my 3100 running on beta3?

8
Zaurus - pdaXrom / Mount Sd (mmcda1) As Non-root (beta3)
« on: September 16, 2006, 10:28:17 am »
hi there!

as i like working as non-root user i came across the following problem:

when automounting sd or mounting via mb-applet in panel i do not have permission to access /mnt/card as non-root

when using the "users" option in fstab i can umount and then mount again which grants me access, but i first have to umount/ mount

so i wrote a script which umounts and then mounts, works fine when being called from shell, so i thought, i could call this script from /etc/sdcontrol so i modified sdcontrol

but: result is different than calling from shell: i do not have permission until i run my short script from shell again

well, i thought, maybe i should change ownership of my umount/mount-script to the non-root user and do chmod +s

but still, after automounting or using panel-app to mount i dont have access permission, only after running the umount/mount-script

does anyone have an idea why??
 

9
Zaurus - pdaXrom / Lock Screen On Beta3
« on: September 15, 2006, 02:37:15 pm »
thx for the quick answer

/home/root/.xinitrc is a link to /usr/bin/mbsession which is the script i modified in order to start "xscreensaver" which did not work

btw im not logged in as root but as a normal user with home directory /home/user1 ( i did cp /usr/bin/mbsession /home/user1/.xinitrc in order to get it running, so to be right on the point i added a new line "xscreensaver" to /home/user1/.xinitrc which was a copy of /usr/bin/mbsession before )

this did not work :-((

10
Zaurus - pdaXrom / Lock Screen On Beta3
« on: September 15, 2006, 02:27:46 pm »
hi!

id like to have a tool to lock my screen with password protection

i installed xscreensaver-package from 760-new-feed for beta4 on my c3100 with beta3, in general it works fine BUT in order to lock the screen with "xscreensaver-command -lock" i first have to run "xscreensaver" which is a bit annoying

so my questions are:

is there a way to automatically start xscreensaver after starting x11 with "startx"? (i tried to modify mbsessions cause i thought that this is started every time after "startx" but that did not work [why not?]; i also tried a simple shellscript "S99screensaver" in /etc/rc.d/rc5/ to start sxcreensaver but that also did not work [why not?])

or: should i use any other (easier)  tool than xscreensaver to lock the screen?

regards
seb

11
Zaurus - pdaXrom / Ipkg Documentation
« on: May 21, 2006, 12:09:15 pm »
thx  

12
Zaurus - pdaXrom / Ipkg Documentation
« on: May 21, 2006, 11:31:22 am »
hi there
how do i build an ipk after having configure-make-make installed a package?
i'd like to have ipks like the ones on the feed
where do i find documentation?
regards
seb

13
Zaurus - pdaXrom / 1.1.0beta1 "kathrin": Symbolic Links To Card?
« on: April 05, 2006, 04:40:50 am »
Quote
Could someone out there who's running 1.1.0beta1 and who has an active and mounted SD card please provide the output of the following (as root):

Code: [Select]
cd /
ls -l

I believe there will be 3 entries in the output that begin with "lrwxrwxrwx" i.e, they are symbolic links. Those are the 3 that I am interested in.

Thanks in advance.
Randall.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=121786\"][{POST_SNAPBACK}][/a][/div]

i've only got one of those, it's

lrwxrwxrwx 1 root root {date} tmp -> /dev/shm/tmp

(1.1.0beta1 on c3100)

regards
seb

14
Zaurus - pdaXrom / Usb Gamepad/ Joystick Support
« on: March 24, 2006, 08:32:02 am »
joystick-1.2.15.tar.gz or sdl_gfx?
where do i start?
anyone got it (joystick) working already?
i didn't find anything here in the forum

regards
seb

15
Zaurus - pdaXrom / Announce: New Game Freedroid 1.0.2 - Commodore 64
« on: March 23, 2006, 04:23:24 pm »
great!! thx!

Pages: [1] 2 3 ... 5