rt2860 wireless modules for rt3050.

Post new topic   Reply to topic    DD-WRT Forum Index -> Ralink SoC based Hardware
Goto page Previous  1, 2
Author Message
McMCC
DD-WRT Novice


Joined: 16 Feb 2009
Posts: 34

PostPosted: Tue Mar 03, 2009 6:06    Post subject: Reply with quote
Problem solved! Cool
Here is a patch, I do not use Bidge Netfilter:
Code:

--- linux-2.6.23-rt/include/linux/skbuff.h.orig 2009-02-10 01:24:25.000000000 +0300
+++ linux-2.6.23-rt/include/linux/skbuff.h      2009-03-03 08:29:27.000000000 +0300
@@ -102,7 +102,7 @@
 };
 #endif

-#ifdef CONFIG_BRIDGE_NETFILTER
+#if defined(CONFIG_BRIDGE_NETFILTER) || defined(CONFIG_WLAN_80211)
 struct nf_bridge_info {
        atomic_t use;
        struct net_device *physindev;
@@ -299,7 +299,7 @@
        unsigned char           imq_flags;
        struct nf_info          *nf_info;
 #endif
-#ifdef CONFIG_BRIDGE_NETFILTER
+#if defined(CONFIG_BRIDGE_NETFILTER) || defined(CONFIG_WLAN_80211)
        struct nf_bridge_info   *nf_bridge;
 #endif


I had to use this patch when building toolchains from OpenWRT and uClibc. Without this patch does not work ifconfig, igmpproxy and everything that uses SIOCGIFCONF.
Code:

--- uClibc-0.9.29.orig/include/net/if.h 2006-02-26 05:19:11.000000000 +0300
+++ uClibc-0.9.29/include/net/if.h      2009-03-01 00:47:20.000000000 +0300
@@ -147,6 +147,11 @@
        char ifru_slave[IFNAMSIZ];      /* Just fits the size */
        char ifru_newname[IFNAMSIZ];
        __caddr_t ifru_data;
+
+       struct {
+               unsigned short weight;
+               char slave[IFNAMSIZ];
+       } ifru_weight;
       } ifr_ifru;
   };
 # define ifr_name      ifr_ifrn.ifrn_name      /* interface name       */
@@ -154,6 +159,8 @@
 # define ifr_addr      ifr_ifru.ifru_addr      /* address              */
 # define ifr_dstaddr   ifr_ifru.ifru_dstaddr   /* other end of p-p lnk */
 # define ifr_broadaddr ifr_ifru.ifru_broadaddr /* broadcast address    */
+# define ifr_weight_weight ifr_ifru.ifru_weight.weight /* bonding weight*/
+# define ifr_weight_slave  ifr_ifru.ifru_weight.slave  /* bonding weight slave */
 # define ifr_netmask   ifr_ifru.ifru_netmask   /* interface net mask   */
 # define ifr_flags     ifr_ifru.ifru_flags     /* flags                */
 # define ifr_metric    ifr_ifru.ifru_ivalue    /* metric               */


Thank you very much for the help and patience! Cool
Sponsor
shrek
DD-WRT Novice


Joined: 18 Mar 2009
Posts: 2

PostPosted: Wed Mar 18, 2009 6:40    Post subject: Reply with quote
Hi all,
It seemed that you can build DD-WRT for RT3052/50, and let it run sucessfully.
I want to build DD-WRT for RT3052/50 from sourcecode, and let my router run dd-wrt also.
Now the rt3052 linux kernel can be built.
But I do not know how to change the src/router/Makefile and src/router/.config_std.v24, let it can build the src/router?

Please give me some help.
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 7492
Location: Dresden, Germany

PostPosted: Wed Mar 18, 2009 9:05    Post subject: Reply with quote
could it be that you configured the ram size wrong? i have never seen such a crash. i ported the Senao ESR6650 yestersay which is a RT3050 with R1T1 setting. i didnt had this problem. it was running fine (until i destroyed my uboot bootloader)
_________________
"So you tried to use the computer and it started smoking? Sounds like a Mac to me.." - Louis Rossmann https://www.youtube.com/watch?v=eL_5YDRWqGE&t=60s
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 7492
Location: Dresden, Germany

PostPosted: Wed Mar 18, 2009 15:21    Post subject: Reply with quote
so the problem was simply in your uclibc. i will provide some updated toolchains soon. if you build a toolchain against my kernel it would work too
_________________
"So you tried to use the computer and it started smoking? Sounds like a Mac to me.." - Louis Rossmann https://www.youtube.com/watch?v=eL_5YDRWqGE&t=60s
kingochan
DD-WRT Novice


Joined: 28 Apr 2009
Posts: 2

PostPosted: Tue Apr 28, 2009 9:01    Post subject: Reply with quote
BrainSlayer wrote:
could it be that you configured the ram size wrong? i have never seen such a crash. i ported the Senao ESR6650 yestersay which is a RT3050 with R1T1 setting. i didnt had this problem. it was running fine (until i destroyed my uboot bootloader)



That sounds great as I also have a wireless router with RT3050/R1T1 setting.
just wondering if you could share the ported rom?
Shamita
DD-WRT Novice


Joined: 18 Aug 2009
Posts: 1

PostPosted: Tue Aug 18, 2009 10:23    Post subject: dd-wrt installation Reply with quote
i have rt3052 and i want to install dd-wrt .......how can I install it please reply step by step installation Question
dd-wrt rook
DD-WRT Novice


Joined: 04 Jan 2010
Posts: 4

PostPosted: Wed Jan 13, 2010 15:22    Post subject: ESR-9753 is on sale Reply with quote
ESR-9753 is on sale for 29.99USD, can somebody confirm if it can run dd-wrt and if so instrucions on how to install it?

Best regards
Goto page Previous  1, 2 Display posts from previous:    Page 2 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Ralink SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum