Re: [OpenWrt-Devel] Help for updating kernel drivers

2017-05-31 Thread Sergey Ryazanov
Hello Swapnil, Monday, May 22, 2017, 11:48:50 AM, you wrote: > If anyone can help me to figure out a way by which I can modify a > driver of linux kernel and make the change reflect in the router.  Could you specify, please, that the driver you mentioned comes from the kernel tarball or fr

[OpenWrt-Devel] Help for updating kernel drivers

2017-05-22 Thread SWAPNIL DAS
Hello, If anyone can help me to figure out a way by which I can modify a driver of linux kernel and make the change reflect in the router. Till now I tried to download the tarballs by "make download" then I inserted a print statement on one of the drivers and then used "make" to build the image.

[OpenWrt-Devel] Help needed: IP175D + RT3662 issues on a "new" device

2016-12-23 Thread antonio rossi
Hi everybody, i'll try to make this as short as possible despite the large amount of information needed to describe the issue: i am working on adding support for DIR-815 A1, it's a RT3662+RT3092 device with an infamous IP175D switch IC. i managed to get everything working properly, save for t

[OpenWrt-Devel] Help with sysupgrade/factory images for YunCore CPE-880 (ar71xx)

2016-01-09 Thread Roger Pueyo Centelles
Hi, Some days ago I received a YunCore CPE-880 router. It's an AR9344-based outdoor 5 GHz CPE. You can read more about it at https://wiki.openwrt.org/toh/yuncore/cpe-880. Up to now I've succeeded in adding OpenWrt support for this device (see attached patch) with: - Ethernet+switch workin

[OpenWrt-Devel] help

2015-09-29 Thread Christian Beier
Am Tue, 29 Sep 2015 15:32:15 +0200 schrieb openwrt-devel-requ...@lists.openwrt.org: > Send openwrt-devel mailing list submissions to > openwrt-devel@lists.openwrt.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.openwrt.org/cgi-bin/mailman/listinfo/ope

Re: [OpenWrt-Devel] help

2015-07-02 Thread nam228
How about "reboot -f " ? On 03/07/2015 12:00, ldy647 wrote: Dear sir/Madam, recently, when we install our wireless router, we found when we run the reboot command, the board couldn't restart. We hope you could lend us a hand to solve this problem. We'll be quite grateful for what you do f

[OpenWrt-Devel] help

2015-07-02 Thread ldy647
Dear sir/Madam, recently, when we install our wireless router, we found when we run the reboot command, the board couldn't restart. We hope you could lend us a hand to solve this problem. We'll be quite grateful for what you do for us. By the way, our board is MT7620 equipped with 32M spi f

[OpenWrt-Devel] Help required for RT2860 Wireless Driver Configuration

2015-05-15 Thread Anil Kumar Maguluri
Hi All, Currently i am working on Open WRT with RT2860 Wireless Device Driver (MT7620 Chipset). My current scenario is the STA ( WLAN and P2P Concurrent) is part of AP BSS, P2P BSS Simultaneously. I am able to connect Concurrency and able to transmit Unicast packet (using PING). But, i ha

Re: [OpenWrt-Devel] Help required for LED toggling for SATA host controller

2015-04-07 Thread John Crispin
On 07/04/2015 15:50, Deepanjan Kar wrote: > Dear All, > > > > I have introduced a new file in the linux-3.10.49/drivers/leds directory > for SATA LED toggling. > > I however find that the callback registered for LED activity is not > getting called. > > Underneath is the snippet of code and

[OpenWrt-Devel] Help required for LED toggling for SATA host controller

2015-04-07 Thread Deepanjan Kar
Dear All, I have introduced a new file in the linux-3.10.49/drivers/leds directory for SATA LED toggling. I however find that the callback registered for LED activity is not getting called. Underneath is the snippet of code and the function in RED is the one that I am talking about. I do see th

Re: [OpenWrt-Devel] Help, how to troubleshoot openwrt crash(reboot)

2014-10-12 Thread Yousong Zhou
On Oct 12, 2014 2:41 AM, "document" wrote: > > hi, > > how to troubleshoot openwrt crash(reboot) ? > > i have openvpn-2.3.2 installed from opkg but when i manually start it about 1min passed, router (openwrt-12.09) will reboot. > > when i enabled openvpn service on startup, router will auto reboot

Re: [OpenWrt-Devel] Help, how to troubleshoot openwrt crash(reboot)

