Re: [Angstrom-devel] at91sam9260 build fail QA issue libform.la libmenu.la libpanel.la libncurses.la

2009-03-25 Thread Capn_Fish Zaurus
That's good to hear! Thanks for sharing the solution!

On 3/25/09, Christian Gagneraud cgagner...@techworks.ie wrote:
 Christian Gagneraud wrote:
 Capn_Fish Zaurus wrote:
 As far as I've gathered, you just use the -k option and ignore the
 errors. I don't believe the cause has been isolated or a solution has
 been forund, though people are free to correct me.

 On 3/11/09, D.Pageau dpag...@infodev.ca wrote:
 bitbake base-image fail with QA Issue.  See log and .conf bellow:

 

 dpag...@openembedded:~/oe/org.openembedded.dev$ bitbake base-image
 NOTE: Handling BitBake files: \ (6563/6563) [100 %]
 NOTE: Parsing finished. 6275 cached, 0 parsed, 288 skipped, 0 masked.
 NOTE: Cache is clean, not saving.
 NOTE: build 200903110658: started

 OE Build Configuration:
 BB_VERSION= 1.8.12
 METADATA_BRANCH   = org.openembedded.dev
 METADATA_REVISION = 15595fa2e1222509a57ae6c2e55ef9d8b8829989
 TARGET_ARCH   = arm
 TARGET_OS = linux-gnueabi
 MACHINE   = at91-l9260
 DISTRO= angstrom
 DISTRO_VERSION= 2009.X-test-20090311
 TARGET_FPU= soft

 NOTE: Resolving any missing task queue dependencies
 NOTE: Preparing runqueue
 NOTE: Executing runqueue
 NOTE: Running task 1380 of 2237 (ID: 282,
 /home/dpageau/oe/org.openembedded.dev/packages/angstrom/angstrom-version.bb,


 do_patch)
 NOTE: package angstrom-version-2009.X-test-20090311: started
 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task do_patch:
 started
 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task do_patch:
 completed
 NOTE: package angstrom-version-2009.X-test-20090311: completed
 NOTE: Running task 2219 of 2237 (ID: 11,
 /home/dpageau/oe/org.openembedded.dev/packages/images/base-image.bb,
 do_qa_staging)
 NOTE: Running task 2220 of 2237 (ID: 283,
 /home/dpageau/oe/org.openembedded.dev/packages/angstrom/angstrom-version.bb,


 do_configure)
 NOTE: package angstrom-version-2009.X-test-20090311: started
 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task
 do_configure: started
 NOTE: package base-image-1.0: started
 NOTE: package base-image-1.0-r0: task do_qa_staging: started
 NOTE: QA checking staging
 ERROR: QA Issue: libform.la failed sanity test (workdir) in path
 /home/dpageau/oe/build/angstrom/tmp//staging/armv5te-angstrom-linux-gnueabi/usr/lib


 ERROR: QA Issue: libmenu.la failed sanity test (workdir) in path
 /home/dpageau/oe/build/angstrom/tmp//staging/armv5te-angstrom-linux-gnueabi/usr/lib


 ERROR: QA Issue: libpanel.la failed sanity test (workdir) in path
 /home/dpageau/oe/build/angstrom/tmp//staging/armv5te-angstrom-linux-gnueabi/usr/lib


 ERROR: QA Issue: libncurses.la failed sanity test (workdir) in path
 /home/dpageau/oe/build/angstrom/tmp//staging/armv5te-angstrom-linux-gnueabi/usr/lib


 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task
 do_configure: completed
 NOTE: package angstrom-version-2009.X-test-20090311: completed
 ERROR: QA staging was broken by the package built above
 ERROR: Error in executing:
 /home/dpageau/oe/org.openembedded.dev/packages/images/base-image.bb
 ERROR: Exception:type 'exceptions.SystemExit' Message:1
 ERROR: Printing the environment of the function
 ERROR: Build of
 /home/dpageau/oe/org.openembedded.dev/packages/images/base-image.bb
 do_qa_staging failed
 NOTE: Running task 2221 of 2237 (ID: 284,
 /home/dpageau/oe/org.openembedded.dev/packages/angstrom/angstrom-version.bb,


 do_qa_configure)
 NOTE: package angstrom-version-2009.X-test-20090311: started
 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task
 do_qa_configure: started
 NOTE: Checking sanity of the config.log file
 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task
 do_qa_configure: completed
 NOTE: package angstrom-version-2009.X-test-20090311: completed
 ERROR: Task 11
 (/home/dpageau/oe/org.openembedded.dev/packages/images/base-image.bb,
 do_qa_staging) failed
 NOTE: Waiting for 1 active tasks to finish
 NOTE: 1:
 /home/dpageau/oe/org.openembedded.dev/packages/angstrom/angstrom-version.bb,


 do_qa_configure (16830)
 NOTE: Tasks Summary: Attempted 2219 tasks of which 2217 didn't need to
 be rerun and 1 failed.
 ERROR:
 '/home/dpageau/oe/org.openembedded.dev/packages/images/base-image.bb'
 failed
 NOTE: build 200903110658: completed

 

 # Where to store sources
 DL_DIR = /home/dpageau/oe/downloads

 # Which files do we want to parse:
 BBFILES := /home/dpageau/oe/org.openembedded.dev/packages/*/*.bb
 BBMASK = 

 # ccache always overfill $HOME
 CCACHE=

 # What kind of images do we want?
 IMAGE_FSTYPES = jffs2 tar.gz 

 # Set TMPDIR instead of defaulting it to $pwd/tmp
 TMPDIR = /home/dpageau/oe/build/${DISTRO}/tmp/

 I've just run into the same problem, and we have one thing in common:
 our TMPDIR ends with a '/';

 autotools_stage_all() from classes/autotools.bbclass has some sed script
 that replace in the .la files -L${WORKDIR}/... with -L${STAGING_LIBDIR}...
 but because of the final / your WORKDIR

Re: [Angstrom-devel] Can't create functional images for h1910

2009-03-21 Thread Capn_Fish Zaurus
I hope you're not still working on this, so where should I file the
bug report? With Angstrom or with OE?

Thanks again!

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] at91sam9260 build fail QA issue libform.la libmenu.la libpanel.la libncurses.la

2009-03-13 Thread Capn_Fish Zaurus
As far as I've gathered, you just use the -k option and ignore the
errors. I don't believe the cause has been isolated or a solution has
been forund, though people are free to correct me.

On 3/11/09, D.Pageau dpag...@infodev.ca wrote:
 bitbake base-image fail with QA Issue.  See log and .conf bellow:

 

 dpag...@openembedded:~/oe/org.openembedded.dev$ bitbake base-image
 NOTE: Handling BitBake files: \ (6563/6563) [100 %]
 NOTE: Parsing finished. 6275 cached, 0 parsed, 288 skipped, 0 masked.
 NOTE: Cache is clean, not saving.
 NOTE: build 200903110658: started

 OE Build Configuration:
 BB_VERSION= 1.8.12
 METADATA_BRANCH   = org.openembedded.dev
 METADATA_REVISION = 15595fa2e1222509a57ae6c2e55ef9d8b8829989
 TARGET_ARCH   = arm
 TARGET_OS = linux-gnueabi
 MACHINE   = at91-l9260
 DISTRO= angstrom
 DISTRO_VERSION= 2009.X-test-20090311
 TARGET_FPU= soft

 NOTE: Resolving any missing task queue dependencies
 NOTE: Preparing runqueue
 NOTE: Executing runqueue
 NOTE: Running task 1380 of 2237 (ID: 282,
 /home/dpageau/oe/org.openembedded.dev/packages/angstrom/angstrom-version.bb,
 do_patch)
 NOTE: package angstrom-version-2009.X-test-20090311: started
 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task do_patch:
 started
 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task do_patch:
 completed
 NOTE: package angstrom-version-2009.X-test-20090311: completed
 NOTE: Running task 2219 of 2237 (ID: 11,
 /home/dpageau/oe/org.openembedded.dev/packages/images/base-image.bb,
 do_qa_staging)
 NOTE: Running task 2220 of 2237 (ID: 283,
 /home/dpageau/oe/org.openembedded.dev/packages/angstrom/angstrom-version.bb,
 do_configure)
 NOTE: package angstrom-version-2009.X-test-20090311: started
 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task
 do_configure: started
 NOTE: package base-image-1.0: started
 NOTE: package base-image-1.0-r0: task do_qa_staging: started
 NOTE: QA checking staging
 ERROR: QA Issue: libform.la failed sanity test (workdir) in path
 /home/dpageau/oe/build/angstrom/tmp//staging/armv5te-angstrom-linux-gnueabi/usr/lib
 ERROR: QA Issue: libmenu.la failed sanity test (workdir) in path
 /home/dpageau/oe/build/angstrom/tmp//staging/armv5te-angstrom-linux-gnueabi/usr/lib
 ERROR: QA Issue: libpanel.la failed sanity test (workdir) in path
 /home/dpageau/oe/build/angstrom/tmp//staging/armv5te-angstrom-linux-gnueabi/usr/lib
 ERROR: QA Issue: libncurses.la failed sanity test (workdir) in path
 /home/dpageau/oe/build/angstrom/tmp//staging/armv5te-angstrom-linux-gnueabi/usr/lib
 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task
 do_configure: completed
 NOTE: package angstrom-version-2009.X-test-20090311: completed
 ERROR: QA staging was broken by the package built above
 ERROR: Error in executing:
 /home/dpageau/oe/org.openembedded.dev/packages/images/base-image.bb
 ERROR: Exception:type 'exceptions.SystemExit' Message:1
 ERROR: Printing the environment of the function
 ERROR: Build of
 /home/dpageau/oe/org.openembedded.dev/packages/images/base-image.bb
 do_qa_staging failed
 NOTE: Running task 2221 of 2237 (ID: 284,
 /home/dpageau/oe/org.openembedded.dev/packages/angstrom/angstrom-version.bb,
 do_qa_configure)
 NOTE: package angstrom-version-2009.X-test-20090311: started
 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task
 do_qa_configure: started
 NOTE: Checking sanity of the config.log file
 NOTE: package angstrom-version-1_2009.X-test-20090311-r2: task
 do_qa_configure: completed
 NOTE: package angstrom-version-2009.X-test-20090311: completed
 ERROR: Task 11
 (/home/dpageau/oe/org.openembedded.dev/packages/images/base-image.bb,
 do_qa_staging) failed
 NOTE: Waiting for 1 active tasks to finish
 NOTE: 1:
 /home/dpageau/oe/org.openembedded.dev/packages/angstrom/angstrom-version.bb,
 do_qa_configure (16830)
 NOTE: Tasks Summary: Attempted 2219 tasks of which 2217 didn't need to
 be rerun and 1 failed.
 ERROR:
 '/home/dpageau/oe/org.openembedded.dev/packages/images/base-image.bb' failed
 NOTE: build 200903110658: completed

 

 # Where to store sources
 DL_DIR = /home/dpageau/oe/downloads

 # Which files do we want to parse:
 BBFILES := /home/dpageau/oe/org.openembedded.dev/packages/*/*.bb
 BBMASK = 

 # ccache always overfill $HOME
 CCACHE=

 # What kind of images do we want?
 IMAGE_FSTYPES = jffs2 tar.gz 

 # Set TMPDIR instead of defaulting it to $pwd/tmp
 TMPDIR = /home/dpageau/oe/build/${DISTRO}/tmp/

 # Make use of my SMP box
 PARALLEL_MAKE=-j4
 BB_NUMBER_THREADS = 2

 # Set the Distro
 DISTRO = angstrom-2008.1

 # 'uclibc' or 'glibc' or 'eglibc'
 #ANGSTROM_MODE = glibc

 #MACHINE = at91sam9260ek
 MACHINE = at91-l9260

 BBDEBUG = yes

 #icecc

 # use icecc
 INHERIT += icecc

 # you can set it to 15 but the bigger overhead will slow down your
 # system. find a balance that works for you.
 PARALLEL_MAKE = -j 8

 # besides running more then one compiler, you can also run more
 # then 

