Mailing List Archive

Anyone using a PVR150 in UBuntu?
I've been using this howto to setup the card

http://ivtvdriver.org/index.php/Howto:Ubuntu

cd utils
wget ftp://ftp.shspvr.com/download/wintv-pvr_150-500/inf/pvr_2.0.24.23035.zip
wget ftp://ftp.shspvr.com/download/wintv-pvr_250-350/inf/pvr_1.18.21.22254_inf.zip
unzip pvr_2.0.24.23035.zip

I've gotten this far and don't have ivtvfwextract.pl
./ivtvfwextract.pl pvr_1.18.21.22254_inf.zip
cp HcwMakoA.ROM /usr/lib/hotplug/firmware/v4l-cx25840.fw
cp HcwFalcn.rom /usr/lib/hotplug/firmware/v4l-cx2341x-enc.fw
mv /lib/modules/ivtv-fw-dec.bin /usr/lib/hotplug/firmware/
mv /lib/modules/ivtv-fw-enc.bin /usr/lib/hotplug/firmware/
cp ../v4l-cx2341x-init-mpeg.bin /usr/lib/hotplug/firmware
ln -s /usr/lib/hotplug/firmware/ivtv-fw-dec.bin /usr/lib/hotplug/firmware/v4l-cx2341x-dec.fw

Has anyone used this intructions with success?

Graeme

This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
MailScanner thanks transtec Computers for their support.
MailScanner Supplied by ITS-HelpDesk.
ext 4001 or email helpdesk@irl.cri.nz--


_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: Anyone using a PVR150 in UBuntu? [ In reply to ]
Graeme Woollett wrote:
> I've been using this howto to setup the card
>
> http://ivtvdriver.org/index.php/Howto:Ubuntu
>
> cd utils
> wget
> ftp://ftp.shspvr.com/download/wintv-pvr_150-500/inf/pvr_2.0.24.23035.zip
> wget
> ftp://ftp.shspvr.com/download/wintv-pvr_250-350/inf/pvr_1.18.21.22254_inf.zip
>
> unzip pvr_2.0.24.23035.zip
>
> I've gotten this far and don't have ivtvfwextract.pl
> ./ivtvfwextract.pl pvr_1.18.21.22254_inf.zip
> cp HcwMakoA.ROM /usr/lib/hotplug/firmware/v4l-cx25840.fw
> cp HcwFalcn.rom /usr/lib/hotplug/firmware/v4l-cx2341x-enc.fw
> mv /lib/modules/ivtv-fw-dec.bin /usr/lib/hotplug/firmware/
> mv /lib/modules/ivtv-fw-enc.bin /usr/lib/hotplug/firmware/
> cp ../v4l-cx2341x-init-mpeg.bin /usr/lib/hotplug/firmware
> ln -s /usr/lib/hotplug/firmware/ivtv-fw-dec.bin
> /usr/lib/hotplug/firmware/v4l-cx2341x-dec.fw
> Has anyone used this intructions with success?
Which version of the ivtv driver are you using ?

0.4.0 needed the files in /lib/modules

0.4.1 and newer need the files in /usr/lib/hotplug/firmware.

I've been using 0.4.0 under Ubuntu with no issues, and 0.4.2 under
Knoppmyth.

Steve

_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: Anyone using a PVR150 in UBuntu? [ In reply to ]
I'm using version 0.42 on Breezy.

Graeme

This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
MailScanner thanks transtec Computers for their support.
MailScanner Supplied by ITS-HelpDesk.
ext 4001 or email helpdesk@irl.cri.nz--


_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: Anyone using a PVR150 in UBuntu? [ In reply to ]
Graeme Woollett wrote:

> I've been using this howto to setup the card
>
> http://ivtvdriver.org/index.php/Howto:Ubuntu
>
> cd utils
> wget
> ftp://ftp.shspvr.com/download/wintv-pvr_150-500/inf/pvr_2.0.24.23035.zip
> wget
> ftp://ftp.shspvr.com/download/wintv-pvr_250-350/inf/pvr_1.18.21.22254_inf.zip
>
> unzip pvr_2.0.24.23035.zip
>
> I've gotten this far and don't have ivtvfwextract.pl
> ./ivtvfwextract.pl pvr_1.18.21.22254_inf.zip
> cp HcwMakoA.ROM /usr/lib/hotplug/firmware/v4l-cx25840.fw
> cp HcwFalcn.rom /usr/lib/hotplug/firmware/v4l-cx2341x-enc.fw
> mv /lib/modules/ivtv-fw-dec.bin /usr/lib/hotplug/firmware/
> mv /lib/modules/ivtv-fw-enc.bin /usr/lib/hotplug/firmware/
> cp ../v4l-cx2341x-init-mpeg.bin /usr/lib/hotplug/firmware
> ln -s /usr/lib/hotplug/firmware/ivtv-fw-dec.bin
> /usr/lib/hotplug/firmware/v4l-cx2341x-dec.fw
> Has anyone used this intructions with success?
>
> Graeme
>
In 0.42 its in the utils/ subdirectory.

BTW you might want to use the look at the main documentation
http://ivtvdriver.org/index.php/Firmware (a lot of the howtos are a bit
out-of-date and are for older versions): I followed this for setting up
0.42 in Ubuntu Breezy (and it works fine)

--
Jonathon Sim - Senior Developer @ Zeald.com
Smart / Results / Online
http://www.zeald.com/jonathonsim.html
http://simsemporium.com


_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: Anyone using a PVR150 in UBuntu? [ In reply to ]
In 0.42 its in the utils/ subdirectory.

