找回密码
 注册

QQ登录

只需一步,快速开始

搜索
楼主: txwwy

[其它] 把ROS 安装到Linksys Wireless-G 路由器上

[复制链接]
发表于 2006-7-1 14:56:59 | 显示全部楼层
我也要
routeros
回复

使用道具 举报

发表于 2006-7-1 18:40:59 | 显示全部楼层
好像还要500多块一个呀!
routeros
回复

使用道具 举报

发表于 2006-7-1 19:29:26 | 显示全部楼层
原帖由 txwwy 于 2006-6-30 21:45 发表
我报名,买5个,280 的价位能做不?


280买不到v4的,v2,估计问题不大。
routeros
回复

使用道具 举报

发表于 2006-7-2 11:00:32 | 显示全部楼层
5.0是最廉价的版本了,好像不能刷第三方的fireware的。内存跟RAM都缩水了一半(5.0以前的版本内存是4M、RAM是16M)。

具体情况大家可以参看:
http://wiki.openwrt.org/TableOfHardware
routeros
回复

使用道具 举报

发表于 2006-7-2 14:35:16 | 显示全部楼层
¥280偶也定一个
routeros
回复

使用道具 举报

发表于 2006-7-2 14:44:06 | 显示全部楼层
ROS比 cisco强吗
routeros
回复

使用道具 举报

发表于 2006-7-2 15:25:56 | 显示全部楼层
呵呵,改造成功了就不用到处找机箱啊什么的了,还省电!
routeros
回复

使用道具 举报

发表于 2006-7-3 15:51:32 | 显示全部楼层

我也要!

…………但是坛子里有没有刷成功的?
routeros
回复

使用道具 举报

发表于 2006-7-3 16:01:26 | 显示全部楼层
routeros
回复

使用道具 举报

发表于 2006-7-3 16:39:36 | 显示全部楼层

Buffalo Airstation WBR2-G54S、华硕的两个型号也能用。

WHITE RUSSIAN RC5
-----------------
(commentary by mbm)

  Alert the media! the fifth release candidate for White Russian has
  been posted. White Russian is the codename for the stable branch
  of OpenWrt, in preparation for a 1.0 release.

What!? this isn't even 1.0?!
  Well, this is actually something more like 7.0 if you count the
  number of previous releases, but we refuse to call it 1.0 yet
  -- we're perfectionists, and damned proud of it.

What the heck is with all these directories?
  As of RC4, WhiteRussian now ships in several variations, each with
  a slightly different set of packages installed by default. You're
  still free to add whatever packages you want, but this will save
  you from manually installing some common packages immediately after
  reflashing.

  micro/
    The least amount of packages required for a functional system;
    there isn't even a web interface.

  bin/ (aka default)
    Standard image (web interface, pppoe)

  pptp/
    Standard image (web interface, pptp)

Ok, that explains the directories, now what the hell are the files?
   There's two types of files, the "trx" files and the "bin"
   files; the bin files simply repackage the trx in the vendor's
   default firmware format and are only used when the trx file
   can't be used directly.

   openwrt-brcm-2.4-.trx
     This is a generic firmware for any broadcom cpu supported
     by the whiterussian release. This is the firmware in raw
     format, exactly as it will be written to the flash.

     Not all devices will let you use this raw format, some
     will require extra information provided by the bin files
     below.

     This file can be used for the following:
       - Upgrading any existing OpenWrt install (mtd util)
       - Asus WL500g
       - Asus WL500gx
       - Buffalo Airstation WBR2-G54S
       - ...

   openwrt-wrt54g-.bin
   openwrt-wrt54gs-.bin
   openwrt-wrt54gs_v4-.bin
   openwrt-wrtsl54gs-.bin
     This is the exact same as the trx file above, with one
     exception -- a small header has been added to the start
     of the file, marking it as a valid upgrade for Linksys
     models. Supported models:
      openwrt-wrt54g-.bin
       - WRT54G (v1.0, v1.1, v2.0, v2.2, v3.0, v4.0)
       - WRT54GL
      openwrt-wrt54gs-.bin
       - WRT54GS (v1.0, v1.1, v2.0, v3.0)
      openwrt-wrt54gs_v4-.bin
       - WRT54GS (v4.0)
          openwrt-wrt54g3g-.bin
           - Linksys WRT54G3G
      openwrt-wrtsl54gs-.bin
       - Linksys WRTSL54GS

   openwrt-wa840g-.bin
   openwrt-we800g-.bin
   openwrt-wr850g-.bin
     This is also a trx file, but with a Motorola header
     added to the start of the file, making it a valid
     firmware file for a Motorola device.
     
