Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| toh:asus:rt-g32 [2015/12/31 08:36] – links fixed tmomas | toh:asus:rt-g32 [2019/02/12 22:11] (current) – 432 warning added tmomas | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== ASUS RT-G32 ====== | ||
| + | {{section> | ||
| + | |||
| + | **Ralink**, Rev B1/C1 model. | ||
| + | |||
| + | The device is a wireless N router with | ||
| + | * 1 not-detachable antenna | ||
| + | * 4 Port 100/10 Switch | ||
| + | * 1 Port 100/10 Wan Interface | ||
| + | * 4 MB Flash | ||
| + | * 16 MB SDRAM for Rev B1 or 32 MB - for Rev C1 | ||
| + | |||
| + | ===== Hardware ===== | ||
| + | ==== Info ==== | ||
| + | | **Architecture: | ||
| + | | **Vendor: | ||
| + | | **Bootloader: | ||
| + | | **System-On-Chip: | ||
| + | | **CPU Speed: | ||
| + | | **Flash-Chip: | ||
| + | | **Flash size: | ||
| + | | **RAM: | ||
| + | | **Wireless: | ||
| + | | **Ethernet: | ||
| + | | **USB: | ||
| + | | **Serial: | ||
| + | | **JTAG: | ||
| + | |||
| + | ===== Photos ===== | ||
| + | {{media: | ||
| + | |||
| + | ===== Opening the case ===== | ||
| + | **Note:** This will void your warranty! | ||
| + | |||
| + | - There are two screws underneath the rubber feet at the front of the device. Remove those. | ||
| + | - Two additional screws are freely removeable at the bottom of the case. Don't forget these ;-) | ||
| + | - Remove the top of the case with the transparent plastic piece. | ||
| + | |||
| + | |||
| + | ===== Serial ===== | ||
| + | The serial port is located between the FCC logo and the CE logo.\\ | ||
| + | It's pinout is fairly documented by the PCB print: GND|RX|TX|VCC(3.3) (direction as seen from the front of the device). | ||
| + | The bootloader (U-Boot) and the original Asus firmware use a baudrate of 57600 with 8N1. | ||
| + | |||
| + | |||
| + | ===== Compiling OpenWrt ===== | ||
| + | ** NOTE: ** OpenWrt currently support this device only since attitude_adjustment. | ||
| + | |||
| + | Get sources of openwrt & patch it: | ||
| + | |||
| + | < | ||
| + | cd openwrt</ | ||
| + | |||
| + | |||
| + | Then compile openwrt in standard way, Target System ⇒ " | ||
| + | |||
| + | < | ||
| + | make</ | ||
| + | |||
| + | |||
| + | ===== Installation ===== | ||
| + | ==== Flashing via TFTP-Server (Only for Rev. B1) ==== | ||
| + | |||
| + | **NOTE:** Configured TFTP server needed! | ||
| + | |||
| + | * After successfull compiling firmware, move bin/ | ||
| + | * Then rename that binary file to " | ||
| + | * Set Your server' | ||
| + | * Then connect router to the network | ||
| + | * Push and keep " | ||
| + | * Turn on router. | ||
| + | * After 5 seconds - release "Reset button" | ||
| + | * Wait about 3 minutes, the router will flash new firmware. | ||
| + | |||
| + | ==== Flashing via TFTP-Client Push (Only for Rev. C1) ==== | ||
| + | |||
| + | * Fot this revision use firmware for RT-N10+ asus device | ||
| + | * After successfull compiling firmware, rename bin/ | ||
| + | * Set your server' | ||
| + | * Then connect router to the network | ||
| + | * Push and keep " | ||
| + | * Turn on router. | ||
| + | * After 5 seconds - release "Reset button" | ||
| + | * Push firmware into the router. | ||
| + | * Wait about 3 minutes, the router will flash new firmware. | ||
| + | |||
| + | ==== Pushing firmware into router ==== | ||
| + | For aftp | ||
| + | < | ||
| + | For tftp client on linux/Mac | ||
| + | < | ||
| + | tftp> | ||
| + | tftp>put RT-G32.C1.bin</ | ||
| + | For tftp client on Winows | ||
| + | < | ||
| + | |||
| + | |||
| + | ==== Flashing via U-Boot ==== | ||
| + | |||
| + | **NOTE:** Serial connection and configured TFTP server needed! | ||
| + | |||
| + | * After successfull compiling firmware, move bin/ | ||
| + | * Then rename firmware to something shorter, for example " | ||
| + | * | ||
| + | * When you power on device, and see U-Boot log, immediatly push " | ||
| + | You will see this message: | ||
| + | < | ||
| + | | ||
| + | * Push " | ||
| + | < | ||
| + | | ||
| + | Input device IP (192.168.1.1) ==: | ||
| + | Input server IP (192.168.1.2) ==: | ||
| + | Input Linux Kernel filename () ==: | ||
| + | </ | ||
| + | |||
| + | If TFTP server installed correctly, the firmware would be downloaded at ~30 seconds. | ||
| + | Then it will be flashed into device (It will take about 2 minutes). | ||
| + | |||
| + | |||
| + | ===== Bootlogs ===== | ||
| + | ==== OEM bootlog ==== | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | |||
| + | Board: Ralink APSoC DRAM: 16 MB | ||
| + | relocate_code Pointer at: 80fb4000 | ||
| + | spi_wait_nsec: | ||
| + | spi deice id: c2 20 16 c2 20 (2016c220) | ||
| + | find flash: mx25l3205d | ||
| + | raspi_read: from:30000 len: | ||
| + | *** Warning - bad CRC, using default environment | ||
| + | |||
| + | ============================================ | ||
| + | |||
| + | Ralink UBoot Version: 3.3 | ||
| + | -------------------------------------------- | ||
| + | ASIC 3052_MP2 (Port5< | ||
| + | DRAM component: 128 Mbits SDR | ||
| + | DRAM bus: 16 bit | ||
| + | Total memory: 16 MBytes | ||
| + | Flash component: SPI Flash | ||
| + | Date:Nov 12 2009 Time: | ||
| + | ============================================ | ||
| + | icache: sets:256, ways:4, linesz:32 , | ||
| + | dcache: sets:128, ways:4, linesz:32 , | ||
| + | |||
| + | ##### The CPU freq = 320 MHZ #### | ||
| + | |||
| + | SDRAM bus set to 16 bit | ||
| + | SDRAM size =16 Mbytes | ||
| + | GPIO 10 not detect | ||
| + | |||
| + | Please choose the operation: | ||
| + | 1: Load system code to SDRAM via TFTP. | ||
| + | 2: Load system code then write to Flash via TFTP. | ||
| + | 3: Boot system code via Flash (default). | ||
| + | 4: Entr boot command line interface. | ||
| + | 9: Load Boot Loader code then write to Flash via TFTP. | ||
| + | | ||
| + | |||
| + | 3: System Boot system code via Flash. | ||
| + | ## Booting image at bf050000 ... | ||
| + | raspi_read: from:50000 len: | ||
| + | Image Name: Linux Kernel Image | ||
| + | | ||
| + | Image Type: MIPS Linux Kernel Image (lzma compressed) | ||
| + | Data Size: 2936012 Bytes = 2.8 MB | ||
| + | Load Address: 80000000 | ||
| + | Entry Point: | ||
| + | raspi_read: from:50040 len: | ||
| + | | ||
| + | | ||
| + | No initrd | ||
| + | ## Transferring control to Linux (at address 802e0000) ... | ||
| + | ## Giving linux memsize in MB, 16 | ||
| + | |||
| + | Starting kernel ... | ||
| + | |||
| + | |||
| + | LINUX started... | ||
| + | |||
| + | THIS IS ASIC | ||
| + | Linux version 2.6.21 (root@localhost.localdomain) (gcc version 3.4.2) #115 Mon Jan 4 11:49:43 EST 2010 | ||
| + | |||
| + | The CPU feqenuce set to 320 MHz | ||
| + | CPU revision is: 0001964c | ||
| + | Determined physical RAM map: | ||
| + | | ||
| + | Built 1 zonelists. | ||
| + | Kernel command line: console=ttyS1, | ||
| + | Primary instruction cache 32kB, physically tagged, 4-way, linesize 32 bytes. | ||
| + | Primary data cache 16kB, 4-way, linesize 32 bytes. | ||
| + | Synthesized TLB refill handler (20 instructions). | ||
| + | Synthesized TLB load handler fastpath (32 instructions). | ||
| + | Synthesized TLB store handler fastpath (32 instructions). | ||
| + | Synthesized TLB modify handler fastpath (31 instructions). | ||
| + | Cache parity protection disabled | ||
| + | cause = 9080001c, status = 1100ff00 | ||
| + | PID hash table entries: 64 (order: 6, 256 bytes) | ||
| + | calculating r4koff... 00138800(1280000) | ||
| + | CPU frequency 320.00 MHz | ||
| + | Using 160.000 MHz high precision timer. | ||
| + | Dentry cache hash table entries: 2048 (order: 1, 8192 bytes) | ||
| + | Inode-cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | Memory: 13016k/ | ||
| + | Mount-cache hash table entries: 512 | ||
| + | NET: Registered protocol family 16 | ||
| + | NET: Registered protocol family 2 | ||
| + | Time: MIPS clocksource has been installed. | ||
| + | IP route cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | TCP established hash table entries: 512 (order: 0, 4096 bytes) | ||
| + | TCP bind hash table entries: 512 (order: -1, 2048 bytes) | ||
| + | TCP: Hash tables configured (established 512 bind 512) | ||
| + | TCP reno registered | ||
| + | squashfs: version 3.2-r2 (2007/ | ||
| + | squashfs: LZMA suppport for slax.org by jro | ||
| + | io scheduler noop registered (default) | ||
| + | Ralink gpio driver initialized | ||
| + | HDLC line discipline: version $Revision: 1.1.1.1 $, maxframe=4096 | ||
| + | N_HDLC line discipline registered. | ||
| + | Serial: 8250/16550 driver $Revision: 1.3 $ 2 ports, IRQ sharing disabled | ||
| + | serial8250: ttyS0 at I/O 0xb0000500 (irq = 37) is a 16550A | ||
| + | serial8250: ttyS1 at I/O 0xb0000c00 (irq = 12) is a 16550A | ||
| + | loop: loaded (max 8 devices) | ||
| + | rdm_major = 254 | ||
| + | ===> | ||
| + | PPP generic driver version 2.4.2 | ||
| + | PPP Deflate Compression module registered | ||
| + | PPP BSD Compression module registered | ||
| + | MPPE/MPPC encryption/ | ||
| + | NET: Registered protocol family 24 | ||
| + | block2mtd: version $Revision: 1.1.1.1 $ | ||
| + | deice id : c2 20 16 c2 20 (2016c220) | ||
| + | MX25L3205D(c2 2016c220) (4096 Kbytes) | ||
| + | mtd .name = raspi, .size = 0x00400000 (4M) .erasesize = 0x00010000 (64K) .numeraseregions = 0 | ||
| + | Creating 7 MTD partitions on " | ||
| + | 0x00000000-0x00400000 : " | ||
| + | 0x00000000-0x00030000 : " | ||
| + | 0x00030000-0x00040000 : " | ||
| + | 0x00040000-0x00050000 : " | ||
| + | 0x00050000-0x00139d0c : " | ||
| + | mtd: partition " | ||
| + | 0x00139d0c-0x01000000 : " | ||
| + | mtd: partition " | ||
| + | mtd: partition " | ||
| + | 0x00050000-0x01000000 : " | ||
| + | mtd: partition " | ||
| + | nf_conntrack version 0.5.0 (768 buckets, 6144 max) | ||
| + | IPv4 over IPv4 tunneling driver | ||
| + | PPTP driver version 0.8.3 | ||
| + | ip_tables: (C) 2000-2006 Netfilter Core Team, Type=Restricted Cone | ||
| + | netfilter PSD loaded - (c) astaro AG | ||
| + | unclean match register | ||
| + | TCP cubic registered | ||
| + | NET: Registered protocol family 1 | ||
| + | NET: Registered protocol family 10 | ||
| + | NET: Registered protocol family 17 | ||
| + | 802.1Q VLAN Support v1.8 Ben Greear < | ||
| + | All bugs added by David S. Miller < | ||
| + | GDMA1_MAC_ADRH -- : 0x00000000 | ||
| + | GDMA1_MAC_ADRL -- : 0x00000000 | ||
| + | Ralink APSoC Ethernet Driver Initilization. v2.00 256 rx/tx descriptors allocated, mtu = 1500! | ||
| + | GDMA1_MAC_ADRH -- : 0x000090e6 | ||
| + | GDMA1_MAC_ADRL -- : 0xbabef887 | ||
| + | PROC INIT OK! | ||
| + | |||
| + | | ||
| + | VFS: Mounted root (squashfs filesystem) readonly. | ||
| + | Freeing unused kernel memory: 120k freed | ||
| + | |||
| + | init started: BusyBox v1.12.1 (2009-12-26 10:56:46 EST) | ||
| + | |||
| + | starting pid 11, tty ' ': '/ | ||
| + | Algorithmics/ | ||
| + | devpts: called with bogus options | ||
| + | m | ||
| + | set nvram pid=17 | ||
| + | mount: cannot read /etc/fstab: No such file or directory | ||
| + | 192.168.1.1 | ||
| + | 2.0.0.5 | ||
| + | Password for ' | ||
| + | |||
| + | phy_tx_ring = 0x00ae1000, tx_ring = 0xa0ae1000 | ||
| + | |||
| + | phy_rx_ring = 0x00000000, rx_ring = 0x00000000 | ||
| + | RT305x_ESW: Link Status Changed | ||
| + | |||
| + | phy_id0 = 0 , | ||
| + | CDMA_CSG_CFG = 81000007 | ||
| + | GDMA1_FWD_CFG = 710000 | ||
| + | brctl: bridge br0: No such device | ||
| + | eth2.1: dev_set_promiscuity(master, | ||
| + | device eth2 entered promiscuous mode | ||
| + | device eth2.1 entered promiscuous mode | ||
| + | switch reg write offset=14, value=405555 | ||
| + | switch reg write offset=50, value=2001 | ||
| + | switch reg write offset=98, value=7f3f | ||
| + | switch reg write offset=e4, value=3f | ||
| + | switch reg write offset=40, value=1001 | ||
| + | switch reg write offset=44, value=1001 | ||
| + | switch reg write offset=48, value=1002 | ||
| + | switch reg write offset=70, value=ffff506f | ||
| + | / | ||
| + | |||
| + | starting pid 161, tty '/ | ||
| + | |||
| + | |||
| + | BusyBox v1.12.1 (2009-12-26 10:56:46 EST) built-in shell (ash) | ||
| + | Enter ' | ||
| + | |||
| + | # killall: crond: no process killed | ||
| + | Jan 1 00:00:06 crond[167]: crond (busybox 1.12.1) started, log level 8 | ||
| + | |||
| + | |||
| + | Commit crc = a7f24398 | ||
| + | Set: phy[1].reg[0] = 3900 | ||
| + | Set: phy[2].reg[0] = 3900 | ||
| + | Set: phy[3].reg[0] = 3900 | ||
| + | Set: phy[0].reg[0] = 3900 | ||
| + | rt2860v2_ap: | ||
| + | |||
| + | |||
| + | === pAd = c0009000, size = 495344 === | ||
| + | |||
| + | <-- RTMPAllocAdapterBlock, | ||
| + | cat: can't open '/ | ||
| + | cat: can't open '/ | ||
| + | killall: crontab: no process killed | ||
| + | RX DESC a06e6000 | ||
| + | <-- RTMPAllocTxRxRingMemory, | ||
| + | Key1Str is Invalid key length(0) or Type(0) | ||
| + | Key2Str is Invalid key length(0) or Type(0) | ||
| + | Key3Str is Invalid key length(0) or Type(0) | ||
| + | Key4Str is Invalid key length(0) or Type(0) | ||
| + | 1. Phy Mode = 0 | ||
| + | 2. Phy Mode = 0 | ||
| + | 3. Phy Mode = 0 | ||
| + | MCS Set = 00 00 00 00 00 | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | Main bssid = 90: | ||
| + | <==== rt28xx_init, | ||
| + | 0x1300 = 00064380 | ||
| + | Terminate the task(RtmpWscTask) with pid(267)! | ||
| + | RX DESC a0af8000 | ||
| + | <-- RTMPAllocTxRxRingMemory, | ||
| + | Key1Str is Invalid key length(0) or Type(0) | ||
| + | Key2Str is Invalid key length(0) or Type(0) | ||
| + | Key3Str is Invalid key length(0) or Type(0) | ||
| + | Key4Str is Invalid key length(0) or Type(0) | ||
| + | 1. Phy Mode = 0 | ||
| + | 2. Phy Mode = 0 | ||
| + | 3. Phy Mode = 0 | ||
| + | MCS Set = 00 00 00 00 00 | ||
| + | SYNC - BBP R4 to 20MHz.l | ||
| + | Main bssid = 90: | ||
| + | <==== rt28xx_init, | ||
| + | 0x1300 = 00064380 | ||
| + | ==> Finish wirelss Basic Setting | ||
| + | ==> Start Init WPS config | ||
| + | <== End Init WPS config | ||
| + | device ra0 entered promiscuous mode | ||
| + | killall: rt2860apd: no process killed | ||
| + | switch reg write offset=40, value=1001 | ||
| + | switch reg write offset=44, value=1001 | ||
| + | switch reg write offset=48, value=1002 | ||
| + | switch reg write offset=70, value=ffff506f | ||
| + | killall: udhcpc: no process killed | ||
| + | killall: ntpclient: no process killed | ||
| + | killall: l2tp_dod.sh: | ||
| + | killall: accel-pptp.sh: | ||
| + | killall: config-pptp.sh: | ||
| + | killall: config-l2tp.sh: | ||
| + | killall: igmpproxy: no process killed | ||
| + | killall: ping: no process killed | ||
| + | eth2.2: Setting MAC address to 90 e6 ba be f8 87. | ||
| + | VLAN (eth2.2): | ||
| + | udhcpc (v1.12.1) started | ||
| + | iptables: No chain/ | ||
| + | clean nat conn: clean all of the connection track | ||
| + | killall: udhcpd: no process killed | ||
| + | time.nist.gov: | ||
| + | br0: port 2(ra0) entering learning state | ||
| + | br0: port 1(eth2.1) entering learning state | ||
| + | killall: udhcpd: no process killed | ||
| + | Set: phy[1].reg[0] = 3100 | ||
| + | rmmod: nf_nat_pptp: | ||
| + | rmmod: nf_conntrack_pptp: | ||
| + | rmmod: nf_nat_proto_gre: | ||
| + | rmmod: nf_conntrack_proto_gre: | ||
| + | iptables: No chain/ | ||
| + | clean nat conn: clean all of the connection track | ||
| + | Set: phy[2].reg[0] = 3100 | ||
| + | Set: phy[3].reg[0] = 3100 | ||
| + | Set: phy[0].reg[0] = 3100 | ||
| + | cat: can't open '/ | ||
| + | killall: crontab: no process killed | ||
| + | webdir=/ | ||
| + | config ok | ||
| + | killall: miniupnpd: no process killed | ||
| + | iptables: No chain/ | ||
| + | iptables v1.3.5: Couldn' | ||
| + | |||
| + | Try `iptables -h' or ' | ||
| + | iptables v1.3.5: Couldn' | ||
| + | |||
| + | Try `iptables -h' or ' | ||
| + | iptables: No chain/ | ||
| + | iptables: No chain/ | ||
| + | iptables v1.3.5: Couldn' | ||
| + | |||
| + | Try `iptables -h' or ' | ||
| + | iptables v1.3.5: Couldn' | ||
| + | |||
| + | Try `iptables -h' or ' | ||
| + | iptables: No chain/ | ||
| + | restart ok | ||
| + | br0: topology change detected, propagating | ||
| + | br0: port 2(ra0) entering forwarding state | ||
| + | br0: topology change detected, propagating | ||
| + | br0: port 1(eth2.1) entering forwarding state | ||
| + | time.nist.gov: | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== OpenWrt bootlog ==== | ||
| + | |||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | |||
| + | Board: Ralink APSoC DRAM: 16 MB | ||
| + | relocate_code Pointer at: 80fb4000 | ||
| + | spi_wait_nsec: | ||
| + | spi deice id: c2 20 16 c2 20 (2016c220) | ||
| + | find flash: mx25l3205d | ||
| + | raspi_read: from:30000 len: | ||
| + | raspi_read: from:30000 len: | ||
| + | ============================================ | ||
| + | Ralink UBoot Version: 3.3 | ||
| + | -------------------------------------------- | ||
| + | ASIC 3052_MP2 (Port5< | ||
| + | DRAM component: 128 Mbits SDR | ||
| + | DRAM bus: 16 bit | ||
| + | Total memory: 16 MBytes | ||
| + | Flash component: SPI Flash | ||
| + | Date:Nov 12 2009 Time: | ||
| + | ============================================ | ||
| + | icache: sets:256, ways:4, linesz:32 , | ||
| + | dcache: sets:128, ways:4, linesz:32 , | ||
| + | |||
| + | ##### The CPU freq = 320 MHZ #### | ||
| + | |||
| + | SDRAM bus set to 16 bit | ||
| + | SDRAM size =16 Mbytes | ||
| + | GPIO 10 not detect | ||
| + | |||
| + | Please choose the operation: | ||
| + | 1: Load system code to SDRAM via TFTP. | ||
| + | 2: Load system code then write to Flash via TFTP. | ||
| + | 3: Boot system code via Flash (default). | ||
| + | 4: Entr boot command line interface. | ||
| + | 9: Load Boot Loader code then write to Flash via TFTP. | ||
| + | | ||
| + | |||
| + | 3: System Boot system code via Flash. | ||
| + | ## Booting image at bf050000 ... | ||
| + | raspi_read: from:50000 len: | ||
| + | Image Name: MIPS OpenWrt Linux-2.6.37.6 | ||
| + | | ||
| + | Image Type: MIPS Linux Kernel Image (lzma compressed) | ||
| + | Data Size: 774839 Bytes = 756.7 kB | ||
| + | Load Address: 80000000 | ||
| + | Entry Point: | ||
| + | raspi_read: from:50040 len: | ||
| + | | ||
| + | | ||
| + | No initrd | ||
| + | ## Transferring control to Linux (at address 80000000) ... | ||
| + | ## Giving linux memsize in MB, 16 | ||
| + | |||
| + | Starting kernel ... | ||
| + | |||
| + | Linux version 2.6.37.6 (tipok@mythbox) (gcc version 4.5.2 (Linaro GCC 4.5-2011.02-0) ) #1 Thu May 26 18:52:48 EEST 2011 | ||
| + | bootconsole [early0] enabled | ||
| + | CPU revision is: 0001964c (MIPS 24Kc) | ||
| + | Ralink RT3350 | ||
| + | Determined physical RAM map: | ||
| + | | ||
| + | Initrd not found or empty - disabling initrd | ||
| + | Zone PFN ranges: | ||
| + | Normal | ||
| + | Movable zone start PFN for each node | ||
| + | early_node_map[1] active PFN ranges | ||
| + | 0: 0x00000000 -> 0x00001000 | ||
| + | Built 1 zonelists in Zone order, mobility grouping off. Total pages: 4064 | ||
| + | Kernel command line: board=RT-G32-revB mtdparts=spi-flash.0: | ||
| + | PID hash table entries: 64 (order: -4, 256 bytes) | ||
| + | Dentry cache hash table entries: 2048 (order: 1, 8192 bytes) | ||
| + | Inode-cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes | ||
| + | Writing ErrCtl register=00006bf0 | ||
| + | Readback ErrCtl register=00006bf0 | ||
| + | Memory: 13776k/ | ||
| + | SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, | ||
| + | NR_IRQS:48 | ||
| + | console [ttyS1] enabled, bootconsole disabled | ||
| + | console [ttyS1] enabled, bootconsole disabled | ||
| + | Calibrating delay loop... 212.99 BogoMIPS (lpj=1064960) | ||
| + | pid_max: default: 32768 minimum: 301 | ||
| + | Mount-cache hash table entries: 512 | ||
| + | NET: Registered protocol family 16 | ||
| + | MIPS: machine is Asus RT-G32 revB | ||
| + | bio: create slab < | ||
| + | Switching to clocksource MIPS | ||
| + | NET: Registered protocol family 2 | ||
| + | IP route cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | TCP established hash table entries: 512 (order: 0, 4096 bytes) | ||
| + | TCP bind hash table entries: 512 (order: -1, 2048 bytes) | ||
| + | TCP: Hash tables configured (established 512 bind 512) | ||
| + | TCP reno registered | ||
| + | UDP hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | NET: Registered protocol family 1 | ||
| + | squashfs: version 4.0 (2009/ | ||
| + | JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | msgmni has been set to 26 | ||
| + | io scheduler noop registered | ||
| + | io scheduler deadline registered (default) | ||
| + | Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled | ||
| + | serial8250: ttyS0 at MMIO 0x10000500 (irq = 13) is a 16550A | ||
| + | serial8250: ttyS1 at MMIO 0x10000c00 (irq = 20) is a 16550A | ||
| + | m25p80 spi0.0: mx25l3205d (4096 Kbytes) | ||
| + | Creating 6 MTD partitions on " | ||
| + | 0x000000000000-0x000000030000 : " | ||
| + | 0x000000030000-0x000000040000 : " | ||
| + | 0x000000040000-0x000000050000 : " | ||
| + | 0x000000050000-0x000000120000 : " | ||
| + | 0x000000120000-0x000000400000 : " | ||
| + | mtd: partition " | ||
| + | mtd: partition " | ||
| + | 0x000000250000-0x000000400000 : " | ||
| + | 0x000000050000-0x000000400000 : " | ||
| + | TCP westwood registered | ||
| + | NET: Registered protocol family 17 | ||
| + | 802.1Q VLAN Support v1.8 Ben Greear < | ||
| + | All bugs added by David S. Miller < | ||
| + | VFS: Mounted root (squashfs filesystem) readonly on device 31:4. | ||
| + | Freeing unused kernel memory: 144k freed | ||
| + | - preinit - | ||
| + | Press the [f] key and hit [enter] to enter failsafe mode | ||
| + | - regular preinit - | ||
| + | JFFS2 notice: (286) jffs2_build_xattr_subsystem: | ||
| + | switching to jffs2 | ||
| + | - init - | ||
| + | |||
| + | Please press Enter to activate this console. Compat-wireless backport release: compat-wireless-2011-05-11-1-g501c91f | ||
| + | Backport based on wireless-testing.git master-2011-05-13 | ||
| + | device eth0.1 entered promiscuous mode | ||
| + | device eth0 entered promiscuous mode | ||
| + | cfg80211: Calling CRDA to update world regulatory domain | ||
| + | br-lan: port 1(eth0.1) entering forwarding state | ||
| + | br-lan: port 1(eth0.1) entering forwarding state | ||
| + | PPP generic driver version 2.4.2 | ||
| + | ip_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | NET: Registered protocol family 24 | ||
| + | cfg80211: World regulatory domain updated: | ||
| + | cfg80211: | ||
| + | cfg80211: | ||
| + | cfg80211: | ||
| + | cfg80211: | ||
| + | cfg80211: | ||
| + | cfg80211: | ||
| + | nf_conntrack version 0.5.0 (217 buckets, 868 max)</ | ||
| + | </ | ||
| + | |||
| + | ===== Tags ===== | ||
| + | [[meta: | ||
| + | {{tag> | ||