1 Attachment(s)
debian on bcm4780 with rtorrent 0.7.4
Is anyone interesting in it? I only try it sucessful on similar bcm4780 platform, but I never try it on ASUS WL-700GE.I need someone to try if it can run on ASUS WL-700GE. Since my English is poor, if there is any error please direct it. Thanks.
Step 1: Download debian system image for mipsel.
Quote:
Download Address
Link password: orz101.com
Step 2: Copy it to WL-700GE and unpack it with tar command.
Code:
tar zxvf bcm47xx_debian_20070420.gz
Step 3: Login to WL-700GE via telnet and use chroot to change debian working folder.
Code:
./usr/bin/chroot . /bin/sh
Step 4: mount proc filesystem
Code:
mount -t proc proc /proc
Step 5: Open ssh server
Code:
/etc/init.d/ssh start
Step 6: Install required packages via apt-get or dselect
Quote:
Now, I have tested samba, apache2, php5 and they can work well.
Step 7: Run screen and excute rtorrent Bit-Torrent software
Code:
screen -dmS rtorrent
screen -r rtorrent
rtorrent
Note:
The configuration file of rtorrent is located in /root/.rtorrent.rc.
Default file download location : /nethdd
Default file temp location : /nethdd/.session
If you want to change max uploading speed or working folder, please modify this file.
rtorrent download speed : max to 233 KB/s (My ADSL is 2M/512kbps)
rTorrent Official userguide : http://libtorrent.rakshasa.no/
rtorrent 0.6 simple chinese guide : http://discuz.orz101.com/viewthread.php?tid=263
rtorrent 0.7.4 simple chinese guide (composing...) : http://discuz.orz101.com/viewthread.php?tid=420
Debian on WL-700GE Chinese description : http://discuz.orz101.com/viewthread.php?tid=418
Any comments, please feedback to me or my discussion board.
Thanks. :)