* [linux-dvb] Audio processor not found using WINTV-Nova-HD-S2 Card (HVR4000Lite)
@ 2008-10-28 12:59 Martin Rudge
2008-10-29 6:33 ` Darron Broad
0 siblings, 1 reply; 2+ messages in thread
From: Martin Rudge @ 2008-10-28 12:59 UTC (permalink / raw)
To: linuxdvb
[-- Attachment #1.1: Type: text/plain, Size: 4052 bytes --]
Hi,
I was working my way through building/testing the driver for my card (per
the wiki) last night.
Scanned ok, szap ok (able to apparently zap and lock both SD and HD
channels).
However, I had noticed that I am apparently missing an audio device
according to the dmesg log.
I am also seeing a number of cx8802_start_dma failures being logged during
use.
Is anyone else experiencing this with the subject card? If so I may have a
configuration problem that I need to investigate further.
I notice that the mpeg video was created as /dev/video0 and not associated
with the adapter under /dev/dvb/adapter0 as I had expected. Is this working
as designed?
dmesg output:
[ 11.957865] cx88/0: cx2388x v4l2 driver version 0.0.6 loaded
[ 11.957865] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[ 11.957866] ACPI: PCI Interrupt 0000:01:06.0[A] -> Link [APC2] -> GSI 17
(level, low) -> IRQ 17
[ 11.957866] cx88[0]: subsystem: 0070:6906, board: Hauppauge
WinTV-HVR4000(Lite) DVB-S/S2 [card=69,autodetected], frontend(s): 1
[ 11.957866] cx88[0]: TV tuner type -1, Radio tuner type -1
[ 11.973865] cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.6 loaded
[ 12.018573] cx2388x alsa driver version 0.0.6 loaded
[ 12.179623] tveeprom 0-0050: Hauppauge model 69100, rev B2C3, serial#
2898725
[ 12.179623] tveeprom 0-0050: MAC address is 00-0D-FE-2C-3B-25
[ 12.179623] tveeprom 0-0050: tuner model is Conexant CX24118A (idx 123,
type 4)
[ 12.179623] tveeprom 0-0050: TV standards ATSC/DVB Digital (eeprom 0x80)
*
[ 12.179623] tveeprom 0-0050: audio processor is None (idx 0)*
[ 12.179623] tveeprom 0-0050: decoder processor is CX882 (idx 25)
[ 12.179623] tveeprom 0-0050: has no radio, has IR receiver, has no IR
transmitter
[ 12.179623] cx88[0]: hauppauge eeprom: model=69100
[ 12.179623] input: cx88 IR (Hauppauge WinTV-HVR400 as /class/input/input4
[ 12.212342] cx88[0]/0: found at 0000:01:06.0, rev: 5, irq: 17, latency:
32, mmio: 0xe3000000
[ 12.212382] cx88[0]/0: registered device video0 [v4l2]
[ 12.212399] cx88[0]/0: registered device vbi0
[ 12.212811] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 23
[ 12.212813] ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [AAZA] -> GSI 23
(level, low) -> IRQ 23
[ 12.212825] PCI: Setting latency timer of device 0000:00:09.0 to 64
[ 12.215620] cx88[0]/2: cx2388x 8802 Driver Manager
[ 12.215630] ACPI: PCI Interrupt 0000:01:06.2[A] -> Link [APC2] -> GSI 17
(level, low) -> IRQ 17
[ 12.215637] cx88[0]/2: found at 0000:01:06.2, rev: 5, irq: 17, latency:
32, mmio: 0xe5000000
[ 12.215640] cx8802_probe() allocating 1 frontend(s)
[ 12.236915] cx88/2: cx2388x dvb driver version 0.0.6 loaded
[ 12.236915] cx88/2: registering cx8802 driver, type: dvb access: shared
[ 12.236915] cx88[0]/2: subsystem: 0070:6906, board: Hauppauge
WinTV-HVR4000(Lite) DVB-S/S2 [card=69]
[ 12.236915] cx88[0]/2: cx2388x based DVB/ATSC card
[ 12.249829] hda_codec: Unknown model for ALC662, trying auto-probe from
BIOS...
[ 12.281623] ACPI: PCI Interrupt 0000:01:06.1[A] -> Link [APC2] -> GSI 17
(level, low) -> IRQ 17
[ 12.281641] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
[ 12.551931] DVB: registering new adapter (cx88[0])
[ 12.551934] DVB: registering adapter 0 frontend 0 (Conexant
CX24116/CX24118)...
... SNIP ...
[ 655.269584] cx24116_firmware_ondemand: Waiting for firmware upload
(dvb-fe-cx24116.fw)...
[ 655.269589] firmware: requesting dvb-fe-cx24116.fw
[ 655.373586] cx24116_firmware_ondemand: Waiting for firmware upload(2)...
[ 660.357302] cx24116_load_firmware: FW version 1.22.82.0
[ 660.357302] cx24116_firmware_ondemand: Firmware upload complete
*
[ 4620.026254] cx8802_start_dma() Failed. Unsupported value in .mpeg
(0x00000001)
[ 4620.532266] cx8802_start_dma() Failed. Unsupported value in .mpeg
(0x00000001)
*Environment:
Debian Lenny (Linux 2.6.26-1-amd64 #1 SMP)
GCC: gcc (Debian 4.3.2-1) 4.3.2
Driver level: changeset: 9471:8486cbf6af4e, tag: tip
Firmware file/level dvb-fe-cx24116-1.22.82.0.fw
Cheers
Martin ...
[-- Attachment #1.2: Type: text/html, Size: 4767 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linux-dvb] Audio processor not found using WINTV-Nova-HD-S2 Card (HVR4000Lite)
2008-10-28 12:59 [linux-dvb] Audio processor not found using WINTV-Nova-HD-S2 Card (HVR4000Lite) Martin Rudge
@ 2008-10-29 6:33 ` Darron Broad
0 siblings, 0 replies; 2+ messages in thread
From: Darron Broad @ 2008-10-29 6:33 UTC (permalink / raw)
To: Martin Rudge; +Cc: linuxdvb
In message <966d86d70810280559w644c5849i8fd9035e0283821c@mail.gmail.com>, "Martin Rudge" wrote:
>
>Hi,
LO
>I was working my way through building/testing the driver for my card (per
>the wiki) last night.
>Scanned ok, szap ok (able to apparently zap and lock both SD and HD
>channels).
>
>However, I had noticed that I am apparently missing an audio device
>according to the dmesg log.
>I am also seeing a number of cx8802_start_dma failures being logged during
>use.
>
>Is anyone else experiencing this with the subject card? If so I may have a
>configuration problem that I need to investigate further.
>
>I notice that the mpeg video was created as /dev/video0 and not associated
>with the adapter under /dev/dvb/adapter0 as I had expected. Is this working
>as designed?
Although analogue components are loaded for your card (LITE) it doesn't
actually have any analogue inputs. This is given as a hint with the audio
part in the eeprom.
You should ignore the analogue device nodes as all they are likely
to produce is noise.
cya!
--
// /
{:)==={ Darron Broad <darron@kewl.org>
\\ \
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-29 6:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-28 12:59 [linux-dvb] Audio processor not found using WINTV-Nova-HD-S2 Card (HVR4000Lite) Martin Rudge
2008-10-29 6:33 ` Darron Broad
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox