Re: bttv.o
From: Jan Schledermann (jan_at_-remove-schledermann.org)
Date: 12/03/03
- Next message: graham marsden: "Re: kmail font size"
- Previous message: Adam: "Re: Onboard network card not working - IRQ clash?"
- In reply to: CMP: "bttv.o"
- Next in thread: CMP: "Re: bttv.o"
- Reply: CMP: "Re: bttv.o"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 03 Dec 2003 11:23:45 +0100
CMP wrote:
> Hi guys,
>
> I still have a TV problem with my whole new SuSE 9.
> As I wasn't able to compile kernel 2.4.23 to solve the problem (I
> know, some of you will say that's easy... I had more success with
> 2.6.0-test11 but I have no sound so far), may someone send me the
> bttv.o file compiled for 2.4.21-144 - I mean a file that works on a
> pinnacle PCTV because the on that comes with SuSE 9 doesn't.
> This way I should be able to wait for 2.6.0 final (I don't give up, I
> will try 2.6.0-test12 when it comes out :-) ).
>
> And, for baskitcaise: I don't know with my answer is not visible yet,
> but yes I did a mkinitrd after compiling - the second time; This is
> why I couldn't boot on the new kernels at the beginning.
>
> Seb.
I upgraded from 8.2 to 9.0 a couple of days ago and I have got my pctv
working.
As on my 8.2 installation the tvcard wasn't working out of the box despite
the fct that it is automatically detected. I think that the problem is with
the i2c bit that is directly related to your graphics card driver.
I wote a script (it is portable. Changes in /etc/modules.conf are release
dependant) that off-loads all the tv stuff and reloads it again with the
correct parameters and modules.
I have pasted the script below for your reference. This script is specific
to my 3dfx voodoo3 card. The parameters for bttv are correct though.
For sound I am using a Creative PCI128 (yeas like the graphics card old
junk!). In order to midi working I am alsways disabling arts in the KDE
control panel AND changing from auto-detect to ALSA.
On my virgin 9.0 install ALL mixer levels where set to zero initially.
That's very quiet!
LISTING:
/sbin/rmmod bttv
/sbin/rmmod i2c-voodoo3
/sbin/rmmod i2c-algo-bit
/sbin/rmmod i2c-core
/sbin/rmmod tuner
/sbin/rmmod videodev
/sbin/insmod i2c-core
/sbin/insmod i2c-algo-bit
/sbin/insmod i2c-voodoo3
/sbin/insmod videodev
/sbin/insmod bttv card=11 radio=1
/sbin/insmod tuner debug=0 type=1
-- Jan Schledermann Mierlo, The Netherlands
- Next message: graham marsden: "Re: kmail font size"
- Previous message: Adam: "Re: Onboard network card not working - IRQ clash?"
- In reply to: CMP: "bttv.o"
- Next in thread: CMP: "Re: bttv.o"
- Reply: CMP: "Re: bttv.o"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|