Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi sala
I brought a airlink101 NAS today, it looks it has the same hardware as TS-I300.
http://www.airlink101.com/products/anas350.html
I wang try to open the telnet, but it doesn't work, I think it may be the mount point name is different. Can you please show me how you figure out the internal disk's mount point name. Thanks
Offline
Hardware doesn't mean much, software means.
Here's fw update i have looked up.
http://www.airlink101.com/support/index … amp;id=189
It runs linux for sure but I am afraid that this software is not same with TS-i300 or DSM-G600. I cant say this for sure because I have not yet been able to crack this kernel and initrd image (itrd_400a7v2.BIN & rnel_400a7v2.BIN).
Offline
Hi Sala,
Thanks for reply. Do you think I can refresh this hardware with TS-I300's firmware. sine the hardware is same. it should work if I can upload the new firmware.
Offline
It's not a good idea. Most likely you get a error or brick your device.
If you want to test out if fun_plug works, then try to add just reboot, do_reboot or halt command and see if it works (if it works then you probably need to remove this fun_plug or reboot/halt command at regular pc).
Offline
I diged the google. Someone report use ftp to see the whole system. I read the rc.bridge. it seems it doesn't have any function related to fun_plug. I can upload the /etc directory files.
Offline
rc.bridge
#!/bin/ash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
echo 'set path'
#-------------------
#mkdir /var/virus
mkdir /var/log
mkdir /var/lock
mkdir /var/config
mkdir /var/run
#mkdir /var/config/spap
#mkdir /var/config/ipq
#mkdir /var/config/ipq/virus
#mkdir /var/config/ppp
#mkdir /var/config/zoneinfo
#mkdir /var/log/boa
mkdir /var/dhcpc
ln -s /mnt /var/mnt
hotplug boot &
#mkdir /var/etc
#mkdir /var/config/l2tpc
#mkdir /var/config/l2tps
#mkdir /var/run/l2tpc
#mkdir /var/run/l2tps
#mkdir /var/run/pptpc
#mkdir /var/run/pptps
#mkdir /var/run/pptpsname
#mkdir /var/run/pptpsvip
#mkdir /var/config/pptpc
#mkdir /var/config/pptps
#mkdir /var/mediabox
mkdir /usr
mkdir /usr/share
mkdir /usr/share/empty
#marked by Laroche
#tar -zx -f /etc/samba/codepage.tgz
#rm -rf /etc/samba/codepage.tgz
chmod 777 /var/log
echo 'make dir'
#-------------------
led &
amit_reset
amit_tzset
#hostname MGB100 &
echo 'init config'
#-------------------
echo "1"> /var/cold_start
echo 'write coldstart flag'
#-------------------
ln -s /proc/net/wireless_syslog /var/log/wireless.log
#-------------------
ed 1
echo 'execute ed 1'
#-------------------
route add -net 224.0.0.0 netmask 240.0.0.0 dev br0
echo 'add multicast routing'
#-------------------
exit
Offline
fstab:
/dev/ram0 / ext2 defaults 1 1
none /proc proc defaults 0 0
Offline