10 Nov 2017 :: Website Recovered

07 Sep 2010 :: End of the Project

Website Content

Alternative Firmware for MGB111 compatible devices:

  • Amit MGB 111
  • Ovislink AirLive WMU 6500-FS
  • Fibrionic PE-4088
  • LevelOne WAP-0008
  • Corega CG-WLNSC1000
  • And others...

Software ported for uClibc (C library optimized for embedded systems)
Especially for MGB111 devices.

Tips and tricks

Using MGBpkg

Console:

  • INSTALL: mgbpkg -iv some_archive-0-n-0.tar
  • UPDATE: mgbpkg -uv some_archive-1-n-1.tar
  • LIST: mgbpkg -l OR mgbpkg -lv
  • REMOVE: mgbpkg -dv some_archive-1-n-1
  • HELP: mgbpkg -h
Not all packages are verified.

BUILD STATUS: n[ormal], t[est], u[pdate]


Enable telnetd on unmodified firmware (temporary)

On WebUI:

  • Choose Download Assistant -> HTTP download
  • Type Job Name: whatever
  • Type URL: $(telnetd)
  • Press SAVE button
  • Wait a while and clear download job in status list
  • Telnet to your box. (login: root)

WebUI torrent config hack

  • Download This archive
  • Unpack it
  • Open html file in text editor
  • Change IP.URZADZENIA to your box IP
  • Save file, and use after log in to box
  • Write new values and accept changes

Standard http port redirect

  • Works with "M" & "W" Firmware only
  • Download busybox2-extended
  • Download kernel modules
Write to startup scripts:
iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT \
--to BOX_IP:HTTP_PORT


Enjoy (-;

up

Disclaimer for Firmware and Soft

If you don't know what to do with that, do nothing.
Or don't ask me about:

  • Basics of linux
  • Software configuration
You will find all needed information in google, help of the programs, software homepages and on forums - and read carefully before You ask.

If you don't have a problem with reading and using search engines, you will cope with it - if not, it isn't a software for you.

THE SOFTWARE AND FIRMWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
AMIT, AirLive, LeveOne logos used only for informational purposes.

up

Firmware: general info

Install

Via WebUI

Files and directories

Config only: Install Minimal Config, or
Config + Base system: Install Minimal System 65MB

"/mnt/C" partition (Public in smb)
System on disk:

$ echo $PATH
/usr/sbin:/bin:/usr/bin:/sbin:/mnt/USB/USB_C/sys/bin:/mnt/C/sys/bin

/mnt/C/sys/ -> System folder and subtree (example):
-----------
sys/bin:
helloworld
sys/etc:
crontabs/
rc-local <- "autoexec" script
smb.conf
tmp.crontabs/
sys/www:
index.html

up

Firmware: BASIC version

Actual: C009 (11.05.2008)

Changes to official firmware:

  • telnet daemon (always on)
  • local rc script on disk (/mnt/C/sys/etc/rc-local)
  • more commands in busybox
  • changed identity (user-agent,peerid) in transmission client, to "azureus".
  • changed default identity (user-agent) in wget, to "firefox"
  • added PATH variables in shell
  • added link /usr/sbin to /mnt/C/sys/sbin
  • added USB-RS232 support
  • link /etc/mini-lpd/ to /mnt/C/sys/etc/mini-lpd/ - printserv
  • added /var/config/vsftpd.user_list and link in /etc
  • Other vftpd config files (chroot users, etc...) in /mnt/C/sys/etc/
up

Firmware: ADVANCED version (M & W)

Actual: C009-M2 (31.05.2008)

Changes to official firmware

Includes all modifications from basic version, and:

  • added support for NFSD
  • added support for NFS client
  • USB2USB link
  • USB CDROM
  • USB-RS232
  • iptables firewall
  • NAT
  • VPN
  • IPIP/GRE Tunnels
  • ISO mounting
  • USB LCD
  • QOS: HTB, CBQ, SFQ, TBL
  • etc...

Actual: C009-W2 (Webcam Edition) (19.06.2008)


  • removed support for NFS client
  • removed USB CDROM support
  • added QOS classifiers: U32, ROUTE
  • added USB-Webcams support
up