i have try to install the skystar 2 card from this url :
http://ubuntuforums.org/archive/index.php/t-60549.html but ... do like this : i type this command in the console :
modprobe budget
modprobe stv0299 after that i type this command
nano /etc/init.d/dvb i create the that document ... dvb and i write in it :
#!/bin/bash
#/etc/init.d/dvb
# get rid of old DVB API devices; do it twice for good measure...
rm -rf /dev/ost
rm -rf /dev/ost
rm -rf /dev/dvb
rm -rf /dev/dvb
#for major and minor devicenumber see here
#vi /usr/src/linux/Documentation/devices.txt
cd /dev
mkdir dvb
chmod 755 /dev/dvb
cd dvb
mkdir adapter0
cd adapter0
mknod -m 0660 frontend0 c 212 3
mknod -m 0660 demux0 c 212 4
mknod -m 0660 dvr0 c 212 5
mknod -m 0660 ca0 c 212 6
chown root.video /dev/dvb/adapter0/*''
chmod 744 /etc/init.d/dvb
after that i type the command
update-rc.d dvb defaults in the console ,then i type the command :
sudo apt-get install xine-ui dvb-utils
there are downloaded but i don't know where .... and from here i don't know what tot do ...
how i can make the
channels.conf ? i don't understand ... what i must do ... next ... [/b]