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
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.
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
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
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
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
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
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
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
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
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
* 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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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!
_
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
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
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
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
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
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
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
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?
>>
>>
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
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
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
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
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.
--
-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
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
-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
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
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
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
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
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
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
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
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
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
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,
>
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
>
-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
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
__
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
56 matches
Mail list logo