Hi,
Here are some informations extracted formy second device that doesn't work (wifi does not work with openwrt 11th flash image).
0) board images can be found here
http://www.wuala.com/fratzicu/Public/Hu … ures-dev2/
1) stock firmware - http://www.wuala.com/fratzicu/Public/Hu … p-and-log/
you can find there logs and a flash backup tha I don'tknow it's ok
- first, the device works and also wifi. I checked withmy samsung galaxy s3 smartphone. I can connect to wifi and access the web ui
- te serial output gets to login prompt that is passed with default admin admin user and passwd and then it gets to an ATP prompt.
-------------------------------
-----Welcome to ATP Cli------
-------------------------------
Login: admin
Password:
ATP>shell
BusyBox vv1.9.1 (2011-09-01 17:42:00 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
Here i couldn't find much to do but I found there is the command "shell" that brings us to a busybox prompt. cat mtd command gives
# cat /proc/mtd
dev: size erasesize name
mtd0: 004d4000 00000000 "BCM63XX RootFS"
but there is no mtd dd command
I found you can backup apartition usingth catcommnd but who knows. I connected a usb stick
# usb 1-2: new high speed USB device using ehci_hcd and address 2
usb 1-2: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
scsi 0:0:0:0: Direct-Access CHIPSBNK v3.3.8.8 5.00 PQ: 0 ANSI: 2
SCSI device sda: 2049024 512-byte hdwr sectors (1049 MB)
sda: Write Protect is off
sda: Mode Sense: 0b 00 00 08
sda: assuming drive cache: write through
SCSI device sda: 2049024 512-byte hdwr sectors (1049 MB)
sda: Write Protect is off
sda: Mode Sense: 0b 00 00 08
sda: assuming drive cache: write through
sda: sda1
sda: p1 exceeds device capacity
sd 0:0:0:0: Attached scsi removable disk sda
SIGUSR1 come in
usb-storage: device scan complete
SIGALRM come in
cat /dev/mtd gives the output, but can't backup with cat
# cat /dev/mtd
/dev/mtd0 /dev/mtd3 /dev/mtd6 /dev/mtdblock2 /dev/mtdblock5
/dev/mtd1 /dev/mtd4 /dev/mtdblock0 /dev/mtdblock3 /dev/mtdblock6
/dev/mtd2 /dev/mtd5 /dev/mtdblock1 /dev/mtdblock4
# cat /dev/mtd0 > /mnUse default bin /var/upnp now ...
# cat /dev/mtd0 > /mnt/usb1_1/hg655b-orig-mtd0
cat /proc/partitions gives the output and I could backup with cat
# cat /proc/partitions
major minor #blocks name
31 0 4944 mtdblock0
8 0 1024512 sda
8 1 1024512 sda1
# cat /dev/mtdblock0 > /mnt/usb1_1/hg655b-orig-mtdblock0
# cd /mnt/usb1_1/
OK, so this is theinformation I could get. There isprobable more if you look in my wuala drive.
2) 003-openwrt firmware. Now, I flashed the 003 firmware image openwrt of danitool and I backed up the partitions that can be found here http://www.wuala.com/fratzicu/Public/Hu … ions-dump/
cat/proc/mtd gave the output
root@OpenWrt:/# cat /proc/mtd
dev: size erasesize name
mtd0: 00020000 00010000 "CFE"
mtd1: 0010ff00 00010000 "kernel"
mtd2: 00450000 00010000 "rootfs"
mtd3: 001b0000 00010000 "rootfs_data"
mtd4: 00010000 00010000 "cal_data"
mtd5: 00280000 00010000 "dummy"
mtd6: 00010000 00010000 "nvram"
mtd7: 00560000 00010000 "linux"
root@OpenWrt:/#
In the kernel log I could find
[ 0.316000] number of CFI chips: 1
[ 0.320000] bcm63xxpart: CFE boot tag found with version 7 and board type HW65x
[ 0.328000] bcm63xxpart: Partition 0 is CFE offset 0 and length 20000
[ 0.336000] bcm63xxpart: Partition 1 is kernel offset 20100 and length 10ff00
[ 0.340000] bcm63xxpart: Partition 2 is rootfs offset 130000 and length 450000
[ 0.348000] bcm63xxpart: Partition 3 is cal_data offset 580000 and length 10000
[ 0.356000] bcm63xxpart: Partition 4 is dummy offset 580000 and length 280000
[ 0.364000] bcm63xxpart: Partition 5 is nvram offset 7f0000 and length 10000
[ 0.372000] bcm63xxpart: Partition 6 is linux offset 20000 and length 560000
[ 0.380000] bcm63xxpart: Spare partition is offset 3d0004 and length 1afffc
[ 0.384000] 7 bcm63xxpart partitions found on MTD device physmap-flash.0
[ 0.392000] Creating 7 MTD partitions on "physmap-flash.0":
[ 0.400000] 0x000000000000-0x000000020000 : "CFE"
[ 0.404000] 0x000000020100-0x000000130000 : "kernel"
[ 0.412000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[ 0.424000] 0x000000130000-0x000000580000 : "rootfs"
[ 0.432000] mtd: device 2 (rootfs) set to be root filesystem
[ 0.440000] mtd: partition "rootfs_data" created automatically, ofs=0x3d0000, len=0x1b0000
[ 0.448000] 0x0000003d0000-0x000000580000 : "rootfs_data"
[ 0.456000] 0x000000580000-0x000000590000 : "cal_data"
[ 0.464000] 0x000000580000-0x000000800000 : "dummy"
[ 0.472000] 0x0000007f0000-0x000000800000 : "nvram"
[ 0.480000] 0x000000020000-0x000000580000 : "linux"
[ 0.488000] bcm63xx-spi bcm63xx-spi: at 0xb0000800 (irq 9, FIFOs size 542)
[ 0.532000] b53_common: found switch: BCM63xx, rev 0
[ 0.536000] bcm63xx-wdt bcm63xx-wdt: started, timer margin: 30 sec
[ 0.544000] TCP: cubic registered
[ 0.548000] NET: Registered protocol family 17
[ 0.552000] 8021q: 802.1Q VLAN Support v1.8
[ 0.568000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[ 0.576000] Freeing unused kernel memory: 248K (80312000 - 80350000)
................................................
[ 9.300000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 9.392000] xt_time: kernel timezone is -0000
[ 9.416000] cfg80211: Calling CRDA to update world regulatory domain
[ 9.428000] cfg80211: World regulatory domain updated:
[ 9.432000] cfg80211: DFS Master region: unset
[ 9.436000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 9.448000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.456000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.464000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.472000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.480000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.488000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 9.584000] PPP generic driver version 2.4.2
[ 9.592000] NET: Registered protocol family 24
[ 9.636000] PCI: Enabling device 0000:00:01.0 (0000 -> 0002)
[ 9.644000] rt2800pci 0000:00:01.0: setting latency timer to 64
[ 9.644000] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'rt2x00.eeprom'.
[ 9.788000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3572, rev 0223 detected
[ 9.796000] ieee80211 phy0: rt2800_init_eeprom: Error - Invalid RF chipset 0x0000 detected
[ 9.804000] ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to allocate device
3)I then flashed the 004 firmware with the wifi calibration data inserted and I had:
[ 0.316000] number of CFI chips: 1
[ 0.320000] bcm63xxpart: CFE boot tag found with version 7 and board type HW65x
[ 0.328000] bcm63xxpart: Partition 0 is CFE offset 0 and length 20000
[ 0.336000] bcm63xxpart: Partition 1 is kernel offset 20100 and length 10ff00
[ 0.340000] bcm63xxpart: Partition 2 is rootfs offset 130000 and length 690000
[ 0.348000] bcm63xxpart: Partition 3 is cal_data offset 7c0000 and length 10000
[ 0.356000] bcm63xxpart: Partition 4 is dummy offset 580000 and length 280000
[ 0.364000] bcm63xxpart: Partition 5 is nvram offset 7f0000 and length 10000
[ 0.372000] bcm63xxpart: Partition 6 is linux offset 20000 and length 7a0000
[ 0.380000] bcm63xxpart: Spare partition is offset 3d0004 and length 3efffc
[ 0.384000] 7 bcm63xxpart partitions found on MTD device physmap-flash.0
[ 0.392000] Creating 7 MTD partitions on "physmap-flash.0":
[ 0.400000] 0x000000000000-0x000000020000 : "CFE"
[ 0.404000] 0x000000020100-0x000000130000 : "kernel"
[ 0.412000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[ 0.428000] 0x000000130000-0x0000007c0000 : "rootfs"
[ 0.432000] mtd: device 2 (rootfs) set to be root filesystem
[ 0.440000] mtd: partition "rootfs_data" created automatically, ofs=0x3d0000, len=0x3f0000
[ 0.448000] 0x0000003d0000-0x0000007c0000 : "rootfs_data"
[ 0.456000] 0x0000007c0000-0x0000007d0000 : "cal_data"
[ 0.464000] 0x000000580000-0x000000800000 : "dummy"
[ 0.472000] 0x0000007f0000-0x000000800000 : "nvram"
[ 0.480000] 0x000000020000-0x0000007c0000 : "linux"
................................................
[ 9.452000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 9.544000] xt_time: kernel timezone is -0000
[ 9.572000] cfg80211: Calling CRDA to update world regulatory domain
[ 9.580000] cfg80211: World regulatory domain updated:
[ 9.584000] cfg80211: DFS Master region: unset
[ 9.592000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 9.600000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.608000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.616000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.624000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.632000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 9.640000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 9.712000] PPP generic driver version 2.4.2
[ 9.720000] NET: Registered protocol family 24
[ 9.756000] PCI: Enabling device 0000:00:01.0 (0000 -> 0002)
[ 9.764000] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'rt2x00.eeprom'.
[ 9.904000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3572, rev 0223 detected
[ 9.912000] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0001 detected
...............................
[ 53.908000] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin'
[ 53.924000] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.34
[ 54.032000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 54.040000] device wlan0 entered promiscuous mode
[ 54.064000] br-lan: port 2(wlan0) entered forwarding state
[ 54.068000] br-lan: port 2(wlan0) entered forwarding state
[ 54.072000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 56.072000] br-lan: port 2(wlan0) entered forwarding state
[ 237.284000] device wlan0 left promiscuous mode
[ 237.288000] br-lan: port 2(wlan0) entered disabled state
[ 240.036000] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
[ 241.844000] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
[ 243.648000] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
[ 270.352000] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
[ 272.176000] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
[ 273.980000] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
[ 318.792000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 318.808000] device wlan0 entered promiscuous mode
[ 318.836000] br-lan: port 2(wlan0) entered forwarding state
[ 318.840000] br-lan: port 2(wlan0) entered forwarding state
[ 318.848000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 320.844000] br-lan: port 2(wlan0) entered forwarding state
[ 342.396000] device wlan0 left promiscuous mode
[ 342.400000] br-lan: port 2(wlan0) entered disabled state
[ 343.380000] cfg80211: Calling CRDA for country: RO
[ 343.388000] cfg80211: Regulatory domain changed to country: RO
[ 343.392000] cfg80211: DFS Master region: ETSI
[ 343.396000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 343.408000] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 343.416000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 343.424000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm), (0 s)
[ 343.432000] cfg80211: (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2700 mBm), (0 s)
[ 343.440000] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 344.868000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 344.876000] device wlan0 entered promiscuous mode
[ 346.060000] br-lan: port 2(wlan0) entered forwarding state
[ 346.064000] br-lan: port 2(wlan0) entered forwarding state
[ 346.068000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 348.068000] br-lan: port 2(wlan0) entered forwarding state
But wifi is not working, i.e. it states in the logs and in the bootstrap web ui that is active but no ssid is visibl.Also, the scan command brings nothing.