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 - Allelectrix

Pages: 1 ... 4 5 [6]
76
Linux Issues / Setup Dev On Sl-c1000 Kernel 2.4.20 Cacko 1.23 Howto
« on: June 23, 2008, 07:06:09 pm »
Thank you s  much ! , many thanks indeed !

77
Linux Issues / Setup Dev On Sl-c1000 Kernel 2.4.20 Cacko 1.23 Howto
« on: June 12, 2008, 07:53:31 pm »
Hi all,

What GCC version is needed for the kernel 2.4.20 in Cacko 1.23 ?

Do you know how to put the entire GCC centre into a compressed .IMG file so that we can run it
in one of those compressed Loop functions (Mount -o Loop) ?

Other than that, where is the best place to put GCC on an SL-C1000 ?

Thanks in advance ;-)

78
Angstrom & OpenZaurus / Gps App That Actually Works...
« on: April 25, 2008, 02:19:29 pm »
Quote
I've got kismet, wellenreiter &aircrack-ng running OK on Hentges. Do they run OK under pdaxii3?

Hi John,

 I originally bought the SL-5500 to run precisely these apps. I now find I have to recompile the kernel together with the hostap driver to get
packet injection to work (of which, I have no idea how to do) ,so may I ask you:

a) can you make an initrd.bin and zImage of that complete installation ? if so, can you send it to me at allelectrix2@yahoo.co.uk ?
 if not, can you give me step by step instructions on how to get aircrack-ng working with packet injection with hostap with this OS ?
c) and can you tell me where you got that Henteges OS from ?, and how to install it, if it is not an initrd.bin and zImage installation ?

sorry to ask the questions, but, I want to learn all

        all the very best, and thanks so much for your kind help in advance, Allelectrix

79
Angstrom & OpenZaurus / Gps App That Actually Works...
« on: April 25, 2008, 02:08:30 pm »
Quote
As to QpeGps, you'll find there's lots of info here in the forums, as I remember it you need to install the Sharp Zaurus compatability libs and link QpeGPS to those libs for it to work, the same is true of a few others you mentioned.

Good luck

Thanks for the earlier info, very useful ;-)

Soooo.... THAT's why so many IPK Apps I install fail to load on Oz ! You have really solved the mystery for me their ! I would LOVE to get a Web Browser of any kind to load and run in Oz or ANY Collie OS for that matter. This would also explain why zGPS wont run in Oz but will run in Qtopia. THANKS MAN! :-D

I guess you know what I'm going to ask you now as a newbie ! :

a) where do you get the Sharp Zaurus compatability libraries from ?

 how do you link Apps to them: I will guess: 'ipkg-link add xxxxxxxapp ' is it ?

your continued help is VERY appreciated! all the very best, Allelectrix

80
Angstrom & OpenZaurus / Gps App That Actually Works...
« on: April 25, 2008, 01:52:53 pm »
Quote from: matthis
Qpegps works very well on sharp rom. Use the gpsd ipk from the qpegps sourceforge page.

Thanks for the info you two;-) excellent !

Matthis, you got an initrd.bin and zImage for us there of that OS QpeGps works on ?
if not, can you make a copy and send it ?

I tried all over the internet to look for somewhere to download the original Sharp ROM, I SO regret flashing it over now :-(
Sharp have only got the ROM upgrade package on their site, thats all.

please send your software to: allelectrix2@yahoo.co.uk

Thanks again guys, Allelectrix

81
Android / Want Kernel Headers And Gcc For Opie 3.5.4 Aircrack-ng Use
« on: April 24, 2008, 08:04:36 pm »
OOPS GUYS! beginners mistake! ... this post should not be in here! ... ADMIN: Please remove, Appologies everyone, Allelectrix

82
Hi everyone,

Hope your all well ;-)

OK - want to do a few things with my collie:

a) want to run aircrack-ng with packet injection
cool.gif want kernel headers for kernel:

2.4.18-rmk7-pxa3-embedix-3.5.4

c) need gcc 2.95.3 20010315 (or above) installed on 5500 to compile a required modification
to hostap drivers, which involves compiling with the kernel.

this is why, this is what aircrack-ng say:

Quote
Nearly all drivers (that can support injection) needs to be patched to support injection in Monitor mode.
You will need the following to compile drivers:

