All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with the TV out Sound !!!
@ 2009-03-06 13:47 rahul G
  2009-03-07 23:28 ` hermann pitton
  0 siblings, 1 reply; 7+ messages in thread
From: rahul G @ 2009-03-06 13:47 UTC (permalink / raw)
  To: video4linux-list

 Hi All....
            I am using Pinnacle 50i TV tuner card for watching TV but
Radio functionality is not working with the card when I used
"/sbin/modprobe saa7134 card=77 tuner=54".
TV is working fine with this on linux-2.26.23.3.But when I used
"/sbin/modprobe saa7134 card=65 tuner=54" my radio is working fine
with this tuner card and not  TV.
When I tried with Linux-2.26.23.1 kernel with same command
"/sbin/modprobe saa7134 card=77 tuner=54" radio is working fine but
sound coming out from the device is too small.which not audiable.Can
any one tell me the reason behind this.

Thanks In Advance..

Regards,
Rahul G

--
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] 7+ messages in thread

* Re: Problem with the TV out Sound !!!
  2009-03-06 13:47 Problem with the TV out Sound !!! rahul G
@ 2009-03-07 23:28 ` hermann pitton
  2009-03-09  4:50   ` rahul G
  2009-03-09 13:48   ` rahul G
  0 siblings, 2 replies; 7+ messages in thread
From: hermann pitton @ 2009-03-07 23:28 UTC (permalink / raw)
  To: rahul G; +Cc: video4linux-list

Hi,

Am Freitag, den 06.03.2009, 19:17 +0530 schrieb rahul G:
>  Hi All....
>             I am using Pinnacle 50i TV tuner card for watching TV but
> Radio functionality is not working with the card when I used
> "/sbin/modprobe saa7134 card=77 tuner=54".
> TV is working fine with this on linux-2.26.23.3.But when I used
> "/sbin/modprobe saa7134 card=65 tuner=54" my radio is working fine
> with this tuner card and not  TV.
> When I tried with Linux-2.26.23.1 kernel with same command
> "/sbin/modprobe saa7134 card=77 tuner=54" radio is working fine but
> sound coming out from the device is too small.which not audiable.Can
> any one tell me the reason behind this.
> 
> Thanks In Advance..
> 
> Regards,
> Rahul G
> 

hmm, on my 2.6.26 sources radio settings for card=65 and card=77 are
exactly the same. Please confirm about which kernel versions you are
talking. I know radio was not functional on card=77 and older kernels.

	[SAA7134_BOARD_PINNACLE_PCTV_110i] = {
	       .name           = "Pinnacle PCTV 40i/50i/110i (saa7133)",
		.audio_clock    = 0x00187de7,
		.tuner_type     = TUNER_PHILIPS_TDA8290,
		.radio_type     = UNSET,
		.tuner_addr     = ADDR_UNSET,
		.radio_addr     = ADDR_UNSET,
		.gpiomask       = 0x080200000,
		.inputs         = { {
			.name = name_tv,
			.vmux = 4,
			.amux = TV,
			.tv   = 1,
		}, {
			.name = name_comp1,
			.vmux = 1,
			.amux = LINE2,
		}, {
			.name = name_comp2,
			.vmux = 0,
			.amux = LINE2,
		}, {
			.name = name_svideo,
			.vmux = 8,
			.amux = LINE2,
		} },
		.radio = {
			.name = name_radio,
			.amux = TV,
			.gpio = 0x0200000,
		},
	},

----

	[SAA7134_BOARD_KWORLD_TERMINATOR] = {
		/* Kworld V-Stream Studio TV Terminator */
		/* "James Webb <jrwebb@qwest.net> */
		.name           = "V-Stream Studio TV Terminator",
		.audio_clock    = 0x00187de7,
		.tuner_type     = TUNER_PHILIPS_TDA8290,
		.radio_type     = UNSET,
		.tuner_addr     = ADDR_UNSET,
		.radio_addr     = ADDR_UNSET,
		.gpiomask       = 1 << 21,
		.inputs         = {{
			.name = name_tv,
			.vmux = 1,
			.amux = TV,
			.gpio = 0x0000000,
			.tv   = 1,
		},{
			.name = name_comp1,     /* Composite input */
			.vmux = 3,
			.amux = LINE2,
			.gpio = 0x0000000,
		},{
			.name = name_svideo,    /* S-Video input */
			.vmux = 8,
			.amux = LINE2,
			.gpio = 0x0000000,
		}},
		.radio = {
			.name = name_radio,
			.amux = TV,
			.gpio = 0x0200000,
		},
	},

Ricardo only used a gpio mask extended to four bytes and the last bit
high, what is seen regularly on the windows drivers.

However, it doesn't matter, since the chip has only 28 gpio pins (0-27).

Does it really makes still a difference if you use radio now on 2.6.26
with card=65 ?

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] 7+ messages in thread

