* Re: Re: 2.6.24 kernel and MSI TV @nywheremaster MS-8606 status
@ 2008-03-11 20:53 itman
2008-03-11 21:09 ` hermann pitton
0 siblings, 1 reply; 4+ messages in thread
From: itman @ 2008-03-11 20:53 UTC (permalink / raw)
To: hermann-pitton, simon, video4linux-list, midimaker, xyzzy,
Mauro Carvalho Chehab
Hi Herman, Mauro.
Status with 2.6.24 is OK, BUT with the following changes:
1) mkdir /usr/src/linux/tmpmsi
2) cd tmpmsi
3) hg init
4) hg pull http://linuxtv.org/hg/v4l-dvb
5) make
6) make install
and changes for 2.6.24.3 :
Adding to /etc/modprobe.conf this line:
options tda9887 port1=0 port2=0 qss=1
After reboot it works fine!
In 2.6.23 was used tuner instead tda9887
so it was
options tuner port1=0 port2=0 qss=1
Rgs,
Serge.
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Re: 2.6.24 kernel and MSI TV @nywheremaster MS-8606 status 2008-03-11 20:53 Re: 2.6.24 kernel and MSI TV @nywheremaster MS-8606 status itman @ 2008-03-11 21:09 ` hermann pitton [not found] ` <BAY107-W53381D746959C109E3EF0097080@phx.gbl> 0 siblings, 1 reply; 4+ messages in thread From: hermann pitton @ 2008-03-11 21:09 UTC (permalink / raw) To: itman; +Cc: simon, video4linux-list, Mauro Carvalho Chehab, midimaker, xyzzy Am Dienstag, den 11.03.2008, 22:53 +0200 schrieb itman: > Hi Herman, Mauro. > > Status with 2.6.24 is OK, BUT with the following changes: > > 1) mkdir /usr/src/linux/tmpmsi > 2) cd tmpmsi > 3) hg init > 4) hg pull http://linuxtv.org/hg/v4l-dvb > 5) make > 6) make install > > and changes for 2.6.24.3 : > > Adding to /etc/modprobe.conf this line: > > options tda9887 port1=0 port2=0 qss=1 > > After reboot it works fine! > > In 2.6.23 was used tuner instead tda9887 > so it was > options tuner port1=0 port2=0 qss=1 > > > Rgs, > Serge. Hi Serge, fine, that was what I tried to explain. I have started to write a mail on it already, maybe it provides some deeper insights and is useful for the records. So I send it despite off you have realized the problem now. Thanks, Hermann -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <BAY107-W53381D746959C109E3EF0097080@phx.gbl>]
* RE: Re: 2.6.24 kernel and MSI TV @nywheremaster MS-8606 status [not found] ` <BAY107-W53381D746959C109E3EF0097080@phx.gbl> @ 2008-03-12 17:51 ` itman 2008-03-12 22:38 ` hermann pitton 0 siblings, 1 reply; 4+ messages in thread From: itman @ 2008-03-12 17:51 UTC (permalink / raw) To: S G, hermann pitton Cc: simon, video4linux-list, xyzzy, midimaker, Mauro Carvalho Chehab Hi, Steve. Unfortunately by default initialization for this tuner it does not go in right way. So I use this sequence (see full list of commands) to make it work: rmmod cx88_alsa rmmod cx8800 rmmod cx88xx rmmod tuner rmmod tda9887 modprobe cx88xx modprobe tda9887 port1=0 port2=0 qss=1 modprobe tuner modprobe cx8800 Actually I do not dig deeply with this, but main goal of this is to initiate device with port1=0 port2=0 qss=1 option to get sound. Also v4l devices appears in /dev after cx8800 initialization (could be mistaken, because I am writing this by memory ;-) and, lol, from Windows PC). Pls also see Hermann explanation. Rgs, Serge. ----- Original Message ----- From: S G To: hermann pitton ; itman Cc: simon@kalmarkaglan.se ; video4linux-list@redhat.com ; Mauro Carvalho Chehab ; midimaker@yandex.ru ; xyzzy@speakeasy.org Sent: Wednesday, March 12, 2008 10:16 AM Subject: RE: 2.6.24 kernel and MSI TV @nywheremaster MS-8606 status Hi, I do have a MSI TV Anywhere Master (MSI 8606, cx88) and analog tv cable. I have a fresh Ubuntu Hardy install, up to date. Kernel 2.6.24-12-generic I did : mkdir /usr/src/linux/tmpmsi cd tmpmsi hg init hg pull http://linuxtv.org/hg/v4l-dvb make make install Created a file in /etc/modprobe.d/ and added this line : options tda9887 port1=0 port2=0 qss=1 I still have no sound (tv and radio). modinfo tda9887 filename: /lib/modules/2.6.24-12-generic/kernel/drivers/media/video/tda9887.ko license: GPL srcversion: 6E9F018870C816AFE420473 depends: i2c-core vermagic: 2.6.24-12-generic SMP mod_unload parm: debug:enable verbose debug messages (int) parm: port1:int parm: port2:int parm: qss:int parm: adjust:int If you want me to try some settings, let me know since I have this card also... Thanks, Steve > From: hermann-pitton@arcor.de > To: itman@fm.com.ua > Date: Tue, 11 Mar 2008 22:09:21 +0100 > CC: simon@kalmarkaglan.se; video4linux-list@redhat.com; mchehab@infradead.org; midimaker@yandex.ru; xyzzy@speakeasy.org > Subject: Re: Re: 2.6.24 kernel and MSI TV @nywheremaster MS-8606 status > > Am Dienstag, den 11.03.2008, 22:53 +0200 schrieb itman: > > Hi Herman, Mauro. > > > > Status with 2.6.24 is OK, BUT with the following changes: > > > > 1) mkdir /usr/src/linux/tmpmsi > > 2) cd tmpmsi > > 3) hg init > > 4) hg pull http://linuxtv.org/hg/v4l-dvb > > 5) make > > 6) make install > > > > and changes for 2.6.24.3 : > > > > Adding to /etc/modprobe.conf this line: > > > > options tda9887 port1=0 port2=0 qss=1 > > > > After reboot it works fine! > > > > In 2.6.23 was used tuner instead tda9887 > > so it was > > options tuner port1=0 port2=0 qss=1 > > > > > > Rgs, > > Serge. > > Hi Serge, > > fine, that was what I tried to explain. > > I have started to write a mail on it already, maybe it provides some > deeper insights and is useful for the records. So I send it despite off > you have realized the problem now. > > Thanks, > Hermann > > > -- > video4linux-list mailing list > Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/video4linux-list ------------------------------------------------------------------------------ Créez un bouton pratique pour que vos amis vous ajoutent à leur liste! Cliquez-ici! __________ Èíôîðìàöèÿ NOD32 2762 (20080102) __________ Ýòî ñîîáùåíèå ïðîâåðåíî Àíòèâèðóñíîé ñèñòåìîé NOD32. http://www.eset.com -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Re: 2.6.24 kernel and MSI TV @nywheremaster MS-8606 status 2008-03-12 17:51 ` itman @ 2008-03-12 22:38 ` hermann pitton 0 siblings, 0 replies; 4+ messages in thread From: hermann pitton @ 2008-03-12 22:38 UTC (permalink / raw) To: itman; +Cc: S G, video4linux-list, xyzzy, Mauro Carvalho Chehab, midimaker, simon Hi, Am Mittwoch, den 12.03.2008, 19:51 +0200 schrieb itman: > Hi, Steve. > > > Unfortunately by default initialization for this tuner it does not go > in right way. > So I use this sequence (see full list of commands) to make it work: > > > > rmmod cx88_alsa > rmmod cx8800 > rmmod cx88xx > rmmod tuner > rmmod tda9887 > modprobe cx88xx > modprobe tda9887 port1=0 port2=0 qss=1 > modprobe tuner > modprobe cx8800 > > > Actually I do not dig deeply with this, but main goal of this is to > initiate device with port1=0 port2=0 qss=1 option to get sound. > Also v4l devices appears in /dev after cx8800 initialization (could be > mistaken, because I am writing this by memory ;-) and, lol, from > Windows PC). > > Pls also see Hermann explanation. > there is one thing I would like to mention again. Don't suggest to use qss=1. You don't need to set it, since it is the default. The tda9887 config comes down from the module defaults over tuner specific settings, then card specific settings and finally insmod options. The insmod options override all others, in this case here they also do override the qss=0 for NTSC in the card's entry. Result is no sound for NTSC-M system with forced qss=1. Cheers, Hermann -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-12 22:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11 20:53 Re: 2.6.24 kernel and MSI TV @nywheremaster MS-8606 status itman
2008-03-11 21:09 ` hermann pitton
[not found] ` <BAY107-W53381D746959C109E3EF0097080@phx.gbl>
2008-03-12 17:51 ` itman
2008-03-12 22:38 ` hermann pitton
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox