A first look at Ubuntu Gutsy
I've been trying out Ubuntu's latest alpha-release: Gutsy Gibbon (7.10). You can find screenshots and a log of my experiences with Gutsy on my website.
Labels: ubuntu
Programming, maths, computer science, technology...
Labels: ubuntu
Labels: ubuntu
Note: the hg update -C ensures that you use a version of v4l-dvb that I know works (some later revisions do not work for me). At your own peril, omit it and so use the latest version.
sudo apt-get install dvb-utils mercurial build-essential linux-headers-$(uname -r)
hg clone http://linuxtv.org/hg/v4l-dvb
cd v4l-dvb
hg update -C 4501
make
sudo make install
# if you aren't using the same adaptor as me, omit the next 2 lines
wget http://thadathil.net:8000/dvb/fw/dvb-usb/dvb-usb-wt220u-fc03.fw
sudo cp dvb-usb-wt220u-fc03.fw /lib/firmware/$(uname -r)/
sudo reboot
kaffeineIt should detect you have DVB and copy some files into your home directory. Now close Kaffeine.
cd ~/.kde/share/apps/kaffeine/dvb-t/Round the frequency to 3 significant figures, e.g.
cp uk-Rowridge uk-OriginalRowridge
nano uk-Rowridge
# Rowridge, Isle of WightNow start kaffeine again, select uk-Rowridge (if that's your transmitter) and tell it to scan for channels. Add the channels it finds, close the scanning window and pick a channel. Your USB stick's LED should be green.
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 490000000 8MHz 3/4 NONE QAM16 2k 1/32 NONE
Labels: ubuntu