Re: [Angstrom-devel] Install apps on SD or CF

2009-03-09 Thread Capn_Fish Zaurus
I believe this functionality was taken out due to it being largely broken.

I would suggest simply installing Angstrom on either the SD or CF card
and booting off of that using Kexec.

On 3/9/09, tovarish new.tovar...@gmail.com wrote:
 How can I install applications to my sd card or cf card. I tried the
 followingAdded a line dest sd /media/card to /etc/opkg.conf.
 Installed gnumeric using opkg -d sd install gnumeric
 The problem is that gnumeric installs files in
 /media/card/usr/share/gnumeric but expects to find them at
 /usr/share/gnumeric.
 I made a soft link to solve this problem but i see that there are many files
 installed in /media/sd/usr/share and it is a pain to soft link all of them.
 Is there an easier way to install apps to the external cards after all i
 dont have much space free in the flash.

 regards,
 tovarish
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Can't create functional images for h1910

2009-03-08 Thread Capn_Fish Zaurus
No go. :'( A bunch of hex, followed by the only discernible word
backtrace and more gibberish.

With the pre-built kernel, it still stops after freeing init memory.

Thank you for going to such lengths to help me!

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Can't create functional images for h1910

2009-03-06 Thread Capn_Fish Zaurus
Same issues as with mine...

At least I know it's not just me now. I suppose the next step would be
to file an OE bug report (Angstrom doesn't support the h19xx series)?

Thanks for your help!

On 3/6/09, Bernhard Guillon bernhard.guil...@opensimpad.org wrote:
 Capn_Fish Zaurus wrote:

 I'd be happy to test. Is there a place I can download said image from?
 Or am I misunderstanding you?


 Sorry I forgot to add the link

 http://linuxtogo.org/~mr_nice/images/h1910/

 Best regards
 Bernhard Guillon


 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Can't create functional images for h1910

2009-03-06 Thread Capn_Fish Zaurus
I tried with the working hh.org/familiar kernel. It just froze after
freeing init memory: 116k

Anything that might work is worth a shot, though.

On 3/6/09, Bernhard Guillon bernhard.guil...@opensimpad.org wrote:
 Capn_Fish Zaurus wrote:
 Same issues as with mine...

 At least I know it's not just me now. I suppose the next step would be
 to file an OE bug report (Angstrom doesn't support the h19xx series)?

 Thanks for your help!


 I will try to build and upload an image with another version of the kernel.
 After finding a version which will boot the next step should be testing
 and switching to the hh.org fork.

 Best regards
 Bernhard Guillon

 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Can't create functional images for h1910

2009-03-05 Thread Capn_Fish Zaurus
After attempting and failing to take a picture in which you can read
anything on the screen, I've decided to type out the errors as best I
can:

===With hh.org kernel:===
Freeing init memory: 116k (the iPAQ freezes at this point)


===With Fedora-built Angstrom kernel: ===
Unhandled fault: dcache parity error (0xc08)
...
PC is at 0xc033be38
LR is at sysfs_dirent_exist+0x40/0x74

(a bunch of binary and hex in brackets)
kernel panic - not syncing; Attempted to kill init!

(normal boot)
Console: switching to colour frame buffer device 50x53 (the iPAQ
freezes at this point)

(a bunch of binary and hex in brackets)
Backtrace: frame pointer underflow
Backtrace: aborted due to bad frame pointer c0197930
Code: Bad PC value
Kernel panic - not syncing: Attempted to kill init!

(a bunch of binary and hex in brackets scrolls very quickly for ~5 seconds)
BUG: scheduling while atomic: swapper/0x4000/1
(a bunch of binary and hex in brackets)

===With Ubuntu 8.04-built Angstrom kernel===
Unable to handle kernel NULL pointer dereference at virtual address 


(a bunch of binary and hex in brackets)
Backtrace:
(gibberish)

(iPAQ freezes with a white screen)

(a bunch of binary and hex in brackets)
Backtrace: frame pointer underflow
Backtrace: aborted due to bad frame pointer c01deb88
Code: Bad PC value
Kernel panic - not syncing: Attempted to kill init!

If you need more specifics on any of them, I can type a line or two out.

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Building minimal Angstrom image

2009-03-05 Thread Capn_Fish Zaurus
You might want to look at task-boot and other things in the
/OE/org.openembedded.dev/packages/tasks folder. It's at least a place
to start.

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Can't create functional images for h1910

2009-03-03 Thread Capn_Fish Zaurus
I just looked, but it appears that there's nothing in
/var/log/messages. If there's a way to make those logs get saved, I
can get some, but apparently not at the moment.

It boots fine with no errors I'm seeing (other than having to wait for
i2c-something a while). I've tried mostly this command with a few
variations (changing root delay time, removing the dyntick setting,
adding a console=ttyS0,115200n8, etc.):

console=tty0 root=/dev/mmcblk0p2 rootdelay=2 dyntick=enable

I took the settings from the working Handhelds.org Familiar image.



My specific OE issue is, as far as I can tell, that libpanel and
several others fail a sanity test. Packages then fail at the
do_qa_staging stage. I've been, at the suggestion of a helpful person
on IRC, using the -k option to keep going. While it does make
images/kernels, they don't work (testing with the good handhelds.org
kernel and my image results in freezing at freeing init memory: nnnk

I'll be able to get a full error log later today (from a new Ubuntu
8.10 install), if that would help.

Thanks to both of you for the help!

On 3/2/09, Philip Balister phi...@balister.org wrote:
 Capn_Fish Zaurus wrote:
 Can somebody at least let me know what OS works for building
 functional images? Ubuntu 8.04 isn't working for me, nor is Gentoo
 ~x86. Is either Fedora 10 or Ubuntu 8.10 known to work?

 Do you have specific issues? OE works for me on all Fedora up to 9.

 Philip


 Thanks in advance.

 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel



___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Can't create functional images for h1910

2009-03-03 Thread Capn_Fish Zaurus
My question makes perfect sense. I'm having issues WITH the
cross-compiler (Bitbake/OpenEmbedded). Since I had the same issues on
2 OSs, I asked people what has worked for them.

On 3/3/09, flameman mayer flameman...@gmail.com wrote:
 no sense question !
 you need the proper crosscompile tool chain in order to compile things
 for your iPAQ
 you can choose whatever linux distro you want in order to do that

 ubuntu, kubuntu, gentoo ... whatever !

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Can't create functional images for h1910

2009-03-03 Thread Capn_Fish Zaurus
Thank you for your explanation. In case my previous statement of my
environment wasn't satisfactory, I am using (for this latest test):

-Ubuntu GNU/Linux 8.10, kernel 2.6.27
-GCC 4.3
-BitBake 1.8.12
-GNU C lib 2.8 (2008/05/05 snapshot)

I'm attempting to build the Angstrom distribution (unstable/2008.1 branch).

I thank you kindly for your help. Since you can't help me, you are
free to go and allow those who can help to do so.

To those people who are still attempting to aid me: I forgot to
mention this error:

/proc/sys/vm/mmap_min_addr is not 0. This will cause problems with
qemu so please fix the value (as root).

It pops up the first time I start the build (but I fixed it by simply
changing the value in /proc/sys/vm/mmap_min_addr). I don't know if
that's relevant or not, but thought I should mention it.

Thanks again.

On 3/3/09, flameman mayer flameman...@gmail.com wrote:
 no sense cause you are using the wrong word: OS doesn't mean nothing !

 nothing at all !

 linux is the kernel, released in version: 2.6.x
 ubuntu,gentoo,whatever is the distro, released in version, subversion,
 overlay

 also i am using gentoo doesn't mean nothing cause gentoo makes you
 able to have different stage, environment, profile, and such i staff

 my gentoo is not working with that app doesn't mean nothing ! which
 env ? which compiler ? etc etc ...


 also linux/gnu has a such called environment

 so if you have an issue with such is related to development, well
 you have an issue in your environment !!!

 what is your environment ?

 


 anyway i haven't understand the problem just of your language, and i
 don't want to know
 so finally: i can't help you, i suggest to change your building cross
 tool. I suggest to use crossdev-ng, or just download a trunk of
 openWRT or such a stuff


 regards


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Can't create functional images for h1910

2009-03-03 Thread Capn_Fish Zaurus
OK, I've never used Minicom before. After looking at the man page, it
looks like I need a serial device. I'm not sure if I get one when
connecting the iPAQ (via USB, no straight serial is available). Is
there any special software I need to run on the iPAQ? Is passing a
console=ttyS0,115200n8 necessary in the kernel command line?

In short, I need a how-to guide for getting minicom output from the
booting kernel. I'll do some more digging and testing while awaiting a
response, but we'll see how far I get.

There's an option in the iPAQ's bootloader menu to run HTC shell,
which then displays a screen telling me to use minicom. I don't know
if this is useful or not.

Thanks.

On 3/3/09, Bernhard Guillon bernhard.guil...@opensimpad.org wrote:
 Capn_Fish Zaurus wrote:
 I just looked, but it appears that there's nothing in
 /var/log/messages. If there's a way to make those logs get saved, I
 can get some, but apparently not at the moment.


 The output of minicom(or cutecom) while booting the built Angstrom
 kernel on the ipaq will be fine.

 best regards
 Bernhard Guillon

 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Can't create functional images for h1910

2009-03-03 Thread Capn_Fish Zaurus
I don't know what you believe I can help with. I don't even own an h36xx iPAQ.

If there's a good reason, however, I will consider it.

Also, perhaps putting you're work in a separate e-mail thread would be
a good idea? As it is now, there are at least two discussions going on
under the same title, which gets confusing.

Thanks.

 may i see you on irc ? in case it will be a pleasure to meet you live

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] h1910 was Re: Can't create functional images for

2009-03-03 Thread Capn_Fish Zaurus
Just to sum up the current state of things:

-Ubuntu 8.x failed to bitbake packages with the libxyz.la failed
sanity test (workdir) error, as did Gentoo ~x86.

-I'm building from the Angstrom unstable/2008.1 branch

-I've now got a fresh Fedora 10 install to work with

-I still need to figure out how to get the output from the old
(unworking) images through Minicom.

My goal is still to figure out how to get bootable kernels/images
built for my h1910.

My apologies if I'm posting to this list too much. If so, just let me know.

Thanks.

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] h1910 was Re: Can't create functional images for

2009-03-03 Thread Capn_Fish Zaurus
I cant't seem to get it to boot far enough to establish a serial
connection (nothing appears in dmesg at least; it says ipaq
connected when I use the HTC shell option).

I don't know what to do when I start minicom (with the HTC shell
option on the iPAQ). I got to the point where it's started and using
port: /dev/ttyUSB0 (which is what the ipaq comes up as), but am lost
beyond that. I don't even know if it's connected.

Booting with a known working kernel doesn't get me anywhere either.
(it freezes at freeing init memory: 116k) I DO get:

