--- Hans Verkuil <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Please test this preliminary 0.4.1 release! Download
> from:
>
>
http://ivtvdriver.org/viewcvs/ivtv/branches/0.4.tar.gz?view=tar
>
> If there are no new major problems then I want to
> release it next week.
> I'd like to hear both successes and failures.
> Especially if you are
> running a 2.4 kernel!
>
> Note that the firmware files are now using the
> hotplug mechanism (except
> for older 2.4 kernels). See
> http://www.ivtvdriver.org/index.php/Firmware for
> more information.
>
> Thanks,
>
> Hans
Hans,
I tried the 0.4.1 prerelease tar file with my PVR-150
and found that it would hang mythfrontend within
several seconds of watching live tv. Hitting Escape
would eventually get me back to the mythtv menus. The
mythfrontend output (plus other info) is below. I note
that I can do a 'mplayer /dev/video0' and do not see
the hang. As to the sound issue: I now get white noise
on the channels where I previously did not get any
sound (these are also in B&W rather than color).
Thanks for your time,
Doug
%% mythfrontend
2005-11-27 20:01:25.875 New DB connection, total: 1
Total desktop width=1280, height=1024, numscreens=1
2005-11-27 20:01:25.879 Using screen 0, 1280x1024 at
0,0
2005-11-27 20:01:25.882 mythfrontend version:
0.18.1.20050510-1 www.mythtv.org
2005-11-27 20:01:25.883 Enabled verbose msgs :
important general
2005-11-27 20:01:26.044 Switching to square mode
(blue)
mythtv: could not connect to socket
mythtv: No such file or directory
lirc_init failed for mythtv, see preceding messages
2005-11-27 20:01:26.452 Registering Internal as a
media playback plugin.
2005-11-27 20:01:31.062 New DB connection, total: 2
2005-11-27 20:01:31.172 Connecting to backend server:
192.168.1.102:6543 (try 1 of 5)
2005-11-27 20:01:31.195 Using protocol version 15
2005-11-27 20:01:31.273 Using protocol version 15
2005-11-27 20:01:33.738 Opening audio device
'default'.
2005-11-27 20:01:33.958 Using XV port 105
2005-11-27 20:01:34.831 Realtime priority would
require SUID as root.
2005-11-27 20:01:34.886 Changing from None to
WatchingLiveTV
2005-11-27 20:01:35.048 Video timing method: SGI
OpenGL
2005-11-27 20:01:35.849 prebuffering pause
2005-11-27 20:01:54.899 ReadStringList timeout
(quick).
Remote encoder not responding.
2005-11-27 20:01:54.903 WriteStringList: Bad socket
2005-11-27 20:01:54.904 ReadStringList: Bad socket
Remote encoder not responding.
2005-11-27 20:01:54.905 WriteStringList: Bad socket
2005-11-27 20:01:54.905 ReadStringList: Bad socket
Remote encoder not responding.
ASSERT: "i <= nodes" in /usr/qt/3/include/qvaluelist.h
(373)
2005-11-27 20:01:54.922 WriteStringList: Bad socket
2005-11-27 20:01:54.923 ReadStringList: Bad socket
Remote encoder not responding.
2005-11-27 20:01:55.163 Changing from WatchingLiveTV
to None
2005-11-27 20:01:55.182 Changing from None to None
The relevant part of the dmesg output is
Linux video capture interface: v1.00
ivtv: ==================== START INIT IVTV
====================
ivtv: version 0.4.1 (development snapshot compiled on
Sun Nov 27 19:21:49 2005) loading
ivtv: Linux version: 2.6.13-gentoo-r3 SMP PENTIUM4
gcc-3.3
ivtv: In case of problems please include the debug
info between
ivtv: the START INIT IVTV and END INIT IVTV lines,
along with
ivtv: any module options, when mailing the ivtv-users
mailinglist.
ivtv0: Autodetected WinTV PVR 150 card (cx23416 based)
ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 18 (level,
low) -> IRQ 17
ivtv0: Unreasonably low latency timer, setting to 64
(was 32)
tveeprom: ivtv version
tveeprom: Hauppauge: model = 26582, rev = C299,
serial# = 8440358
tveeprom: tuner = TCL 2002N 5H (idx = 99, type = 50)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 =
0x00001000)
tveeprom: audio processor = CX25843 (type = 25)
tveeprom: decoder processor = CX25843 (type = 1e)
ivtv0: i2c attach to card #0 ok [client=tveeprom,
addr=50]
tuner (ivtv): chip found at addr 0xc2 i2c-bus ivtv i2c
driver #0
ivtv0: i2c attach to card #0 ok [client=(tuner unset),
addr=61]
cx25840 0-0044: cx25843-23 found @ 0x88 (ivtv i2c
driver #0)
cx25840 0-0044: loaded v4l-cx25840.fw firmware (14264
bytes)
ivtv0: i2c attach to card #0 ok [client=cx25840,
addr=44]
wm8775 0-001b: chip found @ 0x36 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=wm8775,
addr=1b]
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144
bytes)
ivtv0: Encoder revision: 0x02050032
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768
buffers (4096KB total)
ivtv0: Allocate DMA encoder YUV stream: 194 x 10800
buffers (2048KB total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472
buffers (2048KB total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x
4608 buffers (2048KB total)
tuner: type set to 50 (TCL 2002N) by ivtv i2c driver
#0
ivtv0: Initialized WinTV PVR 150, card #0
ivtv: ==================== END INIT IVTV
====================
This is an ix86 machine running Linux 2.6.14 (the
gentoo-r3 release):
%% uname -a
Linux barney 2.6.13-gentoo-r3 #5 SMP Sat Oct 29
12:29:19 EDT 2005 i686 Intel(R) Pentium(R) 4 CPU
2.80GHz GenuineIntel GNU/Linux
%% lspci
00:00.0 Host bridge: Intel Corporation 82865G/PE/P
DRAM Controller/Host-Hub Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI
to AGP Controller (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER
(ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER
(ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER
(ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER
(ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER
(ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge
(rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER
(ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER
(ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB
(ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER
(ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation
82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev
02)
01:00.0 VGA compatible controller: nVidia Corporation
NV18 [GeForce4 MX 440 AGP 8x] (rev a2)
02:01.0 Multimedia audio controller: Ensoniq 5880
AudioPCI (rev 04)
02:04.0 Multimedia video controller: Internext
Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev
01)
02:08.0 Ethernet controller: Intel Corporation 82562EZ
10/100 Ethernet Controller (rev 01)
%% cat /etc/modules.d/ivtv
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
alias char-major-61 lirc_i2c
#add above ivtv lirc_dev lirc_i2c
%% ls -l /lib/firmware/
total 644
-rw-r--r-- 1 root root 262144 Nov 27 19:17
v4l-cx2341x-dec.fw
-r-xr-xr-x 1 root root 376836 Nov 27 19:16
v4l-cx2341x-enc.fw
-rw-r--r-- 1 root root 14264 Nov 27 19:17
v4l-cx25840.fw
%% md5sum /lib/firmware/*
305dba74bbe5905447add8883f3ecb68
/lib/firmware/v4l-cx2341x-dec.fw
5f5fa240ada73c3565f5f7de4c7b5138
/lib/firmware/v4l-cx2341x-enc.fw
3a4803384f749d644ee1f1ca9dcb12fa
/lib/firmware/v4l-cx25840.fw
__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users