[linux-dvb] Re: SkyStar2 How To

2004-05-04 Thread Niklas Peinecke
Ronaldo Richieri wrote: Hellow!! I am a newby using this dvb driver. I'd like to know if I am making something wronk because I am not able to lock the transponder on "scan" app, or get the video with mplayer running szap with my transponder setting. The steps I did (I am using RedHat 9 with K

[linux-dvb] SkyStar2 How To

2004-05-04 Thread Ronaldo Richieri
Hellow!! I am a newby using this dvb driver.   I'd like to know if I am making something wronk because I am not able to lock the transponder on "scan" app, or get the video with mplayer running szap with my transponder setting.   The steps I did (I am using RedHat 9 with Kernel 2.4.20-8):  

[linux-dvb] Modul debuging

2004-05-04 Thread Christian Gmeiner
Hi guys.   I am working hard on my patch to support devfs, sysfs and procfs in a general way. Now i am getting two Oops :( So now how can i debug a kernel module?   Thanks, Christian

[linux-dvb] Re: How to load tda1004x firmware in Linux 2.6

2004-05-04 Thread Adam Nielsen
> > You need to compile and load budget_ci in order for the card to be > > recognized. Ah yes, loading the buget_ci module made everything work properly now - I didn't even seem to need the budget module, but I never thought of using budget_ci seeing as my card doesn't have a CI interface. Perhap

[linux-dvb] Re: SkyStar2 Rev. 2.6C & hyperthreading

2004-05-04 Thread Reinhard Nissl
Hi, Johannes Stezenbach wrote: >> it seems, that current (CVS) dvb-kernel (2.6/2.4) drivers work properly over several hours, if hyperthreading is disabled (SMP kernel reports a single CPU). >> >> But with hyperthreading enabled, it happens quickly, that my system freezes. The tests I've done so

[linux-dvb] Nova-S - video data only after windoze boot

2004-05-04 Thread Mark Reiche
Hello, I recently bought a Hauppauge WinTV Nova-S SE, but I can't get it to run properly under Linux. I know that there are several threads on similiar issues but the solutions listed there don't help me. The card just works fine after I but windows - I use szap -r ZDF and xine stdin://mpeg2 <

[linux-dvb] Re: I solved my VDR reccording problem ;-)

2004-05-04 Thread Johannes Stezenbach
On Tue, May 04, 2004 at 08:31:15PM +0200, Gregoire Favre wrote: > On Tue, May 04, 2004 at 08:16:40PM +0200, Johannes Stezenbach wrote: > > > pids_off is also available as a module parameter. > > How? try 'modinfo dvb-ttpci' > > > -static int dvb_shutdown_timeout = 0; > > > +static int dvb_shutd

[linux-dvb] Re: I solved my VDR reccording problem ;-)

2004-05-04 Thread Johannes Stezenbach
Gregoire Favre wrote: > > since a lots of time, after a boot, when I first want to start a > reccording, I got UPT (I have got two DVB-s) till VDR exit and I have to > reload the driver... > > With this very small patches, this problem is gone: > > --- av7110.c 2004-05-03 17:55:00.225131056 +02

[linux-dvb] Re: I solved my VDR reccording problem ;-)

2004-05-04 Thread Gregoire Favre
On Tue, May 04, 2004 at 08:16:40PM +0200, Johannes Stezenbach wrote: > 0 is default for static variables, so this changes nothing. Great, then I forget this one :-) > pids_off is also available as a module parameter. How? > > -static int dvb_shutdown_timeout = 0; > > +static int dvb_shutdown_t

[linux-dvb] Re: I solved my VDR reccording problem ;-)

2004-05-04 Thread koehlerd
Hello, I have checked this with my old dvb-driver (dvb-20040312) and I found the same entrys: av7710.c: static int pids_off; dvb_frontend.c: static int dvb_shutdown_timeout = 5; Regards, Dirk Köhler - Hello, since a lots of time, after a boot, when I first want to start a reccordi

[linux-dvb] Re: KaxTV : feedback needed

2004-05-04 Thread Prakash K. Cheemplavam
Stephan Böni wrote: Just for Information: When closing KaxTV the program crashes. That's also on Kaffeine 0.4.2. The Kaffeine Version 0.4.3 resolves this problem. I already told Christophe. I resolved one issue and the other is kaffeine. Once he synced to 0.4.3 it should be OK. Another crash coul

[linux-dvb] Re: KaxTV : feedback needed

2004-05-04 Thread Stephan Böni
Just for Information: When closing KaxTV the program crashes. That's also on Kaffeine 0.4.2. The Kaffeine Version 0.4.3 resolves this problem. Stephan -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

[linux-dvb] Re: KaxTV : feedback needed

2004-05-04 Thread Stephan Böni
Ok, i've found the kaxtv binary in a directory which is not in my default PATH. Well, now i can start kaxtv, but when i klick on the channel icon i receive the error "Can't determine DVB type ! Aborting." Where can i configure my dvb card? Stephan AW: > Stephan Böni wrote: > > Hi > > > > I ha

[linux-dvb] Re: SMP/preempt/hyperthreading (was: b2c2 with opensky)

2004-05-04 Thread Sebastian Frei
> In another thread (SkyStar2 Rev. 2.6C & hyperthreading) Reinhard Nissl > says hyperthreading causes problems, Sebastian Frei says he has > problems without SMP (what about preempt?). I'm not using preempt, only IO-APIC. Each card has it's own interrupt. The kernel is 2.4.27-pre2 with hostap and

[linux-dvb] Re: Calling plugins derived from cOsdObject