Gah! that's a ton of files, what's with the ""?
  OpenWrt gives you your choice of root filesystems; you can either
  have the root filesystem as Squashfs or JFFS2, I'll explain both.
  If you don't understand, or can't decide, pick Squashfs.

  Squashfs
    The files marked squashfs include a small compressed filesystem
    within the firmware itself. The disadvantage is that Squashfs is
    a readonly filesystem, so a separate JFFS2 partition has to be
    used to store changes and make the filesystem appear writable;
    the advantage is that Squashfs gets better compression than
    JFFS2, and you'll always have the original files on the readonly
    filesystem which can be used as a boot device for recovery.

  JFFS2
    The files marked JFFS2 make the entire filesystem JFFS2. The
    disadvantage is that this takes slightly more space; the
    advantage is that changes to included files nolonger leaves
    behind an old copy on the readonly filesystem.

    *** NOTE: The JFFS2 firmware uses an extra setup step ***
    ***       which requires an ADDITIONAL REBOOT before  ***
    ***       the filesystem can be used.                 ***

    The "4M" and "8M" in the filename indicate the flash type,
    either a 64k erase block or a 128k erase block respectively.
    In most cases, this means that a 4 megabyte flash chip will
    use the "4M" version.


Upgrading from a previous OpenWrt install
  Backup /etc changes and package list:
    Before you upgrade, please consider making a backup of your /etc
    directory and then write down the list of packages installed.

    As of RC4, reflashing with OpenWrt -WILL RESET THE FILESYSTEM-.
    All the changes you've made to the configuration files and all
    the packages you've been installed will be purged and replaced
    with the new firmware.

    NVRAM is NOT modified by a reflash. Any NVRAM values will remain
    intact after reflashing.
  
  Backing up the old OpenWrt as a firmware image:
    To backup an existing openwrt install, use the command:

      dd if=/dev/mtdblock/1 of=/tmp/firmware.trx

    This will produce a pseudo-trx file containing the firmware (trx)
    followed by a dump of the JFFS2 filesystem -- basically everything
    except the bootloader and NVRAM. Copy this to a safe place and
    only restore it to a device with the same size flash chip.

  Upgrading / Restoring:
    To reflash from within openwrt you will need to use a trx file:

      mtd -r write firmware.trx linux

    The "-r" will force an automatic reboot after the reflashing. You
    can also add a "-e linux" to erase the previous firmware, but this
    is rarely needed.
routeros
回复

使用道具 举报

发表于 2006-7-3 16:43:19 | 显示全部楼层

Buffalo Airstation WBR2-G54S有便宜的二手货

routeros
回复

使用道具 举报

发表于 2006-7-4 00:47:34 | 显示全部楼层
强啊!!!
routeros
回复

使用道具 举报

发表于 2006-7-4 20:25:09 | 显示全部楼层
有人改成功没呢?发份改造报告或心德
routeros
回复

使用道具 举报

发表于 2006-7-8 17:35:46 | 显示全部楼层
居然没人关注
routeros
回复

使用道具 举报

发表于 2006-7-9 21:56:41 | 显示全部楼层
我.
routeros
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-11-25 02:39 , Processed in 0.061672 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表