usb0: no IPv6 routers present
usb 4-1: USB disconnect, address 9
usb0: unregister 'cdc_subset' usb-:00:1d.2-1, Linux Device
usb 4-1: new full speed USB device using uhci_hcd and address 10
usb 4-1: configuration #1 chosen from 1 choice
usb0: register 'cdc_subset' at usb-:00:1d.2-1, Linux Device,
9a:e5:cc:bf:7c:67

in dmesg. The iPAQ says something about using Ethernet Gadget on its screen.


My kernel command line:

console=tty0 console=ttySA0,115200n8 root=/dev/mmcblk0p2 rootdelay=2
dyntick=enable


Here are the variation on a theme I get when trying to boot:

Code: bad PC value Kernel panic - not syncing: Attempted to kill init!

Freeze with white screen ~80% of the time

Occasionally gets to Console: switching to colour frame buffer device
60x53 (normal startup, then freezes)

Sometimes a bunch of gibberish (a bunch of lines like [0001001]
[239v0] (do_path_walk...))

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Can't create functional images for h1910

2009-03-02 Thread Capn_Fish Zaurus
Can somebody at least let me know what OS works for building
functional images? Ubuntu 8.04 isn't working for me, nor is Gentoo
~x86. Is either Fedora 10 or Ubuntu 8.10 known to work?

Thanks in advance.

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Can't create functional images for h1910

2009-02-28 Thread Capn_Fish Zaurus
That seems to be outside of the scope of what I'm working for at the
moment. I'm just trying to get Linux booting, other functionality
aside.

On 2/28/09, flameman mayer flameman...@gmail.com wrote:
 hi,
 i am trying to support h36** that should have a working kernel 2.4
 from HH but it has no 2.6
 i mean both vanilla and HH patched kernel are not supporting all the
 hardware

 the main issue is related to the sleeve 2xpcmcia that is not working at all
 sleeve 1xpcmcia is working so i am able to bootstrap from it

 anyway the full report and progress has been posted @
 http://www.elinux.org/Ipaq

 actually i am building a full gentoo-asm stage4, stage3 is ready and working
 yet

 any help in kernel issues fixing, collaboration and doc is welcome


 feel free to contact me on irc, freenode network, nick=flameman,
 channel ... well #edev, #oe, #gentoo-arm  whatever


 very best regards
 flameman

 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] N810 Development

2008-03-24 Thread Capn_Fish Zaurus
On Sun, Mar 23, 2008 at 11:12 PM, Junqian Gordon Xu [EMAIL PROTECTED]
wrote:

  1. I have yet to see one one of my updates make it to -stable

 Which ones, could you list them out again?



Geany 0.13, MRXVT 0.5.3, Aircrack-NG 0.9.3, maybe one or two others.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Support for 800x480 LCD display

2008-03-23 Thread Capn_Fish Zaurus
Supposedly Angstrom works on the Nokia 770 and N800, which have the screen
res. It does not yet work on the N810, failing to boot (AFAICT), while the
screen slowly goes black.

On Sun, Mar 23, 2008 at 4:41 AM, CK Sim [EMAIL PROTECTED] wrote:

 Hi,

 I am using Atmel AT91SAM9261 part for my custom board (similar to
 AT91SAM9261EK board) with a 7 LCD with resolution 800x480.

 I have used an angstrom distribution (compiled for AT91SAM9261EK board
 which
 can be found in www.linux4sam.org) on my board.

 The LCD on the AT91SAM9261EK board is a 320x240 board. The angstrom
 distribution works fine.

 I have modified the kernel accordingly to support my 800x480 LCD. I have
 tested it on a buildroot filesystem and the framebuffer drivers and LCD
 hardware are fine.

 I have spent a lot of time trying to figure out how my 800x480 LCD can be
 supported under the angstrom filesystem package but still unsuccessful.

 FYI, when the gpe-dm  is started, I noted that the LCD controller seems
 to
 be disabled (e.g. the LCD was initially blank but turns into a unknown
 state
 when gpe-dm is started).

 Has anyone used the angstrom on a LCD of 800x480 or larger ?

 Really appreciate any help on this.

 Thanks in advance.

 Best Regards.

 Sim CK


 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] N810 Development

2008-03-23 Thread Capn_Fish Zaurus
On Sun, Mar 23, 2008 at 1:15 AM, Junqian Gordon Xu [EMAIL PROTECTED] wrote:

 I would suggest start reading some bb recipes that your are interested
 in and referring your questions to oe or poky manual and the mailing list.


I'd be happy to do some BB updates. There's only two issues with that:

1. I have yet to see one one of my updates make it to -stable
2. I lack the knowledge to update packages that may make the N810 work

How's the wesnoth.bb that you're working on? Do you want somebody to
 take a look? I know you are from the pdaXrom background. Cross-compiling
 adds another layer of complexity during configuring/packaging/testing
 than on-board compiling. But hopefully, the most difficult things have
 been taken care of in oe.


I never got it finished, and I believe it got lost in my transition from
Debian to Gentoo.



 btw, we definitely need more zaurus testers.

  If somebody would point me to some tutorials or where to learn the stuff
 I
  lack (or walk me through it, which is very doubtful), I'll happily do my
  best to be lead dev for the N810.

 Device support usually needs kernel knowledge, which I'm lack of.
 Hopefully, hrw or XorA or Mamona dev will have time to help you through
 that.


That would be great!

Thanks a lot!
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] N810 Development

2008-03-22 Thread Capn_Fish Zaurus
Sorry for sending all of the N810-related stuff, but I'll try to be as clear
and concise as I can be in this message:

I have an N810. Angstrom doesn't work on it. I would like to run Angstrom on
it. I am willing to aid in testing/developing for it with my time and
(fairly limited) skills.

If there's some reason I'm being ignored, I can't know what to change
without being informed of it. I would think the devs would take kindly to
offers of help...

Thanks.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] N810 Development

2008-03-22 Thread Capn_Fish Zaurus
On Sat, Mar 22, 2008 at 6:40 PM, Junqian Gordon Xu [EMAIL PROTECTED] wrote:

 You can take a look at Mamona first (a distro derived from oe and
 focusing on Nokia tablets). There is manoma.conf in oe for 770. Mamona
 website also has information on N800/N810
 http://dev.openbossa.org/trac/mamona/ . Adapting from Mamona to Angstrom
 should be fairly straightforward.


Thank you.

I'm fairly certain this will be my last (string of) question(s). What's the
best place/way to learn how to do this embedded development stuff (with and
without spending money, I have none at the moment to spend after purchasing
an N810)?
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Angstrom doesn't boot on my N810; What can I do to help?

2008-03-21 Thread Capn_Fish Zaurus
I just built 2 images and flashed them on my N810, neither of which booted.
What can I do to help make Angstrom stable/bootable on the N810? I've got
basic dev skills and intermediate Linux skills.

Thanks.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] N810 Angstrom Questions

2008-03-19 Thread Capn_Fish Zaurus
On Wed, Mar 19, 2008 at 11:58 AM, Koen Kooi [EMAIL PROTECTED]
wrote:

 Most angstrom developers use DISTRO=chinook-compat in OE to build the
 packages we want without needing scarebox.
 Another option would be to merge the poky has done on the nokia tablets
 back to 
 OE.http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


So Poky works well on the N810? Where can I learn how to merge changes from
Poky to Angstrom? I have recently become quite fond of Angstrom, and want to
help make it viable on my soon-to-arrive N810.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Mentoring

2008-03-18 Thread Capn_Fish Zaurus
What exactly does a device mentor do (I think I have the term correct)?
I'm thinking of getting an N810, believe that the Angstrom project lacks a
mentor for this device, and thought I may offer my services if I am
qualified and end up getting one.

Thanks.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Mentoring

2008-03-18 Thread Capn_Fish Zaurus
On Tue, Mar 18, 2008 at 2:44 PM, Paul Sokolovsky [EMAIL PROTECTED] wrote:

 http://www.linuxtogo.org/gowiki/MachineMentors
  [EMAIL PROTECTED]


It appears I am not yet qualified to be a mentor. What exactly do testers
do?
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] N810 support?

2008-03-17 Thread Capn_Fish Zaurus
My apologies if this is answered on the website somewhere, but it's not
loading for me right now (it's always slow, and only loads about 25% of the
time). What is the current state of N810 support on Angstrom?

Thanks.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Boost not found

2008-03-10 Thread Capn_Fish Zaurus
I'm trying to make a BB file for the latest Wesnoth, which needs Boost. I
added Boost to the deps list in the BB file, and it (Boost) built OK, but
Wesnoth doesn't find the headers, and spits out this error:

checking for Boost headers version = 1.33... no
configure: error: Could not find Boost headers version = 1.33
FATAL: oe_runconf failed


How do I fix this?
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Boost not found

2008-03-10 Thread Capn_Fish Zaurus
On Mon, Mar 10, 2008 at 5:36 PM, Junqian Gordon Xu [EMAIL PROTECTED] wrote:

 check staging in the boost bb file to see if it puts the headers to the
 staging paths wesnoth is looking for.



They go in the standard place AFAICT:
/OE/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include/

I can make them found by passing the config flag
--with-boost=/OE/build/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include/
but that doesn't seem very flexible. I tried

--with-boost=${PKGDIR}/tmp/angstrom/staging/arm-angstrom-linux-gnueabi/include/

which didn't work (gave the same error as in the original mail. That same
line works OK when I do it manually (eg, Boost is found). Is there a special
syntax for putting it in a bb file?

Also, while trying to bludgeon my way through this and using the hardcoded
path, I get the error cross compile badness: /usr/include in INCLUDEPATH
How should I fix that?

TIA
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Boost not found

2008-03-10 Thread Capn_Fish Zaurus
On Mon, Mar 10, 2008 at 7:21 PM, Junqian Gordon Xu [EMAIL PROTECTED] wrote:

 Patch the hard coded path in the Makefile AFAIK, and ultimately to
 persuade the upstream to be cross-compile friendly.


I have no clue how to patch the Makefile.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Akita, c7x0, simpad, spitz and tosa kernel 2.6.24 images available from the angstrom stable branch

2008-03-07 Thread Capn_Fish Zaurus
On Fri, Mar 7, 2008 at 10:37 PM, Morten Hulden [EMAIL PROTECTED] wrote:


 Perhaps need to install some alsa stuff? Cannot
 run as usb 
 host,http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Try unmuting stuff with alsamixer (or install alsa stuff, should it not be
present), and modprobe ohcd-hci for USB host.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] How long for stuff to reach .stable?

2008-03-03 Thread Capn_Fish Zaurus
How long does it take for stuff from .dev to reach .stable, on average?
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] How long for stuff to reach .stable?

2008-03-03 Thread Capn_Fish Zaurus
On Mon, Mar 3, 2008 at 1:59 PM, Koen Kooi [EMAIL PROTECTED]
wrote:

 proposal - review = a few days
 review - commit = a few hours



Say I submit a bb update (ex, xyz_1.0.bb - xyz_2.0.bb). Is that also a few
days?
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Best place to send new/updated bb files?

2008-02-20 Thread Capn_Fish Zaurus
Is there a protocol for submitting new/updated bb files to the bugtracker
(eg, importance markings, etc)? Or is there a better place to submit them?

Thanks.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Question concerning dev branch bugs

2008-02-12 Thread Capn_Fish Zaurus
I just switched to using the dev branch, and have discovered a broken
package. Should I report this and/or other bugs, or are they just to be
taken for granted and ignored?

Thanks.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [RFC] stuff for r4 build

2008-02-08 Thread Capn_Fish Zaurus
I would appreciate this update.

