OpenWRT is a Linux based firmware program for embedded devices such as residential gateways and routers. It is very modular and feature rich, but not all chipsets are supported, though.

learn more… | top users | synonyms

0
votes
0answers
6 views

wifidog successful autentication gives no internet access on openwrt

I have been trying to run wifidog on openwrt.I successfully run it but it does not give me internet acesss on successful autentication.Whenever i try to browse the internet it get redirected to the ...
0
votes
0answers
18 views

How to send email with attachment on OpenWRT?

I have installed OpenWRT on my ruter with msmtp package. I'm able to send regular email but I can't figure out how to add attachment. I've searched google and it seems that I should use uuencode but I ...
0
votes
1answer
12 views

Distutils.core could not be found, where can I download it

Traceback (most recent call last): File "setup.py", line 26, in <module> from distutils.core import setup, Extension, Command ImportError: No module named distutils.core I get this error ...
0
votes
0answers
7 views

how to enable CROS on uhttpd for luci on openwrt

I am making a ajax app which is running on local and invoke a remote page on uhttpd in openwrt. The ajax page is running fine on remote uhttpd if page is uploaded to the uhttpd server. But does not ...
0
votes
0answers
6 views

Wifi-dog Auth server did not say pong

I am trying to setup an captive portal using wifidog on openwrt. Whenever I start the authserver it shows the message: Auth server did NOT say pong Can anyone tell why does this happen. Any help ...
3
votes
2answers
70 views

Lua string.format %c versus string.char

Should Lua string.format( "%c", value ) be equivalent to string.char( value )? It seems not when character value is zero. string.format( "%c", 0 ):len() returns 0 string.char( 0 ):len() returns ...
1
vote
2answers
30 views

How to do treat octal numbers as decimal when doing arithmetics under busybox' ash

I have decimal numbers stored in strings. The numbers which are < 100 are stored in this way "045" or "005". When using these number strings in arithmetic operations like let A="045"+"009" these ...
0
votes
1answer
23 views

Replace a substring by another one in bash

I have the following bash script pass="kall" cnumb="000000000000" for (( i=0; i<${#pass}; i++)) do code=`printf '%03d' "'${pass:i:i+1}"` #generate the code ASCII of letter as string with 3 ...
0
votes
0answers
10 views

Scan / Log ALL wireless clients on any network

Im trying to establish the best method to scan the 802.11 WiFi frequencies and log any client MAC addresses , whether the user is associated with a network or not. This is not for any hacking ...
5
votes
3answers
150 views

How to find out if the eth0 mode is static or dhcp?

I want to use a C program to get if the ip of the network interface is set manually or via dhcp. I've tried to use the following code and it has worked in Debian, but it hasn't worked in OpenWrt. I ...
4
votes
1answer
152 views

How to know the gcc version used to build the linux?

I use OpenWRT. it's a linux distribution for embedded systems I want to know the gcc version used to compile the linux I made some researchs in the net but without results. I tried to execute these ...
0
votes
1answer
65 views

rpi v/s carambola — rootfile system size

I am using following distribution for raspberry pi. http://www.raspberrypi.org/downloads http://downloads.raspberrypi.org/images/raspbian/2013-02-09-wheezy-raspbian/2013-02-09-wheezy-raspbian.zip ...
-1
votes
1answer
43 views

cross-compiled valgrind does not detect obvious leaks

I cross compiled valgrind to openwrt x86 platform. It doesn't detect any leaks when running on target. On ubuntu, it works fine. I would really appreciate any pointers to poke around. Thank you very ...
0
votes
0answers
108 views

How to configure OpenWRT Wireless Access Point

How to configure OpenWRT wireless access point with second router which is flashed DD-WRT. The first router flashed to OpenWRT which connected with the WAN and the second router flashed DD-WRT which I ...
2
votes
1answer
105 views

Lua - io.read sends me an echo back when I read from serial port - why?

I am writing a code in Lua to read from a serial port, but when I read I receive an echo back with the code : print("Dragino Uart Test started\n") while 1 do serialin=io.open("/dev/ttyS0","r") ...
0
votes
0answers
40 views

Calling sysupgrade from a web form in OpenWrt

I am trying write a small custom upgrade webpage that will call sysupgrade. A simple form uploads a firmware along with an md5sum and variables that set the parameters of sysupgrade. The form is ...
0
votes
0answers
44 views

Diference between lua-sqlite3 and lsqlite3

I would like to do a database in sqlite in OpenWRT using Lua, and I would like to know if there is any conceptual difference between libraries lua-sqlite3 and lsqlite3 ? Looking at their ...
0
votes
1answer
129 views

Ping 100% packet loss under Openwrt,driver relevant issue

Is there anyone who's familiar with Atheros solution and OpenWrt system ? My testbed runs well under Atheros-SDK image while it was found that my ethernet interface(eth0) arose "ping 100% packet loss" ...
0
votes
1answer
89 views

Sending data over the network on OpenWRT using Lua

I want to send some text over the network, between the PC and the OpenWRT router. I'm new to Lua, I checked out LuaSockets but I have no idea how to install it on OpenWRT, I didn't find any tutorial ...
0
votes
0answers
38 views

Networking with a virtual-machine

I installed OpenWrt in VirtualBox with this network configuration: -access bridge -eth0 -type of card: PCnet-FAST III the eth0 adress of OpenWrt is: 192.168.1.226 the eth0 adress of the OS installed ...
0
votes
0answers
25 views

OpenWRT configuration option preceded by CONFIG_KERNEL

We are planning to have OpenWRT config definition starting with CONFIG_KERNEL so that the corresponding macro will be written to kernel .config instead of handling the same as part of the ...
0
votes
1answer
129 views

Infinite loop script in openwrt?

I was over on the openwrt forum and I had a user help me with making a script, but I am having trouble with it. Basically I have a openwrt router with a microphone attached, and I want to record ...
0
votes
1answer
218 views

Traffic monitoring with SNMP

I am trying to get bandwidth value of Wan interface in Open-Wrt router (WRT54GL) using OID: 1.3.6.1.2.1.2.2.1.10.4 But I keep getting value around 4174517174 I was doing some calculations and it ...
0
votes
1answer
58 views

How to make created packages available on make menuconfig?

I'm trying to create a libxerces package for OpenWrt. Following the instructions from this site http://wiki.openwrt.org/doc/devel/packages, I created a folder called libxerces-c inside the packages ...
0
votes
0answers
59 views

MCS index for ad-hoc networks

I have been trying to sort the MCS index values while running two machines but I do not notice the values to be changing other than 1 Mbps even when i send or receive a large number of packets. I have ...
0
votes
0answers
81 views

arecord and aplay in SSH

I am working on openwrt project (Trust me I went to openwrt, and asked my question, and no one replied. They just ignored my thread) I have a mic connected to my openwrt router, and this command does ...
0
votes
1answer
702 views

How can I enable IGMP Snooping in OpenWRT?

I'm using OpenWRT on a TP-LINK TL-WR703N. I need to block large quantities of multicast data on the wired side from being transmitted on Wifi. I thought I could use IGMP Snooping for this, since I ...
0
votes
1answer
114 views

Ubifs sync option in OpenWRT

I have a system which works on openWRT ; bootloader is uboot. I have UBI file system on my NAND device . The linux kernel used is 3.4.18 and the image boots fine and the filesystem also comes up fine. ...
0
votes
0answers
52 views

OpenWRT rc.d vs rcS

My system has a daemon which needs to be run on each system start. I tried to write to write a start script and added in /etc/init.d/ ; when the target booted, seeing that the script is getting ...
2
votes
0answers
476 views

usb_modeswitch with USB dongle 3G on qemu

I am trying to use a dongle 3G within qemu with openwrt environment. Dongle ref : HUAWEi - K4605. First I have patch kernel sources in option.c : --- option.c 2010-12-09 22:29:45.000000000 +0100 ...
0
votes
0answers
143 views

How to add missing libgobject library for OpenWRT package compiling?

I've tried to make gctwimax package for openwrt But I've faced to problem with gctwimax: ...
-1
votes
1answer
73 views

option error in MD5SUM in osx [closed]

I am compiling OpenWRT in my OSX, It seams that md5sum in OSX does not have the option --binary. I face this error: LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03 if [ `stat -c%s ...
0
votes
1answer
106 views

How to change order of package compilation in OpenWRT AA?

I have some custom packages added to OpenWRT AA which is depending on busybox. It is observed that OpenWRT AA builds my custom packages before making base-file packages. So busybox is not available ...
2
votes
3answers
113 views

command return in shell script

I have developed a script shell in OpenWrt as below, I noticed a strange behavior (the "return") as shown in my comments at the end of script. It returns 43 instead of 9003 and 45 instead of 9005, do ...
1
vote
2answers
185 views

Cross-compile java applications

I am working on an embedded system with openwrt root files system and linux kernel. I have compiled the trunk, no problem with that. I have installed the Java resources in /usr/bin, /usr/lib and ...
0
votes
0answers
137 views

How to check for kernel .config defines in Package Makefiles

I am trying to create a base package for our system, So I added lot of FILES (.ko); but in our system we need to check for specific defines for specific systems ; for e.g., FILES:= a.ko \ ...
0
votes
1answer
100 views

Does the libubox supports multithreads

I m working on a project using libubox. And I have remarked that libubox execute functions in sequentiel mode and not in multthread mode. Are there some one who could confirm this?
0
votes
1answer
165 views

Package Makefile error in OpenWRT Attitude adjustment

I am changing the question as I could get over the initial issue. I am having the following define in my package//Makefile PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) define ...
0
votes
1answer
355 views

OpenWRT ASH script

I am trying to write an ASH script to run on my OpenWRT router. I have installed onto it nodogsplash, which displays a login page when you first try to authenticate with the router. nodogsplash ...
0
votes
1answer
179 views

Cross Compilation: How to use same libstdc++ on target as on compiling machine

I am running openwrt on a TP-Link MR3020 and cross compiling for this device on a x86 ubuntu. I am running into problems and the remote debugging doesnt help very much. Maybe the c++ standard ...
0
votes
2answers
120 views

Licensing using openWRT opkg

We are planning to use openWRT "Attitude Adjustment" for out development. We have some software which we need to commercially license ; Is it possible to use opkg to license them commercially ? Is ...
0
votes
0answers
34 views

Best time to start ripd service in linux device? [closed]

Generally in any device running on Linux we have sequence of start up scripts running.Majority of them start different services . In this context , when is the right time in the sequence to start ripd ...
0
votes
1answer
138 views

Adding links to login page of Coova captive portal

I have set up a Coova hotspot with captive portal. Presently, it is configured to internal hotspot and the webpages for captive portal are self-contained in the router. I am able to successfully ...
0
votes
1answer
127 views

Ash pidfile showing wrong process id

I've got a really simple wrapper script to start a ruby program that monitors a network connection. The script's on router - hence we're using ash, not bash. Since we're using monit to monitor the ...
0
votes
3answers
5k views

openwrt - install LuCi - no internet connection - TP-LINK TL-WR703N

Firstly please excuse me for posting here, instead of the OpenWrt forums. Their site is currently experiencing technical problems. Summary Trying to install LuCi, a WebUI for OpenWrt, on TP-LINK ...
1
vote
2answers
279 views

Wireless AP and beacon frames - detecting wifi devices in area

Is there a AP or opensource wireless router firmware that will allow me to detect wifi devices that are located around the AP. these devices may or may not be connected to the wireless network. I ...
0
votes
1answer
49 views

how to build a full df command in coreutils in openwrt?

I need a full df command in openwrt, and I know it was in coreutils, now I run the make in openwrt to build the coreutils, it seems that it built everything except df, so how could I modify the ...
1
vote
1answer
623 views

Cscope build fails with error message “could not read symbols: File in wrong format”

I am cross-compiling cscope, but suprised to be failed. However, I succeed to build ctags without error, so why does the cscope build fail? The error message is as follows: `sh cflags ...
2
votes
0answers
889 views

How to write Hello World for OpenWRT and/or dd-wrt

I'm working on running a Hello World program on the Linksys WRT54G-V4 running either dd-wrt or OpenWRT. Right now this router is running dd-wrt for reasons I'll explain below. I'd like to switch this ...
0
votes
3answers
4k views

How to revert back a openwrt router configuration?

I recently ported luci to openwrt router. I was just exploring the thing. I disabled the DHCP server on LAN and enabled as dhcp client. I saved and applied the configuration to the router. Now after ...

1 2 3