Short howto install Pinnacle 330e on Ubuntu 7.10

First of all we need mercurial:
sudo apt-get install mercurial

Also to successfully compile driver we need kernel sources:
sudo apt-get install linux-source
cd /usr/src
sudo tar xvjf linux-source-2.6.22.tar.bz2
sudo ln -s /usr/src/linux-source-2.6.22/lib/modules/2.6.22-14-generic/source
sudo cp /boot/config-2.6.22-14-generic /usr/src/linux-source-2.6.22/.config

With kernel headers I cannot compile driver:
sudo ./build.sh
found kernel version (2.6.22-14-generic)
make -C /lib/modules/2.6.22-14-generic/build
M=/usr/src/userspace-drivers/kernel modules -Wall
make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
  CC [M]  /usr/src/userspace-drivers/kernel/media-stub.o
/usr/src/userspace-drivers/kernel/media-stub.c:43:26: error: dvb_frontend.h:
No such file or directory
(I don't know why, but directory
/usr/src/linux-headers-2.6.22-14-generic/drivers/media/dvb/dvb-core
is empty in Ubuntu)

And then download and install driver:
sudo hg clone http://mcentral.de/hg/~mrec/userspace-drivers
sudo hg clone http://mcentral.de/hg/~mrec/em28xx-userspace2
cd userspace-drivers
sudo ./build.sh
cd ../em28xx-userspace2
sudo ./build.sh

Turn on your tuner and see dmesg.

Then try to scan channels and watch tv:
I use kaffeine or gxine to wath tv.
Kaffeine knows howto scan channels (to install kaffeine: sudo apt-get
install kaffeine).
If you use xine:
apt-get install dvb-utils gxine
cd ~
My Scanlist.txt (I live in Ukraine, and I don't know your settings):
T 634000000 8MHz 3/4 NONE QAM64 8k 1/32 NONE
T 650000000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
T 714000000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
T 818000000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
then:
scan Scanlist.txt > channels.conf
cp channels.conf .xine/
Run gxine and enjoy with dvb-tv ))

P.S. There are may be some errors.


2008/2/23, Dominique Hausser <[EMAIL PROTECTED]>:
>
> Hello,
>
> I must really be a bit stupid, when I read in Em28xx Digest that it
> works well.
> But I really do not know how to install the driver; i do not understand
> how I must manage, what are the commands to execute and I did not find
> an Howto on the web, reason why i send this mail.
>
>
> Thanks in advance and have a nice weeken
> --
> Avec mes salutations les meilleures / Sincerely yours,
> Dominique Hausser
> Mel: dominique dot hausser dot ch
> http://hausser.ch
>
> Merci de penser à l'environnement avant d'imprimer ce courriel
>
>
> _______________________________________________
> Em28xx mailing list
> Em28xx@mcentral.de
> http://mcentral.de/mailman/listinfo/em28xx
>
_______________________________________________
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to