firmwareアップデータのデータを確認すると、「FLUCARD GEN2」と「FLUCARD GEN3」というものが存在しているらしい。
「FLUCARD GEN1」は、黒いFLUCARDのことだと思われる。
「FLUCARD GEN3」が何をさすのかがよく分からない。16GBモデルのことなんだろうか?
それは、ひとまずおいておくとして、firmwareを見る限りでのFLUCARD GEN 2とFLUCARD GEN 3の違いを確認してみた。
busyboxバイナリ自体は同一の様に見える。
設定ファイルやWeb管理画面のテンプレートレベルでの差異は、以下の様になっていた。
GEN 3では、いろいろと音が鳴らないような感じになるのか?
diff -Nur initramfs/etc/udhcpd.conf initramfs3/etc/udhcpd.conf --- initramfs/etc/udhcpd.conf 2012-04-05 13:25:02.000000000 +0900 +++ initramfs3/etc/udhcpd.conf 2012-04-09 16:06:48.000000000 +0900 @@ -7,6 +7,6 @@ #option router 192.168.1.1 option dns 192.168.1.1 #option domain FLUCARD -option search 192.168.1.1 +#option search 192.168.1.1 option lease 86400 #1 day of seconds option mtu 1500
diff -Nur initramfs/usr/bin/rcS1 initramfs3/usr/bin/rcS1 --- initramfs/usr/bin/rcS1 2012-04-05 13:25:02.000000000 +0900 +++ initramfs3/usr/bin/rcS1 2012-04-09 16:06:48.000000000 +0900 @@ -1,3 +1,3 @@ -# alex remove telnetd -# mount -t devpts /dev/pts -# telnetd -l /bin/sh +# alex comment out telnet server +#mount -t devpts /dev/pts +#telnetd -l /bin/sh
diff -Nur initramfs/usr/bin/uap initramfs3/usr/bin/uap --- initramfs/usr/bin/uap 2012-04-05 13:25:02.000000000 +0900 +++ initramfs3/usr/bin/uap 2012-04-09 16:06:48.000000000 +0900 @@ -1,4 +1,5 @@ #!/bin/sh +buzzer -t 2 echo "uAp start" # load wifi driver w1 @@ -6,10 +7,10 @@ sleep 2 ifconfig mlan0 down -# improve the scan time + +#improve the scan time iwpriv mlan0 scancfg 2 3 1 110 100 100 -buzzer -t 2 sleep 2 @@ -96,12 +97,12 @@ fi -#sleep 1 +sleep 1 uaputl sys_cfg_channel $channel -#sleep 1 +sleep 1 # generate unique ssid; by default is from config file; however, if there # is another flucard with the same ssid, automatically add suffix _1, _2, etc.
diff -Nur initramfs/usr/bin/uap_sender initramfs3/usr/bin/uap_sender --- initramfs/usr/bin/uap_sender 2012-04-05 13:25:02.000000000 +0900 +++ initramfs3/usr/bin/uap_sender 2012-04-09 16:06:48.000000000 +0900 @@ -1,15 +1,14 @@ #!/bin/sh - +buzzer -t 2 echo "uAp for sender start" # load wifi driver w1 -sleep 2 +sleep 1 ifconfig mlan0 down -buzzer -t 2 -sleep 2 +#sleep 2 #obtain the essid from config file @@ -70,7 +69,7 @@ # use separate config file from normal setting review uaputl sys_config /etc/uaputl_sender.conf -sleep 1 +#sleep 1 uaputl sys_cfg_11n 0
diff -Nur initramfs/usr/bin/w0 initramfs3/usr/bin/w0 --- initramfs/usr/bin/w0 2012-04-05 13:25:02.000000000 +0900 +++ initramfs3/usr/bin/w0 2012-04-09 16:06:48.000000000 +0900 @@ -1,3 +1,5 @@ +#!/bin/sh + pkill httpd pkill dnsd pkill telnetd @@ -8,3 +10,4 @@ rmmod /lib/mlan.ko rmmod /lib/ka2000-sdio.ko +
diff -Nur initramfs/usr/bin/w1 initramfs3/usr/bin/w1 --- initramfs/usr/bin/w1 2012-04-05 13:25:02.000000000 +0900 +++ initramfs3/usr/bin/w1 2012-04-09 16:06:48.000000000 +0900 @@ -1,8 +1,14 @@ +#!/bin/sh export FIRMWARE="/lib/firmware" insmod /lib/ka2000-sdio.ko insmod /lib/mlan.ko insmod /lib/sd8xxx.ko +echo '' > /wifi_flag.txt + #iwpriv mlan0 version #iwpriv mlan0 httxcfg 0x62 #iwpriv mlan0 htcapinfo 0x1820000 + + +
diff -Nur initramfs/www/css/css_main.css initramfs3/www/css/css_main.css --- initramfs/www/css/css_main.css 2012-04-05 13:25:01.000000000 +0900 +++ initramfs3/www/css/css_main.css 2012-04-09 16:06:46.000000000 +0900 @@ -29,7 +29,7 @@ input.submit{ line-height: normal; color: black; font-size: 25px; height: 18px; width: 75px; font-weight: bold;} -select {vertical-align: middle; height: 50px; color: black;} +select {vertical-align: top;height: 10px color: red;} select.list { width: 120px;} select.listL { width: 150px;} select.listS { width: 80px;}
“FLUCARD GEN 2とGEN 3の違い” への1件の返信