I realize my opinion has very little bearing on the matter, but GTK+ has
provided me with some issues.

Thanks.

On Feb 8, 2008 2:57 AM, Koen Kooi [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Stanislav Brabec schreef:

 | I would like to see also new gtk+ (2.12.x). It should be backward
 | compatible, and fixes two irritating bugs:
 | - broken some jpeg images in minimo
 | - unintentional jumping to the beginning of the page while releasing
 |   stylus
 | I am using it for more than month without any problems (with all
 | packages compiled against 2.10.x).

 That would also give use access to epiphany-webkit :)

 regards,

 Koen

 - --
 [EMAIL PROTECTED] will go go away in december 2007, please
 use [EMAIL PROTECTED] instead.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.5 (Darwin)

 iD8DBQFHrBl3MkyGM64RGpERAsS4AJ9twCwiP7jZjjxFk86pZWU+G5NQhQCgsH5P
 ADZYcaLGKuNGSoj9NaO/BJE=
 =aOvr
 -END PGP SIGNATURE-

 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] HostAP Packet injection

2008-02-04 Thread Capn_Fish Zaurus
Will do that. However, with my current setup, it worked fine on pdaX. Would
there be a reason for that?

On Feb 4, 2008 10:28 AM, Richard Farina [EMAIL PROTECTED] wrote:

 Please try with STA/PRI 1.1.1/1.7.4

 That said, yeah I know, I started using usb wifi cards and have not
 really been even testing the old prism2 .11b only stuff.  I will try to
 check it out from my end.

 Thanks,
 Rick Farina

 Capn_Fish Zaurus wrote:
  Packet injection isn't working for me. I do a aireplay-ng -9 wlan0
 test,
  and it says No APs found. If I add the BSSID/SSID of my router, it
  attempts a test, but fails and gives something to the effect of 0/30:
 0% I
  have done a airmon-ng start wlan0 before attempting this.
 
  I have tested with two routers with the same result.
 
  Looking through the patches for linux-rp-2.6.23, the HostAP injection
 patch
  is present.
 
  Potentially relevant information:
  Zaurus SL-C3100
  Kernel 2.6.23
  Angstrom 2007.12
  HostAP card (Ambicom WL-1100C)
  Aircrack-NG 0.9.1 (from feeds)
 
  Any help would be appreciated, as I'm at a loss here.
  ___
  Angstrom-distro-devel mailing list
  Angstrom-distro-devel@linuxtogo.org
 
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
 
 


 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] QT4 oddness

2008-02-04 Thread Capn_Fish Zaurus
I just tried to install qt-x11-free-dev from the feed (Angstrom 2007.12,
Zaurus SL-C3100), but it complains about libqtdesignercomponents4-dev and
libqtopengl4-dev. They are not in the feed, but they are under
libqtdesignercomponents-dev and libqtopengl-dev. I assume I can just install
these separately and use the make errors warnings IPKG flag, but think it
should be fixed.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] GTK issues

2008-02-03 Thread Capn_Fish Zaurus
Yes.

On Jan 31, 2008 10:15 PM, Junqian Gordon Xu [EMAIL PROTECTED] wrote:

 On 01/30/2008 06:49 PM, Capn_Fish Zaurus wrote:
  I'm trying to build VLC manually on my Z, but it fails looking for gtk2.
 I
  have gtk+-2.0 installed, and have had the same issue with other apps, if
 I
  am remembering correctly (Linphone, I believe). Is Angstrom's GTK+
 messed up

 Do you have gtk+-2.0-dev installed?

 Regards
 Gordon

 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] HostAP Packet injection

2008-01-26 Thread Capn_Fish Zaurus
Packet injection isn't working for me. I do a aireplay-ng -9 wlan0 test,
and it says No APs found. If I add the BSSID/SSID of my router, it
attempts a test, but fails and gives something to the effect of 0/30: 0% I
have done a airmon-ng start wlan0 before attempting this.

I have tested with two routers with the same result.

Looking through the patches for linux-rp-2.6.23, the HostAP injection patch
is present.

Potentially relevant information:
Zaurus SL-C3100
Kernel 2.6.23
Angstrom 2007.12
HostAP card (Ambicom WL-1100C)
Aircrack-NG 0.9.1 (from feeds)

Any help would be appreciated, as I'm at a loss here.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Change to dev branch

2008-01-25 Thread Capn_Fish Zaurus
I'd like to move from using the stable branch to using the dev branch for
building my packages/images. What files do I need to edit and what do I need
to edit in them? I did some brief searching, and did not find how to do it
(but I am rather search-impaired).

Thanks.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] VoIP?

2008-01-25 Thread Capn_Fish Zaurus
Good to hear.

On Jan 25, 2008 11:46 AM, Lorn Potter [EMAIL PROTECTED] wrote:

 Capn_Fish Zaurus wrote:
  I kind of have a 2-part question here. First off, are there any VoIP
 clients
  for Angstrom that I can just BitBake?


 Qtopia is currently getting added to oe, it has voip included.



 --
 Lorn 'ljp' Potter
 Software Engineer, Systems Group, MES, Trolltech

 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] VoIP?

2008-01-25 Thread Capn_Fish Zaurus
Searching linphone (no quotes) at
http://www.angstrom-distribution.org/repo/ returns nothing. Is there
something I'm missing?

Yes, I am using an SL-C3100, but disabling the Speex 16000 sample rate
doesn't help at all. It still sounds garbled.

On Jan 25, 2008 4:15 AM, Stanislav Brabec [EMAIL PROTECTED] wrote:

 Capn_Fish Zaurus wrote:
  I kind of have a 2-part question here. First off, are there any VoIP
 clients
  for Angstrom that I can just BitBake?

 AFAIK, linphone text client is part of angstrom repositories.

   Second, I built Linphone manually, but
  its sound quality is abysmal.

 I guess you are using Zaurus SL-C, isn't it?

 If yes, it can be:
 [Bug 2657] spitz soundcard unusable for sample rates  12000
 http://bugs.openembedded.org/show_bug.cgi?id=2657

 Kernel ALSA problem, no fix is known yet.

 --
 Stanislav Brabec
 http://www.penguin.cz/~utx/zaurus http://www.penguin.cz/%7Eutx/zaurus


 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] VoIP?

