DD-WRT on Belkin F5D8235-4 v2 (N+)

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Ralink SoC based Hardware
Goto page Previous  1, 2, 3 ... 24, 25, 26, 27, 28  Next
Author Message
fuc847wrt
DD-WRT Novice


Joined: 28 Feb 2013
Posts: 15

PostPosted: Thu Feb 28, 2013 7:56    Post subject: Reply with quote
v2033 here. just flashed to the latest revision r20675.

i'm having some weird issues, my WAN/LAN ports does "work". When I plug in a cable, it tries to get an IP but fails and defaults to that 162.x.x.x ip. I can connect to it fine using wireless. Im not sure if this is the same problem that people here are having when they are referring to non-working WAN/LAN ports.

Also site survey doesn't work when I am in repeater bridge, but does work when in AP. and no client bridge mode avaialble as others have mentioned.
Sponsor
aodowdus
DD-WRT Novice


Joined: 09 Mar 2013
Posts: 1

PostPosted: Tue Mar 26, 2013 22:56    Post subject: IPv6 Reply with quote
Does anybody know how to enable IPv6 on the Belkin F5D8235-4 v2000 model, or know when IPv6 support will be added to it in the BrainSlayer release for it? I'm running "DD-WRT v24-sp2 (02/11/13) std - build 20675" and since I'm having no issues other than IPv6 functionality, I don't want to risk upgrading to the newer "03-25-2013-r21061" yet.

The router appears to have all the memory it would need to run IPv6, but even if it didn't, the USB port on the back works and is configurable to be mounted at /mnt, /opt, or (which I believe is needed for IPv6) /jffs.

Anyone have any ideas or able to shed some light on this? The router is currently operating as a bridge-repeater, but if I can figure out how to get IPv6 to work (not tunneling, but actually working since my service provider has IPv6 enabled) I'm going to be changing it to be the main and only router in my network.
bestondoa
DD-WRT Novice


Joined: 28 Mar 2013
Posts: 2

PostPosted: Thu Mar 28, 2013 12:42    Post subject: Reply with quote
Hi,

Has anyone tried the latest version (03-25-2013-r21061)?

I'm interested in knowing if the LAN problem has been solved.
If no one tried yet, I'll give it a go later today and I'll write back.

Thanks everyone for the effort in porting Smile
bestondoa
DD-WRT Novice


Joined: 28 Mar 2013
Posts: 2

PostPosted: Fri Mar 29, 2013 9:49    Post subject: Reply with quote
Ok,

Just flashed the router (mine is v2000nv) with r21061 and it seems that LAN and Wireless are working ok.