* Re: Problem with the TV out Sound !!!
  2009-03-07 23:28 ` hermann pitton
@ 2009-03-09  4:50   ` rahul G
  2009-03-09 13:48   ` rahul G
  1 sibling, 0 replies; 7+ messages in thread
From: rahul G @ 2009-03-09  4:50 UTC (permalink / raw)
  To: hermann pitton; +Cc: video4linux-list

Hi hermann,
         I am extremely sorry about kernel version I mentioned in my
mail.Actually I am using 2.6.23.1 on which I have tried
"/sbin/modprobe saa7134 card=77 tuner=54" This command in which Radio
is working but sound coming out from it very small even not
audible..On linux-2.6.23.3 by using  "/sbin/modprobe saa7134 card=77
tuner=54" command TV is working fine but not radio.If you have some
pointers regarding this please let me know..

Thanks In Advance..

Regards,
Rahul G.

On Sun, Mar 8, 2009 at 4:58 AM, hermann pitton <hermann-pitton@arcor.de> wrote:
> Hi,
>
> Am Freitag, den 06.03.2009, 19:17 +0530 schrieb rahul G:
>>  Hi All....
>>             I am using Pinnacle 50i TV tuner card for watching TV but
>> Radio functionality is not working with the card when I used
>> "/sbin/modprobe saa7134 card=77 tuner=54".
>> TV is working fine with this on linux-2.26.23.3.But when I used
>> "/sbin/modprobe saa7134 card=65 tuner=54" my radio is working fine
>> with this tuner card and not  TV.
>> When I tried with Linux-2.26.23.1 kernel with same command
>> "/sbin/modprobe saa7134 card=77 tuner=54" radio is working fine but
>> sound coming out from the device is too small.which not audiable.Can
>> any one tell me the reason behind this.
>>
>> Thanks In Advance..
>>
>> Regards,
>> Rahul G
>>
>
> hmm, on my 2.6.26 sources radio settings for card=65 and card=77 are
> exactly the same. Please confirm about which kernel versions you are
> talking. I know radio was not functional on card=77 and older kernels.
>
>        [SAA7134_BOARD_PINNACLE_PCTV_110i] = {
>               .name           = "Pinnacle PCTV 40i/50i/110i (saa7133)",
>                .audio_clock    = 0x00187de7,
>                .tuner_type     = TUNER_PHILIPS_TDA8290,
>                .radio_type     = UNSET,
>                .tuner_addr     = ADDR_UNSET,
>                .radio_addr     = ADDR_UNSET,
>                .gpiomask       = 0x080200000,
>                .inputs         = { {
>                        .name = name_tv,
>                        .vmux = 4,
>                        .amux = TV,
>                        .tv   = 1,
>                }, {
>                        .name = name_comp1,
>                        .vmux = 1,
>                        .amux = LINE2,
>                }, {
>                        .name = name_comp2,
>                        .vmux = 0,
>                        .amux = LINE2,
>                }, {
>                        .name = name_svideo,
>                        .vmux = 8,
>                        .amux = LINE2,
>                } },
>                .radio = {
>                        .name = name_radio,
>                        .amux = TV,
>                        .gpio = 0x0200000,
>                },
>        },
>
> ----
>
>        [SAA7134_BOARD_KWORLD_TERMINATOR] = {
>                /* Kworld V-Stream Studio TV Terminator */
>                /* "James Webb <jrwebb@qwest.net> */
>                .name           = "V-Stream Studio TV Terminator",
>                .audio_clock    = 0x00187de7,
>                .tuner_type     = TUNER_PHILIPS_TDA8290,
>                .radio_type     = UNSET,
>                .tuner_addr     = ADDR_UNSET,
>                .radio_addr     = ADDR_UNSET,
>                .gpiomask       = 1 << 21,
>                .inputs         = {{
>                        .name = name_tv,
>                        .vmux = 1,
>                        .amux = TV,
>                        .gpio = 0x0000000,
>                        .tv   = 1,
>                },{
>                        .name = name_comp1,     /* Composite input */
>                        .vmux = 3,
>                        .amux = LINE2,
>                        .gpio = 0x0000000,
>                },{
>                        .name = name_svideo,    /* S-Video input */
>                        .vmux = 8,
>                        .amux = LINE2,
>                        .gpio = 0x0000000,
>                }},
>                .radio = {
>                        .name = name_radio,
>                        .amux = TV,
>                        .gpio = 0x0200000,
>                },
>        },
>
> Ricardo only used a gpio mask extended to four bytes and the last bit
> high, what is seen regularly on the windows drivers.
>
> However, it doesn't matter, since the chip has only 28 gpio pins (0-27).
>
> Does it really makes still a difference if you use radio now on 2.6.26
> with card=65 ?
>
> 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] 7+ messages in thread

* Re: Problem with the TV out Sound !!!
  2009-03-07 23:28 ` hermann pitton
  2009-03-09  4:50   ` rahul G
@ 2009-03-09 13:48   ` rahul G
  2009-03-12  0:17     ` hermann pitton
  1 sibling, 1 reply; 7+ messages in thread
From: rahul G @ 2009-03-09 13:48 UTC (permalink / raw)
  To: hermann pitton; +Cc: video4linux-list

Hi Hermann....
            My problem is solved by using latest kernel version
linux-2.6.28.2 ..My card is auto detected by kernel and radio is also
working fine with TV functionality...

Thanks & Regards,
RahulG


On Sun, Mar 8, 2009 at 4:58 AM, hermann pitton <hermann-pitton@arcor.de> wrote:
> Hi,
>
> Am Freitag, den 06.03.2009, 19:17 +0530 schrieb rahul G:
>>  Hi All....
>>             I am using Pinnacle 50i TV tuner card for watching TV but
>> Radio functionality is not working with the card when I used
>> "/sbin/modprobe saa7134 card=77 tuner=54".
>> TV is working fine with this on linux-2.26.23.3.But when I used
>> "/sbin/modprobe saa7134 card=65 tuner=54" my radio is working fine
>> with this tuner card and not  TV.
>> When I tried with Linux-2.26.23.1 kernel with same command
>> "/sbin/modprobe saa7134 card=77 tuner=54" radio is working fine but
>> sound coming out from the device is too small.which not audiable.Can
>> any one tell me the reason behind this.
>>
>> Thanks In Advance..
>>
>> Regards,
>> Rahul G
>>
>
> hmm, on my 2.6.26 sources radio settings for card=65 and card=77 are
> exactly the same. Please confirm about which kernel versions you are
> talking. I know radio was not functional on card=77 and older kernels.
>
>        [SAA7134_BOARD_PINNACLE_PCTV_110i] = {
>               .name           = "Pinnacle PCTV 40i/50i/110i (saa7133)",
>                .audio_clock    = 0x00187de7,
>                .tuner_type     = TUNER_PHILIPS_TDA8290,
>                .radio_type     = UNSET,
>                .tuner_addr     = ADDR_UNSET,
>                .radio_addr     = ADDR_UNSET,
>                .gpiomask       = 0x080200000,
>                .inputs         = { {
>                        .name = name_tv,
>                        .vmux = 4,
>                        .amux = TV,
>                        .tv   = 1,
>                }, {
>                        .name = name_comp1,
>                        .vmux = 1,
>                        .amux = LINE2,
>                }, {
>                        .name = name_comp2,
>                        .vmux = 0,
>                        .amux = LINE2,
>                }, {
>                        .name = name_svideo,
>                        .vmux = 8,
>                        .amux = LINE2,
>                } },
>                .radio = {
>                        .name = name_radio,
>                        .amux = TV,
>                        .gpio = 0x0200000,
>                },
>        },
>
> ----
>
>        [SAA7134_BOARD_KWORLD_TERMINATOR] = {
>                /* Kworld V-Stream Studio TV Terminator */
>                /* "James Webb <jrwebb@qwest.net> */
>                .name           = "V-Stream Studio TV Terminator",
>                .audio_clock    = 0x00187de7,
>                .tuner_type     = TUNER_PHILIPS_TDA8290,
>                .radio_type     = UNSET,
>                .tuner_addr     = ADDR_UNSET,
>                .radio_addr     = ADDR_UNSET,
>                .gpiomask       = 1 << 21,
>                .inputs         = {{
>                        .name = name_tv,
>                        .vmux = 1,
>                        .amux = TV,
>                        .gpio = 0x0000000,
>                        .tv   = 1,
>                },{
>                        .name = name_comp1,     /* Composite input */
>                        .vmux = 3,
>                        .amux = LINE2,
>                        .gpio = 0x0000000,
>                },{
>                        .name = name_svideo,    /* S-Video input */
>                        .vmux = 8,
>                        .amux = LINE2,
>                        .gpio = 0x0000000,
>                }},
>                .radio = {
>                        .name = name_radio,
>                        .amux = TV,
>                        .gpio = 0x0200000,
>                },
>        },
>
> Ricardo only used a gpio mask extended to four bytes and the last bit
> high, what is seen regularly on the windows drivers.
>
> However, it doesn't matter, since the chip has only 28 gpio pins (0-27).
>
> Does it really makes still a difference if you use radio now on 2.6.26
> with card=65 ?
>
> 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] 7+ messages in thread

* Re: Problem with the TV out Sound !!!
  2009-03-09 13:48   ` rahul G
@ 2009-03-12  0:17     ` hermann pitton
  2009-03-12 12:32       ` rahul G
  0 siblings, 1 reply; 7+ messages in thread
From: hermann pitton @ 2009-03-12  0:17 UTC (permalink / raw)
  To: rahul G; +Cc: video4linux-list

Hi Rahul,

Am Montag, den 09.03.2009, 19:18 +0530 schrieb rahul G:
> Hi Hermann....
>             My problem is solved by using latest kernel version
> linux-2.6.28.2 ..My card is auto detected by kernel and radio is also
> working fine with TV functionality...
> 
> Thanks & Regards,
> RahulG
> 

thanks for your report, seems we have at least finally fixed the radio
support after years nobody had time to test ...

I would like to see it at the same level for the eventually different
remote hardware on current devices, but I might ask for too much
again ;)

Thanks,
Hermann 