2014-10-11 Thread Bastian Bittorf
* document [12.10.2014 07:54]: > i have a little linux skill, but output of logread at openwrt-12.09 will not > help and will be empty when there is a new boot. try a 'cat /sys/kernel/debug/crashlog' after a crash/reboot. some platforms (e.g. ar71xx) support this, maybe yours to. bye, bastian.

Re: [OpenWrt-Devel] Help, how to troubleshoot openwrt crash(reboot)

2014-10-11 Thread edgar . soldin
On 11.10.2014 20:40, document wrote: > hi, > > how to troubleshoot openwrt crash(reboot) ? > > i have openvpn-2.3.2 installed from opkg but when i manually start it about > 1min passed, router (openwrt-12.09) will reboot. > > when i enabled openvpn service on startup, router will auto reboot fo

[OpenWrt-Devel] Help, how to troubleshoot openwrt crash(reboot)

2014-10-11 Thread document
hi, how to troubleshoot openwrt crash(reboot) ? i have openvpn-2.3.2 installed from opkg but when i manually start it about 1min passed, router (openwrt-12.09) will reboot. when i enabled openvpn service on startup, router will auto reboot forever. i have a little linux skill, but output o

[OpenWrt-Devel] Help with 802.11r omplentation

2014-07-26 Thread Flavio Leonel
Hallo guys I need understanding where implementation of 802.11r work And who implementing this application Thank... Flavio R. Leonel (via Android) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/li

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-10 Thread John Crispin
On 10/07/2014 08:27, Ben Mulvihill wrote: > On Wed, 2014-07-09 at 16:27 +0200, Daniel Golle wrote: >> On Wed, Jul 09, 2014 at 04:10:52PM +0200, Ben Mulvihill wrote: JFFS2 works on bare MTD devices (originally NOR only, hackish NAND support exists in the wild though YAFFS2 is more c

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread Ben Mulvihill
On Wed, 2014-07-09 at 16:27 +0200, Daniel Golle wrote: > On Wed, Jul 09, 2014 at 04:10:52PM +0200, Ben Mulvihill wrote: > > > JFFS2 works on bare MTD devices (originally NOR only, hackish NAND support > > > exists in the wild though YAFFS2 is more commonly used). > > > UBIFS is the only read-write

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread Tim Harvey
On Wed, Jul 9, 2014 at 12:48 AM, John Crispin wrote: > > > On 09/07/2014 09:14, Andre Valentin wrote: >> Hi! >> >> I also noticed after upgrading that routers with jffs2 in ubi >> (rootfs_data) are not supported anymore. The jffs2 is not mounted >> after an upgrade, resulting in loss of configurat

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread Andre Valentin
On 09.07.2014 09:48, John Crispin wrote: i think using squash+ubifs is a better option as we dont need to use the gluebi layer anymore. this makes the whole setup a lot nice i think. that is why jffs2 support for nand is gone. however i am open to hear use cases for why jffs2 support should be ad

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread Ben Mulvihill
On Wed, 2014-07-09 at 09:02 +0200, John Crispin wrote: > > On 09/07/2014 08:42, Ben Mulvihill wrote: > > Hello Daniel, > > > > I have got SysupgradeNAND working on the BTHOMEHUBV2B with an > > all-ubifs rootfs, with a patch which I'll submit in another email, > > once I've recompiled with the l

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread John Crispin
On 09/07/2014 09:14, Andre Valentin wrote: > Hi! > > I also noticed after upgrading that routers with jffs2 in ubi > (rootfs_data) are not supported anymore. The jffs2 is not mounted > after an upgrade, resulting in loss of configuration. I had to > clear rootfs_data to be able to mount it agai

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread Andre Valentin
Hi! I also noticed after upgrading that routers with jffs2 in ubi (rootfs_data) are not supported anymore. The jffs2 is not mounted after an upgrade, resulting in loss of configuration. I had to clear rootfs_data to be able to mount it again as ubifs. That's okay if you know it! I noticed a sec

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread John Crispin
On 09/07/2014 08:42, Ben Mulvihill wrote: > Hello Daniel, > > I have got SysupgradeNAND working on the BTHOMEHUBV2B with an > all-ubifs rootfs, with a patch which I'll submit in another email, > once I've recompiled with the latest trunk and made sure that > everything is working, but in the

[OpenWrt-Devel] Help with SysupgradeNAND

2014-07-08 Thread Ben Mulvihill
Hello Daniel, I have got SysupgradeNAND working on the BTHOMEHUBV2B with an all-ubifs rootfs, with a patch which I'll submit in another email, once I've recompiled with the latest trunk and made sure that everything is working, but in the meantime I have a question: am I right in thinking that th

[OpenWrt-Devel] Help porting openwrt to new device (NEXX WT1520)

2014-06-25 Thread Angry Kiddis
Hello, i'm trying to port openwrt trunk (with some success). But i'm stuck with broken usb. I uploaded my researches to forum post(on openwrt forum) https://forum.openwrt.org/viewtopic.php?pid=238028. In short, i think usb work is somehow related with gpio pin, but don't know how to fix this. I'm

Re: [OpenWrt-Devel] help with netifd 802.1ad development

2014-05-12 Thread Gioacchino Mazzurco
On Monday 12 May 2014 07:46:31 Steven Barth wrote: > Hi Gioacchino, > > it seems the kernel expects a big-endian value as vlan protocol, so you > should probably try wrapping cfg->proto in htons when passing it to > nla_put_u16. It worked like a charm :) Many thanks! _

