Jump to content

whoiskamryn

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

759 profile views

whoiskamryn's Achievements

Newbie

Newbie (1/14)

  1. Hello, I recently picked up a Fonera 2100 so I could make myself a second Wifi Pineapple. This one came with DD-WRT already installed. To switch it to OpenWRT I did the following: 1. Connceted to the Fon via Ethernet. It's IP address is 192.168.1.1 so I set my machine to 192.168.1.50. 2. Telnet to 192.168.1.1 (I had already turned Telnet on in the DD-WRT admin page, since SSH wasn't working for some reason). Logged in with the root password. 3. wget openwrt-atheros-root.squashfs (from digi.ninja jasager 1.0) 4. wget openwrt-atheros-vmlinux.lzma (also from digi.ninja) 5. cat /proc/mtd (output similar to below) dev: size erasesize name mtd0: 00030000 00010000 "RedBoot" mtd1: 007a0000 00010000 "linux" mtd2: 00560000 00010000 "rootfs" mtd3: 00170000 00010000 "ddwrt" mtd4: 00010000 00010000 "nvram" mtd5: 00010000 00010000 "FIS Directory" mtd6: 00010000 00010000 "board_config" mtd7: 007b0000 00010000 "fullflash" 6. mtd write openwrt-atheros-vmlinux.lzma linux 7. mtd write openwrt-atheros-root.squashfs rootfs 8. reboot After rebooting the wifi network it was broadcasting disappeared. Connecting to the ethernet port would not let me access 192.168.1.1. I also tried: 192.168.1.1:1471 192.168.1.254 192.168.1.254:1471 Looking back I see that I forgot to use the -e option for the mtd command. Is that why this didn't switch over to OpenWRT as intended? I don't have a serial cable so I have to find out on the network somehow. Any ideas? Thanks in advance!
×
×
  • Create New...