> On Sun, Mar 8, 2009 at 4:58 AM, hermann pitton <hermann-pitton@arcor.de> wrote:
> > Hi,
> >
> > Am Freitag, den 06.03.2009, 19:17 +0530 schrieb rahul G:
> >>  Hi All....
> >>             I am using Pinnacle 50i TV tuner card for watching TV but
> >> Radio functionality is not working with the card when I used
> >> "/sbin/modprobe saa7134 card=77 tuner=54".
> >> TV is working fine with this on linux-2.26.23.3.But when I used
> >> "/sbin/modprobe saa7134 card=65 tuner=54" my radio is working fine
> >> with this tuner card and not  TV.
> >> When I tried with Linux-2.26.23.1 kernel with same command
> >> "/sbin/modprobe saa7134 card=77 tuner=54" radio is working fine but
> >> sound coming out from the device is too small.which not audiable.Can
> >> any one tell me the reason behind this.
> >>
> >> Thanks In Advance..
> >>
> >> Regards,
> >> Rahul G
> >>
> >
> > hmm, on my 2.6.26 sources radio settings for card=65 and card=77 are
> > exactly the same. Please confirm about which kernel versions you are
> > talking. I know radio was not functional on card=77 and older kernels.
> >
> >        [SAA7134_BOARD_PINNACLE_PCTV_110i] = {
> >               .name           = "Pinnacle PCTV 40i/50i/110i (saa7133)",
> >                .audio_clock    = 0x00187de7,
> >                .tuner_type     = TUNER_PHILIPS_TDA8290,
> >                .radio_type     = UNSET,
> >                .tuner_addr     = ADDR_UNSET,
> >                .radio_addr     = ADDR_UNSET,
> >                .gpiomask       = 0x080200000,
> >                .inputs         = { {
> >                        .name = name_tv,
> >                        .vmux = 4,
> >                        .amux = TV,
> >                        .tv   = 1,
> >                }, {
> >                        .name = name_comp1,
> >                        .vmux = 1,
> >                        .amux = LINE2,
> >                }, {
> >                        .name = name_comp2,
> >                        .vmux = 0,
> >                        .amux = LINE2,
> >                }, {
> >                        .name = name_svideo,
> >                        .vmux = 8,
> >                        .amux = LINE2,
> >                } },
> >                .radio = {
> >                        .name = name_radio,
> >                        .amux = TV,
> >                        .gpio = 0x0200000,
> >                },
> >        },
> >
> > ----
> >
> >        [SAA7134_BOARD_KWORLD_TERMINATOR] = {
> >                /* Kworld V-Stream Studio TV Terminator */
> >                /* "James Webb <jrwebb@qwest.net> */
> >                .name           = "V-Stream Studio TV Terminator",
> >                .audio_clock    = 0x00187de7,
> >                .tuner_type     = TUNER_PHILIPS_TDA8290,
> >                .radio_type     = UNSET,
> >                .tuner_addr     = ADDR_UNSET,
> >                .radio_addr     = ADDR_UNSET,
> >                .gpiomask       = 1 << 21,
> >                .inputs         = {{
> >                        .name = name_tv,
> >                        .vmux = 1,
> >                        .amux = TV,
> >                        .gpio = 0x0000000,
> >                        .tv   = 1,
> >                },{
> >                        .name = name_comp1,     /* Composite input */
> >                        .vmux = 3,
> >                        .amux = LINE2,
> >                        .gpio = 0x0000000,
> >                },{
> >                        .name = name_svideo,    /* S-Video input */
> >                        .vmux = 8,
> >                        .amux = LINE2,
> >                        .gpio = 0x0000000,
> >                }},
> >                .radio = {
> >                        .name = name_radio,
> >                        .amux = TV,
> >                        .gpio = 0x0200000,
> >                },
> >        },
> >
> > Ricardo only used a gpio mask extended to four bytes and the last bit
> > high, what is seen regularly on the windows drivers.
> >
> > However, it doesn't matter, since the chip has only 28 gpio pins (0-27).
> >
> > Does it really makes still a difference if you use radio now on 2.6.26
> > with card=65 ?
> >
> > 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] 7+ messages in thread

