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 ... 33, 34, 35 ... 57, 58, 59  Next
Author Message
gouryella
DD-WRT User


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

PostPosted: Mon Jan 31, 2011 14:49    Post subject: Reply with quote
sonic2000 wrote:
Any ideas?

Is /opt properly mounted and writeable?
And internet with our gateway accesible?
I have same problem long time ago with my wl-500gP, there was error in wget, which cannot conect when router is in accespoint mode.

My guide is based on standart install script:
http://www.dd-wrt.com/wiki/index.php/Optware
with only changed GATEWAY because netstat (700KB) is not in firmware, and i do not know if possible run standalone.
Sponsor
yutoon
DD-WRT User


Joined: 15 Jul 2010
Posts: 60

PostPosted: Mon Jan 31, 2011 15:04    Post subject: Reply with quote
sonic2000 wrote:
Any ideas? ...


@sonic2000,
That's one of the edits going into the wiki. The clarification was earlier made:
Quote:
1. Installing Optware (only to an ext3 partition; /opt MUST be empty)


Partitioning software typically leaves a lost+found directory which must be manually deleted before installing Optware.When /opt is empty before attempting the Optware install, these errors should go away.
adsl17910
DD-WRT Novice


Joined: 31 Jan 2011
Posts: 2

PostPosted: Mon Jan 31, 2011 22:01    Post subject: Reply with quote
gouryella wrote:
Hi, I updated the guide, news:
  • Only one 160KB gziped archive is wgeted from my server
  • Ext3, jbd and mbcache updated to the latest
  • Fat32 is updated and back
  • Fuse module for read/write from ntfs (with ntfs-3g)
  • Optware guide improved
Avaible for beta testing
But I recommend to move to new start script, cause I plan some maintenace on server Idea
wiki will be updated soon...


is it possible to upgrade the samba2 to samba3.5, since samba2 is not compatible with windows 7. Thanks. Laughing
gouryella
DD-WRT User


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

PostPosted: Mon Jan 31, 2011 22:20    Post subject: Reply with quote
adsl17910 wrote:
is it possible to upgrade the samba2 to samba3.5, since samba2 is not compatible with windows 7. Thanks. Laughing

It' s not true, samba2 working on both 32/64 W7, samba3 is very huge and eating many resources¨, there is no reason to use it (but i heard something about samba2 filesize problems)

Code:
net use a: \\192.168.1.1\www
net use b: \\192.168.1.1\dlq

and u can acces as drive in windows
I do not set up any aditional features in W7, it works as is.

Try this:
Code:
wget -O /tmp/ConfSamba3.usb http://www.dd-wrt.com/phpBB2/download.php?id=11668
chmod +x /tmp/ConfSamba3.usb
sh /tmp/ConfSamba3.usb
adsl17910
DD-WRT Novice


Joined: 31 Jan 2011
Posts: 2

PostPosted: Tue Feb 01, 2011 21:55    Post subject: Reply with quote
hello gouryella, is the new scripts still at the beta stage? and thank you for your contribution.
gouryella
DD-WRT User


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

PostPosted: Tue Feb 01, 2011 22:18    Post subject: Reply with quote
adsl17910 wrote:
hello gouryella, are the new scripts still at the beta stage? and thank you for your contribution.
Script and drivers are better than ever. Thanks, it's my hobby, my skills is growing up with my ego every fucking day Razz.

Optware guide, news:

  • Fixed the "problem" with nmbd, it's possible to acces by netbios name (but eats more RAM, may disable in netbios-ssn)
  • Changed some directories for ftp/samba to /opt/share/www
  • Added webserver (busybox httpd as daemon, i have some problems with xinetd)
  • Added dlq for downloading from free rapidshare
  • Added pxe boot server, memtest image for testing included
Now Im testing NTFS (ntfs-3g with fuse.ko driver)
  • ftp-speed-write: 1.5MB/s
  • ftp-speed-read: 5.5MB/s
The files from previous tutorial was deleted, no choice u must move to new startup script.

Ideas (shutdown code)
Code:
killall xinetd nmbd smbd httpd ntfs-3g; umount /opt; df -h; echo "rebooting"; sleep 1
kalpik
DD-WRT User


Joined: 11 Dec 2008
Posts: 232

PostPosted: Wed Feb 02, 2011 13:15    Post subject: Reply with quote
Anybody got a USB 3G modem working with RT-N13U?
kalpik
DD-WRT User


Joined: 11 Dec 2008
Posts: 232

PostPosted: Wed Feb 02, 2011 17:58    Post subject: Reply with quote
Actually I'm more interested to know if Huawei UMG1831 works with DD-WRT!
gouryella
DD-WRT User


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

PostPosted: Wed Feb 02, 2011 23:21    Post subject: Reply with quote
Run in directory with *.ko modules and you get version magic free modules, Something abour 3G is very hard to get, maybe from original RT-N13U rev B1 firmware/device.
Code:
#!/bin/sh
ls *.ko | while read line; do
  sed -i 's/vermagic/cigamrev/g' $line
done

3. 2. 2011 updated drivers in fs.gz
nls_utf8.ko (r15962)
nls_cp437.ko (r15962)
nls_iso8859-2.ko (r15962)
nls_iso8859-1.ko (r15962)
vfat.ko (r15962)
fat.ko (r15962)
nls_base.ko (r15962)
fuse.ko (r?????)
ext3.ko (r14896)
mbcache.ko (r14896)
jbd.ko (r14896)
grymster
DD-WRT User


Joined: 04 Feb 2011
Posts: 88
Location: SPb, Russia

PostPosted: Fri Feb 04, 2011 6:31    Post subject: Reply with quote
gouryella wrote:

3. 2. 2011 updated drivers in fs.gz
nls_utf8.ko (r15962)
nls_cp437.ko (r15962)
nls_iso8859-2.ko (r15962)
nls_iso8859-1.ko (r15962)
vfat.ko (r15962)
fat.ko (r15962)
nls_base.ko (r15962)
fuse.ko (r?????)
ext3.ko (r14896)
mbcache.ko (r14896)
jbd.ko (r14896)


Can you consider adding loop.ko and ext2.ko?
gouryella
DD-WRT User


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

PostPosted: Fri Feb 04, 2011 11:13    Post subject: Reply with quote
grymster wrote:

Can you consider adding loop.ko and ext2.ko?

No as yutoon advised me if opt is mounted other modules can be loaded localy from /opt/lib/modules, but u can add something like:
Code:
echo "wget http://www.dd-wrt.com/phpBB2/files/ext2_921.gz -P /tmp/root" >> /tmp/etc/config/fs.wanup
echo "tar -xvzf /tmp/root/ext2_921.gz -C /tmp/root" >> /tmp/etc/config/fs.wanup
echo "insmod /tmp/root/loop.ko" >> /tmp/etc/config/fs.wanup
echo "insmod /tmp/root/ext2.ko" >> /tmp/etc/config/fs.wanup
echo "rm /tmp/root/ext2_921.gz /tmp/root/loop.ko /tmp/root/ext2.ko" >> /tmp/etc/config/fs.wanup
to startup script.
grymster
DD-WRT User


Joined: 04 Feb 2011
Posts: 88
Location: SPb, Russia

PostPosted: Fri Feb 04, 2011 11:24    Post subject: Reply with quote
gouryella wrote:
grymster wrote:

Can you consider adding loop.ko and ext2.ko?

No as yutoon advised me if opt is mounted other modules can be loaded localy from /opt/lib/modules, but u can add something like:
Code:
echo "wget http://www.dd-wrt.com/phpBB2/files/ext2_921.gz -P /tmp/root" >> /tmp/etc/config/fs.wanup
echo "tar -xvzf /tmp/root/ext2_921.gz -C /tmp/root" >> /tmp/etc/config/fs.wanup
echo "insmod /tmp/root/loop.ko" >> /tmp/etc/config/fs.wanup
echo "insmod /tmp/root/ext2.ko" >> /tmp/etc/config/fs.wanup
echo "rm /tmp/root/ext2_921.gz /tmp/root/loop.ko /tmp/root/ext2.ko" >> /tmp/etc/config/fs.wanup
to startup script.


Thnx man, i was looking just for compatible modules to insmod them after "opt" mounted Smile
gouryella
DD-WRT User


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

PostPosted: Fri Feb 04, 2011 11:53    Post subject: Reply with quote
grymster wrote:

Thnx man, i was looking just for compatible modules to insmod them after "opt" mounted Smile

As i write in post before u can make compatible module by:
Code:
 sed -i 's/vermagic/cigamrev/g' modul.ko

And after insmoding u get:
no version magic, tainting kernel.
but modul is succesfully loaded.
grymster
DD-WRT User


Joined: 04 Feb 2011
Posts: 88
Location: SPb, Russia

PostPosted: Fri Feb 04, 2011 12:04    Post subject: Reply with quote
gouryella wrote:
grymster wrote:

Thnx man, i was looking just for compatible modules to insmod them after "opt" mounted Smile

As i write in post before u can make compatible module by:
Code:
 sed -i 's/vermagic/cigamrev/g' modul.ko

And after insmoding u get:
no version magic, tainting kernel.
but modul is succesfully loaded.

Sorry, my bad Sad
yutoon
DD-WRT User


Joined: 15 Jul 2010
Posts: 60

PostPosted: Fri Feb 04, 2011 18:07    Post subject: SOUND! IT PLAYS ON RT-N13U! Reply with quote
Posting to let everyone know that SOUND DOES PLAY on this router! Jamming out with full volume as I write this! Razz

All that's needed is a cheap (~$3 US) '3D'-style audio card in one of the USB ports of your hub.

Still testing to see how streaming/playing affects performance, but no obvious degradation so far. Sound is crystal-clear!

Will post here and update the wiki with a complete howto.


Even more thanks to gouryella, who demonstrated how the modules could be hacked for loading. (I was about to give up!)



Next project in the queue: WEBCAM!
This is fun! Laughing
Goto page Previous  1, 2, 3 ... 33, 34, 35 ... 57, 58, 59  Next Display posts from previous:    Page 34 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