Re: [OpenWrt-Devel] help with netifd 802.1ad development

2014-05-11 Thread Steven Barth
Hi Gioacchino, it seems the kernel expects a big-endian value as vlan protocol, so you should probably try wrapping cfg->proto in htons when passing it to nla_put_u16. Cheers, Steven ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org h

[OpenWrt-Devel] help with netifd 802.1ad development

2014-05-11 Thread Gioacchino Mazzurco
Hi all! I am working on adding 802.1ad vlan support to netifd, it is almost working but interfaces are not created anymore since i have added this line that is necessary (without this line interfaces are created but they are 802.1q) https://gitorious.org/netifd/gsoc2014-netifd/source/6c7d308ee9

Re: [OpenWrt-Devel] Help with DTS file

2013-06-25 Thread Jonas Gorski
On Tue, Jun 25, 2013 at 5:19 AM, Flávio Silveira wrote: > Thanks for your responses, but a few questions still remains. > > 1- I should keep partitions "u-boot", "u-boot env" and "devdata" from stock > firmware, correct? Yes. > > 2- What the second parameter in reg means? Like 0x1 on the exa

Re: [OpenWrt-Devel] Help with DTS file

2013-06-24 Thread Flávio Silveira
label = "u-boot-env"; reg = <0x3 0x8000>; read-only; }; 3- Would guys help me create proper partitions on my dts file? If some info is missing, please tell me. - Original Message - From: "Florian Fainelli" To: "OpenWrt Development List" Sent

Re: [OpenWrt-Devel] Help with DTS file

2013-06-24 Thread Florian Fainelli
2013/6/24 jonsm...@gmail.com : > On Mon, Jun 24, 2013 at 4:53 AM, Florian Fainelli wrote: >> 2013/6/24 jonsm...@gmail.com : >>> On Sun, Jun 23, 2013 at 5:50 PM, Flávio Silveira wrote: Good evening, I'm trying to create a dts file for my router which is not supported yet and I

Re: [OpenWrt-Devel] Help with DTS file

2013-06-24 Thread jonsm...@gmail.com
On Mon, Jun 24, 2013 at 4:53 AM, Florian Fainelli wrote: > 2013/6/24 jonsm...@gmail.com : >> On Sun, Jun 23, 2013 at 5:50 PM, Flávio Silveira wrote: >>> Good evening, >>> >>> I'm trying to create a dts file for my router which is not supported yet >>> and I'm stuck on the definition of partition

Re: [OpenWrt-Devel] Help with DTS file

2013-06-24 Thread Flávio Silveira
From: "Florian Fainelli" To: "OpenWrt Development List" Sent: Monday, June 24, 2013 5:53 AM Subject: Re: [OpenWrt-Devel] Help with DTS file 2013/6/24 jonsm...@gmail.com : On Sun, Jun 23, 2013 at 5:50 PM, Flávio Silveira wrote: Good evening, I'm trying to

Re: [OpenWrt-Devel] Help with DTS file

2013-06-24 Thread Florian Fainelli
2013/6/24 jonsm...@gmail.com : > On Sun, Jun 23, 2013 at 5:50 PM, Flávio Silveira wrote: >> Good evening, >> >> I'm trying to create a dts file for my router which is not supported yet >> and I'm stuck on the definition of partitions. >> >> Do I have to follow the same as stock firmware? >> >>

