[help]instal skystar2 rev2.8 in ubuntu9.04

rdi58

Member
My Satellite Setup
pc
My Location
Algeria
hello
ihave a card skystar2 rev 2.8 in ubuntu 9.04

I want to use it in kaffeine
I followed this tutorial

u can find the driver in _http://www.technisat-daun.de/downloa..._1721_6430.bz2.
download v4l-dvb from this link:_http://linuxtv.org/hg/v4l-dvb/archiv...4b76b9.tar.bz2
1- extract the two archives

2- and copy:
cx24113_blob.o.i386
cx24113_blob.o.x86-64
skystar2-rev2.8-v4l-dvb.patch
from the: soft_1721_6430.bz2 folder to --- v4l-dvb0276304b76b9 folder

3-cd v4l-dvb-0276304b76b9/

4-in the terminal excute:

command 1:
#patch -p1 < skystar2-rev2.8-v4l-dvb.patch

commnad 2:
# cp cx24113_blob.o.x86-64 v4l/cx24113_blob.o_shipped * for 64-bit *
or
# cp cx24113_blob.o.i386 v4l/cx24113_blob.o_shipped * for 32-bit *

5-excute command:
make
sudo make install
sudo reboot.


but when I type this comman
make
I have this error
/home/nada/Bureau/v4l-dvb-0276304b76b9/v4l/cxusb.c:797: error: assignment of read-only location '*(fw->data + ((unsigned int)idoff + 3u))'
make[3]: *** [/home/nada/Bureau/v4l-dvb-0276304b76b9/v4l/cxusb.o] Error 1
make[2]: *** [_module_/home/nada/Bureau/v4l-dvb-0276304b76b9/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.28-15-generic'
make[1]: *** [default] Erreur 2
make[1]: quittant le répertoire « /home/nada/Bureau/v4l-dvb-0276304b76b9/v4l »
make: *** [all] Erreur 2
 
Looks like your make command is missing -

In terminal,

Code:
apt-get update
apt-get install make

or

Code:
sudo apt-get update
sudo apt-get install make

if you are not root.

Llew
 
Is this the full address for that .tar file?

_http://linuxtv.org/hg/v4l-dvb/archive/0276304b76b9.tar.bz2

I can't see it in the archive.
 
Also, it's trying to compile the cxusb frontend driver, not cx24113.
 
hello and thank you for your help
the link works fine
I did not notice it install cxusb
I'm lost
 
I suggest changing your distro to the latest Opensuse, which has the later 2.6.29 kernel. This contains a driver for the CX24113.

I had to do the same for kernel 2.6.28 when I had the Skystar 2.6 card as I had similar problems trying to update a driver for that.

The next Ubuntu release will have 2.6.29, but I understand they will be not including the CX24113 driver from what I have read. Strange.

Llew
 
hi
i have the same problem,skystar2 rev 2.8 don't work in ubuntu 9.04
please help me
 
If you have no luck using the tutorial here -

_http://www.linuxtv.org/wiki/index.php/TechniSat_SkyStar_2_TV_PCI_/_Sky2PC_PCI#Technisat_SkyStar_2_TV_PCI_with_FlexCopIII_Rev_2.8

Then I can only suggest finding a distro with kernel 2.6.29 (one with the CX24113 driver included).
 
Then I can only suggest finding a distro with kernel 2.6.29 (one with the CX24113 driver included).
can i upgrade my ubuntu 9.04(kernel 2.6.28) toward the kernel 2.6.29 ???
thanks :)
 
It's not trivial. The usual way is to compile it yourself if you're familiar with Linux. There are easier methods, but you may run into problems with video drivers and others.

Do a search online with the terms "upgrading kernel ubuntu" without the quotes.
 
If you have no luck using the tutorial here -

_http://www.linuxtv.org/wiki/index.php/TechniSat_SkyStar_2_TV_PCI_/_Sky2PC_PCI#Technisat_SkyStar_2_TV_PCI_with_FlexCo pIII_Rev_2.8
i do this and it's compiled without any problem (whith ubuntu 9.04 kerenl 2.6.28.11 and don't work with 2.6.28.16) but kaffeine don't detecte skystar2 :mad:
:confused:
 
Back
Top