[mythtv-users] using remote during playback freezes machine

Nick Owen nowen at wikidsystems.com
Fri Oct 19 14:43:11 UTC 2007


Greetings.  I am seemingly very close to getting mythdora 4 running. I
was running FC4 fine for a very long time, but had to make a move for
the SD service.  SD is great.  Glad it worked out. Mythdora is also an
excellent solution.

I'm running a very old p700 (free :) with a FX5500 from Nvidia and a
Hauppaugge 250.  Kernel is 2.6.22.9-61.fc6.  I was having lots of
trouble with X.  I disabled ACPI (apci=off in grub.conf) and that
stopped the immediate lock ups (seems that acpi was using the same
interrupt as nvidia and ivtv?).  Then I couldn't watch recordings -
they went fuzzy, pink and blue.  I switched on XvMC and playback is
fine.  Unfortunately, hitting any button on the remote completely
locks up the machine.

I'm concerned that ivti0 and nvidia are sharing an irq:

[root at myth ~]# cat /proc/interrupts
           CPU0
  0:   41677942    XT-PIC-XT        timer
  1:          2    XT-PIC-XT        i8042
  2:          0    XT-PIC-XT        cascade
  5:      53127    XT-PIC-XT        eth0
  6:          5    XT-PIC-XT        floppy
  8:          1    XT-PIC-XT        rtc
  9:    2994924    XT-PIC-XT        ivtv0, nvidia
 10:          0    XT-PIC-XT        Intel 82801AA-ICH
 11:      78960    XT-PIC-XT        uhci_hcd:usb1
 12:        130    XT-PIC-XT        i8042
 14:     125660    XT-PIC-XT        ide0
 15:     373763    XT-PIC-XT        ide1
NMI:          0
LOC:          0
ERR:          9
MIS:          0

I also have these errors:
Oct 18 22:54:39 myth gconfd (mythtv-2535): starting (version 2.14.0),
pid 2535 user 'mythtv'
Oct 18 22:54:39 myth gconfd (mythtv-2535): Resolved address
"xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-on
ly configuration source at position 0
Oct 18 22:54:39 myth gconfd (mythtv-2535): Resolved address
"xml:readwrite:/home/mythtv/.gconf" to a writable configur
ation source at position 1
Oct 18 22:54:39 myth gconfd (mythtv-2535): Resolved address
"xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-onl
y configuration source at position 2
Oct 18 22:55:04 myth gconfd (mythtv-2535): Resolved address
"xml:readwrite:/home/mythtv/.gconf" to a writable configur
ation source at position 0

and these:

Oct 18 22:47:10 myth kernel: NVRM: Xid (0001:0b): 9, Channel 00000001
Instance 00000000 Intr 00100000
Oct 18 22:47:10 myth kernel: NVRM: Xid (0001:0b): 13, 0002 beef3097
00003497 0000021c 00000000 00000002
Oct 18 22:47:10 myth kernel: NVRM: Xid (0001:0b): 30,  L1 -> L0

in /var/log/messages.  I've tried a lot of the archived tricks to get
rid of these. I'm currently running the ATRPM nvidia drivers:

nvidia-graphics-devices-1.0-5.fc6.at
nvidia-graphics9755-kmdl-2.6.20-1.2944.fc6-1.0_9755-86.fc6.at
nvidia-graphics9755-kmdl-2.6.22.9-61.fc6-1.0_9755-87.fc6
nvidia-graphics9755-1.0_9755-87.fc6
nvidia-graphics9755-libs-1.0_9755-87.fc6
nvidia-graphics-helpers-0.0.22-23.fc6


And here is my xorg.conf:

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib/xorg/modules/extensions"
        ModulePath   "/usr/lib/xorg/modules"
EndSection
Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
#       Load  "dri"
        Load  "v4l"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        Option      "NoLogo" "True"
        Option      "NoAccel"
        Option      "TVStandard" "NTSC-M"
        #Option      "NVAGP" "1"
        Option      "TVOutFormat" "SVIDEO"
        Option      "TVOverScan" "0.6"
        Option      "MetaModes" "1024x768, 1024x768; 800x600, 800x600;
640x480, 640x480;"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        Option "UseEvents" "True"
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

I have tried a number of permuations of  'Option "NVAGP" "1"'..

any help is much appreciated.

Nick


-- 
Nick Owen
WiKID Systems, Inc.
404.962.8983
http://www.wikidsystems.com
Commercial/Open Source Two-Factor Authentication


More information about the mythtv-users mailing list