* Re: Problem with the TV out Sound !!!
  2009-03-12  0:17     ` hermann pitton
@ 2009-03-12 12:32       ` rahul G
  2009-03-13  1:19         ` hermann pitton
  0 siblings, 1 reply; 7+ messages in thread
From: rahul G @ 2009-03-12 12:32 UTC (permalink / raw)
  To: hermann pitton; +Cc: video4linux-list

[-- Attachment #1: Type: text/plain, Size: 5464 bytes --]

Hi  Hermann..
                      As per my previous mail now I am able to solved
most of the problems related to TV and Radio.But the Big issue is My
remote is not working with this pinnacle 50i card.My dmesg out put I
am sending as an attachment..Please check it out..I  have made some
driver changes for this remote but that is not working at all..do you
have any pointers regarding this please let me know..

Thanks In Advance..

Regards
Rahul G

On Thu, Mar 12, 2009 at 5:47 AM, hermann pitton <hermann-pitton@arcor.de> wrote:
> Hi Rahul,
>
> Am Montag, den 09.03.2009, 19:18 +0530 schrieb rahul G:
>> Hi Hermann....
>>             My problem is solved by using latest kernel version
>> linux-2.6.28.2 ..My card is auto detected by kernel and radio is also
>> working fine with TV functionality...
>>
>> Thanks & Regards,
>> RahulG
>>
>
> thanks for your report, seems we have at least finally fixed the radio
> support after years nobody had time to test ...
>
> I would like to see it at the same level for the eventually different
> remote hardware on current devices, but I might ask for too much
> again ;)
>
> Thanks,
> Hermann
>
>> On Sun, Mar 8, 2009 at 4:58 AM, hermann pitton <hermann-pitton@arcor.de> wrote:
>> > Hi,
>> >
>> > Am Freitag, den 06.03.2009, 19:17 +0530 schrieb rahul G:
>> >>  Hi All....
>> >>             I am using Pinnacle 50i TV tuner card for watching TV but
>> >> Radio functionality is not working with the card when I used
>> >> "/sbin/modprobe saa7134 card=77 tuner=54".
>> >> TV is working fine with this on linux-2.26.23.3.But when I used
>> >> "/sbin/modprobe saa7134 card=65 tuner=54" my radio is working fine
>> >> with this tuner card and not  TV.
>> >> When I tried with Linux-2.26.23.1 kernel with same command
>> >> "/sbin/modprobe saa7134 card=77 tuner=54" radio is working fine but
>> >> sound coming out from the device is too small.which not audiable.Can
>> >> any one tell me the reason behind this.
>> >>
>> >> Thanks In Advance..
>> >>
>> >> Regards,
>> >> Rahul G
>> >>
>> >
>> > hmm, on my 2.6.26 sources radio settings for card=65 and card=77 are
>> > exactly the same. Please confirm about which kernel versions you are
>> > talking. I know radio was not functional on card=77 and older kernels.
>> >
>> >        [SAA7134_BOARD_PINNACLE_PCTV_110i] = {
>> >               .name           = "Pinnacle PCTV 40i/50i/110i (saa7133)",
>> >                .audio_clock    = 0x00187de7,
>> >                .tuner_type     = TUNER_PHILIPS_TDA8290,
>> >                .radio_type     = UNSET,
>> >                .tuner_addr     = ADDR_UNSET,
>> >                .radio_addr     = ADDR_UNSET,
>> >                .gpiomask       = 0x080200000,
>> >                .inputs         = { {
>> >                        .name = name_tv,
>> >                        .vmux = 4,
>> >                        .amux = TV,
>> >                        .tv   = 1,
>> >                }, {
>> >                        .name = name_comp1,
>> >                        .vmux = 1,
>> >                        .amux = LINE2,
>> >                }, {
>> >                        .name = name_comp2,
>> >                        .vmux = 0,
>> >                        .amux = LINE2,
>> >                }, {
>> >                        .name = name_svideo,
>> >                        .vmux = 8,
>> >                        .amux = LINE2,
>> >                } },
>> >                .radio = {
>> >                        .name = name_radio,
>> >                        .amux = TV,
>> >                        .gpio = 0x0200000,
>> >                },
>> >        },
>> >
>> > ----
>> >
>> >        [SAA7134_BOARD_KWORLD_TERMINATOR] = {
>> >                /* Kworld V-Stream Studio TV Terminator */
>> >                /* "James Webb <jrwebb@qwest.net> */
>> >                .name           = "V-Stream Studio TV Terminator",
>> >                .audio_clock    = 0x00187de7,
>> >                .tuner_type     = TUNER_PHILIPS_TDA8290,
>> >                .radio_type     = UNSET,
>> >                .tuner_addr     = ADDR_UNSET,
>> >                .radio_addr     = ADDR_UNSET,
>> >                .gpiomask       = 1 << 21,
>> >                .inputs         = {{
>> >                        .name = name_tv,
>> >                        .vmux = 1,
>> >                        .amux = TV,
>> >                        .gpio = 0x0000000,
>> >                        .tv   = 1,
>> >                },{
>> >                        .name = name_comp1,     /* Composite input */
>> >                        .vmux = 3,
>> >                        .amux = LINE2,
>> >                        .gpio = 0x0000000,
>> >                },{
>> >                        .name = name_svideo,    /* S-Video input */
>> >                        .vmux = 8,
>> >                        .amux = LINE2,
>> >                        .gpio = 0x0000000,
>> >                }},
>> >                .radio = {
>> >                        .name = name_radio,
>> >                        .amux = TV,
>> >                        .gpio = 0x0200000,
>> >                },
>> >        },
>> >
>> > Ricardo only used a gpio mask extended to four bytes and the last bit
>> > high, what is seen regularly on the windows drivers.
>> >
>> > However, it doesn't matter, since the chip has only 28 gpio pins (0-27).
>> >
>> > Does it really makes still a difference if you use radio now on 2.6.26
>> > with card=65 ?
>> >
>> > Cheers,
>> > Hermann
>> >
>> >
>> >
>
>

[-- Attachment #2: Pinnacle_50i --]
[-- Type: application/octet-stream, Size: 36674 bytes --]

BIOS EBDA/lowmem at: 0009f000/0009f000
Linux version 2.6.28.3 (root@localhost.localdomain) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)) #1 SMP Thu Mar 12 15:58:47 IST 2009
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  NSC Geode by NSC
  Cyrix CyrixInstead
  Centaur CentaurHauls
  Transmeta GenuineTMx86
  Transmeta TransmetaCPU
  UMC UMC UMC UMC
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
 BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e2000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000003ffa0000 (usable)
 BIOS-e820: 000000003ffa0000 - 000000003ffae000 (ACPI data)
 BIOS-e820: 000000003ffae000 - 000000003ffe0000 (ACPI NVS)
 BIOS-e820: 000000003ffe0000 - 000000003ffee000 (reserved)
 BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
 BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
DMI present.
AMI BIOS detected: BIOS may corrupt low RAM, working it around.
last_pfn = 0x3ffa0 max_arch_pfn = 0x100000
kernel direct mapping tables up to 373fe000 @ 10000-16000
RAMDISK: 37c65000 - 37fef949
Allocated new RAMDISK: 008bd000 - 00c47949
Move RAMDISK from 0000000037c65000 - 0000000037fef948 to 008bd000 - 00c47948
ACPI: RSDP 000FB730, 0014 (r0 ACPIAM)
ACPI: RSDT 3FFA0000, 003C (r1 110308 RSDT1615 20081103 MSFT       97)
ACPI: FACP 3FFA0200, 0084 (r2 110308 FACP1615 20081103 MSFT       97)
ACPI: DSDT 3FFA0450, 72C3 (r1  A1092 A1092000        0 INTL 20051117)
ACPI: FACS 3FFAE000, 0040
ACPI: APIC 3FFA0390, 0080 (r1 110308 APIC1615 20081103 MSFT       97)
ACPI: MCFG 3FFA0410, 003C (r1 110308 OEMMCFG  20081103 MSFT       97)
ACPI: OEMB 3FFAE040, 0071 (r1 110308 OEMB1615 20081103 MSFT       97)
ACPI: HPET 3FFA7720, 0038 (r1 110308 OEMHPET0 20081103 MSFT       97)
ACPI: NVHD 3FFAE0C0, 0554 (r1 110308  NVHDCP  20081103 MSFT       97)
ACPI: Local APIC address 0xfee00000
139MB HIGHMEM available.
883MB LOWMEM available.
  mapped low ram: 0 - 373fe000
  low ram: 00000000 - 373fe000
  bootmap 00012000 - 00018e80
(9 early reservations) ==> bootmem [0000000000 - 00373fe000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
  #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
  #3 [0000400000 - 00008b8340]    TEXT DATA BSS ==> [0000400000 - 00008b8340]
  #4 [00008b9000 - 00008bd000]    INIT_PG_TABLE ==> [00008b9000 - 00008bd000]
  #5 [000009f000 - 0000100000]    BIOS reserved ==> [000009f000 - 0000100000]
  #6 [0000010000 - 0000012000]          PGTABLE ==> [0000010000 - 0000012000]
  #7 [00008bd000 - 0000c47949]      NEW RAMDISK ==> [00008bd000 - 0000c47949]
  #8 [0000012000 - 0000019000]          BOOTMAP ==> [0000012000 - 0000019000]
found SMP MP-table at [c00ff780] 000ff780
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  Normal   0x00001000 -> 0x000373fe
  HighMem  0x000373fe -> 0x0003ffa0
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0003ffa0
On node 0 totalpages: 261935
free_area_init_node: node 0, pgdat c0763800, node_mem_map c1000200
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3951 pages, LIFO batch:0
  Normal zone: 1736 pages used for memmap
  Normal zone: 220470 pages, LIFO batch:31
  HighMem zone: 280 pages used for memmap
  HighMem zone: 35466 pages, LIFO batch:7
  Movable zone: 0 pages used for memmap
Using APIC driver default
Detected use of extended apic ids on hypertransport bus
ACPI: PM-Timer IO Port: 0x508
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
ACPI: IRQ14 used by override.
ACPI: IRQ15 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
ACPI: HPET id: 0x10de8201 base: 0xfed00000
Using ACPI (MADT) for SMP configuration information
SMP: Allowing 4 CPUs, 3 hotplug CPUs
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e2000
PM: Registered nosave memory: 00000000000e2000 - 0000000000100000
Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
PERCPU: Allocating 40960 bytes of per cpu data
NR_CPUS: 32, nr_cpu_ids: 4, nr_node_ids 1
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 259887
Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=c0819000 soft=c07f9000
PID hash table entries: 4096 (order: 12, 16384 bytes)
Fast TSC calibration using PIT
Detected 2600.304 MHz processor.
spurious 8259A interrupt: IRQ7.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1029608k/1048192k available (2194k kernel code, 17740k reserved, 1513k data, 320k init, 142984k highmem)
virtual kernel memory layout:
    fixmap  : 0xffc58000 - 0xfffff000   (3740 kB)
    pkmap   : 0xff400000 - 0xff800000   (4096 kB)
    vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
      .init : 0xc07a6000 - 0xc07f6000   ( 320 kB)
      .data : 0xc0624a6c - 0xc079f07c   (1513 kB)
      .text : 0xc0400000 - 0xc0624a6c   (2194 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
hpet clockevent registered
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Calibrating delay loop (skipped), value calculated using timer frequency.. 5200.60 BogoMIPS (lpj=2600304)
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Mount-cache hash table entries: 512
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
using C1E aware idle routine
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
ACPI: Core revision 20080926
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: AMD Athlon(tm) Processor LE-1640 stepping 03
Brought up 1 CPUs
Total of 1 processors activated (5200.60 BogoMIPS).
CPU0 attaching NULL sched-domain.
net_namespace: 776 bytes
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=8
PCI: Using configuration type 1 for base access
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:01.0: reg 10 io port: [0x900-0x9ff]
pci 0000:00:01.1: reg 10 io port: [0xec00-0xec3f]
pci 0000:00:01.1: reg 20 io port: [0x600-0x63f]
pci 0000:00:01.1: reg 24 io port: [0x700-0x73f]
pci 0000:00:01.1: PME# supported from D3hot D3cold
pci 0000:00:01.1: PME# disabled
pci 0000:00:02.0: reg 10 32bit mmio: [0xdddff000-0xdddfffff]
pci 0000:00:02.0: supports D1 D2
pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:02.1: reg 10 32bit mmio: [0xdddfec00-0xdddfecff]
pci 0000:00:02.1: supports D1 D2
pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:02.1: PME# disabled
pci 0000:00:04.0: reg 10 32bit mmio: [0xdddfd000-0xdddfdfff]
pci 0000:00:04.0: supports D1 D2
pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:04.1: reg 10 32bit mmio: [0xdddfe800-0xdddfe8ff]
pci 0000:00:04.1: supports D1 D2
pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:04.1: PME# disabled
pci 0000:00:06.0: reg 20 io port: [0xffa0-0xffaf]
pci 0000:00:07.0: reg 10 32bit mmio: [0xdddf8000-0xdddfbfff]
pci 0000:00:07.0: PME# supported from D3hot D3cold
pci 0000:00:07.0: PME# disabled
pci 0000:00:09.0: reg 10 io port: [0xe480-0xe487]
pci 0000:00:09.0: reg 14 io port: [0xe400-0xe403]
pci 0000:00:09.0: reg 18 io port: [0xe080-0xe087]
pci 0000:00:09.0: reg 1c io port: [0xe000-0xe003]
pci 0000:00:09.0: reg 20 io port: [0xdc00-0xdc0f]
pci 0000:00:09.0: reg 24 32bit mmio: [0xdddf6000-0xdddf7fff]
pci 0000:00:0a.0: reg 10 32bit mmio: [0xdddfc000-0xdddfcfff]
pci 0000:00:0a.0: reg 14 io port: [0xd880-0xd887]
pci 0000:00:0a.0: reg 18 32bit mmio: [0xdddfe400-0xdddfe4ff]
pci 0000:00:0a.0: reg 1c 32bit mmio: [0xdddfe000-0xdddfe00f]
pci 0000:00:0a.0: supports D1 D2
pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0a.0: PME# disabled
pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0b.0: PME# disabled
pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0c.0: PME# disabled
pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0d.0: PME# disabled
pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0e.0: PME# disabled
pci 0000:00:0f.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0f.0: PME# disabled
pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.0: PME# disabled
pci 0000:00:11.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:11.0: PME# disabled
pci 0000:01:07.0: reg 10 32bit mmio: [0xddeff800-0xddefffff]
pci 0000:01:07.0: supports D1 D2
pci 0000:00:08.0: transparent bridge
pci 0000:00:08.0: bridge 32bit mmio: [0xdde00000-0xddefffff]
pci 0000:02:00.0: reg 10 32bit mmio: [0xdf000000-0xdfffffff]
pci 0000:02:00.0: reg 14 64bit mmio: [0xc0000000-0xcfffffff]
pci 0000:02:00.0: reg 1c 64bit mmio: [0xde000000-0xdeffffff]
pci 0000:02:00.0: reg 30 32bit mmio: [0xddfe0000-0xddffffff]
pci 0000:00:0b.0: bridge 32bit mmio: [0xddf00000-0xdfffffff]
pci 0000:00:0b.0: bridge 64bit mmio pref: [0xc0000000-0xcfffffff]
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR10._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR11._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *11
ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *11
ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *0, disabled.
ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *11
ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *11
ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *10
ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *15
ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *11
ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *11
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - F4, should be E7 [20080926]
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
hpet0: 3 comparators, 32-bit 25.000000 MHz counter
pnp: PnP ACPI init
ACPI: bus type pnp registered
Switched to high resolution mode on CPU 0
pnp 00:06: io resource (0x900-0x97f) overlaps 0000:00:01.0 BAR 0 (0x900-0x9ff), disabling
pnp 00:06: io resource (0x980-0x9ff) overlaps 0000:00:01.0 BAR 0 (0x900-0x9ff), disabling
pnp: PnP ACPI: found 15 devices
ACPI: ACPI bus type pnp unregistered
system 00:06: ioport range 0x4d0-0x4d1 has been reserved
system 00:06: ioport range 0x800-0x80f has been reserved
system 00:06: ioport range 0x500-0x57f has been reserved
system 00:06: ioport range 0x580-0x5ff has been reserved
system 00:06: ioport range 0x800-0x87f could not be reserved
system 00:06: ioport range 0x880-0x8ff has been reserved
system 00:06: ioport range 0xd00-0xd7f has been reserved
system 00:06: ioport range 0xd80-0xdff has been reserved
system 00:06: ioport range 0x1100-0x117f has been reserved
system 00:06: ioport range 0x1180-0x11ff has been reserved
system 00:06: iomem range 0xfefe0000-0xfefe01ff has been reserved
system 00:06: iomem range 0xfefe1000-0xfefe1fff has been reserved
system 00:06: iomem range 0xfee01000-0xfeefffff has been reserved
system 00:09: iomem range 0xfec00000-0xfec00fff has been reserved
system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0b: ioport range 0x230-0x23f has been reserved
system 00:0b: ioport range 0x290-0x29f has been reserved
system 00:0b: ioport range 0xa00-0xa0f has been reserved
system 00:0b: ioport range 0xa10-0xa1f has been reserved
system 00:0d: iomem range 0xe0000000-0xefffffff has been reserved
system 00:0e: iomem range 0x0-0x9ffff could not be reserved
system 00:0e: iomem range 0xc0000-0xcffff could not be reserved
system 00:0e: iomem range 0xe0000-0xfffff could not be reserved
system 00:0e: iomem range 0x100000-0x3fffffff could not be reserved
system 00:0e: iomem range 0xfec00000-0xffffffff could not be reserved
pci 0000:00:08.0: PCI bridge, secondary bus 0000:01
pci 0000:00:08.0:   IO window: disabled
pci 0000:00:08.0:   MEM window: 0xdde00000-0xddefffff
pci 0000:00:08.0:   PREFETCH window: disabled
pci 0000:00:0b.0: PCI bridge, secondary bus 0000:02
pci 0000:00:0b.0:   IO window: disabled
pci 0000:00:0b.0:   MEM window: 0xddf00000-0xdfffffff
pci 0000:00:0b.0:   PREFETCH window: 0x000000c0000000-0x000000cfffffff
pci 0000:00:0c.0: PCI bridge, secondary bus 0000:03
pci 0000:00:0c.0:   IO window: disabled
pci 0000:00:0c.0:   MEM window: disabled
pci 0000:00:0c.0:   PREFETCH window: disabled
pci 0000:00:0d.0: PCI bridge, secondary bus 0000:04
pci 0000:00:0d.0:   IO window: disabled
pci 0000:00:0d.0:   MEM window: disabled
pci 0000:00:0d.0:   PREFETCH window: disabled
pci 0000:00:0e.0: PCI bridge, secondary bus 0000:05
pci 0000:00:0e.0:   IO window: disabled
pci 0000:00:0e.0:   MEM window: disabled
pci 0000:00:0e.0:   PREFETCH window: disabled
pci 0000:00:0f.0: PCI bridge, secondary bus 0000:06
pci 0000:00:0f.0:   IO window: disabled
pci 0000:00:0f.0:   MEM window: disabled
pci 0000:00:0f.0:   PREFETCH window: disabled
pci 0000:00:10.0: PCI bridge, secondary bus 0000:07
pci 0000:00:10.0:   IO window: disabled
pci 0000:00:10.0:   MEM window: disabled
pci 0000:00:10.0:   PREFETCH window: disabled
pci 0000:00:11.0: PCI bridge, secondary bus 0000:08
pci 0000:00:11.0:   IO window: disabled
pci 0000:00:11.0:   MEM window: disabled
pci 0000:00:11.0:   PREFETCH window: disabled
pci 0000:00:08.0: setting latency timer to 64
pci 0000:00:0b.0: setting latency timer to 64
pci 0000:00:0c.0: setting latency timer to 64
pci 0000:00:0d.0: setting latency timer to 64
pci 0000:00:0e.0: setting latency timer to 64
pci 0000:00:0f.0: setting latency timer to 64
pci 0000:00:10.0: setting latency timer to 64
pci 0000:00:11.0: setting latency timer to 64
bus: 00 index 0 io port: [0x00-0xffff]
bus: 00 index 1 mmio: [0x000000-0xffffffff]
bus: 01 index 0 mmio: [0x0-0x0]
bus: 01 index 1 mmio: [0xdde00000-0xddefffff]
bus: 01 index 2 mmio: [0x0-0x0]
bus: 01 index 3 io port: [0x00-0xffff]
bus: 01 index 4 mmio: [0x000000-0xffffffff]
bus: 02 index 0 mmio: [0x0-0x0]
bus: 02 index 1 mmio: [0xddf00000-0xdfffffff]
bus: 02 index 2 mmio: [0xc0000000-0xcfffffff]
bus: 02 index 3 mmio: [0x0-0x0]
bus: 03 index 0 mmio: [0x0-0x0]
bus: 03 index 1 mmio: [0x0-0x0]
bus: 03 index 2 mmio: [0x0-0x0]
bus: 03 index 3 mmio: [0x0-0x0]
bus: 04 index 0 mmio: [0x0-0x0]
bus: 04 index 1 mmio: [0x0-0x0]
bus: 04 index 2 mmio: [0x0-0x0]
bus: 04 index 3 mmio: [0x0-0x0]
bus: 05 index 0 mmio: [0x0-0x0]
bus: 05 index 1 mmio: [0x0-0x0]
bus: 05 index 2 mmio: [0x0-0x0]
bus: 05 index 3 mmio: [0x0-0x0]
bus: 06 index 0 mmio: [0x0-0x0]
bus: 06 index 1 mmio: [0x0-0x0]
bus: 06 index 2 mmio: [0x0-0x0]
bus: 06 index 3 mmio: [0x0-0x0]
bus: 07 index 0 mmio: [0x0-0x0]
bus: 07 index 1 mmio: [0x0-0x0]
bus: 07 index 2 mmio: [0x0-0x0]
bus: 07 index 3 mmio: [0x0-0x0]
bus: 08 index 0 mmio: [0x0-0x0]
bus: 08 index 1 mmio: [0x0-0x0]
bus: 08 index 2 mmio: [0x0-0x0]
bus: 08 index 3 mmio: [0x0-0x0]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
checking if image is initramfs... it is
Freeing initrd memory: 3626k freed
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
audit: initializing netlink socket (disabled)
type=2000 audit(1236857990.448:1): initialized
highmem bounce pool size: 64 pages
HugeTLB registered 4 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 1739
SELinux:  Registering netfilter hooks
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:00:00.0: Enabling HT MSI Mapping
pci 0000:00:07.0: Enabling HT MSI Mapping
pci 0000:00:08.0: Enabling HT MSI Mapping
pci 0000:00:0a.0: Enabling HT MSI Mapping
pci 0000:00:0b.0: Enabling HT MSI Mapping
pci 0000:00:0c.0: Enabling HT MSI Mapping
pci 0000:00:0d.0: Enabling HT MSI Mapping
pci 0000:00:0e.0: Enabling HT MSI Mapping
pci 0000:00:0f.0: Enabling HT MSI Mapping
pci 0000:00:10.0: Enabling HT MSI Mapping
pci 0000:00:11.0: Enabling HT MSI Mapping
pci 0000:02:00.0: Boot video device
pcieport-driver 0000:00:0b.0: setting latency timer to 64
pcieport-driver 0000:00:0b.0: found MSI capability
pcieport-driver 0000:00:0b.0: irq 1279 for MSI/MSI-X
pci_express 0000:00:0b.0:pcie00: allocate port service
pci_express 0000:00:0b.0:pcie03: allocate port service
pcieport-driver 0000:00:0c.0: setting latency timer to 64
pcieport-driver 0000:00:0c.0: found MSI capability
pcieport-driver 0000:00:0c.0: irq 1278 for MSI/MSI-X
pci_express 0000:00:0c.0:pcie00: allocate port service
pci_express 0000:00:0c.0:pcie03: allocate port service
pcieport-driver 0000:00:0d.0: setting latency timer to 64
pcieport-driver 0000:00:0d.0: found MSI capability
pcieport-driver 0000:00:0d.0: irq 1277 for MSI/MSI-X
pci_express 0000:00:0d.0:pcie00: allocate port service
pci_express 0000:00:0d.0:pcie03: allocate port service
pcieport-driver 0000:00:0e.0: setting latency timer to 64
pcieport-driver 0000:00:0e.0: found MSI capability
pcieport-driver 0000:00:0e.0: irq 1276 for MSI/MSI-X
pci_express 0000:00:0e.0:pcie00: allocate port service
pci_express 0000:00:0e.0:pcie03: allocate port service
pcieport-driver 0000:00:0f.0: setting latency timer to 64
pcieport-driver 0000:00:0f.0: found MSI capability
pcieport-driver 0000:00:0f.0: irq 1275 for MSI/MSI-X
pci_express 0000:00:0f.0:pcie00: allocate port service
pci_express 0000:00:0f.0:pcie03: allocate port service
pcieport-driver 0000:00:10.0: setting latency timer to 64
pcieport-driver 0000:00:10.0: found MSI capability
pcieport-driver 0000:00:10.0: irq 1274 for MSI/MSI-X
pci_express 0000:00:10.0:pcie00: allocate port service
pci_express 0000:00:10.0:pcie03: allocate port service
pcieport-driver 0000:00:11.0: setting latency timer to 64
pcieport-driver 0000:00:11.0: found MSI capability
pcieport-driver 0000:00:11.0: irq 1273 for MSI/MSI-X
pci_express 0000:00:11.0:pcie00: allocate port service
pci_express 0000:00:11.0:pcie03: allocate port service
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
processor ACPI_CPU:00: registered as cooling_device0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
Linux agpgart interface v0.103
Serial: 8250/16550 driver4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
brd: module loaded
input: Macintosh mouse button emulation as /class/input/input0
PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
powernow-k8: Found 1 AMD Athlon(tm) Processor LE-1640 processors (1 cpu cores) (version 2.20.00)
powernow-k8:    0 : fid 0x2 (1000 MHz), vid 0x12
powernow-k8:    1 : fid 0xa (1800 MHz), vid 0x10
powernow-k8:    2 : fid 0xc (2000 MHz), vid 0x10
powernow-k8:    3 : fid 0xe (2200 MHz), vid 0x10
powernow-k8:    4 : fid 0x10 (2400 MHz), vid 0xe
powernow-k8:    5 : fid 0x12 (2600 MHz), vid 0xc
powernow-k8: ph2 null fid transition 0x12
Using IPI No-Shortcut mode
registered taskstats version 1
Freeing unused kernel memory: 320k freed
Write protecting the kernel text: 2196k
Write protecting the kernel read-only data: 1096k
input: AT Translated Set 2 keyboard as /class/input/input1
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 23
ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:02.1: setting latency timer to 64
ehci_hcd 0000:00:02.1: EHCI Host Controller
ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:02.1: debug port 1
ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
ehci_hcd 0000:00:02.1: irq 23, io mem 0xdddfec00
ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 5 ports detected
ACPI: PCI Interrupt Link [UB12] enabled at IRQ 22
ehci_hcd 0000:00:04.1: PCI INT B -> Link[UB12] -> GSI 22 (level, low) -> IRQ 22
ehci_hcd 0000:00:04.1: setting latency timer to 64
ehci_hcd 0000:00:04.1: EHCI Host Controller
ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:04.1: debug port 1
ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
ehci_hcd 0000:00:04.1: irq 22, io mem 0xdddfe800
ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 5 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 21
ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 21 (level, low) -> IRQ 21
ohci_hcd 0000:00:02.0: setting latency timer to 64
ohci_hcd 0000:00:02.0: OHCI Host Controller
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:02.0: irq 21, io mem 0xdddff000
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 5 ports detected
ACPI: PCI Interrupt Link [UB11] enabled at IRQ 20
ohci_hcd 0000:00:04.0: PCI INT A -> Link[UB11] -> GSI 20 (level, low) -> IRQ 20
ohci_hcd 0000:00:04.0: setting latency timer to 64
ohci_hcd 0000:00:04.0: OHCI Host Controller
ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:04.0: irq 20, io mem 0xdddfd000
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 5 ports detected
uhci_hcd: USB Universal Host Controller Interface driver
SCSI subsystem initialized
Driver 'sd' needs updating - please use bus_type methods
libata version 3.00 loaded.
ahci 0000:00:09.0: version 3.0
ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
ahci 0000:00:09.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
ahci 0000:00:09.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl IDE mode
ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pmp pio 
ahci 0000:00:09.0: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
ata1: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 23
ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 23
ata3: SATA max UDMA/133 abar m8192@0xdddf6000 port 0xdddf6200 irq 23
ata4: SATA max UDMA/133 abar m8192@0xdddf6000 port 0xdddf6280 irq 23
usb 4-1: new low speed USB device using ohci_hcd and address 2
usb 4-1: configuration #1 chosen from 1 choice
input: Dell Dell USB Mouse as /class/input/input2
generic-usb 0003:413C:3200.0001: input: USB HID v1.10 Mouse [Dell Dell USB Mouse] on usb-0000:00:04.0-1/input0
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-7: ST3160215AS, 4.AAB, max UDMA/133
ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata1.00: configured for UDMA/133
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ATAPI: HL-DT-STDVD-RAM GH22NS30, 1.01, max UDMA/100
ata2.00: configured for UDMA/100
ata3: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
scsi 0:0:0:0: Direct-Access     ATA      ST3160215AS      4.AA PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI disk
scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GH22NS30 1.01 PQ: 0 ANSI: 5
device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
type=1404 audit(1236857997.441:2): selinux=0 auid=4294967295 ses=4294967295
sd 0:0:0:0: Attached scsi generic sg0 type 0
scsi 1:0:0:0: Attached scsi generic sg1 type 5
Floppy drive(s): fd0 is 1.44M
Driver 'sr' needs updating - please use bus_type methods
FDC 0 is a post-1991 82077
sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
pata_amd 0000:00:06.0: version 0.3.10
pata_amd 0000:00:06.0: setting latency timer to 64
scsi4 : pata_amd
scsi5 : pata_amd
ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
input: PC Speaker as /class/input/input3
input: Power Button (FF) as /class/input/input4
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /class/input/input5
ACPI: Power Button (CM) [PWRB]
ata6: port disabled. ignoring.
forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 22
forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 22 (level, low) -> IRQ 22
forcedeth 0000:00:0a.0: setting latency timer to 64
parport_pc 00:05: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 3, addr 00:23:54:ec:02:73
forcedeth 0000:00:0a.0: highdma pwrctl mgmt timirq gbit lnktim msi desc-v3
Linux video capture interface: v2.00
saa7130/34: v4l2 driver version 0.2.14 loaded
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 19
saa7134 0000:01:07.0: PCI INT A -> Link[LNKB] -> GSI 19 (level, low) -> IRQ 19
saa7133[0]: found at 0000:01:07.0, rev: 209, irq: 19, latency: 64, mmio: 0xddeff800
saa7133[0]: subsystem: 11bd:002e, board: Pinnacle PCTV 40i/50i/110i (saa7133) [card=77,autodetected]
saa7133[0]: board init: gpio is 200e000
saa7133[0]: i2c eeprom 00: bd 11 2e 00 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
saa7133[0]: i2c eeprom 10: ff e0 60 02 ff 20 ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: 01 2c 01 23 23 01 04 30 98 ff 00 e2 ff 22 00 c2
saa7133[0]: i2c eeprom 30: 96 ff 03 30 15 01 ff 15 0e 6c a3 ea 03 c1 a2 0c
saa7133[0]: i2c eeprom 40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
HDA Intel 0000:00:07.0: PCI INT A -> Link[LAZA] -> GSI 21 (level, low) -> IRQ 21
HDA Intel 0000:00:07.0: setting latency timer to 64
tuner' 0-004b: chip found @ 0x96 (saa7133[0])
tda829x 0-004b: setting tuner address to 61
tda829x 0-004b: type set to tda8290+75a
input: Pinnacle PCTV as /class/input/input6
ir-kbd-i2c: Pinnacle PCTV detected at i2c-0/0-0047/ir0 [saa7133[0]]
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0
saa7133[0]: registered device radio0
saa7134 ALSA driver for DMA sound loaded
saa7133[0]/alsa: saa7133[0] at 0xddeff800 irq 19 registered as card 1
usbcore: registered new interface driver snd-usb-audio
device-mapper: multipath: version 1.0.5 loaded
loop: module loaded
EXT3 FS on dm-0, internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Adding 2031608k swap on /dev/mapper/VolGroup00-LogVol01.  Priority:-1 extents:1 across:2031608k
warning: process `kudzu' used the deprecated sysctl system call with 1.23.
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ip6_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16378 buckets, 65512 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
ip_tables: (C) 2000-2006 Netfilter Core Team
Clocksource tsc unstable (delta = -137222630 ns)
forcedeth 0000:00:0a.0: irq 1272 for MSI/MSI-X
eth1: no IPv6 routers present
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
warning: `dbus-daemon' uses 32-bit capabilities (legacy support in use)
Bluetooth: Core ver 2.13
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.11
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.10
ACPI: PCI Interrupt Link [LNEB] enabled at IRQ 18
pci 0000:02:00.0: PCI INT A -> Link[LNEB] -> GSI 18 (level, low) -> IRQ 18
saa7134 ALSA driver for DMA sound unloaded
saa7134: Unknown symbol v4l2_i2c_new_probed_subdev
saa7134: Unknown symbol v4l2_device_register
saa7134: Unknown symbol v4l2_i2c_tuner_addrs
saa7134: Unknown symbol v4l2_device_unregister
saa7134: Unknown symbol v4l2_i2c_new_subdev
saa7134: Unknown symbol ir_codes_kworld_plus_tv_analog
saa7134: Unknown symbol v4l2_i2c_new_probed_subdev
saa7134: Unknown symbol v4l2_device_register
saa7134: Unknown symbol v4l2_i2c_tuner_addrs
saa7134: Unknown symbol v4l2_device_unregister
saa7134: Unknown symbol v4l2_i2c_new_subdev
saa7134: Unknown symbol ir_codes_kworld_plus_tv_analog
saa7134_alsa: Unknown symbol saa7134_tvaudio_setmute
saa7134_alsa: Unknown symbol saa_dsp_writel
saa7134_alsa: Unknown symbol saa7134_devlist
saa7134_alsa: Unknown symbol saa7134_boards
saa7134_alsa: Unknown symbol saa7134_pgtable_alloc
saa7134_alsa: Unknown symbol saa7134_pgtable_build
saa7134_alsa: Unknown symbol saa7134_pgtable_free
saa7134_alsa: Unknown symbol saa7134_dmasound_init
saa7134_alsa: Unknown symbol saa7134_dmasound_exit
saa7134_alsa: Unknown symbol saa7134_set_dmabits
saa7134: Unknown symbol v4l2_i2c_new_probed_subdev
saa7134: Unknown symbol v4l2_device_register
saa7134: Unknown symbol v4l2_i2c_tuner_addrs
saa7134: Unknown symbol v4l2_device_unregister
saa7134: Unknown symbol v4l2_i2c_new_subdev
saa7134: Unknown symbol ir_codes_kworld_plus_tv_analog
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
Buffer I/O error on device fd0, logical block 0
end_request: I/O error, dev fd0, sector 0
Buffer I/O error on device fd0, logical block 0
saa7130/34: v4l2 driver version 0.2.14 loaded
saa7133[0]: found at 0000:01:07.0, rev: 209, irq: 19, latency: 64, mmio: 0xddeff800
saa7133[0]: subsystem: 11bd:002e, board: Pinnacle PCTV 40i/50i/110i (saa7133) [card=77,autodetected]
saa7133[0]: board init: gpio is 220c000
tuner' 0-004b: chip found @ 0x96 (saa7133[0])
input: Pinnacle PCTV as /class/input/input7
ir-kbd-i2c: Pinnacle PCTV detected at i2c-0/0-0047/ir0 [saa7133[0]]
saa7133[0]: i2c eeprom 00: bd 11 2e 00 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
saa7133[0]: i2c eeprom 10: ff e0 60 02 ff 20 ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: 01 2c 01 23 23 01 04 30 98 ff 00 e2 ff 22 00 c2
saa7133[0]: i2c eeprom 30: 96 ff 03 30 15 01 ff 15 0e 6c a3 ea 03 c1 a2 0c
saa7133[0]: i2c eeprom 40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tda829x 0-004b: setting tuner address to 61
tda829x 0-004b: type set to tda8290+75a
Pinnacle PCTV: unknown key: key=0x14 raw=0x14 down=1
Pinnacle PCTV: unknown key: key=0x14 raw=0x14 down=0
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0
saa7133[0]: registered device radio0
saa7134 ALSA driver for DMA sound loaded
saa7133[0]/alsa: saa7133[0] at 0xddeff800 irq 19 registered as card 1
Pinnacle PCTV: unknown key: key=0x35 raw=0x35 down=1
Pinnacle PCTV: unknown key: key=0x35 raw=0x35 down=0

[-- Attachment #3: Pinnacle_Remote --]
[-- Type: application/octet-stream, Size: 2047 bytes --]

saa7130/34: v4l2 driver version 0.2.14 loaded
saa7133[0]: found at 0000:01:07.0, rev: 209, irq: 19, latency: 64, mmio: 0xddeff800
saa7133[0]: subsystem: 11bd:002e, board: Pinnacle PCTV 40i/50i/110i (saa7133) [card=77,autodetected]
saa7133[0]: board init: gpio is 220c000
tuner' 0-004b: chip found @ 0x96 (saa7133[0])
input: Pinnacle PCTV as /class/input/input7
ir-kbd-i2c: Pinnacle PCTV detected at i2c-0/0-0047/ir0 [saa7133[0]]
saa7133[0]: i2c eeprom 00: bd 11 2e 00 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
saa7133[0]: i2c eeprom 10: ff e0 60 02 ff 20 ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: 01 2c 01 23 23 01 04 30 98 ff 00 e2 ff 22 00 c2
saa7133[0]: i2c eeprom 30: 96 ff 03 30 15 01 ff 15 0e 6c a3 ea 03 c1 a2 0c
saa7133[0]: i2c eeprom 40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tda829x 0-004b: setting tuner address to 61
tda829x 0-004b: type set to tda8290+75a
Pinnacle PCTV: unknown key: key=0x14 raw=0x14 down=1
Pinnacle PCTV: unknown key: key=0x14 raw=0x14 down=0
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0
saa7133[0]: registered device radio0
saa7134 ALSA driver for DMA sound loaded
saa7133[0]/alsa: saa7133[0] at 0xddeff800 irq 19 registered as card 1


[-- Attachment #4: Type: text/plain, Size: 164 bytes --]

--
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] 7+ messages in thread

* Re: Problem with the TV out Sound !!!
  2009-03-12 12:32       ` rahul G
