WP升级到2.8
在线更新失败。。。还是手动上传更新
其它。。。
CFWEnabler一下到3.30,ChickHEN和GEN-A还没啥动静
cccam帐号不能重复登录,1020给扔到一边了,啥时候弄HTPC再捣腾去
别人改好的YLJ belkin 7231-4p入手,果然名不虚传,很好很强大。找个时间自己动手给moto 850g v2升级内存,嗯嗯
Custom firmware 5.03HEN-A for HEN !!!!!!
released by MaGiXieN@pspgen
http://www.pspgen.com/custom-firmware-5-03hen-for-hen-cf-pour-psp-3000-actualite-187940.html
HOWTO: VDR 1.7.0, HDTV and CCcam with budget cards on Ubuntu 9.04
弄了块1020卡来玩,把home server换成ubuntu,上vdr录节目^^
参考这篇文章记录下安装过程,晚上才有时间,一边编译安装一边更新吧
1. Xine and FFMpeg
FFMpeg:
cd /usr/local/src
apt-get install build-essential
apt-get install mercurial cvs subversion libncurses-dev
apt-get install autoconf libtool automake pkg-config gettext
apt-get install liba52-0.7.4-dev libmp3lame-dev libvorbis-dev zlib1g-dev libpng12-dev libx11-dev libxv-dev libasound2-dev
apt-get build-dep ffmpeg
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg/
./configure --prefix=/usr --enable-shared --enable-gpl --enable-postproc --enable-libmp3lame --enable-libvorbis --enable-pthreads
make
make install
ldconfig -v
Xine-Lib 1.2 CVS:
cd /usr/local/src
apt-get install libcdio-dev libvcdinfo-dev
hg clone http://hg.debian.org/hg/xine-lib/xine-lib-1.2
wget http://www8.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2
tar xivf essential-20071007.tar.bz2
mv essential-20071007 /usr/local/lib/win32
ln -s /usr/local/lib/win32 /usr/local/lib/codecs
cd xine-lib-1.2
./autogen.sh --prefix=/usr --with-external-ffmpeg --disable-dxr3 --enable-w32dll --with-w32-path=/usr/local/lib/win32
make
make install
ldconfig -v
Xine-UI CVS
cd /usr/local/src
apt-get install libxt-dev
# WARNING! We're going to install LIRCD and with this you can configure your remote if you want it used through LIRCD
apt-get install lirc lirc-modules-source lirc-x liblircclient-dev
wget http://home.vrweb.de/~rnissl/xine-ui-cvs-20090412200000.tar.bz2
tar xivf xine-ui-cvs-20090412200000.tar.bz2
cd xine-ui
./autogen.sh --prefix=/usr --enable-vdr-keys
make
make install
to be continued…






Recent Comments