Will dd-wrt support RT-N13U?

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 ... 13, 14, 15 ... 57, 58, 59  Next
Author Message
debaj
DD-WRT Novice


Joined: 21 Jun 2010
Posts: 7

PostPosted: Fri Jun 25, 2010 16:07    Post subject: Reply with quote
[quote="tzjwxpre"]
tzjwxpre wrote:

I've found the problem and here is my testing:
I pluged the DSL line to one of the LAN port (as a WAN) and I could have internet now! Don't know why~ But at least I could use the LAN as WAN finally. Still hope someone could fix it though~
I don't know this exact case, but usually if you connect the WAN cable to one of the LAN ports, the device functions as a simple switch, with no routing/NAT etc. at all. Maybe this is why your problem is solved. How many clients are connected to the box?
Sponsor
gouryella
DD-WRT User


Joined: 06 Mar 2010
Posts: 107
Location: Plzeň, CZE

PostPosted: Fri Jun 25, 2010 16:38    Post subject: Reply with quote
nihilo666 wrote:
gouryella wrote:
wget http://www.home.karneval.cz/10102207/optware-install.sh -O - | tr -d '\r' > /tmp/optware-install.sh
Does not work for me, as it says local nameserver (192.168.2.1) is different than default gateway (192.168.1.1). I use RT-N13U as repeater and it has to be in different subnet.

Because i remove one line from it, it use netstat for geting the gateway (netstat is not available in fw).
You may edit "my" script by vi ang change GATEWAY= ...
dvijen
DD-WRT Novice


Joined: 26 Mar 2009
Posts: 12

PostPosted: Fri Jun 25, 2010 20:38    Post subject: Reply with quote
I have been successful at everything except that I cannot mount swap on my usb drive using busybox. what may be the reason? my command line is

/opt/bin/busybox swapon /dev/scsi/host0/bus0/target0/lun0/part2

dvijen
nihilo666
DD-WRT User


Joined: 07 May 2010
Posts: 384
Location: Surgut, Western Siberia

PostPosted: Sat Jun 26, 2010 8:29    Post subject: Reply with quote
gouryella wrote:
Because i remove one line from it, it use netstat for geting the gateway (netstat is not available in fw).
You may edit "my" script by vi ang change GATEWAY= ...
Thanks for the tip now ftp works fine but not samba\swat. May be there's something else to be edited? Also I dont completly understand why should I remove samba's startup script (rm /opt/etc/init.d/S80samba)
gouryella
DD-WRT User


Joined: 06 Mar 2010
Posts: 107
Location: Plzeň, CZE

PostPosted: Sat Jun 26, 2010 9:49    Post subject: Reply with quote
nihilo666 wrote:
gouryella wrote:
Because i remove one line from it, it use netstat for geting the gateway (netstat is not available in fw).
You may edit "my" script by vi ang change GATEWAY= ...
Thanks for the tip now ftp works fine but not samba\swat. May be there's something else to be edited? Also I dont completly understand why should I remove samba's startup script (rm /opt/etc/init.d/S80samba)
Samba, vsftpd, tftpd, swat start from xinetd (in some smb cases could be problem but im using this for ages on wl-500gP too)
Debug by:
Code:

killall smbd
killall nmbd
killall xinetd
/opt/sbin/nmbd
/opt/sbin/smbd

In windows 7, im using:
Code:
net use x: \\192.168.1.1\opt
to mount as drive...

Does anybody know how get netbios name(\\wrt) in smb.conf to work?
sfc3001
DD-WRT Novice


Joined: 12 Jan 2010
Posts: 12

PostPosted: Sat Jun 26, 2010 12:53    Post subject: Reply with quote
gouryella wrote:

Does anybody know how get netbios name(\\wrt) in smb.conf to work?


recompile samba with uclibc 0.9.30 with netlink support.

all packages of optware-ddwrt are compiled with uclibc 0.9.28 and kernel 2.4.
gouryella
DD-WRT User


Joined: 06 Mar 2010
Posts: 107
Location: Plzeň, CZE

PostPosted: Sat Jun 26, 2010 14:13    Post subject: Reply with quote
sfc3001 wrote:

recompile samba with uclibc 0.9.30 with netlink support.

all packages of optware-ddwrt are compiled with uclibc 0.9.28 and kernel 2.4.
Thank u, no big deal
nihilo666
DD-WRT User


Joined: 07 May 2010
Posts: 384
Location: Surgut, Western Siberia

