* Nemesis [12.03.2015 14:08]:
> Anybody else has studied this code and found out anything interesting?
8-)))
see, they use an acient php from:
http://museum.php.net/php2/
bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http
* Nemesis [13.03.2015 11:59]:
> > see, they use an acient php from:
> > http://museum.php.net/php2/
>
> I've noticed, why is that?
i guess: the webinterface? - bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.op
* John Crispin [24.02.2015 21:50]:
today i started to sysupgrade a r44751 router and the log (in another terminal)
showed this:
Wed Mar 18 22:46:05 2015 daemon.notice netifd: Network device 'wlan0' link is
down
Wed Mar 18 22:46:05 2015 daemon.notice netifd: Interface 'wlanadhocRADIO1' has
lin
* Jean-Michel Pouré - GOOZE [23.03.2015 11:28]:
> Will it select automatically this .config file:
> target/linux/ar71xx/config-3.18
yes. the number is taken from 'include/kernel-version.mk'
bye, bastian
___
openwrt-devel mailing list
openwrt-devel@list
* Jean-Michel Pouré - GOOZE [23.03.2015 13:30]:
> Obviously, I need a default .config file before using buildroot.
> Where is it stored and published?
just type 'make defconfig'.
this is maybe not the config you have found somewhere,
but it works and you can tweak it individually via 'make menuc
* Arjen de Korte [23.03.2015 16:06]:
> >So I need to activate compilation with:
> >echo >>.config 'CONFIG_PACKAGE_luci=y'
>
> No, you have to run 'make menuconfig' and select the luci package in
> there. In many cases, other packages are needed when you select a
> package. This is exactly what m
* David Lang [23.03.2015 20:19]:
> question is around having something to automatically assign channels
> amoung the different APs to minimize interference between the APs and
> between the APs and other things in the area.
we just use hostapd & athXk & acs-survey/channel=auto...why dont you?
by
* Janne Cederberg [23.03.2015 22:13]:
> So there's the auto mode in OpenWrt but that only considers the state
> of the wifi spectrum at the ifup of the wifi adapter, correct? So if
> things drastically change later, the AP would stay on the same channel
> and not switch.
what we do in our custom
* Janne Cederberg [24.03.2015 12:56]:
> Oh, sorry Bastian I forgot to comment on your suggestion earlier!
> Question: how does that "constant" restarting affect network QoS/throughput?
the 'wifi up' command is only issued when
a)
the last client leaves.
each 60secs there is a check with
for DEV
* David Lang [24.03.2015 12:56]:
> If a client tries to connect right after it has gone idle, they will
> just end up connecting to a more remote AP (assuming there is one in
> range)
you are right, because everything is polluted with access-points,
there is always another one in range...
bye, b
* valent.turko...@gmail.com [25.03.2015 09:25]:
> people who have success with PPPoE on OpenWrt?
yes, we have several active routers with recent openwrt running PPPoE in
Germany and Vietnam.
bye, bastian
___
openwrt-devel mailing list
openwrt-devel@li
* Yousong Zhou [31.03.2015 19:20]:
> I just sent a patch for this with you in the cc list. Could you give it a
> try and tell if it can work for you?
this does not fix the issue for me, just tried r45160 - see also:
https://dev.openwrt.org/ticket/19361
bye, bastian
_
* Yousong Zhou [31.03.2015 19:20]:
> I just sent a patch for this with you in the cc list. Could you give it a
> try and tell if it can work for you?
please ignore my last mail - uci was not recompiled - will check again.
bye, bastian
___
openwrt-deve
* Yousong Zhou [31.03.2015 19:20]:
> I just sent a patch for this with you in the cc list. Could you give it a
> try and tell if it can work for you?
fixed for me too - thank you! - bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwr
while heavy testing of recent OpenWrt i
discovered the following problem:
x() { local x=1; echo $x; local x; echo $x; }
older busybox will output
1
1
and v1.23.2 will only output
1
this means: 'local varname' will empty the var.
is this a problem with a changed config? at least
i cannot find a
ned-off-by: Bastian Bittorf
---
...-a-regression-in-handling-local-variables.patch | 75 ---
.../290-ash-fix-handling-of-duplicate-local.patch | 204
2 files changed, 204 insertions(+), 75 deletions(-)
delete mode 100644
package/utils/busybox/patches/290-ash-fix-a-reg
mt76xx devices
with different revisions: this patch does not harm.
please also apply to stable branch.
Signed-off-by: Bastian Bittorf
---
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/mac80211/files/lib/netifd/wir
On Wed, Sep 22, 2021 at 06:12:13PM +0200, Daniel Haid wrote:
> Another update:
can you please add this function ontop of
/lib/netifd/wireless/mac80211.sh
#!/bin/sh
iw() { local rc; command iw "$@"; rc=$?; echo "rc:$rc | iw $*" >>/tmp/foo; test
$rc -eq 0 || command iw "$@" 2>>/tmp/foo; return $rc
On Thu, Sep 23, 2021 at 03:17:15PM +0200, Daniel Haid wrote:
> Is there any way to dump a detailed state of the wlan driver in the kernel?
> Or the state of netifd? Sould I enable some debug options?
at least you can try to debug with 2 terminals an running:
iw event
ip monitor
bye, Bastian
___
On Sun, Oct 10, 2021 at 12:23:16PM -0400, Michael Richardson wrote:
> I haven't used the UML target in the past year, but I have used it a lot
> before.
> The ability to do hostfs mounts is very nice.
> If it went away, I'd be sad, it's not a disaster as you say.
I'am also an infrequent user. I do
ases: Read-only file system
Thu Oct 14 18:32:38 2021 daemon.crit dnsmasq[1]: FAILED to start up
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=4085
Acked-by: Daniel Golle
Signed-off-by: Bastian Bittorf
---
.../services/dnsmasq/files/dnsmasq.init | 19 ---
1 fi
On Sun, Oct 17, 2021 at 05:45:19PM +0100, Daniel Golle wrote:
> > + "because jailing /tmp does not work: choose
> > e.g. /tmp/dnsmasq/leasefile"
> > + }
> To do what you describe in the commit message it would be
> } else {
>
> I'm fine with either, just the co
5
Suggested-by: Daniel Golle
Signed-off-by: Bastian Bittorf
---
.../services/dnsmasq/files/dnsmasq.init | 19 ---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/package/network/services/dnsmasq/files/dnsmasq.init
b/package/network/services/dnsmasq/files/dnsm
On Mon, Oct 18, 2021 at 10:20:56AM +0100, Daniel Golle wrote:
> On Mon, Oct 18, 2021 at 08:12:00AM +0000, Bastian Bittorf wrote:
[...]
> > This is v2 of the patch with a more correct description what is does.
> >
> > Ref: https://bugs.openwrt.org/index.php?do=details&t
With OpenWRT master and busybox v1.34.1 (musl-1.2.2),
but also with older busybox v1.26.2 (musl-1.1.16),
I see these issues with wget:
# on server:
dd if=/dev/urandom of=/var/www/random.bin bs=513 count=1
# on OpenWRT/client: limit downloaded bytes:
wget -O - http://intercity-vpn.de/random.bin |
On Sun, Nov 07, 2021 at 10:25:48PM -0800, Rosen Penev wrote:
> > > Should we consider building it as a toolchain tool or should we migrate to
> > > command -v ?
> > https://github.com/openwrt/openwrt/commit/1f5e7224868109a170a9248d18f8d2b6124e9c5a
> Wonder if switching command -v to type -a -p make
Introduced with:
---
commit 8b486ec2b52056b737a4ce64a2040a9a27a6bd60
Author: Hans Dedecker
Date: Fri Jun 9 16:24:12 2017 +0200
dnsmasq: add dhcp-script hook conditionally
---
breaks parsing of user provided dhcp-script for me:
uci set dhcp.@dnsmasq[0].dhcpscript='/etc/dhcp-script.d/10dhc
After flashing trunk to some devices, i'am affected
from the lzma-loader/GCC11 issue. It was possible in
the past to use the standard recovery procedure, but
it seems NOT possible anymore, maybe because of
the changed partition layout?
The bootloader says:
Incorrect File.
Writting error.
Anyway:
On Fri, Nov 12, 2021 at 11:12:03AM +0100, Vincent Wiemann wrote:
> > Press CTRL+B to enter SafeLoader: 1
>
> Have you tried that?
yes, after this it asks for a password, which is not
'admin' or 'Admin' or 'tpl'...
___
openwrt-devel mailing list
openwrt
On Sun, Dec 12, 2021 at 08:42:52PM +0100, Jo-Philipp Wich wrote:
> - Stop providing binary package updates; build release images and associated
>repositories once only, archive the artifacts and redelegate build
>resources back to master snapshots
This!
If people are interested in providi
On Sat, Dec 18, 2021 at 01:21:21PM +0100, Janusz Dziedzic wrote:
> Hello,
>
> Have mt7915e in my mt7621 router (pandora box/ramips).
the same here with 'TP-LINK Archer C6U' (also ramips)
(but since a long time and maybe forever).
bye, Bastian
___
open
I just want to mention a longstanding segfault-issue,
which one can now reproduce with an x86-snapshot-image.
Maybe somebody has time to look into this core building block:
https://github.com/openwrt/openwrt/issues/9100
thanks && bye,
bastian
___
o
I'am trying to add ramoops support for a specific mediatek model.
There are alreay a few commit regarding this, but i'am not apply
to harvest a crashlog after a crash-reboot.
# openwrt$ git grep "ramoops@"
package/boot/uboot-mediatek/patches/050-mt7622-enable-pstore.patch:+
ramoops@42ff {
tar
On Tue, Aug 23, 2022 at 07:53:53PM +0200, Daniel Golle wrote:
> pstore/ramoops can only work on platforms which do NOT clear DRAM
> content on (re-)boot. Many of the $vendor loaders unfortunately do that.
> Archer C6U being an MT7621-based unit will probably need a replacement
> bootloader in order
I build r21997 for the wdr4900, flashed with
'sysupgrade -n /tmp/factory.bin' and recognized strange
errors with custom scripts. It can be reduced to:
$ test A -gt 5 && echo OK
ash: A: out of range
OK
I will try to run busybox-1.36.0 with QEMU
for investigating further...
bye, Bastian
_
On Sun, Feb 05, 2023 at 03:47:46PM +, Bastian Bittorf wrote:
> I build r21997 for the wdr4900, flashed with
> 'sysupgrade -n /tmp/factory.bin' and recognized strange
> errors with custom scripts. It can be reduced to:
>
> $ test A -gt 5 && echo OK
> a
st char *s)
{
char *p;
errno = 0;
r = strtol(s, &p, 10);
if (errno != 0)
syntax(s, "out of range");
return r;
}
Best Greetings,
Bastian Bittorf
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
On Sat, Feb 11, 2023 at 12:51:47PM +, Bastian Bittorf wrote:
> With OpenWRT i recognized a strange behavior of ash-shell scripts.
> It happens only on target PowerPC, e.g. m68k, arm, mips, x86 are
> unaffected.
to be more clear:
it seems to affect musl, but not glibc build.
bye
On Sat, Feb 11, 2023 at 09:01:03AM -0500, Rich Felker wrote:
> It looks like the powerpc spe longjmp code is clobbering the value
> argument. Try the attached patch.
> diff --git a/src/setjmp/powerpc/longjmp.S b/src/setjmp/powerpc/longjmp.S
> index 611389fe..465e4cd7 100644
> --- a/src/setjmp/powe
On Sat, Feb 11, 2023 at 02:30:44PM -0500, Rich Felker wrote:
> > > .hidden __hwcap
> > > .long __hwcap-.
> > > -1: mflr 4
> > > - lwz 5, 0(4)
> > > - lwzx 4, 4, 5
> > > - andis. 4, 4, 0x80
> > > +1: mflr 6
> > > + lwz 5, 0(6)
> > > + lwzx 6, 6, 5
> > > + andis. 6, 6, 0x80
> > > be
On Sun, Feb 12, 2023 at 05:34:43PM -0500, Rich Felker wrote:
> On Sun, Feb 12, 2023 at 08:17:04AM +0000, Bastian Bittorf wrote:
> > On Sat, Feb 11, 2023 at 02:30:44PM -0500, Rich Felker wrote:
> > > > > .hidden __hwcap
> > > > >
On Tue, Jul 11, 2023 at 11:25:55PM -0600, Philip Prindeville wrote:
> I'm working on a wrapper for using xt_asn and xt_geoip in xtables-addons, and
> was wondering about how best to solve certain problems.
>
maybe the mechanism for stop/start/update used here is useful:
https://github.com/bittor
mount_root. reboot -f can stay last, as it's
> usually the last thing you do ;-).
> Maybe also a short intro line, like "Some useful commands:".
thanks for feedback - amended patch attached
bye, bastian
>From 142568572a48698eb6d07affbb4cc5d6f73b00da Mon Sep 17 00:00:00 2001
* Larry Finger [18.02.2013 21:17]:
> (14e4:4315) units. I think the firmware and DMA can handle it. After
> all, all the TX rings have 256 slots. There is, however, a question
> of the memory. TX only acquires the buffers when needed, but RX has
> to get them in advance, thus 256 slots there will
* Sivateja Patibandla [20.02.2013 01:31]:
> distribution I'm using is OpenWrt Attitude_Adjustment, and the hardware is
> Ubiquiti Bullet 5 Ghz modem with AR2313 SoC. Without the init script if I
We face similar problems.
1)
Have you enabled zram? Those devices only have 16mb RAM.
2)
Please loo
* Jonh Wendell [20.02.2013 18:41]:
> +[ -f $DEFAULT ] && . $DEFAULT
> +service_start /sbin/netifd $OPTION
this is not pretty, nifty and simple. (but must be!) use:
[ -f "$DEFAULT" ] && read OPTIONS <"$DEFAULT"
why should the user need to know your variable name.
this passes the content
* Sivateja Patibandla [27.02.2013 09:55]:
>
> Thank you for replying. I don't have zram enabled. Did zram solve the
enable zram, than recheck if this solves your problem,
but likely it does.
> Although, I've an init script for watchdog in rc.d directory, it does not
> show up on "ps -w" list af
* Petr Štetiar [28.02.2013 09:46]:
> and tried it on my Carambola (rt3350):
>
> wlan0 C4:93:00:11:01:88
> wlan0-1 C6:93:00:11:01:89
>
> Please note that upper byte C4/C6 which renders the wlan0 bssid unaccessible.
> Correct and working MAC should start with C4. Thanks.
why?
* John Crispin [28.02.2013 10:50]:
> o'rly ? on rt wisoc ? i think not
no, other platform - i'am confused, that this a
hardware issue?! if so, sorry for the noise...
bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https
* Sivateja Patibandla [03.03.2013 20:26]:
>
> I've tried zram and it still has the same problem. I've enabled it by
> following the procedure listed in http://patchwork.openwrt.org/patch/1609/.
> Any other comments or suggestions? Thank you.
forget the patch in patchwork, it's now included under
* Sivateja Patibandla [07.03.2013 13:49]:
> Hi Bastian,
>
> I tried the revisions 35863-35865 but I can't see zram under make
> menuconfig->base system when the Target System is Atheros AR231X. Zram
> option shows up for the target system AR7XXX but I'm working with AR231X.
> Any comments or sugg
* Sivateja Patibandla [07.03.2013 13:49]:
> swapon: /dev/zram0: Function not implemented
activate support for swapping in kernel.
bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/op
* Sivateja Patibandla [08.03.2013 08:12]:
>
> But the system still freezes at least 40% of the times I tested. It freezes
we also see freezes on all our atheros nodes, at least once a day,
no matter if swap is used or not (we have some 32mb nodes also).
> problems. Does it mean that the swap sp
* Sivateja Patibandla [09.03.2013 21:40]:
> I've added CONFIG_SWAP=y to trunk/target/linux/atheros/config3.3 and I
> still can't see zram in the base system. Am I missing something?
unsure, what the specific problem is, just
run 'make kernel_menuconfig' and activate it.
bye, bastian
PS: thanks
* Sivateja Patibandla [09.03.2013 21:58]:
> I've added CONFIG_SWAP=y to trunk/target/linux/atheros/config3.3 and I
> still can't see zram in the base system. Am I missing something?
unsure, what the specific problem is, just
run 'make kernel_menuconfig' and activate it.
bye, bastian
PS: thanks
* cmsv [09.03.2013 22:37]:
>
> from number 10 to number 12 the distance is 200 meters and i get...
> 538 mbits/sec with iperf.
> Image and settings bellow:
> http://wirelesspt.net/wiki/images/b/b8/Ap-diegolopes-iperf.png
unsure which iperf test you are using, but make sure
that you never use UDP
* cmsv [09.03.2013 22:37]:
>
>
* Daniel Golle [10.03.2013 15:17]:
> ;;
> + "430080"*)
> + iw reg set IL
> + model="TP-Link TL-WDR4300 (IL)"
> + ;;
dont do 'iw reg' magic here, the user should decide
that in the common way (uci...)
bye, bastian
_
* Daniel Golle [10.03.2013 16:24]:
> However, the law over here says that it should not be up to the user to
> decide that.
i understand your thoughts, but linux/openwrt is not responsible for
fight with the law. otherwise we must e.g. built it without SSL for
several countries. the user is smar
* Daniel Golle [10.03.2013 16:24]:
> The idea of doing iw reg set IL when the board is detected was to simulate
> that
> behaviour and achieve the same result as if it was done properly in the EEPROM
> (i.e. the user can then only further limit herself)
it will be resetted anyway after booting u
* Daniel Golle [10.03.2013 18:00]:
> The default settings of the binaries on downloads.openwrt.org do *not* allow
> me
> to do that. And that's what I'm talking about.
thats not true. OpenWrt defaults to regdomain US (hardcoded in the
builts, because the regdomain is choosen during compiletime).
* Daniel Golle [10.03.2013 18:00]:
> > maybe you can set it via uci (without commiting it),
> > so it survives any wifi action _and_ can be overidden...
>
> technically that's not that easy, because tplink_board_detect is called before
> wifi detect during firstboot. Therefore /etc/config/wireles
* Daniel Golle [10.03.2013 19:57]:
> So by default, this just *prevents* you from using channels you are legally
> allowed to use in your country. Using the binary from downloads.openwrt.org
> won't give you access to bands which are restricted by law, right?
> Not that this is any better, but cha
* Daniel Golle [10.03.2013 19:57]:
> US regdomain means channel 1 to 11, which is more restricted than EU countries
> which permit 1 to 13.
you forgot the 5 GHz band, which is much less restricted in
the US, than e.g. germany. (but openwrt defaults to US)
bye, bastian
___
* Daniel Golle [10.03.2013 19:57]:
> On 03/10/2013 07:52 PM, Bastian Bittorf wrote:
> > thats not true. OpenWrt defaults to regdomain US (hardcoded in the
> > builts, because the regdomain is choosen during compiletime). so
>
> NACK. no such a thing as a "hardco
* Daniel Dickinson [10.03.2013 19:57]:
> Actually, the default in the code is to use the EEPROM values if
> present, but if the EEPROM doesn't set a country code or
to be clear:
during compile-time, a description is loaded which values are allowed
for each country:
http://git.kernel.org/?p=linux/
* Daniel Dickinson [11.03.2013 09:27]:
> > you posted some screenshots of the original tplink-firmware for
> > Israel: they made nearly everything wrong for the user.
>
> I'm afraid you've confused me with someone else. I posted no such
> thing. Also I looked at the forum link Daniel Golle men
which is also better readable.
Signed-off-by: Bastian Bittorf
---
net/olsrd/files/olsrd.init | 26 +++---
1 file changed, 19 insertions(+), 7 deletions(-)
diff --git a/net/olsrd/files/olsrd.init b/net/olsrd/files/olsrd.init
index 18cd42f..6ed369f 100644
--- a/net/olsrd/files/
sier to play with intervals on several routers:
Instead of changes eight values, we only have to alter 1 value.
The value-calculation is tested since several years.
Signed-off-by: Bastian Bittorf
---
net/olsrd/files/olsrd.init | 83 +++-
1 file changed
[packages] olsrd: init: reduce code duplication by reusing already_in_schema()
changed scope/position of this function, and reuse it.
Signed-off-by: Bastian Bittorf
---
net/olsrd/files/olsrd.init | 48 +---
1 file changed, 23 insertions(+), 25
* Daniel Golle [11.03.2013 13:23]:
> For now, I guess the work-around I suggested does the trick (anyone got a
> better
> *practical* idea) -- it detects the hwid of the board and (ab)uses it as a
> regulatory hint. That's not very elegant, but until there is a better
> solution,
what about th
these inline patches are also here for download them:
https://github.com/bittorf/kalua/blob/master/openwrt-patches/0001-packages-olsrd-init-for-better-reuse-make-a-function.patch
https://github.com/bittorf/kalua/blob/master/openwrt-patches/0002-packages-olsrd-init-parse-new-var-speed-which-transl.p
* Daniel Golle [11.03.2013 14:14]:
> This won't work during firstboot, because /etc/config/wireless will be created
> by 'wifi detect' only after tplink_board_detect already run.
but if wifi-detect runs, the wifi is off anyway so
the setting is not needed: only during first _real_ bootup,
the uci
* Nguyễn Hồng Quân [12.03.2013 08:47]:
> option 'management' '127.0.0.1 31194'
maybe '127.0.0.1:31194' ?
bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
often i see the message:
"Trac wertet Ihre Übertragung als Spam. Um das Gegenteil zu beweisen,
geben Sie bitte Antwort auf folgendes."
but, there is nothing i can "enter" to proove, that i'am not a bot.
bye, bastian
___
openwrt-devel mailing list
openwr
* Saverio Proto [12.03.2013 20:08]:
> I successfully imported the patches in my tree.
> Give me a little time for testing.
a simple test is to make such a configuration:
config olsrd
option MainIp .
...
config Interface
list interface 'lan wan'
option Ip4Br
* Andreas Hubel [15.03.2013 20:23]:
> Might you integrate this patch also in the openwrt building workflow, so that
> the images at http://downloads.openwrt.org/ also work?
is integrated in trunk, so these images are working:
http://downloads.openwrt.org/snapshots/trunk/ar71xx/
bye, bastian
___
* Pietro Paolini [18.03.2013 15:14]:
> I remember an internet picture which shows all the function called inside the
> kernel on a packet transmission (a graph), do you know where I can find it ?
https://google.de/search?q=netfilter+packet+flow
bye, bastian
_
* Beeblebrox [18.03.2013 17:26]:
> BCM96345 / Chip ID: BCM6328B0, MIPS: 320MHz, DDR: 320MHz, Bus: 160MHz /
> Radio - BCM43227.
cpu - looks good: http://wiki.openwrt.org/toh/d-link/dsl-2741b
radio - no: http://linuxwireless.org/en/users/Drivers/brcm80211
bye, bastian
_
* Saverio Proto [12.03.2013 20:08]:
> I successfully imported the patches in my tree.
> Give me a little time for testing.
Anything i can do to speedup things?
bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.op
with is the supposed way to do this, could'nt find
any documentation, so we tried this:
#!/bin/sh
. /usr/share/libubox/jshn.sh
JSON="$( wget -qO - "$URL" )"
eval $( jshn -r "$JSON" )
echo "Status is $JSON_VAR_status"
echo "Number is: $JSON_TABLE1_number"
Or is this too naiv?
This is the J
* Saverio Proto [21.03.2013 20:35]:
> I have to find some free time for the testing :(
no problem, take your time. i want it at battlemesh v6 8-)
bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mail
* Bastian Bittorf [19.02.2013 17:44]:
> thanks for feedback - amended patch attached
bump. any problems regarding the patch?
bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/open
* Etienne Champetier [26.03.2013 19:42]:
> I can enter in failsafe mode, so does anyone have an idea how to simulate the
> normal boot process
> step by step from the failsafe, so i can determine precisely what break.
first try to load the modules, and look where it 'hangs':
for FILE in /etc/mo
* sylvain roger rieunier [03.04.2013 09:08]:
> maybe it'is a stupid question, but some one why Openwrt didn't use LTS
> kernel like in
> http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git
At the moment the version is raised manually.
Do you want to automatically apply a new Kerne
* Graham Cobb [03.04.2013 09:08]:
> discovered that failsafe mode doesn't seem to work. I can enter it, but no
> interfaces are configured (I have confirmed this using console access).
Have you tried the WAN-Interface? On some devices only the WAN-port
is reachable via 192.168.1.1 - or are real
* Pietro Paolini [04.04.2013 10:03]:
> 1 - Embedded InnoDB
> 2 - Empress Embedded Database
> 3 - Firebird embedded
>
> They are the more interesting, I found them from
> [http://en.wikipedia.org/wiki/Embedded_database], someone have some
> experience on that
> and has in mind a way or the righ
* Thomas Heil [12.04.2013 17:10]:
> package/base-files/files/sbin/recursive_insmod:
>
> recursive_insmod() {
> local moddir="/lib/modules/$(uname -r)"
> local modname=${1%.ko}
>
> [ -f "$moddir/$modname.ko" ] || echo modprobe: FATAL: Module
> "$moddir/$modname.ko" not found
> [ -
* Jonathan Thibault [12.04.2013 17:10]:
> Space is still kind of precious on most devices, the fact that it fits
> doesn't mean that most people would want it as a default option.
maybe it is possible to hackup the busybox-wget with polarssl?
bye, bastian
Bump. please apply or describe open problems.
- Forwarded message from Bastian Bittorf -
Date: Tue, 19 Feb 2013 17:44:00 +0100
From: Bastian Bittorf
To: OpenWrt Development List
Subject: Re: [OpenWrt-Devel] [PATCH] [base-files] Failsafe-mode: print short
help on commandline (signed
* John Crispin [12.04.2013 21:38]:
> >+=== FAILSAFE MODE active
> >+ some useful commands:
>
> nitpick: what makes them more useful than other commands ? useful
> seems to be a superfluous adjective
failsafe mode is very restricted, so there is not much senseful to d
* Rafał Miłecki [30.04.2013 13:14]:
> > Can you point me to some guidelines or sth? I had no idea about that.
> > Is that documented anywhere?
>
> I checked http://wiki.openwrt.org/doc/uci/wireless and it specifies
> "auto" as default value for "channel", but that's for station mode
> only.
IMHO
* John Crispin [12.04.2013 22:19]:
> let me fix up the wording a bit and push a slightly different version
> of the patch ;)
anything i can help with this patch?
bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.
* Sujith Manoharan [16.05.2013 10:42]:
> From: Sujith Manoharan
>
> Use the HW mode to determine which channel to choose
> when the card is dual-band, otherwise, a channel from
> the 2GHz band would be chosen when "hwmode" is set to "11a" or 11na".
this patch does not work, dont apply.
i dig in
* cmsv [16.05.2013 10:43]:
> Usage: batman-adv [mesh instance]
>
> Does not exist with this combination. I tried to find an answer in the
> docs from both sides but was unable to obtain an answer.
http://www.open-mesh.org/projects/batman-adv/wiki/Batman-adv-openwrt-config
bye, bastian
* Sujith Manoharan [16.05.2013 10:42]:
> From: Sujith Manoharan
>
> Use the HW mode to determine which channel to choose
> when the card is dual-band, otherwise, a channel from
> the 2GHz band would be chosen when "hwmode" is set to "11a" or 11na".
this patch does not work, please use an approa
* Francisco Cuesta [16.05.2013 12:09]:
> client, sta option in the case. Why isn't the frequency( $freq )
> passed as parameter for wpa_supplicant_setup_vif() function as it is
> done when configuring adhoc mode?
in station mode the master enforces the channel/freq.
bye, bastian
* Francisco Cuesta [16.05.2013 18:32]:
> Thanks for replying Bastian,
>
> Do you know the meaning of the ${fixed:+"fixed_freq=1"} ?? I mean,
> this fixes the vaule of the frequency but for what value?
i can only see:
line 335:
[ "$channel" = "auto" -o "$channel" = "0" ] || {
fixed=1
}
* Sujith Manoharan [16.05.2013 14:13]:
> I wasn't aware of this, do you have a link to the earlier patch/discussion ?
> Since you seem to have a fix already, please go ahead and send your patch.
i will send a patch next week...
bye, bastian
PS:
http://www.intercity-vpn.de/files/openwrt/patches/
* Oguz Ersoz [21.05.2013 14:25]:
> Is it possible to make ar71xx based generic system boots from single file
> i mean is single file contains vmlinux-lzma.elf + root-filesystem
> like knoppix mini
just check you bootloader variables for e.g. "tftpserver"
bye, bastian
301 - 400 of 791 matches
Mail list logo