Re: [uClinux-dev] ssl support problem ?

2008-10-24 Thread Doug Kehn
Hi Arthur, --- On Fri, 10/24/08, Arthur Wong wrote: From: Arthur Wong Subject: [uClinux-dev] ssl support problem ? To: uClinux development list Date: Friday, October 24, 2008, 5:38 AM Hello all: The ssl library is needed by an application when building, and i was told to build the

Re: [uClinux-dev] using Quagga in IXP425

2008-09-18 Thread Doug Kehn
Hi Mohsen, --- On Wed, 9/17/08, Mohsen Vahabzadeh wrote: we want to use quagga in ixp425 developments with snapgear. we have selected the quagga,quagga ripd,quagga ospfd in network applications section of kernel configuration .make is going well and everything seems good. but when we boot 

[uClinux-dev] Re: Soft lockup 2.6.23.14-uc0

2008-02-06 Thread Doug Kehn
Hi Mikael, --- Mikael Pettersson wrote: Is this a new ixp4xx platform or one of the existing ones in arch/arm/mach-ixp4xx? The machine type (arch/arm/tools/mach-types) is ct_dfs. However, the platform is a copy of the coyote platform in arch/arm/mach-ixp4xx. Anyway, I can think of

Re: [uClinux-dev] snmpd-how to cut down size

2008-01-24 Thread Doug Kehn
Hi Advan, --- advan [EMAIL PROTECTED] wrote: hi,all I ported net-snmp-5.1.4 agent to my mips platform , but I found snmpd program was very big ,its size had about 640k after strip all debug info , I used configure parameters as below : ./configure --prefix=/usr/local/mips-snmpd

[uClinux-dev] IxEthAccMACRecoveryMessageCallback

2008-01-22 Thread Doug Kehn
Hi All, I'm seeing the following error message coming out of Intel Access Library v2.4: [error] IxEthAccMACRecoveryMessageCallback triggered for port ID = 0. It appears that the Ethernet MAC is resetting; the question is why. Has anyone else observed this? * uClinux-20070823 with _big_

Re: [uClinux-dev] how to forward IP packets

2007-12-03 Thread Doug Kehn
Hi Advan, --- advan wrote: hi, all In my embedded platform(station) , I create a bridge(br0) by brctl and build a station mode(ath0) with madwifi for atheros card and an ethernet interface(eth0), then add ath0 and eth0 to br0, it's able to connet a AP(cisco). I could ping the embeded

Re: [uClinux-dev] Directory lib/libssl does not exist!?

2007-11-21 Thread Doug Kehn
Hi Joakim, --- Joakim Wennergren wrote: This is maybe a stupid question, but in my snapgear (3.5.0) directory I don't have a 'lib/libssl' directory... How do I get it? I've configured libssl to compile (through 'make menuconfig'), checked that the CONFIG_LIB_LIBSSL_FORCE is set, but

Re: [uClinux-dev] net-snmp slow with kernel 2.6.x

2007-10-30 Thread Doug Kehn
Hi Cedric, --- Cédric Molinier wrote: Hi, I tested the last version of net-snmp (5.4.1), but the time response of GET request is yet more 50 ms. What MIB object(s) are you GETting? I've used net-snmp 5.2.1 with both linux-2.4.x and linux-2.6.x with no alarming differences. (Of course

Re: [uClinux-dev] Have snmpv3 been ported in uclinux?

2007-09-20 Thread Doug Kehn
Hi Giuseppe, --- Giuseppe Modugno wrote: Hi all, I am using net-snmp v1,v2 in uclinux.But snmpv3 seems not work.Have snmpv3 been ported in uclinux? Any suggetion will be appreciated. What version of uClinux-dist and net-snmp are you using? What

Re: [uClinux-dev] Have snmpv3 been ported in uclinux?

2007-09-19 Thread Doug Kehn
Hi Giuseppe, --- Eng. Giuseppe Modugno [EMAIL PROTECTED] wrote: Hi all, I am using net-snmp v1,v2 in uclinux.But snmpv3 seems not work.Have snmpv3 been ported in uclinux? Any suggetion will be appreciated. What version of uClinux-dist and net-snmp are you using? What

Re: [uClinux-dev] Have snmpv3 been ported in uclinux?

2007-09-18 Thread Doug Kehn
Hi, --- goon863 wrote: Hi all, I am using net-snmp v1,v2 in uclinux.But snmpv3 seems not work.Have snmpv3 been ported in uclinux? Any suggetion will be appreciated. What version of uClinux-dist and net-snmp are you using? What net-snmp config options are you using? What seems to not

Re: [uClinux-dev] undefined reference to funcname error

2007-08-11 Thread Doug Kehn
Hi, --- wang9736 [EMAIL PROTECTED] wrote: hi allmy makefile is bellowARMC=/usr/local/arm-linux/bin/arm-linux-gcc all: serialtest.o $(ARMC) -g serialtest.o -o serialtest.exe serialtest.o: serialtest.c serial.h $(ARMC) -g -c

Re: [uClinux-dev] ramdisk.gz and ramdisk address allocation in RAM

2007-07-30 Thread Doug Kehn
Hi Pavel, --- Pavel wrote: Hello. I have an IXP425 dev. board with 64M RAM and 16M Flash. Redboot doing: 1. zImage - 0x160 2. ramdisk.gz - 0x080 3. go 0x160 My ramdisk size = 8192. And all works ok. But i need to increase ramdisk to 16M (or to 12M). But there is a

Re: [uClinux-dev] Networking problems

2007-07-19 Thread Doug Kehn
Hi Jesus, --- Jesus Lopez wrote: Hello, I must write some code for a custom ethernet-like stuff. I'm using snull code from LDD3 to do some prior testing. I'm working on an AT91rm9200 running linux-2.6.14-uc0, arm-linux-gcc-3.3.2. I can compile the module with no trouble, insmod it and

Re: [uClinux-dev] linux-2.6.22-uc0 patch set released

2007-07-13 Thread Doug Kehn
Hi Jamie, --- Jamie Lokier wrote: Greg Ungerer wrote: An update of the uClinux (MMU-less) code against 2.6.22. Quite a few changes, some cleanup, some bug fixes. http://www.uclinux.org/pub/uClinux/uClinux-2.6.x/linux-2.6.22-uc0.patch.gz And by popular request here is a big patch

Re: [uClinux-dev] insmod wlan_ccmp problem within uclinux

2007-07-06 Thread Doug Kehn
(GPL) in source codes ,but the same problem is present. advan advan 2007-07-06 ·¢¼þÈË£º Doug Kehn ·¢ËÍʱ¼ä£º 2007-07-05 19:46:12 ÊÕ¼þÈË£º uClinux development list ³­ËÍ£º Ö÷Ì⣺ (ÈðÐÇÌáʾ-´ËÓʼþ¿ÉÄÜÊÇÀ¬»øÓʼþ)Re: [uClinux-dev] insmod wlan_ccmp

Re: [uClinux-dev] Busybox compilation woes

2007-07-06 Thread Doug Kehn
Hi Ron, --- Ron Jobmann wrote: Hi I just downloaded Busybox 1.6.1 to plug into the Snapgear 3.4.0 tree (replacing Busybox 1.00 rc3). I found a 'glue makefile' on this list and with some minor adjustments it seems to work OK. The problem I'm having is I'm compiling for ixp420

Re: [uClinux-dev] insmod wlan_ccmp problem within uclinux

2007-07-05 Thread Doug Kehn
Hi Advan, --- advan wrote: hello,everyone . I meet a strange problem within uclinux upon ixp425 platform , I insmod all madwifi modules for atheros chip , when I insmod 'wlan_ccmp.o' , there's such information as below: Using /lib/modules/2.4.31-uc0/kernel/drivers/net/wlan_ccmp.o

Re: [uClinux-dev] OSPF configuratio

2007-07-04 Thread Doug Kehn
Hi Hassan, --- David McCullough wrote: Jivin hassan mehdinejad lays it down ... Dear All How can I activate and configure the OSPF in uc-Linux ? Does any body have any experience of quality of OSPF functioning in uc-Linux ? does it work correctly with Cisco systems? Enable Zebra

Re: [uClinux-dev] Questions about adding and upgrading packages

2007-06-26 Thread Doug Kehn
Hi, --- [EMAIL PROTECTED] wrote: What is the procedure for adding a new user package to the official uClinux-dist? I am currently using uClinux-dist-20070130. I added 'haserl' (see http://haserl.sourceforge.net) to my tree, and I believe others will find it useful. I added the latest

Re: [uClinux-dev] Can anybody give some idea on the PPPOA support on uclinux?

2007-06-26 Thread Doug Kehn
Hi Luo, --- Luo Chunhua wrote: Thank you! If you poke around in the sources (linux-2.4.x / linux-2.6.x) you'll notice in net/atm support is provided. From 'make xconfig', look under Network Device Support - PPP support for the PPPoA config option. Regards, ...doug

Re: [uClinux-dev] How to reboot ixp42x?

2007-06-16 Thread Doug Kehn
Hi Zeinab, --- Zeinab Zeinalpour wrote: We use busybox's reboot. When we use reboot command, the board is rebooting (all of its LED turn on and off), but redboot won't boot on the board. Our redboot's version is 1.92. Strange. I'm using the same Redboot version too. We haven't

Re: [uClinux-dev] Help - busybox command tr not available.

2007-06-15 Thread Doug Kehn
Hi, --- JL SYNCHRO wrote: Hi, my version : uClinux-dist-20070130 / linux 2.4.32. my problem : I can't use the command tr in the busybox. when I generate uclinux image with make xconfig ..., at the end of the compilation, I see the command tr in the romfs : ... genromfs -v -V

Re: [uClinux-dev] How to reboot ixp42x?

2007-06-13 Thread Doug Kehn
Hi Zeinab/Greg, --- Zeinab Zeinalpour wrote: Hi Greg, We use mtd-block(jff2) and the mtd driver does not have a reboot notifier that puts the flash back into read mode before rebooting. We use kernel 2.6.17 (snapgear 3.4.0) and instead of ixp425.c file, it has ixp4xx.c which has no

Re: [uClinux-dev] How to Mount Flash in Snapgear 3.4.0

2007-06-11 Thread Doug Kehn
Hi Aram, --- Aram Zaerpoor wrote: Dear All, To be able to mount Flash and to use JFFS(2) on an Intel IXP425 based system, I selected CFI Flash device mapped on Intel IXP4xx based systems. But during the make progress I faced a linking time error. Has anybody ever experienced

Re: [uClinux-dev] Enable ip_forward in kernel 2.4.x

2007-05-24 Thread Doug Kehn
Hi Roger, --- Roger Feltrin Escanhola wrote: Hi, I have tried to enable the ip_forward in kernel 2.4.x but I don't get it. I have done this for kernel 2.6.x. The problem is that in kernel 2.4.x there isn't any path /proc/sys/net/ipv4/ip_forward to enable this option. Does anyone know how

Re: [uClinux-dev] Need Help : openssl and openswan

2007-05-22 Thread Doug Kehn
Hi Nitin, --- Nitin Gupta wrote: Hi, As I want to implement VPN on IXP425 board so I tried to use snapgear-3.4.0. I am using following resources : snapgear-3.4.0, snapgear-modules-2006.patch ,ixp400AccessLibrary-2.1 Now as thislinux dist is having openswan in it so I tried to use

Re: [uClinux-dev] openvpn on ixp425

2007-05-18 Thread Doug Kehn
Hi Nitin, --- Nitin Gupta wrote: Hi, I am a newbie to IXP425 and VPN application like openvpn,openswan etc Does anybody ported openvpn/openswan on IXP425 based board using snapgear linux? Any type of help/advice would be appreciated. openswan and freeswan are included in

Re: [uClinux-dev] openvpn on ixp425

2007-05-18 Thread Doug Kehn
Hi Nitin, --- Nitin Gupta wrote: Dear Doug, I really appreciate ur prompt response. The problem with uclinux-dist is I cant compile it properly. So I switch over to snapgear linux. Hmmm. uClinux-dist and Snapgear Linux are essentially the same. If you can compile one you should be able

[uClinux-dev] Busybox who Applet

2007-05-07 Thread Doug Kehn
Hi David/Greg, Attached is a patch, for review, which allows the Busybox who applet to be selected from the menu system. Regards, ...doug The fish are biting. Get more visitors on your site using Yahoo!

Re: [uClinux-dev] Adding ipsec-tools and Tripwire to uClinux

2007-04-19 Thread Doug Kehn
--- fara sam wrote: Hi guys, I would like to add applications such as Tripwire and ipsec-tools to my IXDP425 board useing uClinux/snapgear. I was wondering to know if anyone has such or simillar experiences. A version of tripwire is already part of the uClinux-dist-20070130.