[mythtv-users] Fedora Core 6, PVR-150, and ivtv lockup SOLVED

Dan Buijs dbuijs at gmail.com
Thu Mar 8 14:31:57 UTC 2007


Hello all,

Got the issue resolved. It was hardware all along. The card looked ok, and
worked previously, but I opened up the box and installed a WIFI card right
next to it and must have bumped it. Wierd thing is, it was still detected by
lspci, but it locked the system as soon as I tried to do anything with it.

Lesson learned: Always check the hardware first!

Dan


On 3/7/07, Dan Buijs <dbuijs at gmail.com> wrote:
>
> After some tinkering (actually LOTS of tinkering), it seems like this is a
> problem with udev and/or the new ivtv-firmware.
>
> I can get my machine to actually boot without ivtv blacklisted now, by
> commenting out the following line in /etc/udev/rules.d/05_udev-
> early.rules:
>
> ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}=="*", RUN="/sbin/firmware_helper", OPTIONS="last_rule"
>
> I can now modprobe ivtv without locking up the whole system, but it's
> still not working properly. /dev/video is not being created. More details to
> follow.
>
> Dan
>
>
>
>
> On 3/3/07, Dale Christ <grosserhund at gmail.com> wrote:
> >
> > Here's mine (I have the same MB - I'm running an X2-4600) - This one fr
> > the most part works (LIRC too)
> >
> > alias char-major-61 lirc_i2c
> >
> > # ivtv modules setup
> > alias char-major-81 videodev
> > alias char-major-81-0 ivtv
> >
> > alias eth0 forcedeth
> > alias scsi_hostadapter sata_nv
> > options ndiswrapper if_name=eth1
> > alias eth1 ndiswrapper
> > alias snd-card-0 snd-hda-intel
> >
> > options snd-card-0 index=0
> > options snd-hda-intel index=0
> > remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ;
> > }; /sbin/modprobe -r --ignore-remove snd-hda-intel
> > install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install
> > lirc_i2c
> >
> >
> > On 3/3/07, Dan Buijs <dbuijs at gmail.com > wrote:
> > >
> > > Hi!
> > >
> > > /etc/modprobe.conf:
> > >
> > > alias eth0 forcedeth
> > > alias scsi_hostadapter sata_nv
> > > alias scsi_hostadapter1 usb-storage
> > > alias eth1 bcm43xx
> > > alias snd-card-0 snd-hda-intel
> > > options snd-card-0 index=0
> > > options snd-hda-intel index=0
> > > remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || :
> > > ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel
> > > alias snd-card-1 snd-mpu401
> > > options snd-card-1 index=1
> > > options snd-mpu401 index=1
> > > remove snd-mpu401 { /usr/sbin/alsactl store 1 >/dev/null 2>&1 || : ;
> > > }; /sbin/modprobe -r --ignore-remove snd-mpu401
> > > # nvidia kernel module
> > > alias char-major-195 nvidia-1_0-9746
> > > alias nvidia nvidia-1_0-9746
> > > #ivtv modules setup
> > > alias char-major-81 videodev
> > > alias char-major-81-0 ivtv
> > >
> > >
> > > On 3/3/07, Dale Christ < grosserhund at gmail.com> wrote:
> > > >
> > > > what does your modprobe.conf look like?
> > > >
> > > > On 3/3/07, Dan Buijs < dbuijs at gmail.com> wrote:
> > > >
> > > > > Hello,
> > > > >
> > > > > I'm having the following problem:
> > > > >
> > > > > I've followed the HOWTO on Wilsonet (http://wilsonet.com/mythtv/fcmyth.php
> > > > > ) and when I modprobe ivtv, my machine locks up. No messages in
> > > > > dmesg or /var/log/messages. A reboot gets me to udev startup and then the
> > > > > machine locks up again. The only way I can  get the thing to boot again is
> > > > > boot off a live cd and add "blacklist ivtv" to /etc/modprobe.d/blacklist.
> > > > >
> > > > > Here are the relevant details:
> > > > >
> > > > > kernel-2.6.19-1.2911.6.4.fc6.i686
> > > > > ivtv-0.10.1-126.fc6.at
> > > > > ivtv-firmware-20070217-13.at
> > > > > ivtv-kmdl-2.6.19-1.2911.6.4.fc6-0.10.1-126.fc6.at
> > > > > nvidia driver 1.0-9746
> > > > > X 7.1.1
> > > > >
> > > > > AMD Athlon64 3500
> > > > > Hauppage PVR-150
> > > > > ASUS M2NPV-VM integrated Nvidia video
> > > > > ASUS M2NPV-VM integrated sound
> > > > >
> > > > > Here's the interesting thing: I had this working (or at least not
> > > > > locking up) two weeks ago. I wiped and restarted with a fresh install
> > > > > because I was having problems with lirc. So it's a recent change in one of
> > > > > these packages, most likely either the kernel or ivtv. Anyone have any
> > > > > thoughts?
> > > > >
> > > > > DB
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > mythtv-users mailing list
> > > > > mythtv-users at mythtv.org
> > > > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > > >
> > > > >
> > > >
> > > > _______________________________________________
> > > > mythtv-users mailing list
> > > > mythtv-users at mythtv.org
> > > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > >
> > > >
> > >
> > > _______________________________________________
> > > mythtv-users mailing list
> > > mythtv-users at mythtv.org
> > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > >
> > >
> >
> > _______________________________________________
> > mythtv-users mailing list
> > mythtv-users at mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070308/08a8e141/attachment.htm 


More information about the mythtv-users mailing list