macsat.com OpenWrt and ASUS WL Forum
January 09, 2009, 03:51:15 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  
Pages: 1 ... 10 11 [12] 13 14 ... 32   Go Down
  Print  
Author Topic: MGB111 update  (Read 73867 times)
0 Members and 2 Guests are viewing this topic.
ToMikaa
Newbie
*
Offline Offline

Posts: 20


View Profile
« Reply #165 on: April 10, 2008, 20:30:52 PM »

I have problems with mounting nfs file system:

root@tomikaa-pc:/home/tomikaa# mount 192.168.1.5:/mnt/C /home/tomikaa/airlive/
mount: wrong fs type, bad option, bad superblock on 192.168.1.5:/mnt/C,
       missing codepage or helper program, or other error
       (for several filesystems (e.g. nfs, cifs) you might
       need a /sbin/mount.<type> helper program)
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

What should I do?
Logged
Slawek
Guest
« Reply #166 on: April 10, 2008, 20:54:16 PM »

try
mount -o tcp -t nfs [...]
Logged
locke85
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #167 on: April 13, 2008, 12:33:46 PM »

Hi JKR,

thanks to chimbo, I was able to retrieve your contacts. He adviced me to connect with you regarding a firmware add-on for my mgb111.

Currently I'm running the NAS on firmware version R4.00b2 (chimbo's latest). My goal is to run a streaming software called TwonkyMedia. The installation, however, fails due to missing libraries. Please help me get he following two files

libc.so.6
ld-linux.so.2

incorporated into the firmware (target directory: /lib/).

Thanks in advance,
locke85
Logged
Slawek
Guest
« Reply #168 on: April 13, 2008, 16:17:07 PM »

I don't know the firmware from chimbo, but it is still impossible, ld-linux from another linux is incompatible around uclibc and putting him to box doesn't make any sense.
and no TwonkyMedia sources.
« Last Edit: April 13, 2008, 16:20:01 PM by JKR » Logged
Kael
Jr. Member
**
Offline Offline

Posts: 73


View Profile
« Reply #169 on: April 14, 2008, 11:46:33 AM »

Woaow! what a work since my first posts! I'm impressed!
unfortunaltely, i didn't managed to get full sources from amit... their rd told they cannot agree.

@ JKR : Could explain me how do u use your hack files? i also wonder if that would be possible to implement Fail2ban on the device... that seem possible, and would be great security improvement ;o)

Gonna try your firmwares and hack this evening.

Thanks for your work.
Logged
Slawek
Guest
« Reply #170 on: April 14, 2008, 12:54:10 PM »

how? it was already explained on the forum and on the website.
I didn't still try to port security software
« Last Edit: April 14, 2008, 12:59:32 PM by JKR » Logged
Kael
Jr. Member
**
Offline Offline

Posts: 73


View Profile
« Reply #171 on: April 14, 2008, 17:49:41 PM »

oops, i didnt took time to take a look further, sorry, i'll check about your files and explanations.
I'll also try to implement fail2ban
Logged
Aqualung
Newbie
*
Offline Offline

Posts: 49


Socialite


View Profile
« Reply #172 on: April 14, 2008, 20:29:25 PM »

how? it was already explained on the forum and on the website.

All my respects fly to JKR and his firmware hacks. I have, nevertheless, been having difficulties figuring out how to use (some/most of) the files he provided. The explanations I managed to find (here, there, and everywhere) are a bit too sketchy for my taste, although I didn't dare ask for more seeing as all this comes for free... In the beginning, for example, I attempted to "install" the programs by simply unzipping the archives on my Windows computer, and then transferring the result in the "Public" folder of the Airlive box (why "Public"? not sure why, but that looked to me to be the safest choice). But that didn't work, as, it seems, they have to be unzipped using the box's Linux tar command, which blows up the archives into a structure impossible to reproduce automatically using usual Windows archiving programs (e.g. 7-Zip). At any rate, I have, in the end, managed to use some programs, although I am still at a loss when it comes to installing others.

It may be, on the other hand, that his explanations target someone with a Linux background way heftier than mine, although somehow I am beginning to suspect that even diehard Linux fanboys may find them a bit on the sketchy side.

Anyhow, many, many thanks for JKR's contribution and hacks. Keep'em coming, and keep up the good work!
Logged
Kael
Jr. Member
**
Offline Offline

Posts: 73


View Profile
« Reply #173 on: April 14, 2008, 21:02:10 PM »

just updated my device with your fw : great
and your "add on" files a quiet good too

many thanks again

just one question : if i need to configure vsftpd differently do i have to kill and restart vsftpd from rc-local at boot specifying my /mnt/C/sys/etc/vsftpd.conf file? or is there another way to do this?
Logged
Slawek
Guest
« Reply #174 on: April 14, 2008, 21:09:18 PM »

free/not free, no difference. I cannot explain precisely for some reason what is obvious.
im poor teacher  (; but linux is linux and it is possible to seek help in google (: sorry

kael: vsftpd config is in /var/config/vsftpd.conf (for closed source software from amit):
you must replace it with your config every restart. (with rc-local). / kill is not needed (if remember - i'm not using ftpd)
« Last Edit: April 14, 2008, 21:12:51 PM by JKR » Logged
Kael
Jr. Member
**
Offline Offline

Posts: 73


View Profile
« Reply #175 on: April 14, 2008, 21:15:26 PM »

about closed source binaries, i'll check again with AMIT... maybe we can finally get some more sources...
Logged
chimbo
Newbie
*
Offline Offline

Posts: 43


View Profile
« Reply #176 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
Logged
locke85
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #177 on: April 15, 2008, 08:46:03 AM »

I don't know the firmware from chimbo, but it is still impossible, ld-linux from another linux is incompatible around uclibc and putting him to box doesn't make any sense.
and no TwonkyMedia sources.

Fair enough, JKR. Now, which alternatives do I have? Suggestions sorted by decreasing preference.

1.) Can I use any other linux-based Twonky software offered on their website (http://twonkyvision.de/Download/TwonkyMedia/TM4Technicians.html)?
2.) If that's a dead end, is there any way one can install a FSN1000 image (link: http://schuggi.de/FNS-1000/FNS1000-tbx.zip) on wgb111? Reasoning being, there is a twonky version aligned to FNS1000.
3.) Are you aware of any other streaming software being compatible to mgb111?

Thanks much, locke85
Logged
Slawek
Guest
« Reply #178 on: April 15, 2008, 09:13:49 AM »

locke85: at this time you can copy to some folder different linux distr. and chroot there.
I will look what choice is in the streaming software

Quote
1.) Can I use any other linux-based Twonky software offered on their website (http://twonkyvision.de/Download/TwonkyMedia/TM4Technicians.html)?

maybe this version:
Linux x86 uclibc 0.9.28

EDIT: I compiled ushare with the xbox360 support, unfortunately without DLNA for ps3
available in addons.

Code:
$ ushare -p 50001 -c /mnt/C/pub/filmy/ -i br0 -x -t
uShare (version 1.1a), a lightweight UPnP A/V and DLNA Media Server.
Benjamin Zores (C) 2005-2007, for GeeXboX Team.
See http://ushare.geexbox.org/ for updates.
Initializing UPnP subsystem ...
Starting in XboX 360 compliant profile ...
UPnP MediaServer listening on 10.100.1.71:50001
Sending UPnP advertisement for device ...
Listening for control point connections ...
Building Metadata List ...
Looking for files in content directory : /mnt/C/pub/filmy/
Found 5 files and subdirectories.
« Last Edit: April 15, 2008, 12:32:01 PM by JKR » Logged
Falcon300
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #179 on: April 15, 2008, 12:56:31 PM »

Hello. Sorry for my English  Smiley

I have the problem with torrent client (btcli ?, default). Its don't want to upload. Average upload speed is 4-5 kb/s, max 50-60 but VERY rear  Angry I have a 70-72 kb/s permanent upload speed on Windows machine with mTorrent on same ISP channel (ADSL, 5 mbit download, 768 kb upload )

I try to use ctorrent, but situation is not so better


WAP-0008 with 4.00b2-C007M2
Logged
Pages: 1 ... 10 11 [12] 13 14 ... 32   Go Up
  Print  
 
Jump to:  

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.118 seconds with 25 queries.