macsat.com OpenWrt and ASUS WL Forum
November 20, 2008, 14:07:55 PM *
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
16  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: May 06, 2008, 08:44:30 AM
Have you checked your CPU/memory usage?

Chimbo, another question. Besides cpu/memory usage. What is the download speed you achieve with your torrents? I'm still not passing from 30KB/s (maximum!!), with an average of ... 5 or 10KB/s Sad
It's the same with me. But when I run my two boxes in parallel, I get twice this rate. Memory usage is approximately the same as yours, cpu load much less. I didn't care too much about this cause I'm not that big downloader. Did you already try to play with down/upload speed configuration?
chimbo
17  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: May 01, 2008, 20:49:02 PM

A solid base is something you can build on. In this case a sys directory containing all needed libraries and init files and (very important especially in your case) a root directory (home dir for user root) with appropriate rights.

Unzipping in WIN is done as user 'nobody' which is quite different from doing that as root.

chimbo

And 'untaring' in WIN is almost impossible because WIN does not know about 'symlinks'
18  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: May 01, 2008, 19:54:01 PM

Here is a short guide on how to install mldonkey.

Your box must be equipped with one of JKR's firmwares.
First you should have a solid base in your box.
My base already contains mc (the filemanager 'midnight commander') and many more usefull tools (all supplied by JKR).
Please use PuTTY to telnet to your box if using WIN to have mouse support in mc.
You can download my base from here

http://rapidshare.com/files/111788923/C.zip.html

Unzip it to your box (\\192.168.xxx.xxx\Storage\C or \\192.168.xxx.xxx\Public or /mnt/C depending on how your box is configured and what system you are using to do the unzip).
You now have the file C.tar at this place.
Download this file  from JKR's addons

http://mgb111.pradnik.net/addons/mldonkey-2.9.4-multi.tar

Copy it to the same location.

Login to your box as root using telnet (password is 'admin' or 'airlive' by default).
Backup all valuable data, if any, in /mnt/C/sys/ and /mnt/C/root (this of course can also be done before).
Type in the following commands:

Code:
cd /mnt/C
tar xvf C.tar
tar xvf mldonkey-2.9.4-multi.tar
reboot

The last command closes the connection and your box reboots.

Login to your box again as root using telnet.
Edit '/mnt/C/root/.mldonkey/downloads.ini' to add your pc (or all machines in your subnet) to the list of allowed gui clients.
You can use 'e3' wchich is a simple wordstar like editor (or mc or vi or ...).

Code:
e3 /mnt/C/root/.mldonkey/downloads.ini

These lines work in my installation

Code:
allowed_ips = [
  "192.168.178.0/24";
  "192.168.123.0/24";
  "127.0.0.1";]

All 192.168.178.xxx and 192.168.123.xxx adresses and the box itself are allowed.

Now you can start mldonkey

Code:
mldonkey &

Wait a minute or three until the message 'core started' appears on screen.


Now you should be able to use your webbrowser to connect to mldonkey using an URL like this

http://192.168.xxx.xxx:4080/

Hope I didn't forget anything

chimbo


ps. All this is running also on my mgb100 box. If anyone wants to know more, simply ask

pps. I forgot to mention that swapping must be active on your box. Check with

Code:
free

when logged in.
19  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: May 01, 2008, 16:39:21 PM

Hello SergeBa, should I understand that you found a web interface for Enhanced CTorrent? Which one's that? CTCS? Is it working fine on the MGB111? I am very much interested in such a web interface myself...

Please get back to us with the result of your investigations.

If anybody wants to use a download tool with web gui, why not use mldonkey from here

http://mgb111.pradnik.net/addons/

which has one.

chimbo
20  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 19, 2008, 14:01:00 PM
I'm a Linux user, I don't use Windows. Maybe I didn't install the firmware correctly, maybe I'm just not getting it, but... if I cannot place - late's say - NFS binaries on the root partition (due to -w), where do I install them?
I suppose you are using one of JKR's 'advanced' images. Then you should copy his 'nfs-utils.tar' addon to /mnt/C/ and untar it there. But in principle you can put it at any (mounted) place you like if you use full pathname to start them. Same is true for all (or at least most) other addons of JKR. Have a look at your $PATH variable.
chimbo
21  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 19, 2008, 11:22:49 AM
First of all, great work. I've been waiting for something like this for my AirLive 6500FS.
I have a little problem. How do I install software on the root partition? It is read-only. Do I have to change something in my /etc/fstab?
@cypresstwist
Modifications to the root partition can only be done by building a new image. But I'm not shure if you really need this.
chimbo
22  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 16, 2008, 14:34:50 PM
There is no buildin support for ext3 fs in this firmware.
chimbo

Ah, ok, I thought I was overlooking something!. And do you know any way to create a FAT32 partition from the telnet session? I cannot see any mkdosfs in the available addons and the mkdosfs.exe file provided by Airlive is compiled to be used in Windows not in linux! Sad
Not from telnet session. Why don't you remove the disk and connect it to a pc (either directly or using usb)?
chimbo
23  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 16, 2008, 08:29:36 AM
Any idea about why this could be happening? Does your system displays ext3 in the web interface when it is working in Guest mode?

There is no buildin support for ext3 fs in this firmware.

chimbo
24  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 14, 2008, 23:31:50 PM

All my respects fly to JKR and his firmware hacks.
@ Aqualung
At your first posts I thought, what an impertinent person, hiding himself behind Bill Gates. He should really have kept his mouth closed. But as time went by, I don't want to miss his contributions. Not only because of increasing knowledge, but of being pleased by someone walking in the steps of Shakespeare. NO FUN!
chimbo
25  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 09, 2008, 15:25:11 PM
enable telnetd on unmodified firmware (temporary)

WebUI:
Download Assistant -> HTTP option

Job name: whatever
URL: $(telnetd)

press 'save', wait a while and clear download job in status list.
telnet to box (-;

Hi JKR
could you please tell us how did you find out THIS?
chimbo
26  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 02, 2008, 04:38:34 AM
new version http://mgb111.pradnik.net/mgb111-update-400b2.c006m3.tar
added link /etc/exports to /mnt/C/sys/etc/exports
and /etc/rc.nfsd init script for nfs (no auto start, if you want use rc-local)
for nfs must download this http://mgb111.pradnik.net/dodatki/nfs-utils.tar

tested & work.

You are really a fast one. Thank you very much

chimbo
27  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: March 31, 2008, 22:40:17 PM
Now "advanced" firmware, version C006-M.
http://mgb111.pradnik.net/mgb111-update-400b2.c006m.tar

Hi JKR,
thank you for building this kernel and for readding fat and nfs. Could you please be so kind to make /etc/exports a symlink pointing to a location somewhere in r/w fs e.g. /var/config/exports. Maybe then I can do some tests, although I've never been using nfs before. If you need an example of how to build a system using nfs-utils then have a look at schufti's sources for the mgb100. All needed binaries are already included.
chimbo
28  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: March 25, 2008, 00:53:20 AM
Did you already try to implement NFS? There are many people who yearn for this. When I enable kernel support for NFS, I get an image that is rejected with "Unallowable ..." error. Probably because the kernel surpasses a limited size.

chimbo
29  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: March 24, 2008, 18:39:34 PM
Firmware to testing (working in airlive wmu-6500fs)

Hi Slawek,

just tried out your image. Very impressive!
How do you configure vsftpd? Seems that /etc/vsftpd.conf doesn't do the job.

chimbo
30  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, 22:46:44 PM
Question, i know i tunes can see this drive as its a itunes server..  Would it be possible to make the xbox360 see it across the network?

Its probably impossible, but i thought id ask..... that would be cool if it could.

could this device support DLNA?

also Chimbo.. Why cant the mgb111 ftp be accessed via internet explorer?
excuse me, I don't know anything about xbox360, but I can't imagine why it shouldn't be able to communicate over standardized paths. DLNA??? I first have to google for it to say anything. But access via IE ore firefox: no problem! At least if you use last img with anonymous access.

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 1.148 seconds with 23 queries.