Hi everyone,

After purchasing a Hauppauge prv-500 mce-kit a week ago or so, i've been 
fighting to getting it to work on my debian box, I have been googling 
and tried everything i could find that might get it to work, but now i 
give up... I lost the fight and decided to ask for help on this list.

As mentioned my card is a pvr-500 mce (kit). I run debian on my 
computer, which is an AMD64 2GHz, with an ASROCK dual-sata2 motherboard. 
I've compiled my own kernel 2.6.15.

I decided not to use the debian guide from ivtvdriver.org (as it didn't 
work) and instead i followed the genereal guide at: 
http://ivtvdriver.org/index.php/Howto.

I'm using driver version 0.4.1 and had no warnings during make install, 
and no conflicting modules found (for tveeprom etc). The whole 
installation seemed to go well everytime i did it, except when i cat 
dmesg and see all the error msgs

when i run:

cat /dev/video0 > test.mpg


it just creates an empty file, and nothing more...

Whatever i do it seems to fail with an error -19... I'm not really that 
good in linux, so i might have overlooked something stupid, or misread 
the guide or something like that... Does anyone have any idea what is 
wrong, a pointer in the right direction (or the right post/webpage) 
would be very much appreciated...

Thank you... Kasper Markus

Below are prints from modules.conf, dmesg, lspci and lsmod

/ETC/MODULES.CONF:
[EMAIL PROTECTED]:~$ cat /etc/modules.conf | grep major-81
#alias char-major-81    bttv
alias char-major-81     videodev
alias char-major-81-0   ivtv
alias char-major-81-1   ivtv

