[OpenWrt-Devel] preinit crashing on x86 Xen domu kernel

2010-09-09 Thread W. Michael Petullo
I am trying to build a x86 Xen domu image using OpenWrt r22992. My boot process is failing with a kernel panic / attempting to kill init message. I receive the following message directly before preinit seems to die: preinit[1]: segfault at c06c ip b77782c7 sp bfdead40 error 6 in ld-uClibc-0.9.30

Re: [OpenWrt-Devel] Build Failure

2010-09-09 Thread Jim Henderson
On Thu, 09 Sep 2010 21:59:46 +0200, Jo-Philipp Wich wrote: > Don't forget to clear util-linux-ng after compiling ncurses: > > make package/util-linux-ng/clean Thanks - I had forgotten that step, but now it seems to be building. Seems odd, though, that it builds cfdisk when I've asked it not t

Re: [OpenWrt-Devel] Build Failure

2010-09-09 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don't forget to clear util-linux-ng after compiling ncurses: make package/util-linux-ng/clean ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkyJPL

Re: [OpenWrt-Devel] Build Failure

2010-09-09 Thread Jim Henderson
On Thu, 09 Sep 2010 21:23:11 +0200, Jo-Philipp Wich wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi. > >> Still seeing this with r22987 - am I the only one seeing this issue? > > You need to enable and build ncurses before util-linux-ng will build > successfully, Thanks, I'll g

Re: [OpenWrt-Devel] Build Failure

2010-09-09 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > Still seeing this with r22987 - am I the only one seeing this issue? You need to enable and build ncurses before util-linux-ng will build successfully, ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG

Re: [OpenWrt-Devel] Build Failure

2010-09-09 Thread Jim Henderson
On Mon, 06 Sep 2010 02:55:10 +, Jim Henderson wrote: > Trying to compile r22936 here. Still seeing this with r22987 - am I the only one seeing this issue? Jim -- Jim Henderson Please keep on-topic replies on the list so everyone benefits ___

Re: [OpenWrt-Devel] [PATCH] usb-modeswitch 1.1.4 Makefile Corrections

2010-09-09 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maybe we can package the udev parts of usb-modeswitch as separate package and make that depend on TCL, I'll look into it if I find time to. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http:

Re: [OpenWrt-Devel] [PATCH] usb-modeswitch 1.1.4 Makefile Corrections

2010-09-09 Thread Kelly Hogan
Correct. I installed udev for some other reasons, and the default 1.1.4 usb-modeswitch references udev as its direction. Thanks for your clarification. On Thu, Sep 9, 2010 at 11:32 AM, Jo-Philipp Wich wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > OpenWrt default builds neither u

Re: [OpenWrt-Devel] [PATCH] usb-modeswitch 1.1.4 Makefile Corrections

2010-09-09 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OpenWrt default builds neither use udev nor did previous versions require the tcl script. If you removed hotplug2 from your build and/or installed udev it might explain the issues. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Commen

Re: [OpenWrt-Devel] [PATCH] usb-modeswitch 1.1.4 Makefile Corrections

2010-09-09 Thread Kelly Hogan
Maybe i'm messed up on this, but with the /etc/hotplug.d/usb/20-modeswitch and the 1.1.4 version, I'd get incomplete success, and occasional duplicate events by hotplug and udevd. It would eventually sort it out, but this setup is about 50% faster for the modem to become available. (17s vs 43s) T

Re: [OpenWrt-Devel] [PATCH] usb-modeswitch 1.1.4 Makefile Corrections

2010-09-09 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can't see the reason, the data files in /etc/usb_modeswitch.d/ are still in the same format and the current hotplug script previously worked for me. What is wrong with it? Can you provide relevant logs? -BEGIN PGP SIGNATURE- Version: GnuPG v

Re: [OpenWrt-Devel] [PATCH] usb-modeswitch 1.1.4 Makefile Corrections

2010-09-09 Thread Kelly Hogan
Agreed on tcl. Big inclusion for simple parser. (381k!) I'd look at rewriting the dispatcher in sh. Josua? Not sure why the change to udev .rules from hotplug. Just needed it working. On Thu, Sep 9, 2010 at 11:03 AM, Jo-Philipp Wich wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 >

Re: [OpenWrt-Devel] [PATCH] usb-modeswitch 1.1.4 Makefile Corrections

2010-09-09 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > Corrections to Makefile install package representing changes in > version 1.1.4 from Josua changing from old hotplug style to udev style > including usb_modeswitch_dispatcher in tcl and wrapper in sh. > Assumes tcl installed. NACK. I'd rather

[OpenWrt-Devel] [PATCH] usb-modeswitch-data 1.1.4 Makefile Corrections

2010-09-09 Thread Kelly Hogan
Adjustments to install process of usb-modeswitch-data install process to use 1.1.4 version of udev vs hotplug. Moves udev rules to proper location Signed-off-by: Kelly Hogan Index: Makefile === --- Makefile(revision 22987) +++

[OpenWrt-Devel] [PATCH] usb-modeswitch 1.1.4 Makefile Corrections

2010-09-09 Thread Kelly Hogan
Corrections to Makefile install package representing changes in version 1.1.4 from Josua changing from old hotplug style to udev style including usb_modeswitch_dispatcher in tcl and wrapper in sh. Assumes tcl installed. Signed-off-by: Kelly Hogan Index: Makefile =

[OpenWrt-Devel] TP-Link WR740n low-cost router works with WR741nd image; how to create image with correct model string?

2010-09-09 Thread Gabriel Wicke
Hello, I have successfully flashed the wr741nd OpenWRT image on the virtually identical (but even lower cost) TP-Link wr740N and documented the process here: http://wiki.openwrt.org/toh/tp-link/tl-wr740n Currently, the TP-Link interface refuses to flash the wr741nd image as a check, pres

[OpenWrt-Devel] restorefactory mac80211 qpatch

2010-09-09 Thread Alexander A Khryukin
Good day. In attach patch for package restorefactory: 1.added blinking for diag led 2.timeout for reset button diff_ress_diag.patch Signed-off-by: Alexander Khrykin mac80211 patch. https://dev.openwrt.org/ticket/7698 in attach mac80211.patch Signed-off-by:alexander barakin aka sash-kan