PostPosted: Sat Jun 26, 2010 16:20    Post subject: Reply with quote
dvijen wrote:
I have been successful at everything except that I cannot mount swap on my usb drive using busybox. what may be the reason? my command line is

/opt/bin/busybox swapon /dev/scsi/host0/bus0/target0/lun0/part2

dvijen
I think the reason is you have not folder /opt/bin/busybox
gouryella
DD-WRT User


Joined: 06 Mar 2010
Posts: 107
Location: Plzeň, CZE

PostPosted: Sat Jun 26, 2010 17:13    Post subject: Reply with quote
nihilo666 wrote:
I think the reason is you have not folder /opt/bin/busybox

And I thing that swap cannot be posible with the r14594 firmware.
Code:
root@dd-wrt:~# mkswap /dev/discs/disc0/part2
Setting up swapspace version 1, size = 65798144 bytes
root@dd-wrt:~# swapon /dev/discs/disc0/part2
swapon: /dev/discs/disc0/part2: Function not implemented

ticket:
http://svn.dd-wrt.com:8000/dd-wrt/ticket/1584
dvijen
DD-WRT Novice


Joined: 26 Mar 2009
Posts: 12

PostPosted: Sat Jun 26, 2010 23:52    Post subject: Reply with quote
gouryella wrote:
nihilo666 wrote:
I think the reason is you have not folder /opt/bin/busybox

And I thing that swap cannot be posible with the r14594 firmware.
Code:
root@dd-wrt:~# mkswap /dev/discs/disc0/part2
Setting up swapspace version 1, size = 65798144 bytes
root@dd-wrt:~# swapon /dev/discs/disc0/part2
swapon: /dev/discs/disc0/part2: Function not implemented

ticket:
http://svn.dd-wrt.com:8000/dd-wrt/ticket/1584


I get exactly the same msg thanks
tzjwxpre
DD-WRT Novice


Joined: 03 Mar 2010
Posts: 7

PostPosted: Sun Jun 27, 2010 12:13    Post subject: Reply with quote
[quote="debaj"]
tzjwxpre wrote:
tzjwxpre wrote:

I've found the problem and here is my testing:
I pluged the DSL line to one of the LAN port (as a WAN) and I could have internet now! Don't know why~ But at least I could use the LAN as WAN finally. Still hope someone could fix it though~
I don't know this exact case, but usually if you connect the WAN cable to one of the LAN ports, the device functions as a simple switch, with no routing/NAT etc. at all. Maybe this is why your problem is solved. How many clients are connected to the box?


Thanks! But My situation is that only one Lan port(specific one) becomes Wan port not all can, so probably not becomes a switch. Also, FYI, I only have a client connecting to the box.
debaj
DD-WRT Novice


Joined: 21 Jun 2010
Posts: 7

PostPosted: Mon Jun 28, 2010 18:09    Post subject: Reply with quote
tzjwxpre wrote:
Thanks! But My situation is that only one Lan port(specific one) becomes Wan port not all can, so probably not becomes a switch. Also, FYI, I only have a client connecting to the box.
If the client's IP address is from the 192.168.x.x pool, then the router is actually routing.

BTW, has anybody figured out how to get the swapfile working?
gouryella
DD-WRT User


Joined: 06 Mar 2010
Posts: 107
Location: Plzeň, CZE

PostPosted: Mon Jun 28, 2010 22:12    Post subject: Reply with quote
debaj wrote:
BTW, has anybody figured out how to get the swapfile working?
It's not possible without recompilation kernel i think, ticket is opened.

Last edited by gouryella on Tue Jun 29, 2010 6:46; edited 1 time in total
Kurtoff
DD-WRT Novice


Joined: 21 Jun 2010
Posts: 15

PostPosted: Tue Jun 29, 2010 5:56    Post subject: Reply with quote
http://depositfiles.com/files/soveyqz6i
firmware update
coolmen777
DD-WRT Novice


Joined: 13 Jun 2010
Posts: 2

PostPosted: Tue Jun 29, 2010 15:21    Post subject: Reply with quote
Kurtoff wrote:
http://depositfiles.com/files/soveyqz6i
firmware update


This must be a mirror for the official DD-WRT firmware (same version # as well as the size).
ftp://www.dd-wrt.com/others/eko/BrainSlayer-V24-preSP2/06-12-10-r14594/Asus-RTN13U/
Goto page Previous  1, 2, 3 ... 13, 14, 15 ... 57, 58, 59  Next Display posts from previous:    Page 14 of 59
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