from DMESG:
Linux video capture interface: v1.00
ivtv:  ==================== START INIT IVTV ====================
ivtv:  version 0.4.1 (tagged release) loading
ivtv:  Linux version: 2.6.15 gcc-4.0
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:05:08.0[A] -> GSI 21 (level, low) -> IRQ 20
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
i2c_adapter i2c-1: adapter [ivtv i2c driver #0] registered
i2c-dev: adapter [ivtv i2c driver #0] registered as minor 1
ivtv0: Failed to load module tveeprom
ivtv0 warning: i2c client addr: 0x50 not found for command 0x0!
ivtv0: Error -19 reading Hauppauge eeprom.
ivtv0: Possible causes: the tveeprom module was not loaded, or
ivtv0: the eeprom kernel module was loaded before the tveeprom module.
ivtv0: Failed to load module tuner
ivtv0: Failed to load module cx25840
ivtv0 warning: i2c client addr: 0x44 not found for command 0xc008561c!
ivtv0: Failed to load module wm8775
ivtv0: Failed to load module tda9887
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: 161 x 12960 buffers (2048KB total)
ivtv0: Allocate DMA encoder VBI stream: 80 x 26208 buffers (2048KB total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB 
total)
ivtv0 warning: i2c client addr: 0x00 not found for command 0x40045403!
ivtv0 warning: i2c client addr: 0x44 not found for command 0x40085618!
ivtv0 warning: i2c client addr: 0x44 not found for command 0xc0045627!
ivtv0 warning: i2c client addr: 0x1b not found for command 0x40046d11!
ivtv0 warning: i2c client addr: 0x44 not found for command 0x40046d11!
ivtv0 warning: i2c client addr: 0x00 not found for command 0x40085618!
ivtv0 warning: i2c client addr: 0x44 not found for command 0x40085618!
ivtv0 warning: i2c client addr: 0x44 not found for command 0xc008561c!
ivtv0 warning: i2c client addr: 0x44 not found for command 0x40045613!
ivtv0 warning: i2c client addr: 0x00 not found for command 0x402c5639!
ivtv0 warning: i2c client addr: 0x1b not found for command 0x402c5639!
ivtv0 warning: i2c client addr: 0x44 not found for command 0x402c5639!
ivtv0 warning: i2c client addr: 0x44 not found for command 0x40045612!
ivtv0 warning: i2c client addr: 0x44 not found for command 0xc008561c!
ivtv0: Initialized WinTV PVR 150, card #0
ivtv:  ======================  NEXT CARD  ======================
ivtv1: Autodetected WinTV PVR 150 card (cx23416 based)
ACPI: PCI Interrupt 0000:05:09.0[A] -> GSI 22 (level, low) -> IRQ 21
ivtv1: Unreasonably low latency timer, setting to 64 (was 32)
i2c_adapter i2c-2: adapter [ivtv i2c driver #1] registered
i2c-dev: adapter [ivtv i2c driver #1] registered as minor 2
ivtv1: Failed to load module tveeprom
ivtv1 warning: i2c client addr: 0x50 not found for command 0x0!
ivtv1: Error -19 reading Hauppauge eeprom.
ivtv1: Possible causes: the tveeprom module was not loaded, or
ivtv1: the eeprom kernel module was loaded before the tveeprom module.
ivtv1: Failed to load module tuner
ivtv1: Failed to load module cx25840
ivtv1 warning: i2c client addr: 0x44 not found for command 0xc008561c!
ivtv1: Failed to load module wm8775
ivtv1: Failed to load module tda9887
ivtv1: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv1: Encoder revision: 0x02050032
ivtv1: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv1: Allocate DMA encoder YUV stream: 161 x 12960 buffers (2048KB total)
ivtv1: Allocate DMA encoder VBI stream: 80 x 26208 buffers (2048KB total)
ivtv1: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB 
total)
ivtv1 warning: i2c client addr: 0x00 not found for command 0x40045403!
ivtv1 warning: i2c client addr: 0x44 not found for command 0x40085618!
ivtv1 warning: i2c client addr: 0x44 not found for command 0xc0045627!
ivtv1 warning: i2c client addr: 0x1b not found for command 0x40046d11!
ivtv1 warning: i2c client addr: 0x44 not found for command 0x40046d11!
ivtv1 warning: i2c client addr: 0x00 not found for command 0x40085618!
ivtv1 warning: i2c client addr: 0x44 not found for command 0x40085618!
ivtv1 warning: i2c client addr: 0x44 not found for command 0xc008561c!
ivtv1 warning: i2c client addr: 0x44 not found for command 0x40045613!
ivtv1 warning: i2c client addr: 0x00 not found for command 0x402c5639!
ivtv1 warning: i2c client addr: 0x1b not found for command 0x402c5639!
ivtv1 warning: i2c client addr: 0x44 not found for command 0x402c5639!
ivtv1 warning: i2c client addr: 0x44 not found for command 0x40045612!
ivtv1 warning: i2c client addr: 0x44 not found for command 0xc008561c!
ivtv1: Initialized WinTV PVR 150, card #1
ivtv:  ====================  END INIT IVTV  ====================

from lspci -v:
0000:05:08.0 Multimedia video controller: Internext Compression Inc 
iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
       Subsystem: Hauppauge computer works Inc.: Unknown device e807
       Flags: bus master, medium devsel, latency 64, IRQ 20
       Memory at d0000000 (32-bit, prefetchable) [size=64M]
       Capabilities: [44] Power Management version 2

0000:05:09.0 Multimedia video controller: Internext Compression Inc 
iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
       Subsystem: Hauppauge computer works Inc.: Unknown device e817
       Flags: bus master, medium devsel, latency 64, IRQ 21
       Memory at cc000000 (32-bit, prefetchable) [size=64M]
       Capabilities: [44] Power Management version 2


from lsmod -l:
marklar-box:/home/marklar# lsmod
Module                  Size  Used by
ivtv                  205652  0
videodev                9600  1 ivtv
ipv6                  253120  8
af_packet              14732  2
nls_iso8859_1           5504  2
nls_cp437               7168  2
vfat                   12288  2
fat                    47408  1 vfat
ide_generic             1408  0 [permanent]
ide_disk               14976  0
ide_cd                 39200  0
cdrom                  36664  1 ide_cd
snd_intel8x0           31784  0
snd_ac97_codec        103228  1 snd_intel8x0
snd_ac97_bus            2560  1 snd_ac97_codec
joydev                  9984  0
evdev                  11136  0
snd_pcm_oss            52000  0
snd_mixer_oss          16512  1 snd_pcm_oss
8139cp                 18432  0
i2c_ali1535             8324  0
snd_pcm                84876  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
alim15x3               11292  0 [permanent]
generic                 5380  0 [permanent]
parport_pc             34672  0
parport                36748  1 parport_pc
floppy                 65856  0
snd_timer              21128  1 snd_pcm
snd                    51968  6 
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
8139too                25344  0
mii                     5504  2 8139cp,8139too
i2c_ali1563             8580  0
i2c_ali15x3             8708  0
ehci_hcd               30856  0
ide_core              131544  5 ide_generic,ide_disk,ide_cd,alim15x3,generic
pcspkr                  2056  0
ohci_hcd               19076  0
soundcore               8608  1 snd
snd_page_alloc          9616  2 snd_intel8x0,snd_pcm
psmouse                35844  0
serio_raw               6788  0
rtc                    11640  0
ext3                  118544  0
jbd                    50728  1 ext3
sd_mod                 16408  5
sata_uli                6020  4
libata                 52248  1 sata_uli
scsi_mod              135704  2 sd_mod,libata
unix                   25784  64




_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to