2008-01-24 Thread Capn_Fish Zaurus
I kind of have a 2-part question here. First off, are there any VoIP clients
for Angstrom that I can just BitBake? Second, I built Linphone manually, but
its sound quality is abysmal. I tested it with my laptop, and it sounds fine
there. Does anybody have any ideas as to what would improve the audio
quality? I realize this is a poor place to ask, and I already asked on the
Linphone mailing list (awaiting a response), but figured it couldn't hurt to
ask.

Thanks in advance.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] GCC/Make issue

2008-01-23 Thread Capn_Fish Zaurus
Ah, I did not know that. Thanks for the heads up!
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] GCC/Make issue

2008-01-21 Thread Capn_Fish Zaurus
Thanks all! I've installed the GCC-symlinks package, but not the
binutils-symlinks one.

For the install issue, I am running as root while trying to do this. Maybe
it will work OK if I don't use --host.

Thanks again.

On Jan 21, 2008 5:19 AM, Koen Kooi [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Stanislav Brabec schreef:
 | Capn_Fish Zaurus wrote:
 | Using GCC/Make/associated tools from the feeds on my Zaurus SL-C3100,
 I have
 | issues compiling stuff. It either says compiler cannot create
 executables
 | or cannot run created binaries, unless I do a
 | --host=arm-angstrom-linux-eabi.
 |
 | 1. If you want to work without --host, install gcc-symlinks and
 | binutils-symlinks.
 |
 | 2. Probably all .la files are broken. Search for all occurrences
 | of /home/koen and replace them with correct paths.

 1) You won't find any occurences of /home/koen since I don't build in my
 homedir
 2) Only .la files whose recipes don't use autotools.bbclass are broken:

 autotools_do_install() {
 ~oe_runmake 'DESTDIR=${D}' install

 ~for i in `find ${D} -name *.la` ; do \
 ~sed -i -e s:${STAGING_LIBDIR}:${libdir}:g $i
 ~sed -i -e s:${D}::g $i
 ~sed -i -e 's:-I${WORKDIR}\S*: :g' $i
 ~sed -i -e 's:-L${WORKDIR}\S*: :g' $i
 ~done
 }

 regards,

 Koen

 - --
 [EMAIL PROTECTED] will go go away in december 2007, please
 use [EMAIL PROTECTED] instead.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.5 (Darwin)

 iD8DBQFHlH+nMkyGM64RGpERAtZrAKCU6vXnuu8kvpjYZB6vVS1N2S/sjACgg+SE
 lXlxquVXW4Xh6v214p6rpF8=
 =yZqk
 -END PGP SIGNATURE-

 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] GCC/Make issue

2008-01-21 Thread Capn_Fish Zaurus
I did have the binutils-symlinks package installed, and it still doesn't
work.

Any more ideas?

Thanks again for the assistance.

On Jan 21, 2008 10:14 AM, Capn_Fish Zaurus [EMAIL PROTECTED]
wrote:

 Thanks all! I've installed the GCC-symlinks package, but not the
 binutils-symlinks one.

 For the install issue, I am running as root while trying to do this. Maybe
 it will work OK if I don't use --host.

 Thanks again.


 On Jan 21, 2008 5:19 AM, Koen Kooi [EMAIL PROTECTED] wrote:

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Stanislav Brabec schreef:
  | Capn_Fish Zaurus wrote:
  | Using GCC/Make/associated tools from the feeds on my Zaurus SL-C3100,
  I have
  | issues compiling stuff. It either says compiler cannot create
  executables
  | or cannot run created binaries, unless I do a
  | --host=arm-angstrom-linux-eabi.
  |
  | 1. If you want to work without --host, install gcc-symlinks and
  | binutils-symlinks.
  |
  | 2. Probably all .la files are broken. Search for all occurrences
  | of /home/koen and replace them with correct paths.
 
  1) You won't find any occurences of /home/koen since I don't build in my
  homedir
  2) Only .la files whose recipes don't use autotools.bbclass are broken:
 
  autotools_do_install() {
  ~oe_runmake 'DESTDIR=${D}' install
 
  ~for i in `find ${D} -name *.la` ; do \
  ~sed -i -e s:${STAGING_LIBDIR}:${libdir}:g $i
  ~sed -i -e s:${D}::g $i
  ~sed -i -e 's:-I${WORKDIR}\S*: :g' $i
  ~sed -i -e 's:-L${WORKDIR}\S*: :g' $i
  ~done
  }
 
  regards,
 
  Koen
 
  - --
  [EMAIL PROTECTED] will go go away in december 2007, please
  use [EMAIL PROTECTED] instead.
 
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.5 (Darwin)
 
  iD8DBQFHlH+nMkyGM64RGpERAtZrAKCU6vXnuu8kvpjYZB6vVS1N2S/sjACgg+SE
  lXlxquVXW4Xh6v214p6rpF8=
  =yZqk
  -END PGP SIGNATURE-
 
  ___
  Angstrom-distro-devel mailing list
  Angstrom-distro-devel@linuxtogo.org
 
  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
 


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Compiz error

2008-01-19 Thread Capn_Fish Zaurus
I build Compiz for my Zaurus (SL-C3100), but when I run it I get the error:

Compiz (core) -Fatal: No composite extention found

I'm currently using xserver-kdrive-fbdev. I assume Xorg would do better, but
I have yet to get it to work.

Could somebody point me in the correct direction?

Thanks, and I realize that performance is likely going to be lackluster.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel