Ga naar inhoud


Skystar2 + Linux


ReytingHamdi

Aanbevolen berichten

Heeft iemand deze duo aan de gang gekregen ??

 

Ben nu aan het stoeien met de SS2, heb zelf Gentoo Linux waar ik MythTV op heb. Heb de drivers uiteindelijk best moeilijk gevonden op een italiaanse forum waar ik niks van begreep. Heeft er iemand toevallig de drivers voor kernel 2.4.20 ??

 

bvd,

 

-| Dreambox 7000S + Dreambox DM500 |--| Disecq 1.2 |--| 100 cm Schotel |--| 80GB |-

Link naar reactie
Delen op andere sites


@ReytingHamdi,

 

Zie mijn posting voor hetzelfde op dit forum.

Hier staat uitgelegd wat ze in Italie bedoelen.

Hebt dus een Linuxversie met eeen gcc2.x versie gecompileerde kernel nodig. Suse 7.3 geloof ik.

 

Rudolf

Retired, when I get the Urge to Work, I lay Down until the Urge passes.

Link naar reactie
Delen op andere sites

  • 1 maand later...

Er zijn binaire drivers voor linux beschikbaar van de fabrikant zelf ik zag net dat bij http://linuxtv.org opensource drivers zitten voor de SkyStar2 vanaf versie 1.0

 

Zie voor de uitgebreide mailinglist (hierin zit ook ergens de link verstopt naar de binaire drivers van de fabrikant zelf:

 

linuxtv.org: mailinglist drivers

 

Deze is alleen gecompileerd voor een bepaalde versie van linux (dat zal de vorige poster wel bedoeld hebben). Beter is dus te proberen om de opensource drivers aan de gang te helpen.

 

En hoe installeer je die? Bericht schaamteloos overgenomen van

LinuxTv.org - Skystar2 and Linux

 

Code:
OK restart from begin, trash all drivers and open a terminal so download driver from cvs: ( if you haven't cvs installed install it )cvs -d :pserver:anonymous@linuxtv.org:/cvs/linuxtv loginat the prompt login just type return, thencvs -d :pserver:anonymous@linuxtv.org:/cvs/linuxtv co dvb-kernelwhen download endscd dvb-kernel/build-2.4./getlinksmakemake installinsmod dvb-coreinsmod skystar2.oinsmod mt312.onow you be able to watch tvnow is easy as drink a whater's glasses :-)bye
Link naar reactie
Delen op andere sites

  • 2 weken later...

Het enigste wat momenteel kan werken onder linux heb ik dus exakt aangegeven. De rest hierboven is niet goed begrepen.

Niks open source driver beschikbaar. Leer Linux. About how to compile a kernel en wat een gcc versie er toe doet. En italiaans. Dan krijg je het aan de praat met Suse 7.3 of zo.

 

Rudolf

Retired, when I get the Urge to Work, I lay Down until the Urge passes.

Link naar reactie
Delen op andere sites

@azer,

 

Daar kom je dus niet verder. Je moet toch echt naar Italie.

Google maar eens hard en download de beschikbare how to it PDF in het italiaans. GCC 3.xxx gecompileerde linux kernel versies voorlopig niet dus.

 

Rudolf

Retired, when I get the Urge to Work, I lay Down until the Urge passes.

Link naar reactie
Delen op andere sites

Jullie hebben over Suse en Redhat .. maar werkt dit dan niet onder Gentoo dan ??

 

Heb nu zover ik het snap de drivers geinsmod .. maar kan de Skystar2 niet via video 4 linux aanspreken. Heb in dezelfde pc ook een Miro DC10+ zitten en die pakt V4L wel.

 

En een cat /proc/video1 levert niks op, terwijl een cat /proc/video0 naar m'n DC10+ kaart verwijst.

-| Dreambox 7000S + Dreambox DM500 |--| Disecq 1.2 |--| 100 cm Schotel |--| 80GB |-

Link naar reactie
Delen op andere sites

Je hebt voor de Skystar2 onder linux dus een aantal mogelijkheden:

 

- binaire drivers

- voor kernel 2.4 moet je de cvs versie downloaden via linuxtv.org

- voor kernel 2.5 geldt dat deze kernel standaard al de dvb-drivers heeft.

Of de driver voor de skystar2 hier ook al in zit, weet ik niet, maar zal

vanaf de volgende versies dus wel zo zijn.

 

@ReytingHamdi:

 

Wat je nog mist, zijn de koppelingen van /dev/video1 en de modules. Kijk

anders eerst eens in DVB/driver/makedev.napi of daarin alles goed staat ivm

je al geinstalleerde dc10 kaart. Run daarna makedev.napi..

 

Code:
..execute DVB/driver/makedev.napi to create the device nodes.

 

 

DVB/INSTALL:

------------

 

Citaat:

 

Configuration:

 

- You must have the kernel sources for the kernel you are actually using

installed, and symlinked to /lib/modules/$(KERNEL_VERSION)/build.

Otherwise, change the path for KERNEL_LOCATION in DVB/driver/Makefile.

 

- Make sure that your kernel has enabled:

 

Video4Linux Support (CONFIG_VIDEO_DEV)

needed by cards with integrated MPEG decoder to display video on screen

 

Input Core Support (CONFIG_INPUT)

Event Device Support (CONFIG_INPUT_EVDEV)

needed by the DVB remote control driver

 

- Login as root, change to the directory DVB and type "make".

This will build the drivers and all utility and test programs.

 

- If everything compiled without errors, cd to DVB/drivers and

type "make insmod" to load the modules. Depending on your hardware

you may append a "CARDS=av7110" or "CARDS=b2c2" to the "make insmod"

command line to avoid loading unnecessary drivers (optional).

During the installation of the modules your PC can "hang" for a

few seconds. This happens during the loading of the ARM application

("firmware") into the DRAM of the AV7110 and is "normal".

 

If the drivers work you can install them permanently using "make install".

See drivers/modules.conf for some hints how to enable autoloading.

 

- If you don't use devfs, execute DVB/driver/makedev.napi to create

the device nodes; if you use devfsd, copy drivers/devfsd.conf to

/etc/devfs/conf.d/dvb (exeact location might depend on you distribution).

 

- apps/szap/ contains three simple applications for zapping with

DVB-S, DVB-C or DVB-T cards (szap/czap/tzap); read the comments in

apps/szap/szap.c for instructions.

Note 1: tuning succeeded if you see the FE_HAS_LOCK flag and "status 1f";

a good signal has a low bit error rate (ber) and zero

uncorrectable packets (unc).

Note 2: you must keep ?zap running, or the frontend will go to sleep

(unless you load dvb-core.o with dvb_shutdown_timeout=0)

 

- If your card has a hardware MPEG decoder you can watch TV

with xawtv (together with e.g. szap for DVB tuning);

Note: xawtv cannot control the DVB tuner, you must use ?zap

 

- For cards without hardware MPEG decoder you need a software

MPEG decoder, e.g. mplayer or xine (you need *very* recent versions

which understand MPEG2 transport streams; xine v0.9.21 and

mplayer dev-CVS-030723-16:39-3.3.1 seem to work);

Note: You must run ?zap with the -r flag to enable stream output to

the dvr device, and keep it running while watching tv.

Examples:

mplayer - < /dev/dvb/adapter0/dvr0

xine <a href="stdin://mpeg2" target="_blank">stdin://mpeg2</a> < /dev/dvb/adapter0/dvr0

Link naar reactie
Delen op andere sites

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...