@ 2009-03-13  1:19         ` hermann pitton
  0 siblings, 0 replies; 7+ messages in thread
From: hermann pitton @ 2009-03-13  1:19 UTC (permalink / raw)
  To: rahul G; +Cc: video4linux-list

Hi Rahul,

Am Donnerstag, den 12.03.2009, 18:02 +0530 schrieb rahul G:
> Hi  Hermann..
>                       As per my previous mail now I am able to solved
> most of the problems related to TV and Radio.But the Big issue is My
> remote is not working with this pinnacle 50i card.My dmesg out put I
> am sending as an attachment..Please check it out..I  have made some
> driver changes for this remote but that is not working at all..do you
> have any pointers regarding this please let me know..
> 
> Thanks In Advance..
> 
> Regards
> Rahul G

as said previously, there seems to be possibly new hardware for the
remote on recent Pinnacle stuff.

I don't have any of such and also can only read the lists.

If i don't misread, Ricardo, who initially did the work to add support
for such i2c driven remotes, has such prior one still working.

So, Hauppauge bought Pinnacle for the video/tv stuff, Philips/NXP bought
Conexant for that.

There should be a good chance to get it sorted in the future without
hacking around for a long time I do hope.

At least it should not take that long as it was needed for the Asus PC39
once ;)

Cheers,
Hermann


> 
> On Thu, Mar 12, 2009 at 5:47 AM, hermann pitton <hermann-pitton@arcor.de> wrote:
> > Hi Rahul,
> >
> > Am Montag, den 09.03.2009, 19:18 +0530 schrieb rahul G:
> >> Hi Hermann....
> >>             My problem is solved by using latest kernel version
> >> linux-2.6.28.2 ..My card is auto detected by kernel and radio is also
> >> working fine with TV functionality...
> >>
> >> Thanks & Regards,
> >> RahulG
> >>
> >
> > thanks for your report, seems we have at least finally fixed the radio
> > support after years nobody had time to test ...
> >
> > I would like to see it at the same level for the eventually different
> > remote hardware on current devices, but I might ask for too much
> > again ;)
> >
> > Thanks,
> > Hermann
> >
> >> On Sun, Mar 8, 2009 at 4:58 AM, hermann pitton <hermann-pitton@arcor.de> wrote:
> >> > Hi,
> >> >
> >> > Am Freitag, den 06.03.2009, 19:17 +0530 schrieb rahul G:
> >> >>  Hi All....
> >> >>             I am using Pinnacle 50i TV tuner card for watching TV but
> >> >> Radio functionality is not working with the card when I used
> >> >> "/sbin/modprobe saa7134 card=77 tuner=54".
> >> >> TV is working fine with this on linux-2.26.23.3.But when I used
> >> >> "/sbin/modprobe saa7134 card=65 tuner=54" my radio is working fine
> >> >> with this tuner card and not  TV.
> >> >> When I tried with Linux-2.26.23.1 kernel with same command
> >> >> "/sbin/modprobe saa7134 card=77 tuner=54" radio is working fine but
> >> >> sound coming out from the device is too small.which not audiable.Can
> >> >> any one tell me the reason behind this.
> >> >>
> >> >> Thanks In Advance..
> >> >>
> >> >> Regards,
> >> >> Rahul G
> >> >>
> >> >
> >> > hmm, on my 2.6.26 sources radio settings for card=65 and card=77 are
> >> > exactly the same. Please confirm about which kernel versions you are
> >> > talking. I know radio was not functional on card=77 and older kernels.
> >> >
> >> >        [SAA7134_BOARD_PINNACLE_PCTV_110i] = {
> >> >               .name           = "Pinnacle PCTV 40i/50i/110i (saa7133)",
> >> >                .audio_clock    = 0x00187de7,
> >> >                .tuner_type     = TUNER_PHILIPS_TDA8290,
> >> >                .radio_type     = UNSET,
> >> >                .tuner_addr     = ADDR_UNSET,
> >> >                .radio_addr     = ADDR_UNSET,
> >> >                .gpiomask       = 0x080200000,
> >> >                .inputs         = { {
> >> >                        .name = name_tv,
> >> >                        .vmux = 4,
> >> >                        .amux = TV,
> >> >                        .tv   = 1,
> >> >                }, {
> >> >                        .name = name_comp1,
> >> >                        .vmux = 1,
> >> >                        .amux = LINE2,
> >> >                }, {
> >> >                        .name = name_comp2,
> >> >                        .vmux = 0,
> >> >                        .amux = LINE2,
> >> >                }, {
> >> >                        .name = name_svideo,
> >> >                        .vmux = 8,
> >> >                        .amux = LINE2,
> >> >                } },
> >> >                .radio = {
> >> >                        .name = name_radio,
> >> >                        .amux = TV,
> >> >                        .gpio = 0x0200000,
> >> >                },
> >> >        },
> >> >
> >> > ----
> >> >
> >> >        [SAA7134_BOARD_KWORLD_TERMINATOR] = {
> >> >                /* Kworld V-Stream Studio TV Terminator */
> >> >                /* "James Webb <jrwebb@qwest.net> */
> >> >                .name           = "V-Stream Studio TV Terminator",
> >> >                .audio_clock    = 0x00187de7,
> >> >                .tuner_type     = TUNER_PHILIPS_TDA8290,
> >> >                .radio_type     = UNSET,
> >> >                .tuner_addr     = ADDR_UNSET,
> >> >                .radio_addr     = ADDR_UNSET,
> >> >                .gpiomask       = 1 << 21,
> >> >                .inputs         = {{
> >> >                        .name = name_tv,
> >> >                        .vmux = 1,
> >> >                        .amux = TV,
> >> >                        .gpio = 0x0000000,
> >> >                        .tv   = 1,
> >> >                },{
> >> >                        .name = name_comp1,     /* Composite input */
> >> >                        .vmux = 3,
> >> >                        .amux = LINE2,
> >> >                        .gpio = 0x0000000,
> >> >                },{
> >> >                        .name = name_svideo,    /* S-Video input */
> >> >                        .vmux = 8,
> >> >                        .amux = LINE2,
> >> >                        .gpio = 0x0000000,
> >> >                }},
> >> >                .radio = {
> >> >                        .name = name_radio,
> >> >                        .amux = TV,
> >> >                        .gpio = 0x0200000,
> >> >                },
> >> >        },
> >> >
> >> > Ricardo only used a gpio mask extended to four bytes and the last bit
> >> > high, what is seen regularly on the windows drivers.
> >> >
> >> > However, it doesn't matter, since the chip has only 28 gpio pins (0-27).
> >> >
> >> > Does it really makes still a difference if you use radio now on 2.6.26
> >> > with card=65 ?
> >> >
> >> > 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] 7+ messages in thread

end of thread, other threads:[~2009-03-13  1:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-06 13:47 Problem with the TV out Sound !!! rahul G
2009-03-07 23:28 ` hermann pitton
2009-03-09  4:50   ` rahul G
2009-03-09 13:48   ` rahul G
2009-03-12  0:17     ` hermann pitton
2009-03-12 12:32       ` rahul G
2009-03-13  1:19         ` hermann pitton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.