Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: B2C2 DVB CONFIGURATION ON 2.6.10 KERNEL



Dear friends:

Very thanks for you help.

I was trying what Simon told me to, as seen below. 
Used kernel's drivers, and used MAKEDEV-DVB.sh script
incluided in linux-dvb-1.1.1, changing previously
"chown root.video" to "chown root.root", since I am
working as root user.  /dev/dvb/adapterX/... 
directory tree was created, as expected.

I also added the recommended block to
/etc/modprobe.conf, but here problems begin.  First,
modprobe did not accept --first-time option, acording
to modprobe help.  Then I tried without this option,
and everything was aparently OK.  However, I could not
use my B2C2 yet.

I re-compiled my kernel, configuring all necesary
support for dvb and b2c2, as modules (because
previously, I compiled kernel configuring this as
"built-in" in kernel, not as modules).  This time,
things appeared to be better.  When I restarted the
PC, kudzu (I am working over a REDHAT based system)
recognized new hardware, as "Techsan Electronics Co.
Ltd|B2C2 FlexcopII DVB Chip / Technisat Skystar2 DVB
Card", and let me configure it, as a network card. 
But, when I tried to activate/start the new interface,
I allways received the same message:  "The skystar2
device does not appear to be present, dalaying start"
(according to my translation, note that I am working
over a spahish environment).  All related modules were
loaded (skystar2, stv0299, mt312, mt512, dvb_core). 
How is it possible that first, kernel recognices the
hardware, and then, it says that the hardware "does
not appear to be present" ??

I tried all I imagined as possible.  Without including
the code block on /etc/modprobe.conf, things go the
same.  Kernel automatically includes "alias eth2
skystar2", however.

Any additional idea ??

Very thanks in advance.

Best regards.

Ricardo Soria.

 --- Simon Robert
<simon.robert@oldhouse-cottage.co.uk> escribió: 
> Use the drivers in the kernel and the script
> MAKEDEV-DVB.sh from linuxtv 
> package. this make devices. either change the chown
> command in the 
> script to "chown root.video" to yourname.root or
> create group video and 
> add yourself to its members.
> 
> this should make devices under /dev/dvb/adapter0 etc
> 
> in /etc/modprobe.conf
> # skystar2
> options dvb-core dvb_shutdown_timeout=0
> alias char-major-250 skystar2
> install skystar2 { /sbin/modprobe stv0299; } ;
> /sbin/modprobe 
> --first-time --ignore-install skystar2
> remove skystar2 /sbin/modprobe -r --first-time
> --ignore-remove skystar2 
> && { /sbin/modprobe -r stv0299; /bin/true; }
> #
> 
> then in /etc/rc.local
> 
> modprobe skystar2
> 
> or issue command at terminal
> 
> lsmod should show
> skystar2               25092  5
> stv0299                12136  0
> dvb-core               77288  7 skystar2,stv0299
> 
> 
> 
> Ricardo Soria wrote:
> 
> >Dear list:
> >
> >I would be very greatful if somebody can help me. 
> I
> >am more than 4 days trying to install/run a B2C2
> card
> >on my linux box, upgraded to 2.6.10 kernel, and
> this
> >is very urgent for me.  I downloaded and unpacked
> >linuxtv-dvb-1.1.1.tar.bz2, but when I try to
> >compile/install it, I allways get this:
> >
> >=================================================
> >[root@server linuxtv-dvb-1.1.1]# make
> >cat: CVS/Root: No existe el fichero o el directorio
> >make -C /root/programas/linuxtv-dvb-1.1.1/build-2.6
> >make[1]: Cambiando a directorio
> >`/root/programas/linuxtv-dvb-1.1.1/build-2.6'
> >[ -L saa7146_video.c ] || ./getlinks
> >make -C /lib/modules/2.6.10/build
> >SUBDIRS=/root/programas/linuxtv-dvb-1.1.1/build-2.6
> >make[2]: Cambiando a directorio
> >`/usr/src/linux-2.6.10'
> >  CC [M] 
>
>/root/programas/linuxtv-dvb-1.1.1/build-2.6/dvbdev.o
> >  CC [M] 
>
>/root/programas/linuxtv-dvb-1.1.1/build-2.6/dmxdev.o
> >  CC [M] 
>
>/root/programas/linuxtv-dvb-1.1.1/build-2.6/dvb_demux.o
> >  CC [M] 
>
>/root/programas/linuxtv-dvb-1.1.1/build-2.6/dvb_filter.o
> >  CC [M] 
>
>/root/programas/linuxtv-dvb-1.1.1/build-2.6/dvb_functions.o
> >  CC [M] 
>
>/root/programas/linuxtv-dvb-1.1.1/build-2.6/dvb_frontend.o
> >  CC [M] 
>
>/root/programas/linuxtv-dvb-1.1.1/build-2.6/dvb_i2c.o
> >  CC [M] 
>
>/root/programas/linuxtv-dvb-1.1.1/build-2.6/dvb_net.o
>
>/root/programas/linuxtv-dvb-1.1.1/build-2.6/dvb_net.c:
> >En la función `dvb_net_eth_type_trans':
>
>/root/programas/linuxtv-dvb-1.1.1/build-2.6/dvb_net.c:81:
> >union no tiene un miembro llamado `ethernet'
> >make[3]: ***
>
>[/root/programas/linuxtv-dvb-1.1.1/build-2.6/dvb_net.o]
> >Error 1
> >make[2]: ***
>
>[_module_/root/programas/linuxtv-dvb-1.1.1/build-2.6]
> >Error 2
> >make[2]: Saliendo directorio
> `/usr/src/linux-2.6.10'
> >make[1]: *** [all] Error 2
> >make[1]: Saliendo directorio
> >`/root/programas/linuxtv-dvb-1.1.1/build-2.6'
> >make: *** [all] Error 2
>
>=====================================================
> >
> >I have tried to read all the relative
> documentation,
> >and also, was looking for information here, in this
> >list.  Finally, I also tried to configure B2C2
> native
> >support, that is included in linux 2.6.10 kernel
> >sources.  It appeared to configure without
> problems,
> >however, I am not able to get the driver recognize
> the
> >hardware, or set it up, or use it.  I am not sure
> >about what is the best option:  to use the included
> >drivers, in the 2.6.10 kernel, or to use the one
> that
> >is downloadable from linuxtv.org.
> >
> >The exact information on the hardware labels is:
> >
> >MODEL: SKY2PC
> >P/N: 92100 - 20010P
> >REV: 2.3P
> >TECHNISAT
> >CHIP B2C2 FLEXCOP IIB
> >MAZ9P-000
> >0048
> >
> >Can someone give me any idea about how to set it
> up?? 
> >any help will be much apreciated.
> >
> >Very thanks in advance.
> >
> >Regards.
> >
> >Ricardo Soria.
> >
> >
> >
>
>_________________________________________________________
> >Do You Yahoo!?
> >Información de Estados Unidos y América Latina, en
> Yahoo! Noticias.
> >Visítanos en http://noticias.espanol.yahoo.com
> >
> >
> >
> >  
> >
> 
> 
> -- 
> simon.robert@oldhouse-cottage.co.uk
> www.oldhouse-cottage.co.uk
> 
> 
> 
>  

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com




Home | Main Index | Thread Index