All of lore.kernel.org
 help / color / mirror / Atom feed
* [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
@ 2009-11-09 11:13 Valerio Bontempi
  2009-11-09 16:43 ` Devin Heitmueller
  2009-11-09 16:46 ` Mauro Carvalho Chehab
  0 siblings, 2 replies; 18+ messages in thread
From: Valerio Bontempi @ 2009-11-09 11:13 UTC (permalink / raw)
  To: linux-media

Hi all,

I have a problem trying to user Terratec Cinergy T XS (usb dvb only
adapter) with XC3028 tuner:
v4l dvb driver installed in last kernel versions (actually I am using
2.6.31 from ubuntu 9.10) detects this device but then looks for the
wrong firmware xc3028-v27.fw, and, moreover, seems to not contain
correct device firmware at all.
This makes the device to be detected but dvb device /dev/dvb is not
created by the kernel.

Is there a way to make this device to work with last kernel versions
and last v4l-dvb driver versions?


Thanks and regards in advance

Valerio Bontempi

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-09 11:13 [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw Valerio Bontempi
@ 2009-11-09 16:43 ` Devin Heitmueller
  2009-11-09 16:46 ` Mauro Carvalho Chehab
  1 sibling, 0 replies; 18+ messages in thread
From: Devin Heitmueller @ 2009-11-09 16:43 UTC (permalink / raw)
  To: Valerio Bontempi; +Cc: linux-media

Hello Valerio,

On Mon, Nov 9, 2009 at 6:13 AM, Valerio Bontempi
<valerio.bontempi@gmail.com> wrote:
> Hi all,
>
> I have a problem trying to user Terratec Cinergy T XS (usb dvb only
> adapter) with XC3028 tuner:
> v4l dvb driver installed in last kernel versions (actually I am using
> 2.6.31 from ubuntu 9.10) detects this device but then looks for the
> wrong firmware xc3028-v27.fw, and, moreover, seems to not contain
> correct device firmware at all.

xc3028-v27.fw is the correct firmware for that device.  Why do you
think otherwise?

> This makes the device to be detected but dvb device /dev/dvb is not
> created by the kernel.
>
> Is there a way to make this device to work with last kernel versions
> and last v4l-dvb driver versions?

The device is supported in the latest v4l-dvb, although there is an
outstanding bug related to multiple tuning requests made within the
same frontend open() call.

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-09 11:13 [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw Valerio Bontempi
  2009-11-09 16:43 ` Devin Heitmueller
@ 2009-11-09 16:46 ` Mauro Carvalho Chehab
  2009-11-09 17:19   ` Valerio Bontempi
  2009-11-09 23:41   ` Robert Lowery
  1 sibling, 2 replies; 18+ messages in thread
From: Mauro Carvalho Chehab @ 2009-11-09 16:46 UTC (permalink / raw)
  To: Valerio Bontempi; +Cc: linux-media

Em Mon, 9 Nov 2009 12:13:22 +0100
Valerio Bontempi <valerio.bontempi@gmail.com> escreveu:

> Hi all,
> 
> I have a problem trying to user Terratec Cinergy T XS (usb dvb only
> adapter) with XC3028 tuner:
> v4l dvb driver installed in last kernel versions (actually I am using
> 2.6.31 from ubuntu 9.10) detects this device but then looks for the
> wrong firmware xc3028-v27.fw, and, moreover, seems to not contain
> correct device firmware at all.
> This makes the device to be detected but dvb device /dev/dvb is not
> created by the kernel.
> 
> Is there a way to make this device to work with last kernel versions
> and last v4l-dvb driver versions?

Earlier versions of Ubuntu used to contain an out-of-tree driver for xc3028,
that used a different firmware format.

Due to license issues, distros can't package the firmware files (since the vendor
didn't give any redistribution rights for the firmwares up to now).

So, you'll need to download a driver with the firmware inside and run a script to
create the firmware.

For more info and instructions on how to get the firmware, please see:
	http://www.linuxtv.org/wiki/index.php/Xceive_XC3028/XC2028#How_to_Obtain_the_Firmware

Cheers,
Mauro

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-09 16:46 ` Mauro Carvalho Chehab
@ 2009-11-09 17:19   ` Valerio Bontempi
  2009-11-09 17:30     ` Mauro Carvalho Chehab
  2009-11-09 17:33     ` Devin Heitmueller
  2009-11-09 23:41   ` Robert Lowery
  1 sibling, 2 replies; 18+ messages in thread
From: Valerio Bontempi @ 2009-11-09 17:19 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media

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

Hi All,

first thank you for your quick support.
I have already extracted and installed the xc3028-v27.fw firmware file
following the instructions contained in
http://www.linuxtv.org/wiki/index.php/Xceive_XC3028/XC2028#How_to_Obtain_the_Firmware

but with no luck, the device is detected but the dvb device /dev/dvb
is not created

Attached you find the v4l-info output.

I think that the extracted firmware is not the right one, since the
device is detected correctly.

Just two note:
first: until kernel 2.6.31 I was able to use this device compiling
em28xx-new source tree, but this driver version is no more compatible
with last kernel versions.
second: I tried to compile last v4l-dvb source code but the compilation failed.

Is there a way to solve this problem?

Thanks a lot.

Valerio






2009/11/9 Mauro Carvalho Chehab <mchehab@infradead.org>:
> Em Mon, 9 Nov 2009 12:13:22 +0100
> Valerio Bontempi <valerio.bontempi@gmail.com> escreveu:
>
>> Hi all,
>>
>> I have a problem trying to user Terratec Cinergy T XS (usb dvb only
>> adapter) with XC3028 tuner:
>> v4l dvb driver installed in last kernel versions (actually I am using
>> 2.6.31 from ubuntu 9.10) detects this device but then looks for the
>> wrong firmware xc3028-v27.fw, and, moreover, seems to not contain
>> correct device firmware at all.
>> This makes the device to be detected but dvb device /dev/dvb is not
>> created by the kernel.
>>
>> Is there a way to make this device to work with last kernel versions
>> and last v4l-dvb driver versions?
>
> Earlier versions of Ubuntu used to contain an out-of-tree driver for xc3028,
> that used a different firmware format.
>
> Due to license issues, distros can't package the firmware files (since the vendor
> didn't give any redistribution rights for the firmwares up to now).
>
> So, you'll need to download a driver with the firmware inside and run a script to
> create the firmware.
>
> For more info and instructions on how to get the firmware, please see:
>        http://www.linuxtv.org/wiki/index.php/Xceive_XC3028/XC2028#How_to_Obtain_the_Firmware
>
> Cheers,
> Mauro
>

[-- Attachment #2: v4l-info_terratec.txt --]
[-- Type: text/plain, Size: 8763 bytes --]


### v4l2 device info [/dev/video1] ###
general info
    VIDIOC_QUERYCAP
	driver                  : "em28xx"
	card                    : "Terratec Cinergy T XS"
	bus_info                : "usb-0000:00:02.1-4"
	version                 : 0.1.2
	capabilities            : 0x5030041 [VIDEO_CAPTURE,?,TUNER,AUDIO,READWRITE,STREAMING]

standards
    VIDIOC_ENUMSTD(0)
	index                   : 0
	id                      : 0xb000 [NTSC_M,NTSC_M_JP,?]
	name                    : "NTSC"
	frameperiod.numerator   : 1001
	frameperiod.denominator : 30000
	framelines              : 525
    VIDIOC_ENUMSTD(1)
	index                   : 1
	id                      : 0x1000 [NTSC_M]
	name                    : "NTSC-M"
	frameperiod.numerator   : 1001
	frameperiod.denominator : 30000
	framelines              : 525
    VIDIOC_ENUMSTD(2)
	index                   : 2
	id                      : 0x2000 [NTSC_M_JP]
	name                    : "NTSC-M-JP"
	frameperiod.numerator   : 1001
	frameperiod.denominator : 30000
	framelines              : 525
    VIDIOC_ENUMSTD(3)
	index                   : 3
	id                      : 0x8000 [?]
	name                    : "NTSC-M-KR"
	frameperiod.numerator   : 1001
	frameperiod.denominator : 30000
	framelines              : 525
    VIDIOC_ENUMSTD(4)
	index                   : 4
	id                      : 0x4000 [?]
	name                    : "NTSC-443"
	frameperiod.numerator   : 1001
	frameperiod.denominator : 30000
	framelines              : 525
    VIDIOC_ENUMSTD(5)
	index                   : 5
	id                      : 0xff [PAL_B,PAL_B1,PAL_G,PAL_H,PAL_I,PAL_D,PAL_D1,PAL_K]
	name                    : "PAL"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(6)
	index                   : 6
	id                      : 0x7 [PAL_B,PAL_B1,PAL_G]
	name                    : "PAL-BG"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(7)
	index                   : 7
	id                      : 0x8 [PAL_H]
	name                    : "PAL-H"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(8)
	index                   : 8
	id                      : 0x10 [PAL_I]
	name                    : "PAL-I"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(9)
	index                   : 9
	id                      : 0xe0 [PAL_D,PAL_D1,PAL_K]
	name                    : "PAL-DK"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(10)
	index                   : 10
	id                      : 0x100 [PAL_M]
	name                    : "PAL-M"
	frameperiod.numerator   : 1001
	frameperiod.denominator : 30000
	framelines              : 525
    VIDIOC_ENUMSTD(11)
	index                   : 11
	id                      : 0x200 [PAL_N]
	name                    : "PAL-N"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(12)
	index                   : 12
	id                      : 0x400 [PAL_Nc]
	name                    : "PAL-Nc"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(13)
	index                   : 13
	id                      : 0x800 [PAL_60]
	name                    : "PAL-60"
	frameperiod.numerator   : 1001
	frameperiod.denominator : 30000
	framelines              : 525
    VIDIOC_ENUMSTD(14)
	index                   : 14
	id                      : 0xff0000 [SECAM_B,SECAM_D,SECAM_G,SECAM_H,SECAM_K,SECAM_K1,SECAM_L,?ATSC_8_VSB]
	name                    : "SECAM"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(15)
	index                   : 15
	id                      : 0x10000 [SECAM_B]
	name                    : "SECAM-B"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(16)
	index                   : 16
	id                      : 0x40000 [SECAM_G]
	name                    : "SECAM-G"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(17)
	index                   : 17
	id                      : 0x80000 [SECAM_H]
	name                    : "SECAM-H"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(18)
	index                   : 18
	id                      : 0x320000 [SECAM_D,SECAM_K,SECAM_K1]
	name                    : "SECAM-DK"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(19)
	index                   : 19
	id                      : 0x400000 [SECAM_L]
	name                    : "SECAM-L"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625
    VIDIOC_ENUMSTD(20)
	index                   : 20
	id                      : 0x800000 [?ATSC_8_VSB]
	name                    : "SECAM-Lc"
	frameperiod.numerator   : 1
	frameperiod.denominator : 25
	framelines              : 625

inputs

tuners
    VIDIOC_G_TUNER(0)
	index                   : 0
	name                    : "Tuner"
	type                    : unknown
	capability              : 0x0 []
	rangelow                : 0
	rangehigh               : 0
	rxsubchans              : 0x0 []
	audmode                 : MONO
	signal                  : 0
	afc                     : 0

video capture
    VIDIOC_ENUM_FMT(0,VIDEO_CAPTURE)
	index                   : 0
	type                    : VIDEO_CAPTURE
	flags                   : 0
	description             : "16 bpp YUY2, 4:2:2, packed"
	pixelformat             : 0x56595559 [YUYV]
    VIDIOC_ENUM_FMT(1,VIDEO_CAPTURE)
	index                   : 1
	type                    : VIDEO_CAPTURE
	flags                   : 0
	description             : "16 bpp RGB 565, LE"
	pixelformat             : 0x50424752 [RGBP]
    VIDIOC_ENUM_FMT(2,VIDEO_CAPTURE)
	index                   : 2
	type                    : VIDEO_CAPTURE
	flags                   : 0
	description             : "8 bpp Bayer BGBG..GRGR"
	pixelformat             : 0x31384142 [BA81]
    VIDIOC_ENUM_FMT(3,VIDEO_CAPTURE)
	index                   : 3
	type                    : VIDEO_CAPTURE
	flags                   : 0
	description             : "8 bpp Bayer GRGR..BGBG"
	pixelformat             : 0x47425247 [GRBG]
    VIDIOC_ENUM_FMT(4,VIDEO_CAPTURE)
	index                   : 4
	type                    : VIDEO_CAPTURE
	flags                   : 0
	description             : "8 bpp Bayer GBGB..RGRG"
	pixelformat             : 0x47524247 [GBRG]
    VIDIOC_ENUM_FMT(5,VIDEO_CAPTURE)
	index                   : 5
	type                    : VIDEO_CAPTURE
	flags                   : 0
	description             : "12 bpp YUV411"
	pixelformat             : 0x50313134 [411P]
    VIDIOC_G_FMT(VIDEO_CAPTURE)
	type                    : VIDEO_CAPTURE
	fmt.pix.width           : 720
	fmt.pix.height          : 576
	fmt.pix.pixelformat     : 0x56595559 [YUYV]
	fmt.pix.field           : INTERLACED
	fmt.pix.bytesperline    : 1440
	fmt.pix.sizeimage       : 829440
	fmt.pix.colorspace      : SMPTE170M
	fmt.pix.priv            : 0

controls

### video4linux device info [/dev/video1] ###
general info
    VIDIOCGCAP
	name                    : "Terratec Cinergy T XS"
	type                    : 0x3 [CAPTURE,TUNER]
	channels                : 0
	audios                  : 0
	maxwidth                : 720
	maxheight               : 576
	minwidth                : 48
	minheight               : 32

channels

tuner
    VIDIOCGTUNER
	tuner                   : 0
	name                    : "Tuner"
	rangelow                : 0
	rangehigh               : 0
	flags                   : 0x0 []
	mode                    : PAL
	signal                  : 0

audio
    VIDIOCGAUDIO
	audio                   : 0
	volume                  : 65535
	bass                    : 0
	treble                  : 0

picture
    VIDIOCGPICT
	brightness              : 0
	hue                     : 0
	colour                  : 0
	contrast                : 0
	whiteness               : 0
	depth                   : 16
	palette                 : YUYV

buffer

window
    VIDIOCGWIN
	x                       : 0
	y                       : 0
	width                   : 720
	height                  : 576
	chromakey               : 0
	flags                   : 0


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-09 17:19   ` Valerio Bontempi
@ 2009-11-09 17:30     ` Mauro Carvalho Chehab
  2009-11-09 17:33     ` Devin Heitmueller
  1 sibling, 0 replies; 18+ messages in thread
From: Mauro Carvalho Chehab @ 2009-11-09 17:30 UTC (permalink / raw)
  To: Valerio Bontempi; +Cc: linux-media

Em Mon, 9 Nov 2009 18:19:34 +0100
Valerio Bontempi <valerio.bontempi@gmail.com> escreveu:

> Hi All,
> 
> first thank you for your quick support.
> I have already extracted and installed the xc3028-v27.fw firmware file
> following the instructions contained in
> http://www.linuxtv.org/wiki/index.php/Xceive_XC3028/XC2028#How_to_Obtain_the_Firmware
> 
> but with no luck, the device is detected but the dvb device /dev/dvb
> is not created

The creation of the DVB interface is not related to firmware. It means that
the driver you're using doesn't know yet how to make DVB available on your
device.
> 
> Attached you find the v4l-info output.
> 
> I think that the extracted firmware is not the right one, since the
> device is detected correctly.
> 
> Just two note:
> first: until kernel 2.6.31 I was able to use this device compiling
> em28xx-new source tree, but this driver version is no more compatible
> with last kernel versions.
> second: I tried to compile last v4l-dvb source code but the compilation failed.
> 
> Is there a way to solve this problem?
> 
> Thanks a lot.
> 
> Valerio
> 
You should try to use the latest driver available at
http://linuvtv.org/hg/v4l-dvb

I may be mistaken, but the DVB support for this device were added recently. I
suspect that they were added at 2.6.32-rc1 kernel.

Cheers,
Mauro

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-09 17:19   ` Valerio Bontempi
  2009-11-09 17:30     ` Mauro Carvalho Chehab
@ 2009-11-09 17:33     ` Devin Heitmueller
  2009-11-09 17:35       ` Devin Heitmueller
  1 sibling, 1 reply; 18+ messages in thread
From: Devin Heitmueller @ 2009-11-09 17:33 UTC (permalink / raw)
  To: Valerio Bontempi; +Cc: Mauro Carvalho Chehab, linux-media

On Mon, Nov 9, 2009 at 12:19 PM, Valerio Bontempi
<valerio.bontempi@gmail.com> wrote:
> Hi All,
>
> first thank you for your quick support.
> I have already extracted and installed the xc3028-v27.fw firmware file
> following the instructions contained in
> http://www.linuxtv.org/wiki/index.php/Xceive_XC3028/XC2028#How_to_Obtain_the_Firmware
>
> but with no luck, the device is detected but the dvb device /dev/dvb
> is not created
>
> Attached you find the v4l-info output.
>
> I think that the extracted firmware is not the right one, since the
> device is detected correctly.
>
> Just two note:
> first: until kernel 2.6.31 I was able to use this device compiling
> em28xx-new source tree, but this driver version is no more compatible
> with last kernel versions.
> second: I tried to compile last v4l-dvb source code but the compilation failed.
>
> Is there a way to solve this problem?

Support for that particular device came after 2.6.31 went out, so it's
not in the stock 9.10 release.  In 9.10 the device was detected but
the driver did not create the DVB interface for that product.  It is
not a firmware problem.

The em28xx-new tree that Markus maintained is long deprecated.

The tree doesn't compile cleanly against Karmic due to a bug in their
packaging of the kernel headers.  To workaround it, open v4l/.config
and change the fedtv driver from "=m" to "=n".

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-09 17:33     ` Devin Heitmueller
@ 2009-11-09 17:35       ` Devin Heitmueller
  2009-11-09 17:56         ` Valerio Bontempi
  0 siblings, 1 reply; 18+ messages in thread
From: Devin Heitmueller @ 2009-11-09 17:35 UTC (permalink / raw)
  To: Valerio Bontempi; +Cc: Mauro Carvalho Chehab, linux-media

On Mon, Nov 9, 2009 at 12:33 PM, Devin Heitmueller
<dheitmueller@kernellabs.com> wrote:
> The tree doesn't compile cleanly against Karmic due to a bug in their
> packaging of the kernel headers.  To workaround it, open v4l/.config
> and change the fedtv driver from "=m" to "=n".

Pardon, I meant to say "firedtv" and not "fedtv".

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-09 17:35       ` Devin Heitmueller
@ 2009-11-09 17:56         ` Valerio Bontempi
  2009-11-09 18:40           ` Devin Heitmueller
  0 siblings, 1 reply; 18+ messages in thread
From: Valerio Bontempi @ 2009-11-09 17:56 UTC (permalink / raw)
  To: Devin Heitmueller; +Cc: Mauro Carvalho Chehab, linux-media

Hi All,

following Devin suggestion, now I managed to compile latest v4l-dvb source.

But the /dev/dvb device is still not created like before.

Could the reason be the kernel version I am using, 2.6.31 instead of 2.6.32-rc1?
Thanks a lot for you support again, and sorry for my little knowledge
of linux kernel and of its modules.

Regards,

Valerio

2009/11/9 Devin Heitmueller <dheitmueller@kernellabs.com>:
> On Mon, Nov 9, 2009 at 12:33 PM, Devin Heitmueller
> <dheitmueller@kernellabs.com> wrote:
>> The tree doesn't compile cleanly against Karmic due to a bug in their
>> packaging of the kernel headers.  To workaround it, open v4l/.config
>> and change the fedtv driver from "=m" to "=n".
>
> Pardon, I meant to say "firedtv" and not "fedtv".
>
> Devin
>
> --
> Devin J. Heitmueller - Kernel Labs
> http://www.kernellabs.com
>

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-09 17:56         ` Valerio Bontempi
@ 2009-11-09 18:40           ` Devin Heitmueller
  2009-11-10  9:39             ` Valerio Bontempi
  0 siblings, 1 reply; 18+ messages in thread
From: Devin Heitmueller @ 2009-11-09 18:40 UTC (permalink / raw)
  To: Valerio Bontempi; +Cc: Mauro Carvalho Chehab, linux-media

On Mon, Nov 9, 2009 at 12:56 PM, Valerio Bontempi
<valerio.bontempi@gmail.com> wrote:
> Hi All,
>
> following Devin suggestion, now I managed to compile latest v4l-dvb source.
>
> But the /dev/dvb device is still not created like before.
>
> Could the reason be the kernel version I am using, 2.6.31 instead of 2.6.32-rc1?
> Thanks a lot for you support again, and sorry for my little knowledge
> of linux kernel and of its modules.
>
> Regards,
>
> Valerio

Please don't top post.

Did you reboot after installing the v4l-dvb source?  Performing a
"make install" will not cause the new drivers to be loaded.

If you can provide the full dmesg output from the time the box booted
until after the device was connected, I will take a look.

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-09 16:46 ` Mauro Carvalho Chehab
  2009-11-09 17:19   ` Valerio Bontempi
@ 2009-11-09 23:41   ` Robert Lowery
  2009-11-10  0:11     ` Devin Heitmueller
  1 sibling, 1 reply; 18+ messages in thread
From: Robert Lowery @ 2009-11-09 23:41 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media

> Em Mon, 9 Nov 2009 12:13:22 +0100
> Valerio Bontempi <valerio.bontempi@gmail.com> escreveu:
>
>> Hi all,
>>
>> I have a problem trying to user Terratec Cinergy T XS (usb dvb only
>> adapter) with XC3028 tuner:
>> v4l dvb driver installed in last kernel versions (actually I am using
>> 2.6.31 from ubuntu 9.10) detects this device but then looks for the
>> wrong firmware xc3028-v27.fw, and, moreover, seems to not contain
>> correct device firmware at all.
>> This makes the device to be detected but dvb device /dev/dvb is not
>> created by the kernel.
>>
>> Is there a way to make this device to work with last kernel versions
>> and last v4l-dvb driver versions?
>
> Earlier versions of Ubuntu used to contain an out-of-tree driver for
> xc3028,
> that used a different firmware format.
>
> Due to license issues, distros can't package the firmware files (since the
> vendor
> didn't give any redistribution rights for the firmwares up to now).
>
> So, you'll need to download a driver with the firmware inside and run a
> script to
> create the firmware.
>
> For more info and instructions on how to get the firmware, please see:
> 	http://www.linuxtv.org/wiki/index.php/Xceive_XC3028/XC2028#How_to_Obtain_the_Firmware
>
> Cheers,
> Mauro

Mauro,

Although the xc3028-v27.fw generated from
HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip using the above process works fine
for me, the firmware is a couple of years old now and I can't help
wondering if there might be a newer version in the latest Windows drivers
out there containing performance or stability fixes it in.

Do you think it would be worthwhile extracting a newer version of firmware?

-Rob


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-09 23:41   ` Robert Lowery
@ 2009-11-10  0:11     ` Devin Heitmueller
  2009-11-10  0:15       ` Robert Lowery
  0 siblings, 1 reply; 18+ messages in thread
From: Devin Heitmueller @ 2009-11-10  0:11 UTC (permalink / raw)
  To: Robert Lowery; +Cc: Mauro Carvalho Chehab, linux-media

On Mon, Nov 9, 2009 at 6:41 PM, Robert Lowery <rglowery@exemail.com.au> wrote:
> Although the xc3028-v27.fw generated from
> HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip using the above process works fine
> for me, the firmware is a couple of years old now and I can't help
> wondering if there might be a newer version in the latest Windows drivers
> out there containing performance or stability fixes it in.
>
> Do you think it would be worthwhile extracting a newer version of firmware?

That is the latest version of the firmware for that chip.  Xceive has
not updated it since then, given that they are focusing on newer
products like the xc5000 and xc3028L.

Your problem has nothing to do with the firmware.  The issue is the
driver support for your particular device was only added recently
(after Ubuntu did their kernel freeze for Karmic).  The work
associated with adding support for devices is nontrivial, and I
typically only do it when people report that their device needs
support.

Devin


-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-10  0:11     ` Devin Heitmueller
@ 2009-11-10  0:15       ` Robert Lowery
  0 siblings, 0 replies; 18+ messages in thread
From: Robert Lowery @ 2009-11-10  0:15 UTC (permalink / raw)
  To: Devin Heitmueller; +Cc: Mauro Carvalho Chehab, linux-media

> On Mon, Nov 9, 2009 at 6:41 PM, Robert Lowery <rglowery@exemail.com.au>
> wrote:
>> Although the xc3028-v27.fw generated from
>> HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip using the above process works
>> fine
>> for me, the firmware is a couple of years old now and I can't help
>> wondering if there might be a newer version in the latest Windows
>> drivers
>> out there containing performance or stability fixes it in.
>>
>> Do you think it would be worthwhile extracting a newer version of
>> firmware?
>
> That is the latest version of the firmware for that chip.  Xceive has
> not updated it since then, given that they are focusing on newer
> products like the xc5000 and xc3028L.
>
> Your problem has nothing to do with the firmware.  The issue is the
> driver support for your particular device was only added recently
> (after Ubuntu did their kernel freeze for Karmic).  The work
> associated with adding support for devices is nontrivial, and I
> typically only do it when people report that their device needs
> support.
>
> Devin
Sorry Devin,

I shoudn't have hijacked this thread.  My question was general in nature
and not related to the issues being discussed in this thread.

If v2.7 is the latest firmware released by Xceive for the xc3028 then that
answers my question

Thanks

-Rob


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-09 18:40           ` Devin Heitmueller
@ 2009-11-10  9:39             ` Valerio Bontempi
  2009-11-10 15:39               ` Devin Heitmueller
  0 siblings, 1 reply; 18+ messages in thread
From: Valerio Bontempi @ 2009-11-10  9:39 UTC (permalink / raw)
  To: Devin Heitmueller; +Cc: Mauro Carvalho Chehab, linux-media

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

2009/11/9 Devin Heitmueller <dheitmueller@kernellabs.com>:
> On Mon, Nov 9, 2009 at 12:56 PM, Valerio Bontempi
> <valerio.bontempi@gmail.com> wrote:
>> Hi All,
>>
>> following Devin suggestion, now I managed to compile latest v4l-dvb source.
>>
>> But the /dev/dvb device is still not created like before.
>>
>> Could the reason be the kernel version I am using, 2.6.31 instead of 2.6.32-rc1?
>> Thanks a lot for you support again, and sorry for my little knowledge
>> of linux kernel and of its modules.
>>
>> Regards,
>>
>> Valerio
>
> Please don't top post.
>
> Did you reboot after installing the v4l-dvb source?  Performing a
> "make install" will not cause the new drivers to be loaded.
>
> If you can provide the full dmesg output from the time the box booted
> until after the device was connected, I will take a look.
>
> Devin
>
> --
> Devin J. Heitmueller - Kernel Labs
> http://www.kernellabs.com
>

Yes I rebooted the system after compiling and installing through 'make
install' last v4l-dvb source, but with no luck, /dev/dvb device is
still not present.

Attached you can find the full dmesg, since system boot

Thanks a lot again.


P.s. Sorry for top posting, it's gmail0s default and sometimes I forget.

Valerio

[-- Attachment #2: dmesg.log --]
[-- Type: application/octet-stream, Size: 53940 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.31-14-generic (buildd@crested) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 (Ubuntu 2.6.31-14.48-generic)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic root=UUID=8daf78c4-76d9-4bd9-8966-87a7ddae8ee6 ro quiet splash
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007fee0000 (usable)
[    0.000000]  BIOS-e820: 000000007fee0000 - 000000007fee3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007fee3000 - 000000007fef0000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.4 present.
[    0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0x7fee0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FF80000000 write-back
[    0.000000]   1 base 007FF00000 mask FFFFF00000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] Scanning 0 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
[    0.000000]  modified: 0000000000010000 - 000000000009f000 (usable)
[    0.000000]  modified: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000007fee0000 (usable)
[    0.000000]  modified: 000000007fee0000 - 000000007fee3000 (ACPI NVS)
[    0.000000]  modified: 000000007fee3000 - 000000007fef0000 (ACPI data)
[    0.000000]  modified: 000000007fef0000 - 000000007ff00000 (reserved)
[    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-000000007fee0000
[    0.000000] Using x86 segment limits to approximate NX protection
[    0.000000]  0000000000 - 007fe00000 page 2M
[    0.000000]  007fe00000 - 007fee0000 page 4k
[    0.000000] kernel direct mapping tables up to 7fee0000 @ 10000-14000
[    0.000000] RAMDISK: 3786d000 - 37fefb00
[    0.000000] ACPI: RSDP 00000000000f6f40 00024 (v02 Nvidia)
[    0.000000] ACPI: XSDT 000000007fee3100 00044 (v01 Nvidia ASUSACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 000000007fee9bc0 000F4 (v03 Nvidia ASUSACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 000000007fee3280 068C9 (v01 NVIDIA ASUSACPI 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 000000007fee0000 00040
[    0.000000] ACPI: HPET 000000007fee9dc0 00038 (v01 Nvidia ASUSACPI 42302E31 AWRD 00000098)
[    0.000000] ACPI: MCFG 000000007fee9e40 0003C (v01 Nvidia ASUSACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: APIC 000000007fee9d00 0007C (v01 Nvidia ASUSACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000007fee0000
[    0.000000] Bootmem setup node 0 0000000000000000-000000007fee0000
[    0.000000]   NODE_DATA [0000000000012000 - 0000000000016fff]
[    0.000000]   bootmap [0000000000017000 -  0000000000026fdf] pages 10
[    0.000000] (7 early reservations) ==> bootmem [0000000000 - 007fee0000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0001000000 - 00019e2ccc]    TEXT DATA BSS ==> [0001000000 - 00019e2ccc]
[    0.000000]   #3 [003786d000 - 0037fefb00]          RAMDISK ==> [003786d000 - 0037fefb00]
[    0.000000]   #4 [000009f000 - 0000100000]    BIOS reserved ==> [000009f000 - 0000100000]
[    0.000000]   #5 [00019e3000 - 00019e314d]              BRK ==> [00019e3000 - 00019e314d]
[    0.000000]   #6 [0000010000 - 0000012000]          PGTABLE ==> [0000010000 - 0000012000]
[    0.000000] found SMP MP-table at [ffff8800000f53b0] f53b0
[    0.000000]  [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff880001e00000-ffff8800039fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007fee0
[    0.000000] On node 0 totalpages: 523887
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 102 pages reserved
[    0.000000]   DMA zone: 3825 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7109 pages used for memmap
[    0.000000]   DMA32 zone: 512795 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfefff000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:60100000)
[    0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 30 pages at ffff8800019f4000, static data 90720 bytes
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 516620
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic root=UUID=8daf78c4-76d9-4bd9-8966-87a7ddae8ee6 ro quiet splash
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ c456000000 size 32 MB
[    0.000000] Aperture beyond 4GB. Ignoring.
[    0.000000] Memory: 2048660k/2096000k available (5313k kernel code, 452k absent, 46888k reserved, 3011k data, 660k init)
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] NR_IRQS:4352 nr_irqs:424
[    0.000000] Extended CMOS year: 2000
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2110.735 MHz processor.
[    0.000011] spurious 8259A interrupt: IRQ7.
[    0.000991] Console: colour VGA+ 80x25
[    0.000994] console [tty0] enabled
[    0.009829] allocated 20971520 bytes of page_cgroup
[    0.009831] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.009990] hpet clockevent registered
[    0.009993] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.010000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4221.47 BogoMIPS (lpj=21107350)
[    0.010000] Security Framework initialized
[    0.010000] AppArmor: AppArmor initialized
[    0.010000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.010000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.010000] Mount-cache hash table entries: 256
[    0.010000] Initializing cgroup subsys ns
[    0.010000] Initializing cgroup subsys cpuacct
[    0.010000] Initializing cgroup subsys memory
[    0.010000] Initializing cgroup subsys freezer
[    0.010000] Initializing cgroup subsys net_cls
[    0.010000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.010000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.010000] CPU 0/0x0 -> Node 0
[    0.010000] tseg: 007ff00000
[    0.010000] CPU: Physical Processor ID: 0
[    0.010000] CPU: Processor Core ID: 0
[    0.010000] mce: CPU supports 5 MCE banks
[    0.010000] using C1E aware idle routine
[    0.010000] Performance Counters: AMD PMU driver.
[    0.010000] ... version:                 0
[    0.010000] ... bit width:               48
[    0.010000] ... generic counters:        4
[    0.010000] ... value mask:              0000ffffffffffff
[    0.010000] ... max period:              00007fffffffffff
[    0.010000] ... fixed-purpose counters:  0
[    0.010000] ... counter mask:            000000000000000f
[    0.010000] ACPI: Core revision 20090521
[    0.014365] Setting APIC routing to flat
[    0.014674] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.114697] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ stepping 01
[    0.120000] Booting processor 1 APIC 0x1 ip 0x6000
[    0.010000] Initializing CPU#1
[    0.010000] Calibrating delay using timer specific routine.. 4221.67 BogoMIPS (lpj=21108364)
[    0.010000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.010000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.010000] CPU 1/0x1 -> Node 0
[    0.010000] CPU: Physical Processor ID: 0
[    0.010000] CPU: Processor Core ID: 1
[    0.010000] mce: CPU supports 5 MCE banks
[    0.010000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.270422] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ stepping 01
[    0.270434] Brought up 2 CPUs
[    0.270437] Total of 2 processors activated (8443.14 BogoMIPS).
[    0.270494] CPU0 attaching sched-domain:
[    0.270497]  domain 0: span 0-1 level MC
[    0.270500]   groups: 0 1
[    0.270504] CPU1 attaching sched-domain:
[    0.270506]  domain 0: span 0-1 level MC
[    0.270509]   groups: 1 0
[    0.270580] Booting paravirtualized kernel on bare hardware
[    0.270580] regulator: core version 0.5
[    0.270580] Time: 10:31:16  Date: 11/10/09
[    0.270580] NET: Registered protocol family 16
[    0.270580] node 0 link 0: io port [9000, ffff]
[    0.270580] TOM: 0000000080000000 aka 2048M
[    0.270580] node 0 link 0: mmio [a0000, bffff]
[    0.270580] node 0 link 0: mmio [feb00000, fec0ffff]
[    0.270580] node 0 link 0: mmio [80000000, dfffffff]
[    0.270580] node 0 link 0: mmio [f0000000, fe02ffff]
[    0.270580] node 0 link 0: mmio [e0000000, e05fffff]
[    0.270580] bus: [00,05] on node 0 link 0
[    0.270580] bus: 00 index 0 io port: [0, ffff]
[    0.270580] bus: 00 index 1 mmio: [a0000, bffff]
[    0.270580] bus: 00 index 2 mmio: [fe030000, fcffffffff]
[    0.270580] bus: 00 index 3 mmio: [80000000, efffffff]
[    0.270580] bus: 00 index 4 mmio: [f0000000, fe02ffff]
[    0.270580] ACPI: bus type pci registered
[    0.270580] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.270580] PCI: MCFG area at e0000000 reserved in E820
[    0.275834] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.275836] PCI: Using configuration type 1 for base access
[    0.276647] bio: create slab <bio-0> at 0
[    0.276647] ACPI: EC: Look up EC in DSDT
[    0.286616] ACPI: Interpreter enabled
[    0.286620] ACPI: (supports S0 S1 S3 S4 S5)
[    0.286648] ACPI: Using IOAPIC for interrupt routing
[    0.294176] ACPI: No dock devices found.
[    0.294290] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.294412] pci 0000:00:01.1: reg 10 io port: [0xfc00-0xfc1f]
[    0.294420] pci 0000:00:01.1: reg 20 io port: [0x4c00-0x4c3f]
[    0.294424] pci 0000:00:01.1: reg 24 io port: [0x4c40-0x4c7f]
[    0.294434] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.294438] pci 0000:00:01.1: PME# disabled
[    0.294456] pci 0000:00:02.0: reg 10 32bit mmio: [0xfe02f000-0xfe02ffff]
[    0.294472] pci 0000:00:02.0: supports D1 D2
[    0.294474] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.294477] pci 0000:00:02.0: PME# disabled
[    0.294494] pci 0000:00:02.1: reg 10 32bit mmio: [0xfeb00000-0xfeb000ff]
[    0.294514] pci 0000:00:02.1: supports D1 D2
[    0.294516] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.294519] pci 0000:00:02.1: PME# disabled
[    0.294546] pci 0000:00:06.0: reg 20 io port: [0xe800-0xe80f]
[    0.294568] pci 0000:00:07.0: reg 10 io port: [0x9f0-0x9f7]
[    0.294572] pci 0000:00:07.0: reg 14 io port: [0xbf0-0xbf3]
[    0.294576] pci 0000:00:07.0: reg 18 io port: [0x970-0x977]
[    0.294580] pci 0000:00:07.0: reg 1c io port: [0xb70-0xb73]
[    0.294583] pci 0000:00:07.0: reg 20 io port: [0xd400-0xd40f]
[    0.294587] pci 0000:00:07.0: reg 24 32bit mmio: [0xfe02c000-0xfe02cfff]
[    0.294607] pci 0000:00:08.0: reg 10 io port: [0x9e0-0x9e7]
[    0.294611] pci 0000:00:08.0: reg 14 io port: [0xbe0-0xbe3]
[    0.294615] pci 0000:00:08.0: reg 18 io port: [0x960-0x967]
[    0.294618] pci 0000:00:08.0: reg 1c io port: [0xb60-0xb63]
[    0.294622] pci 0000:00:08.0: reg 20 io port: [0xc000-0xc00f]
[    0.294626] pci 0000:00:08.0: reg 24 32bit mmio: [0xfe02b000-0xfe02bfff]
[    0.294657] pci 0000:00:0a.0: reg 10 32bit mmio: [0xfe02a000-0xfe02afff]
[    0.294661] pci 0000:00:0a.0: reg 14 io port: [0xbc00-0xbc07]
[    0.294675] pci 0000:00:0a.0: supports D1 D2
[    0.294677] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.294681] pci 0000:00:0a.0: PME# disabled
[    0.294706] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.294709] pci 0000:00:0b.0: PME# disabled
[    0.294735] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.294738] pci 0000:00:0c.0: PME# disabled
[    0.294764] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.294767] pci 0000:00:0d.0: PME# disabled
[    0.294793] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.294795] pci 0000:00:0e.0: PME# disabled
[    0.294892] pci 0000:01:01.0: reg 10 32bit mmio: [0xfdfff000-0xfdfff7ff]
[    0.294898] pci 0000:01:01.0: reg 14 io port: [0xac00-0xac7f]
[    0.294923] pci 0000:01:01.0: supports D2
[    0.294925] pci 0000:01:01.0: PME# supported from D2 D3hot D3cold
[    0.294929] pci 0000:01:01.0: PME# disabled
[    0.294952] pci 0000:01:06.0: reg 10 io port: [0xa800-0xa83f]
[    0.294978] pci 0000:01:06.0: supports D1 D2
[    0.294997] pci 0000:01:06.1: reg 10 io port: [0xa400-0xa407]
[    0.295023] pci 0000:01:06.1: supports D1 D2
[    0.295044] pci 0000:01:06.2: reg 10 32bit mmio: [0xfdffe000-0xfdffe7ff]
[    0.295049] pci 0000:01:06.2: reg 14 32bit mmio: [0xfdff8000-0xfdffbfff]
[    0.295074] pci 0000:01:06.2: supports D1 D2
[    0.295077] pci 0000:01:06.2: PME# supported from D0 D1 D2 D3hot
[    0.295081] pci 0000:01:06.2: PME# disabled
[    0.295109] pci 0000:00:09.0: transparent bridge
[    0.295111] pci 0000:00:09.0: bridge io port: [0xa000-0xafff]
[    0.295115] pci 0000:00:09.0: bridge 32bit mmio: [0xfdf00000-0xfdffffff]
[    0.295232] pci 0000:05:00.0: reg 10 64bit mmio: [0xd0000000-0xdfffffff]
[    0.295239] pci 0000:05:00.0: reg 18 64bit mmio: [0xfdee0000-0xfdeeffff]
[    0.295244] pci 0000:05:00.0: reg 20 io port: [0x9c00-0x9cff]
[    0.295251] pci 0000:05:00.0: reg 30 32bit mmio: [0xfdec0000-0xfdedffff]
[    0.295265] pci 0000:05:00.0: supports D1 D2
[    0.295291] pci 0000:05:00.1: reg 10 64bit mmio: [0xfdefc000-0xfdefffff]
[    0.295317] pci 0000:05:00.1: supports D1 D2
[    0.295354] pci 0000:00:0e.0: bridge io port: [0x9000-0x9fff]
[    0.295357] pci 0000:00:0e.0: bridge 32bit mmio: [0xfde00000-0xfdefffff]
[    0.295360] pci 0000:00:0e.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
[    0.295374] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.295632] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.329462] ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 7 9 10 11 12 14 15)
[    0.329606] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.329747] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.329888] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.330033] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.330175] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.330314] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.330455] ACPI: PCI Interrupt Link [LMAC] (IRQs *3 4 5 7 9 10 11 12 14 15)
[    0.330594] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.330733] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.330874] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[    0.331014] ACPI: PCI Interrupt Link [LUB2] (IRQs *3 4 5 7 9 10 11 12 14 15)
[    0.331153] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.331303] ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.331451] ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.331599] ACPI: PCI Interrupt Link [LPCA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.331760] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0
[    0.331917] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0
[    0.332073] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[    0.332230] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0
[    0.332327] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[    0.332492] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
[    0.332659] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
[    0.332833] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[    0.332998] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
[    0.333162] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
[    0.333327] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
[    0.333491] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
[    0.333656] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[    0.333830] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[    0.334012] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
[    0.334184] ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled.
[    0.334376] SCSI subsystem initialized
[    0.334433] libata version 3.00 loaded.
[    0.334433] usbcore: registered new interface driver usbfs
[    0.334433] usbcore: registered new interface driver hub
[    0.334433] usbcore: registered new device driver usb
[    0.334433] ACPI: WMI: Mapper loaded
[    0.334433] PCI: Using ACPI for IRQ routing
[    0.360007] Bluetooth: Core ver 2.15
[    0.360026] NET: Registered protocol family 31
[    0.360026] Bluetooth: HCI device and connection manager initialized
[    0.360026] Bluetooth: HCI socket layer initialized
[    0.360026] NetLabel: Initializing
[    0.360026] NetLabel:  domain hash size = 128
[    0.360026] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.360039] NetLabel:  unlabeled traffic allowed by default
[    0.360177] hpet0: at MMIO 0xfefff000, IRQs 2, 8, 31
[    0.360182] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    0.380018] Switched to high resolution mode on CPU 0
[    0.380439] Switched to high resolution mode on CPU 1
[    0.400018] pnp: PnP ACPI init
[    0.400038] ACPI: bus type pnp registered
[    0.404255] pnp: PnP ACPI: found 13 devices
[    0.404257] ACPI: ACPI bus type pnp unregistered
[    0.404269] system 00:01: ioport range 0x4000-0x407f has been reserved
[    0.404272] system 00:01: ioport range 0x4080-0x40ff has been reserved
[    0.404275] system 00:01: ioport range 0x4400-0x447f has been reserved
[    0.404278] system 00:01: ioport range 0x4480-0x44ff has been reserved
[    0.404281] system 00:01: ioport range 0x4800-0x487f has been reserved
[    0.404283] system 00:01: ioport range 0x4880-0x48ff has been reserved
[    0.404289] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[    0.404292] system 00:02: ioport range 0x800-0x87f has been reserved
[    0.404295] system 00:02: ioport range 0x290-0x297 has been reserved
[    0.404303] system 00:0b: iomem range 0xe0000000-0xefffffff has been reserved
[    0.404308] system 00:0c: iomem range 0xf0000-0xf3fff could not be reserved
[    0.404311] system 00:0c: iomem range 0xf4000-0xf7fff could not be reserved
[    0.404314] system 00:0c: iomem range 0xf8000-0xfbfff could not be reserved
[    0.404317] system 00:0c: iomem range 0xfc000-0xfffff could not be reserved
[    0.404320] system 00:0c: iomem range 0xfefff000-0xfefff0ff has been reserved
[    0.404323] system 00:0c: iomem range 0x7fee0000-0x7fefffff could not be reserved
[    0.404326] system 00:0c: iomem range 0xffff0000-0xffffffff has been reserved
[    0.404329] system 00:0c: iomem range 0x0-0x9ffff could not be reserved
[    0.404332] system 00:0c: iomem range 0x100000-0x7fedffff could not be reserved
[    0.404335] system 00:0c: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.404338] system 00:0c: iomem range 0xfee00000-0xfeefffff has been reserved
[    0.404342] system 00:0c: iomem range 0xfefff000-0xfeffffff could not be reserved
[    0.404345] system 00:0c: iomem range 0xfff80000-0xfff80fff has been reserved
[    0.404348] system 00:0c: iomem range 0xfff90000-0xfffbffff has been reserved
[    0.404351] system 00:0c: iomem range 0xfffed000-0xfffeffff has been reserved
[    0.409030] AppArmor: AppArmor Filesystem Enabled
[    0.409069] pci 0000:00:09.0: PCI bridge, secondary bus 0000:01
[    0.409071] pci 0000:00:09.0:   IO window: 0xa000-0xafff
[    0.409075] pci 0000:00:09.0:   MEM window: 0xfdf00000-0xfdffffff
[    0.409078] pci 0000:00:09.0:   PREFETCH window: disabled
[    0.409081] pci 0000:00:0b.0: PCI bridge, secondary bus 0000:02
[    0.409083] pci 0000:00:0b.0:   IO window: disabled
[    0.409086] pci 0000:00:0b.0:   MEM window: disabled
[    0.409088] pci 0000:00:0b.0:   PREFETCH window: disabled
[    0.409091] pci 0000:00:0c.0: PCI bridge, secondary bus 0000:03
[    0.409093] pci 0000:00:0c.0:   IO window: disabled
[    0.409096] pci 0000:00:0c.0:   MEM window: disabled
[    0.409099] pci 0000:00:0c.0:   PREFETCH window: disabled
[    0.409102] pci 0000:00:0d.0: PCI bridge, secondary bus 0000:04
[    0.409104] pci 0000:00:0d.0:   IO window: disabled
[    0.409106] pci 0000:00:0d.0:   MEM window: disabled
[    0.409109] pci 0000:00:0d.0:   PREFETCH window: disabled
[    0.409112] pci 0000:00:0e.0: PCI bridge, secondary bus 0000:05
[    0.409115] pci 0000:00:0e.0:   IO window: 0x9000-0x9fff
[    0.409119] pci 0000:00:0e.0:   MEM window: 0xfde00000-0xfdefffff
[    0.409122] pci 0000:00:0e.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    0.409131] pci 0000:00:09.0: setting latency timer to 64
[    0.409136] pci 0000:00:0b.0: setting latency timer to 64
[    0.409141] pci 0000:00:0c.0: setting latency timer to 64
[    0.409146] pci 0000:00:0d.0: setting latency timer to 64
[    0.409150] pci 0000:00:0e.0: setting latency timer to 64
[    0.409154] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.409157] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[    0.409160] pci_bus 0000:01: resource 0 io:  [0xa000-0xafff]
[    0.409163] pci_bus 0000:01: resource 1 mem: [0xfdf00000-0xfdffffff]
[    0.409166] pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
[    0.409169] pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
[    0.409172] pci_bus 0000:05: resource 0 io:  [0x9000-0x9fff]
[    0.409175] pci_bus 0000:05: resource 1 mem: [0xfde00000-0xfdefffff]
[    0.409178] pci_bus 0000:05: resource 2 pref mem [0xd0000000-0xdfffffff]
[    0.409219] NET: Registered protocol family 2
[    0.409353] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.410322] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.412330] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.412849] TCP: Hash tables configured (established 262144 bind 65536)
[    0.412853] TCP reno registered
[    0.412958] NET: Registered protocol family 1
[    0.413033] Trying to unpack rootfs image as initramfs...
[    0.601728] Freeing initrd memory: 7690k freed
[    0.605878] Scanning for low memory corruption every 60 seconds
[    0.606022] audit: initializing netlink socket (disabled)
[    0.606038] type=2000 audit(1257849075.600:1): initialized
[    0.615051] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.616625] VFS: Disk quotas dquot_6.5.2
[    0.616684] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.617367] fuse init (API version 7.12)
[    0.617456] msgmni has been set to 4016
[    0.617713] alg: No test for stdrng (krng)
[    0.617740] io scheduler noop registered
[    0.617742] io scheduler anticipatory registered
[    0.617744] io scheduler deadline registered
[    0.617793] io scheduler cfq registered (default)
[    0.630227] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.630232] pci 0000:00:0b.0: Found disabled HT MSI Mapping
[    0.630239] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.630243] pci 0000:00:0b.0: Linking AER extended capability
[    0.630277] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.630282] pci 0000:00:0c.0: Found disabled HT MSI Mapping
[    0.630289] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.630291] pci 0000:00:0c.0: Linking AER extended capability
[    0.630328] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.630334] pci 0000:00:0d.0: Found disabled HT MSI Mapping
[    0.630341] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.630344] pci 0000:00:0d.0: Linking AER extended capability
[    0.630384] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.630389] pci 0000:00:0e.0: Found disabled HT MSI Mapping
[    0.630396] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.630399] pci 0000:00:0e.0: Linking AER extended capability
[    0.630417] pci 0000:05:00.0: Boot video device
[    0.630545]   alloc irq_desc for 24 on node 0
[    0.630547]   alloc kstat_irqs on node 0
[    0.630556] pcieport-driver 0000:00:0b.0: irq 24 for MSI/MSI-X
[    0.630561] pcieport-driver 0000:00:0b.0: setting latency timer to 64
[    0.630660]   alloc irq_desc for 25 on node 0
[    0.630662]   alloc kstat_irqs on node 0
[    0.630667] pcieport-driver 0000:00:0c.0: irq 25 for MSI/MSI-X
[    0.630671] pcieport-driver 0000:00:0c.0: setting latency timer to 64
[    0.630764]   alloc irq_desc for 26 on node 0
[    0.630765]   alloc kstat_irqs on node 0
[    0.630770] pcieport-driver 0000:00:0d.0: irq 26 for MSI/MSI-X
[    0.630775] pcieport-driver 0000:00:0d.0: setting latency timer to 64
[    0.630864]   alloc irq_desc for 27 on node 0
[    0.630866]   alloc kstat_irqs on node 0
[    0.630871] pcieport-driver 0000:00:0e.0: irq 27 for MSI/MSI-X
[    0.630875] pcieport-driver 0000:00:0e.0: setting latency timer to 64
[    0.630941] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.630971] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.631119] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.631123] ACPI: Power Button [PWRF]
[    0.631181] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.631184] ACPI: Power Button [PWRB]
[    0.631241] fan PNP0C0B:00: registered as cooling_device0
[    0.631247] ACPI: Fan [FAN] (on)
[    0.631749] processor LNXCPU:00: registered as cooling_device1
[    0.631784] processor LNXCPU:01: registered as cooling_device2
[    0.635975] thermal LNXTHERM:01: registered as thermal_zone0
[    0.635984] ACPI: Thermal Zone [THRM] (40 C)
[    0.637228] Linux agpgart interface v0.103
[    0.637240] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.637331] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.637595] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.638572] brd: module loaded
[    0.639006] loop: module loaded
[    0.639093] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[    0.639393] sata_nv 0000:00:07.0: version 3.5
[    0.639784] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[    0.639789]   alloc irq_desc for 23 on node 0
[    0.639791]   alloc kstat_irqs on node 0
[    0.639801] sata_nv 0000:00:07.0: PCI INT A -> Link[APSI] -> GSI 23 (level, low) -> IRQ 23
[    0.639852] sata_nv 0000:00:07.0: setting latency timer to 64
[    0.639922] scsi0 : sata_nv
[    0.640055] scsi1 : sata_nv
[    0.640211] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd400 irq 23
[    0.640214] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd408 irq 23
[    0.640249] ata1: SATA link down (SStatus 0 SControl 300)
[    0.640275] ata2: SATA link down (SStatus 0 SControl 300)
[    0.640600] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 22
[    0.640603]   alloc irq_desc for 22 on node 0
[    0.640605]   alloc kstat_irqs on node 0
[    0.640611] sata_nv 0000:00:08.0: PCI INT A -> Link[APSJ] -> GSI 22 (level, low) -> IRQ 22
[    0.640645] sata_nv 0000:00:08.0: setting latency timer to 64
[    0.640704] scsi2 : sata_nv
[    0.640767] scsi3 : sata_nv
[    0.640909] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc000 irq 22
[    0.640912] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc008 irq 22
[    0.640931] ata3: SATA link down (SStatus 0 SControl 300)
[    0.640948] ata4: SATA link down (SStatus 0 SControl 300)
[    0.641045] pata_amd 0000:00:06.0: version 0.4.1
[    0.641075] pata_amd 0000:00:06.0: setting latency timer to 64
[    0.641135] scsi4 : pata_amd
[    0.641198] scsi5 : pata_amd
[    0.642005] ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xe800 irq 14
[    0.642008] ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xe808 irq 15
[    0.642655] Fixed MDIO Bus: probed
[    0.642692] PPP generic driver version 2.4.2
[    0.642804] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.643122] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[    0.643127]   alloc irq_desc for 21 on node 0
[    0.643128]   alloc kstat_irqs on node 0
[    0.643136] ehci_hcd 0000:00:02.1: PCI INT B -> Link[APCL] -> GSI 21 (level, low) -> IRQ 21
[    0.643153] ehci_hcd 0000:00:02.1: setting latency timer to 64
[    0.643156] ehci_hcd 0000:00:02.1: EHCI Host Controller
[    0.643213] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[    0.643245] ehci_hcd 0000:00:02.1: debug port 1
[    0.643248] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[    0.643265] ehci_hcd 0000:00:02.1: irq 21, io mem 0xfeb00000
[    0.660043] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    0.660122] usb usb1: configuration #1 chosen from 1 choice
[    0.660155] hub 1-0:1.0: USB hub found
[    0.660163] hub 1-0:1.0: 9 ports detected
[    0.660247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.660818] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 20
[    0.660823]   alloc irq_desc for 20 on node 0
[    0.660825]   alloc kstat_irqs on node 0
[    0.660834] ohci_hcd 0000:00:02.0: PCI INT A -> Link[APCF] -> GSI 20 (level, low) -> IRQ 20
[    0.660851] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    0.660854] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    0.660908] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    0.660935] ohci_hcd 0000:00:02.0: irq 20, io mem 0xfe02f000
[    0.722079] usb usb2: configuration #1 chosen from 1 choice
[    0.722109] hub 2-0:1.0: USB hub found
[    0.722120] hub 2-0:1.0: 9 ports detected
[    0.722200] uhci_hcd: USB Universal Host Controller Interface driver
[    0.722333] PNP: No PS/2 controller found. Probing ports directly.
[    0.722641] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.722647] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.722729] mice: PS/2 mouse device common for all mice
[    0.722818] rtc_cmos 00:05: RTC can wake from S4
[    0.722858] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.722882] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    0.723002] device-mapper: uevent: version 1.0.3
[    0.723101] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    0.723182] device-mapper: multipath: version 1.1.0 loaded
[    0.723186] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.723371] cpuidle: using governor ladder
[    0.723373] cpuidle: using governor menu
[    0.723796] TCP cubic registered
[    0.723928] NET: Registered protocol family 10
[    0.724353] lo: Disabled Privacy Extensions
[    0.724624] NET: Registered protocol family 17
[    0.724647] Bluetooth: L2CAP ver 2.13
[    0.724648] Bluetooth: L2CAP socket layer initialized
[    0.724651] Bluetooth: SCO (Voice Link) ver 0.6
[    0.724653] Bluetooth: SCO socket layer initialized
[    0.724687] Bluetooth: RFCOMM TTY layer initialized
[    0.724690] Bluetooth: RFCOMM socket layer initialized
[    0.724691] Bluetooth: RFCOMM ver 1.11
[    0.724717] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ processors (2 cpu cores) (version 2.20.00)
[    0.724729] [Firmware Bug]: powernow-k8: No compatible ACPI _PSS objects found.
[    0.724730] [Firmware Bug]: powernow-k8: Try again with latest BIOS.
[    0.724813] PM: Resume from disk failed.
[    0.724826] registered taskstats version 1
[    0.724979]   Magic number: 1:319:527
[    0.725075] rtc_cmos 00:05: setting system clock to 2009-11-10 10:31:16 UTC (1257849076)
[    0.725079] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.725080] EDD information not available.
[    0.844278] ata5.00: ATA-7: Maxtor 6B200P0, BAH41BM0, max UDMA/133
[    0.844282] ata5.00: 398297088 sectors, multi 1: LBA48 
[    0.844475] ata5.01: ATA-7: Maxtor 6Y120L0, YAR41BW0, max UDMA/133
[    0.844478] ata5.01: 240121728 sectors, multi 1: LBA 
[    0.844502] ata5: nv_mode_filter: 0x7f39f&0x7f39f->0x7f39f, BIOS=0x7f000 (0xc7c7c0c0) ACPI=0x7f01f (15:15:0x1f)
[    0.844508] ata5: nv_mode_filter: 0x7f39f&0x7f39f->0x7f39f, BIOS=0x7f000 (0xc7c7c0c0) ACPI=0x7f01f (15:15:0x1f)
[    0.881707] ata5.00: configured for UDMA/133
[    0.920359] ata5.01: configured for UDMA/133
[    0.920469] scsi 4:0:0:0: Direct-Access     ATA      Maxtor 6B200P0   BAH4 PQ: 0 ANSI: 5
[    0.920596] sd 4:0:0:0: Attached scsi generic sg0 type 0
[    0.920655] scsi 4:0:1:0: Direct-Access     ATA      Maxtor 6Y120L0   YAR4 PQ: 0 ANSI: 5
[    0.920745] sd 4:0:1:0: Attached scsi generic sg1 type 0
[    0.920784] sd 4:0:0:0: [sda] 398297088 512-byte logical blocks: (203 GB/189 GiB)
[    0.920830] sd 4:0:0:0: [sda] Write Protect is off
[    0.920833] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.920856] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.920989]  sda: sda1 sda2 <
[    0.954729] sd 4:0:1:0: [sdb] 240121728 512-byte logical blocks: (122 GB/114 GiB)
[    0.954774] sd 4:0:1:0: [sdb] Write Protect is off
[    0.954777] sd 4:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    0.954797] sd 4:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.954897]  sdb: sda5 sdb1 sdb2 < sda6 sdb5 sda7 sdb6 sda8 sdb7 sda9
[    1.042514] usb 1-2: new high speed USB device using ehci_hcd and address 3
[    1.050817]  sdb8 sda10 sdb9 sdb10 >
[    1.086215]  sda11
[    1.097171] sd 4:0:1:0: [sdb] Attached SCSI disk
[    1.097177]  sda12 sda13 sda14 >
[    1.120920] sd 4:0:0:0: [sda] Attached SCSI disk
[    1.194591] usb 1-2: configuration #1 chosen from 1 choice
[    1.194807] hub 1-2:1.0: USB hub found
[    1.195157] hub 1-2:1.0: 4 ports detected
[    1.302890] ata6.00: ATAPI: HL-DT-STDVD-RAM GSA-H20L, 1.00, max UDMA/33
[    1.302920] ata6.01: ATAPI: SONY CD-RW/DVD-ROM CRX330E, MDK3, max UDMA/33
[    1.302946] ata6: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc7c7c0c0) ACPI=0x701f (60:60:0x1f)
[    1.302951] ata6: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc7c7c0c0) ACPI=0x701f (60:60:0x1f)
[    1.340284] ata6.00: configured for UDMA/33
[    1.372511] usb 1-4: new high speed USB device using ehci_hcd and address 5
[    1.382688] ata6.01: configured for UDMA/33
[    1.385926] scsi 5:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GSA-H20L 1.00 PQ: 0 ANSI: 5
[    1.390645] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.390648] Uniform CD-ROM driver Revision: 3.20
[    1.390731] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    1.390773] sr 5:0:0:0: Attached scsi generic sg2 type 5
[    1.391796] scsi 5:0:1:0: CD-ROM            SONY     CDRW/DVD CRX330E MDK3 PQ: 0 ANSI: 5
[    1.397077] sr1: scsi3-mmc drive: 0x/48x writer cd/rw xa/form2 cdda tray
[    1.397144] sr 5:0:1:0: Attached scsi CD-ROM sr1
[    1.397183] sr 5:0:1:0: Attached scsi generic sg3 type 5
[    1.397214] Freeing unused kernel memory: 660k freed
[    1.397564] Write protecting the kernel read-only data: 7580k
[    1.537715] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    1.538080] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
[    1.538087] forcedeth 0000:00:0a.0: PCI INT A -> Link[APCH] -> GSI 23 (level, low) -> IRQ 23
[    1.538092] forcedeth 0000:00:0a.0: setting latency timer to 64
[    1.538167] nv_probe: set workaround bit for reversed mac addr
[    1.543449] usb 1-4: configuration #1 chosen from 1 choice
[    1.571208] Floppy drive(s): fd0 is 1.44M
[    1.579762] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[    1.579770]   alloc irq_desc for 17 on node 0
[    1.579772]   alloc kstat_irqs on node 0
[    1.579784] ohci1394 0000:01:01.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
[    1.613192] FDC 0 is a post-1991 82077
[    1.642096] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[fdfff000-fdfff7ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    1.649961] ohci1394 0000:01:06.2: PCI INT B -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
[    1.710033] ohci1394: fw-host1: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[fdffe000-fdffe7ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    2.002526] usb 2-1: new low speed USB device using ohci_hcd and address 2
[    2.070779] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x1374 @ 0, addr 00:1a:92:34:d4:d7
[    2.070784] forcedeth 0000:00:0a.0: highdma csum gbit lnktim desc-v3
[    2.245122] usb 2-1: configuration #1 chosen from 1 choice
[    2.253750] usbcore: registered new interface driver hiddev
[    2.266381] input:   USB Keyboard as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.0/input/input3
[    2.266455] generic-usb 0003:1241:1603.0001: input,hidraw0: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:02.0-1/input0
[    2.291110] input:   USB Keyboard as /devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.1/input/input4
[    2.291184] generic-usb 0003:1241:1603.0002: input,hidraw1: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:02.0-1/input1
[    2.291206] usbcore: registered new interface driver usbhid
[    2.291209] usbhid: v2.6:USB HID core driver
[    2.582524] usb 2-3: new low speed USB device using ohci_hcd and address 3
[    2.800124] usb 2-3: configuration #1 chosen from 1 choice
[    2.810483] input: HID 062a:0000 as /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input5
[    2.810568] generic-usb 0003:062A:0000.0003: input,hidraw2: USB HID v1.10 Mouse [HID 062a:0000] on usb-0000:00:02.0-3/input0
[    2.962633] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0011d80000f828c2]
[    3.032758] ieee1394: Host added: ID:BUS[1-00:1023]  GUID[00023c01510ec213]
[    3.142524] usb 2-7: new full speed USB device using ohci_hcd and address 4
[    3.367122] usb 2-7: configuration #1 chosen from 1 choice
[    3.453551] usb 1-2.1: new full speed USB device using ehci_hcd and address 7
[    3.613543] usb 1-2.1: new high speed USB device using ehci_hcd and address 8
[    3.751629] usb 1-2.1: configuration #1 chosen from 1 choice
[    3.835858] usb 1-2.2: new full speed USB device using ehci_hcd and address 9
[    3.872395] PM: Starting manual resume from disk
[    3.872400] PM: Resume from partition 8:21
[    3.872401] PM: Checking hibernation image.
[    3.872555] PM: Resume from disk failed.
[    3.892883] kjournald starting.  Commit interval 5 seconds
[    3.892895] EXT3-fs: mounted filesystem with writeback data mode.
[    3.944267] usb 1-2.2: configuration #1 chosen from 1 choice
[    3.944648] hub 1-2.2:1.0: USB hub found
[    3.944785] hub 1-2.2:1.0: 2 ports detected
[    4.022788] usb 1-2.4: new high speed USB device using ehci_hcd and address 10
[    4.134643] usb 1-2.4: configuration #1 chosen from 1 choice
[    4.135046] hub 1-2.4:1.0: USB hub found
[    4.135285] hub 1-2.4:1.0: 4 ports detected
[    4.223429] usb 1-2.2.1: new full speed USB device using ehci_hcd and address 11
[    4.334263] usb 1-2.2.1: configuration #1 chosen from 1 choice
[    4.335474] input: C-Media USB Headphone Set   as /devices/pci0000:00/0000:00:02.1/usb1/1-2/1-2.2/1-2.2.1/1-2.2.1:1.3/input/input6
[    4.335560] generic-usb 0003:0D8C:000C.0004: input,hidraw3: USB HID v1.00 Device [C-Media USB Headphone Set  ] on usb-0000:00:02.1-2.2.1/input3
[    4.420181] usb 1-2.2.2: new low speed USB device using ehci_hcd and address 12
[    4.530385] usb 1-2.2.2: configuration #1 chosen from 1 choice
[    4.617864] type=1505 audit(1257849080.387:2): operation="profile_load" pid=484 name=/usr/share/gdm/guest-session/Xsession
[    4.627614] type=1505 audit(1257849080.397:3): operation="profile_load" pid=487 name=/sbin/dhclient3
[    4.627901] type=1505 audit(1257849080.397:4): operation="profile_load" pid=487 name=/usr/lib/NetworkManager/nm-dhcp-client.action
[    4.628064] type=1505 audit(1257849080.397:5): operation="profile_load" pid=487 name=/usr/lib/connman/scripts/dhclient-script
[    4.661347] type=1505 audit(1257849080.427:6): operation="profile_load" pid=488 name=/usr/bin/evince
[    4.665978] type=1505 audit(1257849080.437:7): operation="profile_load" pid=488 name=/usr/bin/evince-previewer
[    4.668745] type=1505 audit(1257849080.437:8): operation="profile_load" pid=488 name=/usr/bin/evince-thumbnailer
[    4.690586] type=1505 audit(1257849080.457:9): operation="profile_load" pid=490 name=/usr/bin/freshclam
[    4.697181] type=1505 audit(1257849080.467:10): operation="profile_load" pid=491 name=/usr/lib/cups/backend/cups-pdf
[    5.638429] Adding 1084348k swap on /dev/sdb5.  Priority:-1 extents:1 across:1084348k 
[    6.642222] udev: starting version 147
[    8.176650] lp: driver loaded but no devices found
[    8.418933] parport_pc 00:0a: reported by Plug and Play ACPI
[    8.418958] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[    8.502722] lp0: using parport0 (interrupt-driven).
[    8.870703] EDAC MC: Ver: 2.1.0 Oct 16 2009
[    8.876775] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[    9.674397] ppdev: user-space parallel port driver
[    9.961812] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[    9.961818] Disabling lock debugging due to kernel taint
[    9.984943] [fglrx] Maximum main memory to use for locked dma buffers: 1881 MBytes.
[    9.985029] [fglrx]   vendor: 1002 device: 95c5 count: 1
[    9.985292] [fglrx] ioport: bar 4, base 0x9c00, size: 0x100
[    9.985547] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[    9.985553]   alloc irq_desc for 18 on node 0
[    9.985555]   alloc kstat_irqs on node 0
[    9.985566] pci 0000:05:00.0: PCI INT A -> Link[APC3] -> GSI 18 (level, low) -> IRQ 18
[    9.985572] pci 0000:05:00.0: setting latency timer to 64
[    9.985790] [fglrx] Kernel PAT support is enabled
[    9.985819] [fglrx] module loaded - fglrx 8.66.10 [Sep  3 2009] with 1 minors
[   11.103189] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x4c00
[   11.103211] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x4c40
[   11.771774] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.244654] EDAC amd64_edac:  Ver: 3.2.0 Oct 16 2009
[   12.245102] EDAC amd64: This node reports that Memory ECC is currently disabled.
[   12.245108] EDAC amd64: bit 0x400000 in register F3x44 of the MISC_CONTROL device (0000:00:18.3) should be enabled
[   12.245112] EDAC amd64: WARNING: ECC is NOT currently enabled by the BIOS. Module will NOT be loaded.
[   12.245113]     Either Enable ECC in the BIOS, or use the 'ecc_enable_override' parameter.
[   12.245115]     Might be a BIOS bug, if BIOS says ECC is enabled
[   12.245116]     Use of the override can cause unknown side effects.
[   12.245153] amd64_edac: probe of 0000:00:18.2 failed with error -22
[   12.467888] Linux video capture interface: v2.00
[   12.528041] gspca: main v2.7.0 registered
[   12.547437] gspca: probing 0ac8:0323
[   12.547720] vc032x: check sensor header 20
[   12.554784] vc032x: Sensor ID 7673 (0)
[   12.554788] vc032x: Find Sensor OV7670
[   12.554870] gspca: /dev/video0 created
[   12.554902] usbcore: registered new interface driver vc032x
[   12.554905] vc032x: registered
[   12.861558] gameport: EMU10K1 is pci0000:01:06.1/gameport0, io 0xa400, speed 1204kHz
[   13.182980] em28xx: New device TerraTec Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
[   13.183215] em28xx #0: chip ID is em2870
[   13.334535] em28xx #0: i2c eeprom 00: 1a eb 67 95 cd 0c 43 00 c0 12 5c 00 9e 24 6a 34
[   13.334546] em28xx #0: i2c eeprom 10: 00 00 06 57 02 0c 00 00 00 00 00 00 00 00 00 00
[   13.334554] em28xx #0: i2c eeprom 20: 44 00 00 00 f0 10 01 00 00 00 00 00 5b 00 00 00
[   13.334562] em28xx #0: i2c eeprom 30: 00 00 20 40 20 80 02 20 01 01 00 00 00 00 00 00
[   13.334570] em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   13.334577] em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   13.334585] em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 34 03 54 00 65 00
[   13.334592] em28xx #0: i2c eeprom 70: 72 00 72 00 61 00 54 00 65 00 63 00 20 00 45 00
[   13.334600] em28xx #0: i2c eeprom 80: 6c 00 65 00 63 00 74 00 72 00 6f 00 6e 00 69 00
[   13.334607] em28xx #0: i2c eeprom 90: 63 00 20 00 47 00 6d 00 62 00 48 00 00 00 24 03
[   13.334615] em28xx #0: i2c eeprom a0: 43 00 69 00 6e 00 65 00 72 00 67 00 79 00 20 00
[   13.334622] em28xx #0: i2c eeprom b0: 54 00 20 00 55 00 53 00 42 00 20 00 58 00 53 00
[   13.334630] em28xx #0: i2c eeprom c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   13.334637] em28xx #0: i2c eeprom d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   13.334645] em28xx #0: i2c eeprom e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   13.334652] em28xx #0: i2c eeprom f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   13.334661] em28xx #0: EEPROM ID= 0x9567eb1a, EEPROM hash = 0xbfdf1b96
[   13.334663] em28xx #0: EEPROM info:
[   13.334664] em28xx #0:	No audio on board.
[   13.334666] em28xx #0:	500mA max power
[   13.334668] em28xx #0:	Table at 0x06, strings=0x249e, 0x346a, 0x0000
[   13.335283] em28xx #0: Identified as Terratec Cinergy T XS (card=43)
[   13.335285] em28xx #0: 
[   13.335286] 
[   13.335288] em28xx #0: The support for this board weren't valid yet.
[   13.335290] em28xx #0: Please send a report of having this working
[   13.335292] em28xx #0: not to V4L mailing list (and/or to other addresses)
[   13.335294] 
[   13.501082] tuner 2-0061: chip found @ 0xc2 (em28xx #0)
[   14.226143] usbcore: registered new interface driver snd-usb-audio
[   14.475592] xc2028 2-0061: creating new instance
[   14.475597] xc2028 2-0061: type set to XCeive xc2028/xc3028 tuner
[   14.475607] usb 1-4: firmware: requesting xc3028-v27.fw
[   14.985070] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[   14.985077]   alloc irq_desc for 19 on node 0
[   14.985080]   alloc kstat_irqs on node 0
[   14.985091] HDA Intel 0000:05:00.1: PCI INT B -> Link[APC4] -> GSI 19 (level, low) -> IRQ 19
[   14.985132] HDA Intel 0000:05:00.1: setting latency timer to 64
[   15.042133] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[   15.042140]   alloc irq_desc for 16 on node 0
[   15.042142]   alloc kstat_irqs on node 0
[   15.042152] EMU10K1_Audigy 0000:01:06.0: PCI INT A -> Link[APC1] -> GSI 16 (level, low) -> IRQ 16
[   15.044541] Installing spdif_bug patch: SB Audigy 2 ZS [SB0350]
[   15.124162] xc2028 2-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
[   15.182525] xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
[   18.497491] EXT3 FS on sdb6, internal journal
[   19.376082] kjournald starting.  Commit interval 5 seconds
[   19.376277] EXT3 FS on sda12, internal journal
[   19.376283] EXT3-fs: mounted filesystem with writeback data mode.
[   19.416890] kjournald starting.  Commit interval 5 seconds
[   19.417154] EXT3 FS on sdb10, internal journal
[   19.417159] EXT3-fs: mounted filesystem with writeback data mode.
[   21.279665] kjournald starting.  Commit interval 5 seconds
[   21.279857] EXT3 FS on sda10, internal journal
[   21.279863] EXT3-fs: mounted filesystem with writeback data mode.
[   21.340891] kjournald starting.  Commit interval 5 seconds
[   21.342745] EXT3 FS on sdb7, internal journal
[   21.342751] EXT3-fs: mounted filesystem with writeback data mode.
[   23.704524] __ratelimit: 12 callbacks suppressed
[   23.704528] type=1505 audit(1257845499.477:15): operation="profile_replace" pid=1120 name=/usr/share/gdm/guest-session/Xsession
[   23.706534] type=1505 audit(1257845499.477:16): operation="profile_replace" pid=1121 name=/sbin/dhclient3
[   23.706823] type=1505 audit(1257845499.477:17): operation="profile_replace" pid=1121 name=/usr/lib/NetworkManager/nm-dhcp-client.action
[   23.706989] type=1505 audit(1257845499.477:18): operation="profile_replace" pid=1121 name=/usr/lib/connman/scripts/dhclient-script
[   23.711603] type=1505 audit(1257845499.477:19): operation="profile_replace" pid=1122 name=/usr/bin/evince
[   23.716227] type=1505 audit(1257845499.487:20): operation="profile_replace" pid=1122 name=/usr/bin/evince-previewer
[   23.719025] type=1505 audit(1257845499.487:21): operation="profile_replace" pid=1122 name=/usr/bin/evince-thumbnailer
[   23.725198] type=1505 audit(1257845499.497:22): operation="profile_replace" pid=1124 name=/usr/bin/freshclam
[   23.727493] type=1505 audit(1257845499.497:23): operation="profile_replace" pid=1125 name=/usr/lib/cups/backend/cups-pdf
[   23.727850] type=1505 audit(1257845499.497:24): operation="profile_replace" pid=1125 name=/usr/sbin/cupsd
[   25.502520] xc2028 2-0061: Loading firmware for type=(0), id 000000000000b700.
[   25.740034] SCODE (20000000), id 000000000000b700:
[   25.740042] xc2028 2-0061: Loading SCODE for type=MONO SCODE HAS_IF_4320 (60008000), id 0000000000008000.
[   25.962519] em28xx #0: v4l2 driver version 0.1.2
[   25.967479] em28xx #0: V4L2 video device registered as /dev/video1
[   25.972810] usbcore: registered new interface driver em28xx
[   25.972815] em28xx driver loaded
[   27.165432] kjournald starting.  Commit interval 5 seconds
[   27.165900] EXT3 FS on sdb8, internal journal
[   27.165905] EXT3-fs: mounted filesystem with writeback data mode.
[   27.822317] usplash:413 freeing invalid memtype ffffffffd0000000-ffffffffd1000000
[   38.982515] eth0: no IPv6 routers present
[   41.065212]   alloc irq_desc for 28 on node 0
[   41.065217]   alloc kstat_irqs on node 0
[   41.065228] fglrx_pci 0000:05:00.0: irq 28 for MSI/MSI-X
[   41.065815] [fglrx] Firegl kernel thread PID: 1544
[   51.967012] [fglrx] Gart USWC size:626 M.
[   51.967017] [fglrx] Gart cacheable size:247 M.
[   51.967024] [fglrx] Reserved FB block: Shared offset:0, size:1000000 
[   51.967027] [fglrx] Reserved FB block: Unshared offset:fe09000, size:1f7000 
[   51.967031] [fglrx] Reserved FB block: Unshared offset:1fffc000, size:4000 
[   73.904784] hda-intel: IRQ timing workaround is activated for card #2. Suggest a bigger bdl_pos_adj.
[  157.975927] kjournald starting.  Commit interval 5 seconds
[  157.976070] EXT3 FS on sda9, internal journal
[  157.976076] EXT3-fs: mounted filesystem with writeback data mode.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-10  9:39             ` Valerio Bontempi
@ 2009-11-10 15:39               ` Devin Heitmueller
  2009-11-10 15:49                 ` Valerio Bontempi
  0 siblings, 1 reply; 18+ messages in thread
From: Devin Heitmueller @ 2009-11-10 15:39 UTC (permalink / raw)
  To: Valerio Bontempi; +Cc: Mauro Carvalho Chehab, linux-media

On Tue, Nov 10, 2009 at 4:39 AM, Valerio Bontempi
<valerio.bontempi@gmail.com> wrote:
> Yes I rebooted the system after compiling and installing through 'make
> install' last v4l-dvb source, but with no luck, /dev/dvb device is
> still not present.
>
> Attached you can find the full dmesg, since system boot
>
> Thanks a lot again.
>
>
> P.s. Sorry for top posting, it's gmail0s default and sometimes I forget.

Hello Valerio,

Now that I have taken another look at the dmesg output, I see that
this device is 0ccd:0043 and *not* 0ccd:0042.  This prompted me to
take another look at the driver, and indeed that board is not
presently supported.  It's the DVB only version of the board (as
opposed to the hybrid).

I can probably make it work, but it's a rather old board and not
terribly high on my list of priorities.

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-10 15:39               ` Devin Heitmueller
@ 2009-11-10 15:49                 ` Valerio Bontempi
  2009-11-10 15:52                   ` Devin Heitmueller
  0 siblings, 1 reply; 18+ messages in thread
From: Valerio Bontempi @ 2009-11-10 15:49 UTC (permalink / raw)
  To: Devin Heitmueller; +Cc: Mauro Carvalho Chehab, linux-media

2009/11/10 Devin Heitmueller <dheitmueller@kernellabs.com>:
> On Tue, Nov 10, 2009 at 4:39 AM, Valerio Bontempi
> <valerio.bontempi@gmail.com> wrote:
>> Yes I rebooted the system after compiling and installing through 'make
>> install' last v4l-dvb source, but with no luck, /dev/dvb device is
>> still not present.
>>
>> Attached you can find the full dmesg, since system boot
>>
>> Thanks a lot again.
>>
>>
>> P.s. Sorry for top posting, it's gmail0s default and sometimes I forget.
>
> Hello Valerio,
>
> Now that I have taken another look at the dmesg output, I see that
> this device is 0ccd:0043 and *not* 0ccd:0042.  This prompted me to
> take another look at the driver, and indeed that board is not
> presently supported.  It's the DVB only version of the board (as
> opposed to the hybrid).
>
> I can probably make it work, but it's a rather old board and not
> terribly high on my list of priorities.
>
> Devin
>
> --
> Devin J. Heitmueller - Kernel Labs
> http://www.kernellabs.com
>

Hi Devin,

I feared about that
So, in this moment my only possibilities available to make it work are:
- use an older kernel (<=2.6.27) to compile successfully em28xx-new
(maybe it could be better to use older linux distro)
- make em28xx-new to compile on 2.6.31 kernel version
- wait for device support on next kernel releases

I have good programming knowledge, but few with C and driver
programming, so if you can suggest me how can I modify em28xx-new
sources to make them work on 2.6.31, then I can try to adjust them and
then make this driver available just waiting for kernel support.

Thanks a lot

Valerio

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-10 15:49                 ` Valerio Bontempi
@ 2009-11-10 15:52                   ` Devin Heitmueller
       [not found]                     ` <664add070911121523h3a0e126bm477e516a5bfc7e7@mail.gmail.com>
  0 siblings, 1 reply; 18+ messages in thread
From: Devin Heitmueller @ 2009-11-10 15:52 UTC (permalink / raw)
  To: Valerio Bontempi; +Cc: Mauro Carvalho Chehab, linux-media

On Tue, Nov 10, 2009 at 10:49 AM, Valerio Bontempi
<valerio.bontempi@gmail.com> wrote:
> Hi Devin,
>
> I feared about that
> So, in this moment my only possibilities available to make it work are:
> - use an older kernel (<=2.6.27) to compile successfully em28xx-new
> (maybe it could be better to use older linux distro)
> - make em28xx-new to compile on 2.6.31 kernel version
> - wait for device support on next kernel releases
>
> I have good programming knowledge, but few with C and driver
> programming, so if you can suggest me how can I modify em28xx-new
> sources to make them work on 2.6.31, then I can try to adjust them and
> then make this driver available just waiting for kernel support.

In theory you just need your board profile properly defined in
em28xx-cards.c and em28xx-dvb.c.  If I were going to choose between
trying to make the old em28xx-new compile under the current kernel,
and adding the 10-15 lines of code to the in-kernel em28xx driver, I
would probably consider choosing the latter (and then feel free to
submit the patch to be merged upstream).

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
       [not found]                       ` <664add070911121533t6efea606wb33c865b0ffa1f59@mail.gmail.com>
@ 2009-11-12 23:38                         ` Devin Heitmueller
  2009-11-13  1:21                           ` Robert Lowery
  0 siblings, 1 reply; 18+ messages in thread
From: Devin Heitmueller @ 2009-11-12 23:38 UTC (permalink / raw)
  To: Florent NOUVELLON; +Cc: Valerio Bontempi, Mauro Carvalho Chehab, linux-media

On Thu, Nov 12, 2009 at 6:33 PM, Florent NOUVELLON
<flonouvellon@gmail.com> wrote:
> Sorry about that mistake... That was an em28xx-new trick.
>
> So my question is simply :
> Do you know how to disable compiling some drivers on v4l-dvb for faster
> compiling ?

Well, I typically disable firedtv because of the Ubuntu bug.  I
wouldn't recommend compiling out drivers to improve compile
performance (it's just too easy to screw up because of non-obvious
dependencies).  If you are recompiling regularly, I would suggest
installing ccache instead.

Cheers,

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw
  2009-11-12 23:38                         ` Devin Heitmueller
@ 2009-11-13  1:21                           ` Robert Lowery
  0 siblings, 0 replies; 18+ messages in thread
From: Robert Lowery @ 2009-11-13  1:21 UTC (permalink / raw)
  To: Devin Heitmueller
  Cc: Florent NOUVELLON, Valerio Bontempi, Mauro Carvalho Chehab, linux-media

> On Thu, Nov 12, 2009 at 6:33 PM, Florent NOUVELLON
> <flonouvellon@gmail.com> wrote:
>> Sorry about that mistake... That was an em28xx-new trick.
>>
>> So my question is simply :
>> Do you know how to disable compiling some drivers on v4l-dvb for faster
>> compiling ?
>
> Well, I typically disable firedtv because of the Ubuntu bug.  I
> wouldn't recommend compiling out drivers to improve compile
> performance (it's just too easy to screw up because of non-obvious
> dependencies).  If you are recompiling regularly, I would suggest
> installing ccache instead.

When I was bisecting a recent defect which required a dozen or so
recompiles + hitting lots of compile failures at each bisect, I just
edited v4l/.myconfig, setting everything to ":= n" except those modules
required by the dvb card I was testing as confirmed by the modules.dep
file.

I expect this method is not foolproof due to the non-obvious dependencies
Devin mentions above, but it worked for me and sped the process up by an
order of magnitude.

HTH

-Rob



^ permalink raw reply	[flat|nested] 18+ messages in thread

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

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-09 11:13 [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw Valerio Bontempi
2009-11-09 16:43 ` Devin Heitmueller
2009-11-09 16:46 ` Mauro Carvalho Chehab
2009-11-09 17:19   ` Valerio Bontempi
2009-11-09 17:30     ` Mauro Carvalho Chehab
2009-11-09 17:33     ` Devin Heitmueller
2009-11-09 17:35       ` Devin Heitmueller
2009-11-09 17:56         ` Valerio Bontempi
2009-11-09 18:40           ` Devin Heitmueller
2009-11-10  9:39             ` Valerio Bontempi
2009-11-10 15:39               ` Devin Heitmueller
2009-11-10 15:49                 ` Valerio Bontempi
2009-11-10 15:52                   ` Devin Heitmueller
     [not found]                     ` <664add070911121523h3a0e126bm477e516a5bfc7e7@mail.gmail.com>
     [not found]                       ` <664add070911121533t6efea606wb33c865b0ffa1f59@mail.gmail.com>
2009-11-12 23:38                         ` Devin Heitmueller
2009-11-13  1:21                           ` Robert Lowery
2009-11-09 23:41   ` Robert Lowery
2009-11-10  0:11     ` Devin Heitmueller
2009-11-10  0:15       ` Robert Lowery

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.