[OpenWrt-Devel] [PATCH] Add beep package

2009-11-02 Thread Thomas Albers
This adds the "beep" program by Johnathan Nightingale, which plays beeps of chosen frequency and length through the PC speaker. It's quite useful to give feedback from within scripts. Signed-off by: Thomas Albers Index: beep/Makefile

Re: [OpenWrt-Devel] WRAP board (x86-generic-pcengines wrap) boot problems

2009-11-02 Thread Florian Fainelli
Hi David, 2009/11/3, David A. Bandel : > On Mon, Nov 2, 2009 at 12:44, Jo-Philipp Wich wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Not sure whether same config is supposed to work. At least the rootfs >> partition name changed recently, my Wrap Board here works fine with an >

Re: [OpenWrt-Devel] WRAP board (x86-generic-pcengines wrap) boot problems

2009-11-02 Thread David A. Bandel
On Mon, Nov 2, 2009 at 12:44, Jo-Philipp Wich wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Not sure whether same config is supposed to work. At least the rootfs > partition name changed recently, my Wrap Board here works fine with an > ext2 image and CONFIG_X86_GRUB_ROOTPART=/dev/s

Re: [OpenWrt-Devel] Status of the amazon port (Samsung GMT-3210)

2009-11-02 Thread Jan Willies
Hi Stephan, Am 02.11.2009 18:34, schrieb Stephan Heuser: is there any information available on the status of the Infinion amazon port? I'm eager to try it on an Samsung 3210, which is based on this design. Hauke got it working on the Samsung 3010 (which should be the same, but without wireles

Re: [OpenWrt-Devel] WRAP board (x86-generic-pcengines wrap) boot problems

2009-11-02 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Not sure whether same config is supposed to work. At least the rootfs partition name changed recently, my Wrap Board here works fine with an ext2 image and CONFIG_X86_GRUB_ROOTPART=/dev/sda2 . ~ JoW -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9

[OpenWrt-Devel] WRAP board (x86-generic-pcengines wrap) boot problems

2009-11-02 Thread David A. Bandel
Folks, OK, not sure what the problem is. I've previously (cerca r-16637) built the wrap image and all went well. I've tried with a more recent svn, but using the same .config from r-16637. Unfortunately, it won't boot. Here's the last few lines during boot: scsi0 : sc1200 scsi1 : sc1200 ata1:

[OpenWrt-Devel] Status of the amazon port (Samsung GMT-3210)

2009-11-02 Thread Stephan Heuser
Hi, is there any information available on the status of the Infinion amazon port? I'm eager to try it on an Samsung 3210, which is based on this design. Cheers, Stephan ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.ope

Re: [OpenWrt-Devel] [PATCH] bcm63xx_enet: update upstream fixes (with the patch)

2009-11-02 Thread Guillaume LECERF
2009/10/20 Guillaume LECERF : > With the patch this time. Ping? -- Guillaume LECERF GeeXboX developer - www.geexbox.org ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [OpenWrt] #6081: Wifi toggle package propose

2009-11-02 Thread edgar . soldin
I checked the trunk version of "wifi" and calling "wifi up" or just "wifi" is the same. This means that this script can't enable connection that have the wifi disabled at the config file. Also that is impossible to use a default off on power up. true .. that can only be achieved by toggling the

Re: [OpenWrt-Devel] [OpenWrt] #6081: Wifi toggle package propose

2009-11-02 Thread Nuno Gonçalves
https://dev.openwrt.org/ticket/5256 is quite different. To toggle script they used: | elif [ -z "$(cat /var/state/wireless)" ]; then |  # empty state file signals deactivated wireless |  $(logcmd) "WLAN is OFF. Switch ON and set LEDS accordingly." |  wifi up |  set_leds ON | else |  $(logcmd) "WL