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

rdi58

Member
Joined
Dec 29, 2007
Messages
6
Reaction score
0
Points
0
Age
39
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
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
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
 

rdi58

Member
Joined
Dec 29, 2007
Messages
6
Reaction score
0
Points
0
Age
39
My Satellite Setup
pc
My Location
Algeria
hello
ihave the last version
but
he didn't change anything
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
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.
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Also, it's trying to compile the cxusb frontend driver, not cx24113.
 

rdi58

Member
Joined
Dec 29, 2007
Messages
6
Reaction score
0
Points
0
Age
39
My Satellite Setup
pc
My Location
Algeria
hello and thank you for your help
the link works fine
I did not notice it install cxusb
I'm lost
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
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
 

dirtornif

Member
Joined
Oct 21, 2009
Messages
3
Reaction score
0
Points
0
Age
47
My Satellite Setup
ubuntu 9.04
skystar2 rev 2.8
My Location
alger
hi
i have the same problem,skystar2 rev 2.8 don't work in ubuntu 9.04
please help me
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
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).
 

dirtornif

Member
Joined
Oct 21, 2009
Messages
3
Reaction score
0
Points
0
Age
47
My Satellite Setup
ubuntu 9.04
skystar2 rev 2.8
My Location
alger
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 :)
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,226
Reaction score
4,197
Points
113
Age
81
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
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.
 

dirtornif

Member
Joined
Oct 21, 2009
Messages
3
Reaction score
0
Points
0
Age
47
My Satellite Setup
ubuntu 9.04
skystar2 rev 2.8
My Location
alger
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
 
Top