macsat.com OpenWrt and ASUS WL Forum
November 20, 2008, 11:25:56 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Back to macsat.com
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 2 [3]
31  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: March 21, 2008, 15:16:09 PM
There is a new slightly modified image at

   http://rapidshare.com/files/101234112/mgb111_b2_080321.bin.html

Size is 3680193 Bytes.Please check BEFORE flashing!

Anonymous ftp is now allowed as in original fw, but "nobody" and "root" are denied. Ftp logging is enabled again.
Those who don't want anonymous access may use an autoexec script like this

Code:
#!/bin/ash
cat > /etc/vsftpd.user_list << EOF
nobody
root
ftp
anonymous
EOF
exit

Don't forget to

chmod 700 /mnt/C/autoexec
chown root /mnt/C/autoexec
chgrp root /mnt/C/autoexec

via telnet

chimbo
32  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: March 20, 2008, 12:01:11 PM
Can you tell me how can I start telnetd on another port on my MGB111? Because my ISP blocks port 23 and I want to use telnet remotely!

hi ToMikaa

Try this autoexec script:

Code:
#!/bin/ash
telnetd -p 24 &
exit

Replace "24" by whatever port number you want to use.

btw. what's wrong with your english?

chimbo
33  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: March 09, 2008, 11:01:16 AM
@chimbo : about the problem when vsftpd restarts, is it possible to mod the FW to replace vsftpd.conf with a symlink to the new vsftpd.conf with enhanced security? This may solve the problem when it restarts and use the bad vsftpd.conf

This has already been done. /etc/vsftpd.conf is a symlink to /var/config/vsftpd.conf

chimbo
34  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: March 08, 2008, 13:36:59 PM
@ chimbo : Great, may i ask where did you get these amit sources?

I simply modified amit's ed binary with hexeditor
35  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: March 07, 2008, 23:47:12 PM

Maybe chimbo can add these to a new .BIN, would make things much simpler for many people...

EDIT: Those who had problems with the download of chimbo's .BIN... I had too small files, too, with a DownloadManager, everything was perfect immediately.

Finally someone who managed to install this image!
I made a new image which takes care of olifred's sugestions. It can be downloaded from here

http://rapidshare.com/files/97785014/upgrade_b2_080307.bin.html

Size of downloaded file MUST be 3.680.179 Bytes. Please check BEFORE flashing.

Config files for vsftpd are moved to /var/config, where they can be changed by the user to meet his personal preferences. 'vsftpd.user_list' can be modified by means of 'autoexec', vsftpd.conf and 'vsftpd.user_list' later by 'vi' or whatever. No need to kill and restart vsftpd for the changes to become active.
For those who want to know what has been changed in the amit sources there is a tar file here

http://rapidshare.com/files/97786417/MGB111_GPL_B2_080307.tar.html

By the way, I did not succeed in using olifred's autoexec file. The reason seems to be, autoexec is executed before vsftpd is started for the 1st time.

Chimbo
36  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: March 05, 2008, 11:27:09 AM
I wonder how binaries can be compiled for this thing ^^.

Hi,
all you need to compile stuff for this device can be found here

http://mgb111.cicogna.at/MGB111/

and here

http://stylesuxx.twoday.net

http://stylesuxx.twoday.net/month?date=200711

chimbo
37  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: February 24, 2008, 12:39:29 PM
do you have any idea what I could do?
Hi ciko,
really have no idea. Also no idea why hdd connected or not should have any influence. All I can imagine is that anything went wrong with download. Try it once again and check size.
chimbo
38  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: February 24, 2008, 12:12:09 PM
@ chimbo : now all is ok for me, except the printer, my PSC 1210 doesnt seem to be recognized, can tell me more about how the printserver is implemented?

Well, very most of the job has already been done by Amit. All that was left to do is creating the configuration dir /etc/mini-lpd in r/w memory. This is a symlink to /var/config/mini-lpd which is created in /etc/rc.d/rc.bridge. Have a look at the readme in the mini-lpd source dir. The Amit hotplug binary does the rest, that is building the data for mini-lpd and starting it. Unfortunately the amit binary does not recognize all printers which seems to be your problem.
Mini-lpd can be replaced by lpd wich is also handled by Amit. All it needs is adding the lpd binary. Look here

http://www.macsat.com/macsat/compone...g3523/#msg3523

chimbo
39  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: February 23, 2008, 18:03:26 PM
@chimbo : could you tell me, just to verify, where i can find the options you added? is it all in telnet terminal?

I'm not shure if I understand your question. Added busybox options can be verified in telnet session. Other options by looking at /etc/mini-lpd and /etc/rc.d/rc.bridge.

chimbo
40  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: February 22, 2008, 18:28:33 PM
I've tried the file, seems it does not work for me... the admin page to load it doesnt load anything, or maybe i've got a crash somewhere in my MGB111... the update procedure just give me "cannot load webpage"

Hi Kael,

first check the size of your downloaded bin. Should be 3.659.716 bytes.
Second try it with unmodified http://style-o-design.rivido.de/mgb111/20080121_NetworkStorage_R400b2.zip
If this too doesn't load, you might have a problem with your MGB111.

chimbo
41  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: February 22, 2008, 18:12:48 PM
Hi,

a modified (hopefully enhanced) bin file for the device can be found here

http://style-o-design.rivido.de/mgb111/upgrade-r400b2.bin

What's new?
autoexec script (on 1st hdd partition or usb) execution à la schufti
printserver function
more busybox options (commandline editing + tab expansion, dmesg, vi, free, ...)
telnet

have fun, chimbo


Some people experienced loss of user configuration and user data on disk after installing this firmware. So be carefull and backup your user data and configuration if any before updating.

chimbo
42  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: February 22, 2008, 11:34:14 AM

I'm a little confused because the last FW update was something about 4MB and your update is just
something around 220 KB.  Tongue


Looks like something went wrong with the download. Size should be 3.659.716 bytes. Just try it again and update with web interface.

chimbo
43  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: February 21, 2008, 16:21:17 PM
Hi,

a modified (hopefully enhanced) bin file for the device can be found here

http://style-o-design.rivido.de/mgb111/upgrade-r400b2.bin

What's new?
autoexec script (on 1st hdd partition or usb) execution à la schufti
printserver function
more busybox options (commandline editing + tab expansion, dmesg, vi, free, ...)
telnet

have fun, chimbo
Pages: 1 2 [3]
English Steel 1.6 © Saxon North Technologies
Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.972 seconds with 24 queries.