Re: [OpenWrt-Devel] Help with DTS file

2013-06-23 Thread jonsm...@gmail.com
On Sun, Jun 23, 2013 at 5:50 PM, Flávio Silveira wrote: > Good evening, > > I'm trying to create a dts file for my router which is not supported yet > and I'm stuck on the definition of partitions. > > Do I have to follow the same as stock firmware? > > Router's serial log with stock firmware s

Re: [OpenWrt-Devel] Help with DTS file

2013-06-23 Thread socoola
Hi, I think you must keep the u-boot&"boot env partitions, the others depend on your requirement. -- Original -- From: "Flávio Silveir"; Date: Mon, Jun 24, 2013 05:50 AM To: "OpenWrt Development List"; Subject: [Open

[OpenWrt-Devel] Help with DTS file

2013-06-23 Thread Flávio Silveira
Good evening, I'm trying to create a dts file for my router which is not supported yet and I'm stuck on the definition of partitions. Do I have to follow the same as stock firmware? Router's serial log with stock firmware shows this: Creating 8 MTD partitions on "raspi": 0x00150060-0x

[OpenWrt-Devel] Help with rt5350

2013-04-13 Thread Mikael Frykholm
Greetings! I am trying to get http://wiki.openwrt.org/toh/d-link/dir-300revb5 working well. I'm having some strange wifi issues I though you might have some insights to. I manage to connect and get an ip from the router. To be able to ssh into if I need to set mtu 300 on my laptop. I get lot

[OpenWrt-Devel] Help wanted: Execution of wmac-led enabler script; where?

2012-08-03 Thread LEO Airwarosu Yoichi Shinoda
Experts, I will drop a message to the ath9k-devel list for the fix, but I suspect that it will be long before the fix actually appears in the compat-wireless (or will not appear at all). So I wrote an alternative script to do the same thing, to circumvent my momentum/interest from going. --

Re: [OpenWrt-Devel] HELP : Can't patch config.sub in a package

2012-01-22 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > Modifying the generic build tool to accept a new platform is certainly > legitimate, nobody wants to patch a new CPU definition into each single > package. In general yes, in practice it should be unneeded though since we're forced to replace c

Re: [OpenWrt-Devel] HELP : Can't patch config.sub in a package

2012-01-22 Thread LEO Airwarosu Yoichi Shinoda
Jow, > Yes, patch scripts/config.sub - that is whats fored upon each package. Yikes!!! Thanks a billion!!! I've been caught in this trap for half a day. Packages were built flawlessly. >> Is the behavior of "Modifying a generic build tool during a build >> process for a single target" conside

Re: [OpenWrt-Devel] HELP : Can't patch config.sub in a package

2012-01-22 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > I need a same kind of magic to overcome this problem. > Is there any? Yes, patch scripts/config.sub - that is whats fored upon each package. > Is the behavior of "Modifying a generic build tool during a build > process for a single target" co

[OpenWrt-Devel] HELP : Can't patch config.sub in a package

2012-01-22 Thread LEO Airwarosu Yoichi Shinoda
Hello, I'm trying to add a new processor type (lexra), but having trouble patching the config.sub, that checks for recognizable cpu-os-kernel identifier, used in some packages. More specifically, I want the config.sub in iptables-1.4.10 to recognize the 'lexra-openwrt-linux'. I'm working on the t

Re: [OpenWrt-Devel] Help -- Noob Question -- Driving Me Crazy

2011-11-11 Thread edgar . soldin
On 11.11.2011 20:51, Mike Brady wrote: Can someone tell be or direct me to an example of how to put a linux version conditional into an OpenWrt package Makefile please? What I want to do is say "if this is and version of Linux 2.4 then do stufft". I've tried something like ifeq ($(CONFIG_LINU

[OpenWrt-Devel] Help -- Noob Question -- Driving Me Crazy

2011-11-11 Thread Mike Brady
Can someone tell be or direct me to an example of how to put a linux version conditional into an OpenWrt package Makefile please? What I want to do is say "if this is and version of Linux 2.4 then do stufft". I've tried something like ifeq ($(CONFIG_LINUX_2_4),1) endif but no joy. R

[OpenWrt-Devel] Help required:Building openwrt image for DIR-825

