http://www.linuxdevices.com/news/NS5637467946.html I came across that. It looks like this device has serious potential... Note: in the article, the MV is...
Is there anyone out there who has an MV21? Anyone has has installed a new non-HP firmware? Chris -- ==== Chris Seto Admin of hackingthemediavault ====...
Would the feed of ipkg associated with this site also work ? http://www.nslu2-linux.org/wiki/FAQ/Optware-uClibcBuild They seem to have more stuff than the...
Try it! ;) The snapshot/feed URLs are in the jrun dir /etc/. I cannot remember the name of the exact file, but it should be pretty obvious. I would try it...
Finally found a couple of minutes to set it up and it works ! Seems to have way more (I do mean a LOT more !) packages to mess with. Add this to ipkg.conf into...
Hey, thats great! If you can, test some more packages, if the feed works as well as the OWRT feed, I'll modify the package to use this feed instead. Thanks for...
Soon... Because the MV uses a common chipset, I was able to port some instructions over to the MV21. Expect it within the next week or so... Maybe less. Chris...
Hi all, finally I couldn't resist and I started hacking the MV in my spare time... My plan is to install ssh and cups because I want remote access and also to...
Thats the thing with hacking these devices. You have to be careful not to step on the toes of the stock stuff. I have never encountered _that_ behavior, but I...
Well, that's the point. It's not possible to symlink from inside a chrooted environment to outside, that's the reason i tried bind. It's a typical trick in ftp...
No, no it isn't. The original MV was designed to run a very stripped down OS. The MV21, however, has a full OS. I have even been able to compile stuff on mine....
Hi... As some of you may have seen, I posted something about IPKG on the MV21. I originally had it working, but the packages were kept in /opt/bin, and not in...
Check this out ... http://www.kegel.com/crosstool/ This is the cross compiler I used for the Media Vault and my Roku HD1000. The site contains a lot of info,...
Ok, thanks! I just did a ./configure with this: http://www.gnuarm.com/ And now I'm making it. While thats doing that, I'll look at your link... Chris ==== ...
Yep, my toolchain failed to compile. I'm too lazy to figure out why, I'll just use yours... Chris ==== Chris Seto Admin of hackingthemediavault ====...
To get the missing stuff, you need to add an another ipkg repo site. I posted it earlier. I did not have time to properly try and test it ( too much work and...
Normally, you need to generate a compiler to the target architecture. There are a buch of script already there for each possibility. Run the right one (for the...
Hi everyone... An update on the IPKG method teaser... * IPKG is working!!!! * The method will be out soon. Lee and I are working on a few misc things, but IPKG...
Hi Chris, great job! That's an impressive list. I just wish I could get my hands on a new MV in Europe sometime soon. Since you have dissected the device, can...
Not that I have found, but the thing is that there is _tons_ of extra stuff. there are 2 text editors (VI, Nano), CUPS (!!!), and other stuff. You can probably...
Sounds like it's a competent little NAS. Although the lack of FTP functionality is surprising to me, IPKG would fix that just as you mention. I'm definitely...
Yeah, I love this thing!! As a complement to what I said about FTP, I did a # ipkg list | grep ftp For you... atftp - 0.7-8 - Advanced TFTP server and client ...
Excellent, thanks Chris. That will give me plenty of options when the time comes. BR, Anders Fellow Pink Floyd fan ... which can ... program ... (most ... ...
====Chris SetoAdmin of hackingthemediavault Hehe, so your a Floyd fan too, eh? My favorite album would have to be the Division Bell (Or A Mometentry Lapse of...
I have a very short (less than 50 lines) of C source that needs to be compiled ARM-Linux. Right now, I don't have a stable envo to do this in. Thanks, Chris...