*
Linux kernel headers that match your current running kernel.
*
The same gcc version that was used to compile your kernel. At least make sure that the first two version numbers or the compiler are thesame (e.g. it's OK to use gcc 3.4.6 to compile the driver if the kernel was compiled by gcc 3.4.2). Ignoring this rule will cause Invalid module format errors during module load. That can be checked via /proc/version.

so, to recap, I need gcc 2.95.3 20010315 (or above) installed, and 2.4.18-rmk7-pxa3-embedix-3.5.4 kernel headers.

If anyone has a working copy of the aircrack-ng suite working on a SL-5500, can I copy your installation ? - perhaps you would be
kind enough to make a zImage and an initrid.bin of your installation ? - this would save me a whole pile of problems, as I am
new to Linux. I would also like to learn how to make those 2 files.

If not, I need a feed source to download the needed software - does anyone have any links or recommendations ? do you have old copies
of that software ? - can you send me a copy ?

please feel free to email me here at:

I know gcc is a big installation, so, if you have cramfs files that will run gcc 2.95.3 20010315 (or above) from an SD Card
im definitely interested in that. if not, can someone teach me how to install gcc from a tarball and then make a cramfs of it ?

look forward to your replies ;-)
[div align=\"center\"]
all the best to you all, allelectrix

'Electric Blue - Power of the Universe'
[/div]

83
Android / Want Kernel Headers And Gcc For Opie 3.5.4 Aircrack-ng Use
« on: April 24, 2008, 12:20:19 pm »
Hi everyone,

Hope your all well ;-)

OK - want to do a few things with my collie:

a) want to run aircrack-ng with packet injection
 want kernel headers for kernel:  

2.4.18-rmk7-pxa3-embedix-3.5.4

c) need gcc 2.95.3 20010315 (or above) installed on 5500 to compile a required modification
    to hostap drivers, which involves compiling with the kernel.

this is why, this is what aircrack-ng say:

Quote
Nearly all drivers (that can support injection) needs to be patched to support injection in Monitor mode.
You will need the following to compile drivers:

    *
      Linux kernel headers that match your current running kernel.
    *
      The same gcc version that was used to compile your kernel. At least make sure that the first two version numbers or the compiler are thesame (e.g. it's OK to use gcc 3.4.6 to compile the driver if the kernel was compiled by gcc 3.4.2). Ignoring this rule will cause Invalid module format errors during module load. That can be checked via /proc/version.

so, to recap, I need gcc 2.95.3 20010315 (or above) installed, and 2.4.18-rmk7-pxa3-embedix-3.5.4 kernel headers.

If anyone has a working copy of the aircrack-ng suite working on a SL-5500, can I copy your installation ? - perhaps you would be
kind enough to make a zImage and an initrid.bin of your installation ? - this would save me a whole pile of problems, as I am
new to Linux. I would also like to learn how to make those 2 files.

If not, I need a feed source to download the needed software - does anyone have any links or recommendations ? do you have old copies
of that software ? - can you send me a copy ?

please feel free to email me here at: allelectrix2@yahoo.co.uk

I know gcc is a big installation, so, if you have cramfs files that will run gcc 2.95.3 20010315 (or above) from an SD Card
im definitely interested in that. if not, can someone teach me how to install gcc from a tarball and then make a cramfs of it ?

look forward to your replies ;-)

             all the best to you all, allelectrix

                  'Electric Blue - Power of the Universe'

84
Angstrom & OpenZaurus / Gps App That Actually Works...
« on: April 07, 2008, 07:03:36 pm »
Quote from: sibble-comp-oesf
Anyone found an gps application that:

1) works with OZ3.5.3
2) works reliably with OZ3.5.3
3) doesn't have major dependencies
4) doesn't require major (or preferably any) compiling/cross compiling

I have the Haicom 303MMF gps unit

http://www.haicom.com.tw/gps303.shtml

It can be used as a serial, usb or cf gps. I use it in serial mode with a serialIO cable.

I've tried the following apps (and done a lot of reading on all of them both through the forums and google) on my 3.5.3 Z and my Sharp 3.10 rom Z.

1) RoadmapGPS/Roadmap
2) QpeGPS
3) zGPS
4) EPS

I sympathise, I too have tried those apps on OpenZaurus. Here are my system  specs:

Opie v 1.2.0
BUILT against Qt/E 2.3.10
built April 8th 2005

Linux Kernel
2.4.18-rmk7-pxa3-embedix-3.5.3
compiled by mickey@r2d2

OpenZaurus
v 3.5.3

OpenZaurus team

EPS : dont even know the executable name to run it! if i try 'eps' on the command prompt after installation, NOTHING.

QpeGPS:  Install places icon in Apps tray, click on the program Icon, the timer icon appears for a breif 2 or 3 seconds then peters out to nothing, the app
wont even start.  

zGPS: same as QpeGPS, click on icon, timer appears for about 3 seconds, then app fails to start.  

Could the Gentleman that started this thread contact me at allelectrix2@yahoo.co.uk to discuss how we can sort these issues out.

I am a newbie to Linux systems being ported over from Windoze. So, if anyone can put my ignorance to side, I would be most greatful.  

On a better note, at least i got Kismet and Wellenreiter to work on Oz 3.5.3 .  

PS How do you start your own thread on this forum ?

                       Thanks for any help to anyone, Jim Delaney

Pages: 1 ... 4 5 [6]