Am Mittwoch, 31. Dezember 2003 19:54 schrieb Nico: > Georg Golombek wrote: > >Am Dienstag, 30. Dezember 2003 23:43 schrieb Nico: > >>Georg Golombek wrote: > >>>Hello, > >>> > >>>unfortunately i got a skystar2 rev 2.6B with Samsung Tuner because my > >>> old "good" skystar2 was damaged. > >>>Then i saw that it doesn't work with the existing driver. > >>> > >>>I was looking on linuxtv.org for a new driver because some mails told me > >>>that there is a chance to get my card working with it. > >>> > >>>But i found nothing. > >>> > >>>Is there a working driver and where to get? > >>> > >>>Hopefull waiting .... gg > >> > >>you should use the modules dvb-core, skystar2 and stv0299; nothing else. > > > >Hello Nico, > > > >looking on linuxtv.org/cgi-bin/cvsweb.cgi/dvb-kernel/build-2.4/README: > > > >Instructions for building the "new" driver under 2.4.x: > >------------------------------------------------------- > > > >(This won't work with *2.6.x* or a kernel version < 2.4.23, so don't > >even try...) > >. > >. > >. > > > >I have (SuSE 9.0) 2.4.21-144 ...... :-( > > > >what can I do further ? > > > >Then i followed the Instuctions on http://www.linuxtv.org:81/cvs/: > > > >cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv co skystar2 > >cvs server: cannot find module `skystar2' - ignored > > > >what's wrong with me? > > > >Reg. gg > > If Suse's kernel is like Mandrake's (very messy) than dvb-kernel may > fail to compile. > I suggest you to install a stock 2.4.23 kernel and to apply dvb-kernel: > it's the easiest thing to do. > > Nico
Hell Nico, the following has solved my problem. This is for "greenhorns" like me (with SuSE 9.0 , kernel 2.4.21 ): (first deleting all sky-dvb stuff from /lib/modules/2.4.21-144-athlon/misc and ..../dvb) (then making directory for CVS and changing to it:) mkdir ~/linuxtv cd lnuxtv (Login to the CVS from linuxtv.org in an xterm or console...) cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv login (password question: press only ENTER) (then checkout dvb-kernel) cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv co dvb-kernel (cvs looks and finds nothing in my linuxtv: ergo it downloads all of the things i need !) cd dvb-kernel/build-2.4 # change to the directory ./getlinks # makes all links make # the Modules were build make install # and installed (of course as root) (skystar2 entries in the /etc/modules.conf:) options dvb-core dvb_shutdown_timeout=0 alias char-major-250 skystar2 add below skystar2 stv0299 (then a reboot was necessary to get acces to my skystar2 rev. 2.6B) now i am zapping around the TV-Programms :-)) Thanks to all !!! gg -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
