LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Hauppauge WinTv PVR-250 configuration problem on Ubuntu 7.04 (https://www.linuxquestions.org/questions/linux-general-1/hauppauge-wintv-pvr-250-configuration-problem-on-ubuntu-7-04-a-581373/)

dink27 08-31-2007 10:31 PM

Hauppauge WinTv PVR-250 configuration problem on Ubuntu 7.04
 
G'day
First many apologies in advance if this has been covered or is posted in the wrong section of the fourm.

Preamble:
I bought a Hauppauge WinTv PVR-250 yesterday after much looking and debating and re-watching an episode of "Systm" on revision3.com. I've been using linux (except for some games and school) for the last 2 or 3 years and swithched to (K)Ubuntu just before 7.04 was released.

The Situation:
MythTV is installed and plays DVD's so I assume its working. I've been using this install for at least 4 months (upgraded the hdd in March-ish, and reinstalled). kdetv also does not seem to capture video.
The card worked (bought it used from a Windows user, he showed me it running on XP)
I have been racking my brain for the better part of the last 24 hours, and reading a massive number of posts regarding the wintv 250, ubuntu, ivtv, and mythtv and making all them play nice.

The Problem:
I can't seem to get the Hauppauge WinTv PVR-250 capture card to capture anything. Just static and it only detects four channels.


So, I have a capture card that is supposed to work, software that is supposed to get along with the card, and an OS that is supposed to provide support for the card and mythtv.

I have a call in with my local cable company to verify that I am using the correct Channel Frequency Table. The cable in the house works (verified on the TV)

What am I missing? Any help is greatly appreciated.

More Info:
AMD 3200+, 2gb RAM, 150gb SATA HDD, Nvidia TI-4200, Hauppauge WinTv PVR-250, (k)Ubuntu 7.04, MythTV 0.20

I'm in Canada, so the cable should be NTSC, it's just normal cable from Rogers, not set top box or anything, just an ol' fashion coax cable.

lsmod output
Code:

Module                  Size  Used by
binfmt_misc            12680  1
rfcomm                40856  0
l2cap                  25728  5 rfcomm
bluetooth              55908  4 rfcomm,l2cap
ipv6                  268704  14
ppdev                  10116  0
cpufreq_powersave      2688  0
cpufreq_userspace      5408  0
cpufreq_stats          7360  0
cpufreq_conservative    8200  0
cpufreq_ondemand        9228  0
freq_table              5792  2 cpufreq_stats,cpufreq_ondemand
pcc_acpi              13184  0
tc1100_wmi              8068  0
sony_acpi              6284  0
dev_acpi              12292  0
battery                10756  0
video                  16388  0
button                  8720  0
ac                      6020  0
container              5248  0
dock                  10268  0
asus_acpi              17308  0
backlight              7040  1 asus_acpi
sbs                    15652  0
i2c_ec                  5888  1 sbs
ndiswrapper          188252  0
lp                    12452  0
fuse                  46612  3
ide_cd                32672  0
cdrom                  37664  1 ide_cd
ide_disk              17024  2
i2c_viapro            10132  0
via82cxxx              10372  0 [permanent]
msp3400                31648  0
saa7115                16400  0
tuner                  61864  0
snd_via82xx            29208  1
gameport              16520  1 snd_via82xx
snd_ac97_codec        98336  1 snd_via82xx
ac97_bus                3200  1 snd_ac97_codec
snd_pcm_oss            44544  0
snd_mixer_oss          17408  1 snd_pcm_oss
snd_pcm                79876  3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_page_alloc        10888  2 snd_via82xx,snd_pcm
snd_mpu401_uart        9472  1 snd_via82xx
snd_seq_dummy          4740  0
snd_seq_oss            32896  0
snd_seq_midi            9600  0
snd_rawmidi            25472  2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event      8448  2 snd_seq_oss,snd_seq_midi
snd_seq                52592  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              23684  2 snd_pcm,snd_seq
snd_seq_device          9100  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    54020  13 snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
parport_pc            36388  1
parport                36936  3 ppdev,lp,parport_pc
via_agp                11264  1
serio_raw              7940  0
pcspkr                  4224  0
psmouse                38920  0
via_ircc              27540  0
irda                  201276  1 via_ircc
crc_ccitt              3072  1 irda
generic                5124  0 [permanent]
nvidia              4715860  22
agpgart                35400  2 via_agp,nvidia
soundcore              8672  1 snd
ivtv                  134544  0
i2c_algo_bit            8712  1 ivtv
cx2341x                12804  1 ivtv
tveeprom              15888  1 ivtv
i2c_core              22784  9 i2c_ec,i2c_viapro,msp3400,saa7115,tuner,nvidia,ivtv,i2c_algo_bit,tveeprom
shpchp                34324  0
pci_hotplug            32576  1 shpchp
videodev              28160  1 ivtv
v4l2_common            25216  6 msp3400,saa7115,tuner,ivtv,cx2341x,videodev
v4l1_compat            15236  2 ivtv,videodev
af_packet              23816  8
tsdev                  8768  0
evdev                  11008  3
ext3                  133128  1

Contents of /etc/modules
Code:

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

fuse
lp

ndiswrapper

Please let me know anything I can add to help narrow down the problem. I hope someone has knowlage that they can share with me to fix this problem. Nothing I've come across has seemed to do the trick.

Looking forward to your thoughts,
----
D!NK


All times are GMT -5. The time now is 09:50 PM.