However I'm having a couple of problems:
- WAN (PPoE) doesn't seem to be working - at least I can't seem to connect (MAC is cloned, so this shouldn't be the issue)

- Stability - I find the GUI freezes from time to time. A reboot/reset fixes the problem

Have any of you encountered similar problems?
C4rl_05z
DD-WRT Novice


Joined: 01 Apr 2013
Posts: 3

PostPosted: Mon Apr 01, 2013 12:27    Post subject: Reply with quote
F5D8235-4 v2010 US bought here

I currently have this router as a secondary router, in my networks repeater bridge. My primary router is Belkin N 750 DB (F9K1103 v1) which i really hope gets some DD-WRT love soon. Rolling Eyes Wink

Anyway, the repeater bridge works flawlessly wireless, but all wired connections default to some strange IP like 169.254.xxx.xxx which is the current one, all without internet access.

Im on the newest revision r21061 as well.
jkt97401
DD-WRT Novice


Joined: 02 Apr 2013
Posts: 4

PostPosted: Sun Apr 07, 2013 20:24    Post subject: Reply with quote
Hey guys!

I installed the latest revision that came out on April first... Here is my issue:

I cannot access the internet through this router and I cannot access the router via a wired connection. The router does not obtain a WAN IP.

Any pointers?
mental26
DD-WRT Novice


Joined: 09 Apr 2013
Posts: 1

PostPosted: Wed Apr 10, 2013 2:19    Post subject: V2110 support Reply with quote
Unfortunately, sifting through 25 pages of this thread, I overlooked the lack of support for V2110. I later discovered that its been an open bug for 3 years now. I'm guessing this will never be supported?

I attempted to revert and now I'm stuck with a router that only recognizes local wireless network but appears to no longer have functioning Ethernet ports.

The only reason I needed dd-wrt is for a wireless repeater and now nothing works. If you have a V2110, hopefully you stumble upon my post before destroying your $150 router.

I appreciate everything the community does for us to give us the full potential of our equipment. I just happened to make 1 mistake and get the short end of the stick. Sad
mikezs
DD-WRT Novice


Joined: 30 Nov 2010
Posts: 7

PostPosted: Fri Apr 12, 2013 15:44    Post subject: Reply with quote
Just flashed r21223 onto mine. Works a treat! Thanks to everyone involved for your hard work Smile Brilliant router for £12 off eBay!
jamesmiller74
DD-WRT Novice


Joined: 06 Apr 2013
Posts: 1

PostPosted: Fri Apr 12, 2013 22:14    Post subject: Reply with quote
So I got the latest revision that came out in April on the 11th but something seems to be incorrect.

For the people saying that the LAN port doesn't work, you can't clone the mac address of the WAN, you have to leave it disabled or default for the port to function properly.

Second, some of the lights on the front are discolored or simply not lite at all; is this normal for the newest rev?

Everything else works like a charm though Very Happy
mikezs
DD-WRT Novice


Joined: 30 Nov 2010
Posts: 7

PostPosted: Sun Apr 14, 2013 8:30    Post subject: Reply with quote
jamesmiller74 wrote:
Second, some of the lights on the front are discolored or simply not lite at all; is this normal for the newest rev?

Everything else works like a charm though Very Happy


I've just come back on to see if it's possible to control the many LED's on the front to show network speed and make the orange internet availability light blue when connected. Anyone know if this is possible?
mikezs
DD-WRT Novice


Joined: 30 Nov 2010
Posts: 7

PostPosted: Sun Apr 14, 2013 10:04    Post subject: Reply with quote
I've been trying to use
Code:
gpio enable pin
to turn led's on, but every time I set it, the router led comes on blue for half a second and turns off again, no matter which GPIO I use.

I've found the port numbers from the original source:

Code:

#define PORT0            0x00000001   //WPS Button
#define PORT1            0x00000002
#define PORT2            0x00000004
#define PORT3            0x00000008
#define PORT4            0x00000010   //Wireless Computer and Wire Computer LED Clock
#define PORT5            0x00000020   //Internet Blue
#define PORT6            0x00000040   //Internet Amber
#define PORT7            0x00000080
#define PORT8            0x00000100   //Modem Amber
#define PORT9            0x00000200   //Router Blue / Power Status
#define PORT10         0x00000400   //Reset Button
#define PORT11         0x00000800   //Modem Blue
#define PORT12         0x00001000   //Security Amber
#define PORT13         0x00002000   //Security Blue
#define PORT14         0x00004000   //Wireless Computer and Wire Computer LED Controller
#define PORT15         0x00008000
#define PORT16         0x00010000
#define PORT17         0x00020000   //Traffic LED Controller
#define PORT18         0x00040000   //Traffic LED Clock
#define PORT19         0x00080000
#define PORT20         0x00100000   //Watch dog
#define PORT21         0x00200000   //Watch dog
#define PORT22         0x00400000   //Storge Amber
#define PORT23         0x00800000   //Storge Blue


And some interesting things in the source for that file:

Code:
struct timer_list SPEED_METER_BOOT_UP;
void SpeedMeterCheck(unsigned long data);

void clean_speed_led()
{
   int i;
   for(i = 0;i< 8;i++)
   {
      GPIO_write_bit(SPEED_CLEAN_GPIO_PIN,1);
      GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,0);
      GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,1);
   }
   
}
/*
  Speed Meter LED Control function.
   You can cotrol Speed Meter LED
   You can use this command.
   Ex:
   ============================      
   0 LED: echo 0 > /proc/SPEED
   1 LED: echo 1 > /proc/SPEED
   2.LED: echo 2 > /proc/SPEED
   ============================
*/
void add_speed_led(int p)
{
   int i;
   GPIO_write_bit(SPEED_CLEAN_GPIO_PIN,0);
   if(p==1)
   {
      for(i = 0;i< 1;i++)
      {
         GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,0);
         GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,1);
      }
   }
   else if(p==2)
   {
      for(i = 0;i< 3;i++)
      {
         GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,0);
         GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,1);
      }
   }
   else if(p==3)
   {
      for(i = 0;i< 5;i++)
      {
         GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,0);
         GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,1);
      }
   }
   else if(p==4)
   {
      for(i = 0;i< 7;i++)
      {
         GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,0);
         GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,1);
      }
   }   
   else if(p==5)
   {
      for(i = 0;i< 8;i++)
      {
         GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,0);
         GPIO_write_bit(SPEED_CLOCK_GPIO_PIN,1);
      }
   }   
}
int SPEED_proc(struct file *file, const char __user *buffer,  unsigned long count, void *data)
{
   int len = 0;
   char buf[20]={0};
   int ledcount=0;

   len = count;

   if(copy_from_user(buf, buffer, len))
   {
      DEBUGP("fail.\n");      
      return -EFAULT;
   }
   sscanf(buf,"%d",&ledcount);
   DEBUGP("ledcount=%d\n",ledcount);
   clean_speed_led();
   add_speed_led(ledcount);
   
   return len;
   
}


I'm not familiar with using the GPIO command, so I'm not sure if what I'm doing is right. Also, there's nothing that relates to the led's in /proc/, so I'm at a loss there too. Anyone have any pointers for me?
billyvnilly
DD-WRT Novice


Joined: 07 Oct 2008
Posts: 8

PostPosted: Sun Apr 28, 2013 0:42    Post subject: Reply with quote
can't seem to get r21286 to do wired bridge.
josurr
DD-WRT Novice


Joined: 15 Jan 2013
Posts: 9

PostPosted: Mon May 13, 2013 18:49    Post subject: Reply with quote
Hi,

I recently tried to upgrade a friends F5D8235-4 v2033 with DD-WRT and found out, after DD-WRT had been applied, that it was a v21xx masquerading as a v2033.

Has there been any work on the aforementioned bug ticket (1997)? Or is there a specific build that can be used to flash DD-WRT onto a router with the RTL8366SR switch?

I showed off DD-WRT on my Asus RT-N66U which really interested him in seeing it run on his 8235-4.

Thanks in advance!
thebudman420
DD-WRT Novice


Joined: 27 Dec 2010
Posts: 19

PostPosted: Sat Jun 01, 2013 4:00    Post subject: Reply with quote
Far as i know they still don't have support for the SR switch, I been waiting for a cpl years now i think. I'm almost ready to find a new router that can support ddwrt but I'm currently to broke to do it.
odinsraven
DD-WRT Novice


Joined: 18 Mar 2013
Posts: 4

PostPosted: Sun Jun 02, 2013 23:40    Post subject: Static IP business cable internet not working Reply with quote
Hello, thanks for the dd-wrt here.

I'm new to dd-wrt and am trying to use my old belkin f5d8235-4 v2 with dd-wrt.

I followed the guide at
http://andrewpeng.net/gadgets/belkin-f5d8235-4-v2/dd-wrt-on-belkin-f5d8235-4-v2

went over to ftp://dd-wrt.com/others/eko/BrainSlayer-V24-preSP2/2013/05-27-2013-r21676/Belkin-F5D8235-4_v2/

and did as instructed a few months ago.

I ran into a problem that the first flash of the “original-to-dd-wrt.bin” file was able to work with the internet, but the second flash of dd-wrt does not successfully get through to the internet.

My business cable connection might be somewhat different. It is a small block of ip's (around 10) with a subnet different than my LAN. I have one gateway ip on the WAN that trails the last WAN ip given, so if it was 10.0.0.1-10.0.0.10, I have a 10.0.0.11 but also another IP of 10.0.10.1 or something similar on the standard 255.255.255.0 subnet. I don't understand, but I do know that I've connected a lot of different devices outside of the LAN router and I just use the 10.0.0.11 as gateway, the IP I want to use in the block given, and the subnet which differs from the standard 255.255.255.0 found on most LANs around here.

I tried disabling almost everything possible. DHCPmasque, after reading a post that only static ips were working from the guide mentioned above.

Can anybody help me out?
Goto page Previous  1, 2, 3 ... 24, 25, 26, 27, 28  Next Display posts from previous:    Page 25 of 28
Post new topic   This topic is locked: you cannot edit posts or make replies.    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