2011-05-27 Thread shashi raj singh
Hi all, I am new to openwrt. I am working on a project that involves modifying a hostapd and testing it on DIR-825 (h/w B1, s/w 2.02WW) with openwrt. I have completed my modification of hostapd and tested it on the laptops. After this, I started building openwrt (source: latest backfire release w

Re: [OpenWrt-Devel] [HELP] Oops when insmod iptable_filter

2010-09-21 Thread arrow zhang
On Tue, Sep 21, 2010 at 9:33 PM, Ralf Baechle wrote: > Are you sure you really have an R3000?  That's an very old processor > released in 1988. yes, cpuinfo refer to https://forum.openwrt.org/viewtopic.php?id=26405 as this: {{{ # cat /proc/cpuinfo system type : RTL8672 processor

Re: [OpenWrt-Devel] [HELP] Oops when insmod iptable_filter

2010-09-21 Thread arrow zhang
On Fri, Sep 17, 2010 at 8:55 PM, arrow zhang wrote: > Here has a difficult problem for me, would like anyone give some advice > > On a mips r3000 cpu, here has a kernel crash when doing the insmod > iptable_filter, > The phenomenon is same as https://dev.openwrt.org/ticket/6129 > > 1, the FW is at

[OpenWrt-Devel] [HELP] Oops when insmod iptable_filter

2010-09-17 Thread arrow zhang
Here has a difficult problem for me, would like anyone give some advice On a mips r3000 cpu, here has a kernel crash when doing the insmod iptable_filter, The phenomenon is same as https://dev.openwrt.org/ticket/6129 1, the FW is at openwrt versoin r23057 2, the crash occurs if insmod automatical

Re: [OpenWrt-Devel] [Help] R3000 CPU porting, Oops while run app

2010-08-16 Thread Florian Fainelli
Hi, On Monday 16 August 2010 16:23:01 arrow zhang wrote: > Dears, > > * I'm encounter a oops error while run the userspace application > * I tried to porting the owrt to a R3000 cpu, which will be a new > router but can not buy on market yet > * Would like anyone give some advice, thanks > * belo

[OpenWrt-Devel] [Help] R3000 CPU porting, Oops while run app

2010-08-16 Thread arrow zhang
Dears, * I'm encounter a oops error while run the userspace application * I tried to porting the owrt to a R3000 cpu, which will be a new router but can not buy on market yet * Would like anyone give some advice, thanks * below is some messages (detail refer to enclosed file) {{{ CPU 0 Unable to h

Re: [OpenWrt-Devel] help!! compiling kernel module without recompiling the whole openwrt

2009-12-18 Thread tiebing zhang
Anyone can comment on this? Thanks. Todd --- On Fri, 12/18/09, tiebing zhang wrote: > From: tiebing zhang > Subject: [OpenWrt-Devel] compiling kernel module without recompiling the > whole openwrt > To: openwrt-devel@lists.openwrt.org > Date: Friday, December 18, 2009, 7:23 AM > Dear all, >

Re: [OpenWrt-Devel] help!! snapshot repository

2009-12-17 Thread tiebing zhang
JoW, I see. Thanks so much. Best regards, Todd --- On Thu, 12/17/09, Jo-Philipp Wich wrote: > From: Jo-Philipp Wich > Subject: Re: [OpenWrt-Devel] help!! snapshot repository > To: "OpenWrt Development List" > Date: Thursday, December 17, 2009, 9:51 AM >

Re: [OpenWrt-Devel] help!! snapshot repository

2009-12-16 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Todd, the corresponding *.ipk files are still in place but the package index was updated when newer versions where pushed to the repository. You can grab all relevant packages and use a script [1] to regenerate the package index, host the index a

[OpenWrt-Devel] help!! snapshot repository

2009-12-16 Thread tiebing zhang
To openwrt admin, I was using the snapshot x86 version of openwrt (kernel version 2.6.31.5), and suddenly today the opkg repository is updated to 2.6.31.7. Is there a way for me to download all the 2.6.31.5 kernel modules and packages? Thanks and best regards, Todd __

[OpenWrt-Devel] Help on initramfs usage

2009-01-17 Thread Luigi Mantellini
Hi people, I'm working on a mips based board. I need to create a single file image (uimage+filesystem) to load on my system (I can choice the formats). I have the necessity to use a initramfs with a minimal busybox and some support file to prepare the final root filesystem. Which is the best way