2004-05-04 Thread Klaus Schmidinger
[EMAIL PROTECTED] wrote: > > Hi, > > I try to call plugins from within a new other plugin. This works fine for those, > which are > derived from cOsdMenu, but fails for those, which are derived from cOsdObject. The > reason behind is, as I think, that it is not possible to assign a value to > cM

[linux-dvb] Calling plugins derived from cOsdObject

2004-05-04 Thread cwieninger
Hi, I try to call plugins from within a new other plugin. This works fine for those, which are derived from cOsdMenu, but fails for those, which are derived from cOsdObject. The reason behind is, as I think, that it is not possible to assign a value to cMenuMain::pluginOsdObject, since this is

[linux-dvb] I solved my VDR reccording problem ;-)

2004-05-04 Thread Gregoire Favre
Hello, since a lots of time, after a boot, when I first want to start a reccording, I got UPT (I have got two DVB-s) till VDR exit and I have to reload the driver... With this very small patches, this problem is gone: --- av7110.c2004-05-03 17:55:00.225131056 +0200 +++ av7110.c~ 2004-04-28

[linux-dvb] Re: SMP/preempt/hyperthreading (was: b2c2 with opensky)

2004-05-04 Thread Johannes Stezenbach
On Tue, May 04, 2004 at 03:47:23PM +0200, Vincenzo Di Massa wrote: > I can NOT use preempt: if I enable it I can watch tv, but I cannot use > dvbnet services. > It is a long time I'm asking help to isolate this problem! > > When I launch dvbnet the keyboard stop working (keypresses do nothing). >

[linux-dvb] Re: SMP/preempt/hyperthreading (was: b2c2 with opensky)

2004-05-04 Thread Vincenzo Di Massa
I can NOT use preempt: if I enable it I can watch tv, but I cannot use dvbnet services. It is a long time I'm asking help to isolate this problem! When I launch dvbnet the keyboard stop working (keypresses do nothing). I try to shut down the system using the mouse (in KDE), but after killing X th

[linux-dvb] Re: AverTV DVB-T un-viewable QAM_64 channels (QAM_16 work perfectly) ...massive noise

2004-05-04 Thread Simon Kilvington
I've got round this by setting the volume in mythtv to 100% and using the volume control on the TV remote if I need to change it... but I agree it would be nice if the left/right arrows could be separated from the vol +/- keys. The trouble is that mythtv has 3 different key pairs for moving forward

[linux-dvb] KNC1 experiences

2004-05-04 Thread joy
hi, i recently installed a KNC1 and testing it with with mplayer. So far basic functions seems to work. Only odd things are that switching channels takes sometimes a long time for example switching from ZDF to arte. I don't know maybe it depends on the transponder (its shared with an analog con

[linux-dvb] Re: Fwd: Re: DEBI irq oops, crashes: kernel 2.6 & Hyperthreading unusable with DVB

2004-05-04 Thread Johannes Stezenbach
Udo Wolter wrote: > > I read about an nmi-watchdog in the documentation of the kernel. > Maybe I can find more information regarding the hard lockup of the > machine when I switch this feature on. I've never done this before > (virtually I never planned to go that deep in the linux kernel *sigh*)

[linux-dvb] Re: Fwd: Re: DEBI irq oops, crashes: kernel 2.6 & Hyperthreading unusable with DVB

2004-05-04 Thread Udo Wolter
On Tue, 4 May 2004, Michael Hunold wrote: > DEBI = Data Extension Bus Interface, the bus where all the communication > with the av7110 is going through > > GPIO = General purpose I/O: some pins that can be used by external > hardware to signal status or interrupt conditions. > > In short: when the

[linux-dvb] Re: Fwd: Re: DEBI irq oops, crashes: kernel 2.6 & Hyperthreading unusable with DVB

2004-05-04 Thread Michael Hunold
Hello, On 05/04/04 11:45, Udo Wolter wrote: PS: What does DEBI and GPIO stands for ? What is the purpose of those terms ? DEBI = Data Extension Bus Interface, the bus where all the communication with the av7110 is going through GPIO = General purpose I/O: some pins that can be used by externa

[linux-dvb] Re: Fwd: Re: DEBI irq oops, crashes: kernel 2.6 & Hyperthreading unusable with DVB

2004-05-04 Thread Udo Wolter
On Tue, 4 May 2004, Johannes Stezenbach wrote: > > It also crashes when recording and watching at the same time. > > Just having pci=noacpi and acpi=ht also doesnt give me only > > edge-triggered IRQs. They still are on level and DEBI-messages > > IMHO this edge-triggered irq foobar is bogus. Edge

[linux-dvb] Re: Fwd: Re: DEBI irq oops, crashes: kernel 2.6 & Hyperthreading unusable with DVB

2004-05-04 Thread Johannes Stezenbach
Udo Wolter wrote: > On Mon, 3 May 2004, Udo Wolter wrote: > > > Ok, it is also more stable with 2.6.6rc3. I haven't made it yet to > > switch all IRQs to edge triggered (how to do that ? Is there a HOWTO > > for the APIC-IRQ-stuff ?), but with noapic I have all IRQs at XT-PIC. > > Going on with m

[linux-dvb] [Q]My Card =>Pinnacle PCTV-SAT, signal => above 0x8000, snr => below 0x8000, kernel 2.6.5

2004-05-04 Thread Sukwoo,Jang
My card driver and app installation : compile Linuxtv-dvb-1.1.1 ( $cd build-2.6 , $make) driver load => $modprobe bttv i2c_hw=1 card=0x68 $modprobe dvb-bt8xx $modprobe cx24110 compile linuxtv-dvb-apps-1.1.0 szap :