[mythtv-users] problem with PVR250 and ivtv module

Harondel J. Sibble help at pdscc.com
Tue Nov 11 15:07:03 EST 2003


Sounds like the same problem I was having with my MDK8.2 box, I resolved the 
by the following: Note I have a second bttv tuner


/etc/rc.local
**********************
(snipped other stuff)

/etc/ivtvsetup
***********************



/etc/modules (this setup resolved having to reload the ivtv modules after 
booting)
***********************
scsi_hostadapter
snd-emu10k1
ivtv
bttv
ati_remote
***********************



/etc/ivtvsetup
***********************
#!/bin/sh
### set input standard to ntsc
/usr/local/bin/test_ioctl -d /dev/video0 -u 0x3000
### set capture input to tuner (switch input types
### to deal with bug in firmware that causes
### banding in the image
/usr/local/bin/test_ioctl -d /dev/video0 -p 3
/usr/local/bin/test_ioctl -d /dev/video0 -p 4
### set capture resolution to ntsc
/usr/local/bin/test_ioctl -d /dev/video0 -f width=720,height=480
### set capture stream output to dvd compliant format
/usr/local/bin/test_ioctl -d /dev/video0 -c stream_type=10
***********************



/etc/modules.conf
***********************
alias usb-interface usb-uhci
alias eth0 tulip
###################################
## AUDIO                         ##
# ALSA configuration
alias char-major-116 snd
options snd major=116 cards_limit=1
alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0 id="Emu10k1" extin="0x000f" extout=0x1f0f
### options snd-emu10k1 index=0 id="Emu10k1" extin="0x3fc3" extout="0x1fcf"
alias char-major-14 soundcore
alias sound-slot-0 emu10k1
#
## ALSA-OSS compatibility
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
options snd-pcm-oss dsp_map=0 adsp_map=3
options snd-ac97-codec enable_loopback=1
#### LIRC settings for packard bell serial remote
alias char-major-61 lirc_serial
options lirc_serial irq=3 io=0x2f8
## I2c
alias char-major-89 i2c-dev
options i2c-core i2c_debug=1
options i2c-algo-bit bit_test=1
## Video - tv and mpeg           ##
alias char-major-81 videodev
alias char-major-81-0   ivtv
options ivtv debug=1 tuner=2 mpg_buffers=100
options msp3400 once=1 simple=1
add below ivtv tuner
add above ivtv msp3400 saa7115
alias char-major-81-1 bttv debug=2
options bttv card=63 radio=0 tuner=8 pll=0 bttv_verbose=2 bttv_debug=0
options tuner debug=2
options tvmixer debug=1 devnr=1
options btaudio dsp1=2 dsp2=3 analog=0 debug=2
add above bttv msp3400 btaudio
#post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L  >/dev/null 
2>&
#pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S  >/dev/null 
2>&1
### Video card drivers
alias /dev/nvidia*   NVdriver
***********************



On 11 Nov 2003 at 10:11, Kaushik Mallick wrote:

> I am running MythTV-0.12 with a Hauppage WinTV
> PVR250am. I have followed Jarod C. Wilson's PVR-250
> installation guide and everything in MythTV works
> great. But I am having some problem loading the ivtv
> driver. The module is loaded when I boot. But when I
> run mythfrontend and try to watch tv, the screen stays
> black. I have to issue
> 
> #/sbin/rmmod ivtv
> #/sbin/modprobe ivtv
> 
> to load the drivers again. MythTV and watching TV
> works fine after I reload the drivers.
> 
> What am I missing? Any help will be greatly appreciated.
> 
> __________________________________
> Do you Yahoo!?
> Protect your identity with Yahoo! Mail AddressGuard
> http://antispam.yahoo.com/whatsnewfree
> 


-- 
Harondel J. Sibble 
Sibble Computer Consulting
Creating solutions for the small business and home computer user.
help at pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice/fax)      (604) 686-2253 (pager)




More information about the mythtv-users mailing list