>
> BTW you might want to use the look at the main documentation
> http://ivtvdriver.org/index.php/Firmware (a lot of the howtos are a
> bit out-of-date and are for older versions): I followed this for
> setting up 0.42 in Ubuntu Breezy (and it works fine)
>
Thanks, I didn't look in the utils directory, that will teach me for
being lazy... :-)

This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
MailScanner thanks transtec Computers for their support.
MailScanner Supplied by ITS-HelpDesk.
ext 4001 or email helpdesk@irl.cri.nz--


_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: Anyone using a PVR150 in UBuntu? [ In reply to ]
Graeme Woollett wrote:

> In 0.42 its in the utils/ subdirectory.
>
>>
>> BTW you might want to use the look at the main documentation
>> http://ivtvdriver.org/index.php/Firmware (a lot of the howtos are a
>> bit out-of-date and are for older versions): I followed this for
>> setting up 0.42 in Ubuntu Breezy (and it works fine)
>>
> Thanks, I didn't look in the utils directory, that will teach me for
> being lazy... :-)

Never been a fan of RTFM myself :-) But while I think its a stretch to
call it a "howto" I documented some of the other gotchas I found
installing on ubuntu so I could remember them later, which might come in
handy for you too:
http://www.simsemporium.com/Stuff/Mythtv+-+PVR-150+-+Ubuntu+-+New+Zealand+HOWTO.html


--
Jonathon Sim - Senior Developer @ Zeald.com
Smart / Results / Online
http://www.zeald.com/jonathonsim.html
http://simsemporium.com


_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: Anyone using a PVR150 in UBuntu? [ In reply to ]
> Never been a fan of RTFM myself :-) But while I think its a stretch to
> call it a "howto" I documented some of the other gotchas I found
> installing on ubuntu so I could remember them later, which might come
> in handy for you too:
> http://www.simsemporium.com/Stuff/Mythtv+-+PVR-150+-+Ubuntu+-+New+Zealand+HOWTO.html
>
>
>
I got this from dmesg, haven't tried it yet as I'm still at work.
Should be OK (fingers crossed)


[4318529.824000] ivtv: ==================== START INIT IVTV
====================
[4318529.824000] ivtv: version 0.4.2 (tagged release) loading
[4318529.824000] ivtv: Linux version: 2.6.12-9-k7 K7 gcc-3.4
[4318529.824000] ivtv: In case of problems please include the debug
info between
[4318529.824000] ivtv: the START INIT IVTV and END INIT IVTV lines,
along with
[4318529.824000] ivtv: any module options, when mailing the ivtv-users
mailinglist.
[4318529.829000] ivtv0: Autodetected WinTV PVR 150 card (cx23416 based)
[4318529.829000] ACPI: PCI Interrupt 0000:00:0d.0[A] -> GSI 17 (level,
low) -> IRQ 17
[4318529.829000] ivtv0: Unreasonably low latency timer, setting to 64
(was 32)
[4318529.852000] ivtv0: i2c attach to card #0 ok [client=(tuner unset),
addr=61]
[4318529.861000] tuner 2-0061: chip found @ 0xc2 (ivtv i2c driver #0)
[4318530.029000] tveeprom: ivtv version
[4318530.029000] tveeprom: Hauppauge: model = 26559, rev = B260, serial#
= 8745548
[4318530.029000] tveeprom: tuner = LG S001D MK3 (idx = 60, type = 38)
[4318530.029000] tveeprom: tuner fmt = PAL(B/G) PAL(I) SECAM(L/L')
PAL(D/K) (eeprom = 0x74, v4l2 = 0x00400e17)
[4318530.029000] tveeprom: audio processor = CX25843 (type = 25)
[4318530.029000] tveeprom: decoder processor = CX25843 (type = 1e)
[4318530.029000] ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
[4318530.076000] cx25840 2-0044: ivtv driver
[4318530.076000] cx25840 2-0044: cx25843-23 found @ 0x88 (ivtv i2c
driver #0)
[4318532.689000] cx25840 2-0044: loaded v4l-cx25840.fw firmware (14264
bytes)
[4318532.736000] ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44]
[4318532.822000] wm8775 2-001b: ivtv driver
[4318532.822000] wm8775 2-001b: chip found @ 0x36 (ivtv i2c driver #0)
[4318532.828000] ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
[4318532.850000] tda9887 2-0043: (ivtv) chip found @ 0x86 (ivtv i2c
driver #0)
[4318532.850000] ivtv0: i2c attach to card #0 ok [client=tda9887, addr=43]
[4318533.555000] ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
[4318533.767000] ivtv0: Encoder revision: 0x02050032
[4318533.768000] ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768
buffers (4096KB total)
[4318533.861000] ivtv0: Allocate DMA encoder YUV stream: 161 x 12960
buffers (2048KB total)
[4318533.863000] ivtv0: Allocate DMA encoder VBI stream: 80 x 26208
buffers (2048KB total)
[4318540.230000] ivtv0: Allocate DMA encoder PCM audio stream: 455 x
4608 buffers (2048KB total)
[4318540.232000] ivtv0: Create encoder radio stream
[4318540.232000] tuner 2-0061: type set to 38 (Philips PAL/SECAM multi
(FM1216ME MK3))
[4318540.432000] ivtv0: Initialized WinTV PVR 150, card #0
[4318540.432000] ivtv: ==================== END INIT IVTV
====================


This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
MailScanner thanks transtec Computers for their support.
MailScanner Supplied by ITS-HelpDesk.
ext 4001 or email helpdesk@irl.cri.nz--


_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/