Page 4 of 19 FirstFirst ... 2345614 ... LastLast
Results 46 to 60 of 283

Thread: alpha rt-n firmware releases

  1. #46
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by s1za View Post
    1. compile the firmware
    In here should I use the GPL_1927.zip sources (as stated in http://code.google.com/p/wl500g/wiki...stomFirmware)?
    Current revision no more requires GPL_1927.zip, wiki will be updated soon.
    2. compile only the kernel modules (I think this one is preferable because is easier since I only need to update the firmware with your builds )
    How can you compile only the required kernel modules?
    Like in any ordinary Linux kernel - see Documentation/kbuild subdirectory.

  2. #47
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by lly View Post
    You tried to ask "how to get upnp works"?

    Sorry, didn't test it yet due to other high-priority tasks (stability, WPA2, etc.). I apologize problem occurs because many kernel calls changed in 2.6. So, some code modifications required.
    hehe
    I understand, upnp is not really the biggest issue in the rt-n development now

    It doesn't seem to respond to any packets I'm sending with my own build api
    I'm creating the api since microsoft decided to kinda exclude upnp api's in win7
    It does seem to work with my wl-500w so far

  3. #48

    Kernel modules

    I'm upgrading everything to RT-N16. Installed everything on the r1322 apart from the kernel modules:

    I've compiled the md.ko and raid1.ko kernel modules but I cannot load them with insmod. I get this message:

    insmod: can't insert '/opt/modules/raid1.ko': invalid module format

    and when I trie to insert cifs.ko or smbfs.ko (which I download from 1st page) I get this message:

    insmod: can't insert '/opt/modules/cifs.ko': unknown symbol in module, or unknown parameter
    Last edited by s1za; 13-03-2010 at 01:14.

  4. #49
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by s1za View Post
    I'm upgrading everything to RT-N16. Installed everything on the r1322 apart from the kernel modules:

    I've compiled the md.ko and raid1.ko kernel modules but I cannot load them with insmod. I get this message:

    insmod: can't insert '/opt/modules/raid1.ko': invalid module format

    and when I trie to insert cifs.ko or smbfs.ko (which I download from 1st page) I get this message:

    insmod: can't insert '/opt/modules/cifs.ko': unknown symbol in module, or unknown parameter
    maybe I need to rebuild them
    are you using kernel 2.6.22.19 to compile them (with the crosscompiler ofcourse) ?

  5. #50
    Quote Originally Posted by wpte View Post
    maybe I need to rebuild them
    are you using kernel 2.6.22.19 to compile them (with the crosscompiler ofcourse) ?
    I've made a VM with Virtualbox with fresh install of Ubuntu basic server and the essential packages.

    Used the following steps:

    //cd to src
    cd /usr/src

    //get the kernel
    sudo wget http://www.kernel.org/pub/linux/kern....22.19.tar.bz2

    //unpack
    sudo tar xjf linux-2.6.22.19.tar.bz2

    //create the symlink
    sudo ln -s linux-2.6.22.19 linux

    //cd to dir
    cd /usr/src/linux

    sudo make config
    //and activate 'external kernel modules', pick automatic kernel loading, put options in M for modules (on md section)

    //compile /scripts/genksyms (to avoid a file missing error)

    //compile the md module
    sudo make M=drivers/md

    without any errors...

  6. #51
    Join Date
    Feb 2007
    Location
    Moscow, Russia
    Posts
    3,805
    you compiled module for the ubuntu, not for router

  7. #52
    Quote Originally Posted by al37919 View Post
    you compiled module for the ubuntu, not for router
    That was also my suspicion...
    Should I beg for more clues on how to setup for a correct RT-N16 compilation?

    I've read allot of pages with compile info but no specific how-to's
    I really appreciate the help.

    Regards,

  8. #53
    Join Date
    Feb 2007
    Location
    Moscow, Russia
    Posts
    3,805
    at the moment AFAIK there is no special howto for building rt-n-alpha branch. However, you can use as a base the following instruction: http://code.google.com/p/wl500g/wiki...CustomFirmware However, it is only a way..., but not a strict guideline.

    IMHO, you have to first learn how to compile the firmware using a dedicated toolchan. The next step is to enable some extra options in the kernel config and recompile it again to produce custom module. I don't see a way to avoid these steps.

  9. #54
    today I installed the firmware 1322
    cifs.ko and smbfs.ko are not working anymore


    [root@RT-N16 modules]$ insmod smbfs.ko
    insmod: can't insert 'smbfs.ko': unknown symbol in module, or unknown parameter
    [root@RT-N16 modules]$ insmod cifs.ko
    insmod: can't insert 'cifs.ko': unknown symbol in module, or unknown parameter

    Can someone rebuild them and post them for download?

    Many thanks
    Last edited by Foxem; 14-03-2010 at 14:28.

  10. #55
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by Foxem View Post
    today I installed the firmware 1322
    cifs.ko and smbfs.ko are not working anymore


    [root@RT-N16 modules]$ insmod smbfs.ko
    insmod: can't insert 'smbfs.ko': unknown symbol in module, or unknown parameter
    [root@RT-N16 modules]$ insmod cifs.ko
    insmod: can't insert 'cifs.ko': unknown symbol in module, or unknown parameter

    Can someone rebuild them and post them for download?

    Many thanks
    they are build in (and working) now: http://rapidshare.com/files/36323538...-rtn-r1327.trx

  11. #56
    Quote Originally Posted by wpte View Post
    they are build in (and working) now: http://rapidshare.com/files/36323538...-rtn-r1327.trx
    Thanks is working.
    I need some help one other issue. My router keeps on stopping to the point that nothing is working anymore; I am not even able to connect to it through the web interface when this happens, nor through ssh. I noticed that it stops when I let something for download, a while after I close ntorrent.
    I would like to know where to look, because in the log for rtorrent and in lighttpd I didn't see anything.

  12. #57
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by Foxem View Post
    Thanks is working.
    I need some help one other issue. My router keeps on stopping to the point that nothing is working anymore; I am not even able to connect to it through the web interface when this happens, nor through ssh. I noticed that it stops when I let something for download, a while after I close ntorrent.
    I would like to know where to look, because in the log for rtorrent and in lighttpd I didn't see anything.
    I haven't installed rtorrent yet. You control it trough ssh I guess?
    maybe worth testing

  13. #58
    I use ntorrent trough ssh and rutorrent trough webinterface
    Last night my router stoped working again. I was connected to router all the time trough webinterface(meantime I was playing dota trough internet)).

  14. #59
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by Foxem View Post
    I use ntorrent trough ssh and rutorrent trough webinterface
    Last night my router stoped working again. I was connected to router all the time trough webinterface(meantime I was playing dota trough internet)).
    do you have some swap activated then?

  15. #60
    Quote Originally Posted by wpte View Post
    do you have some swap activated then?

    [root@RT-N16 root]$ free
    total used free shared buffers cached
    Mem: 126212 124052 2160 0 4084 90292
    -/+ buffers/cache: 29676 96536
    Swap: 1020088 9912 1010176


    Right now I can connect on router through ssh but the lan share is not mounted anymore.
    And reboot, mc commands are not working.
    Router lost connection with lan hdd.
    Last edited by Foxem; 16-03-2010 at 13:31.

Page 4 of 19 FirstFirst ... 2345614 ... LastLast

Similar Threads

  1. Essential Firmware Questions
    By vladk2k in forum WL-500gP Firmware Discussion
    Replies: 9
    Last Post: 14-10-2009, 12:10
  2. wl500gP v1 not booting after successfull flash of custom firmware
    By nocturne.op.15 in forum WL-500gP Firmware Discussion
    Replies: 6
    Last Post: 13-07-2008, 02:28
  3. New Oleg firmware 1.9.2.7-9 problems?
    By wpte in forum WL-500gP Firmware Discussion
    Replies: 11
    Last Post: 18-04-2008, 00:34
  4. Visit WL-500g Firmware Releases forum
    By Oleg in forum WL-550gE Firmware Discussion
    Replies: 7
    Last Post: 18-09-2006, 11:22
  5. Flashing Oleg's Firmware in WL HDD
    By hugo in forum WL-HDD Custom Development
    Replies: 29
    Last Post: 21-10-2004, 15:55

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •