LinHES Forums
http://forums.linhes.org/

Help!!! Black Screen to TV
http://forums.linhes.org/viewtopic.php?f=17&t=8929
Page 1 of 2

Author:  Dr. Hood [ Sat Mar 11, 2006 2:58 pm ]
Post subject:  Help!!! Black Screen to TV

Help!!!

I am very worried that this KnoppMyth system is hosed.....

In an attempt to increase the font size of the News Feed and Web Browser integrated in KnoppMyth, I followed the instructions at FontSizeHowTo. at the KnoppMyth Wiki.

These are the steps I took...

1. Backup the /etc/X11/XF86Config-4 file by renaming it /etc/XF86Config-4.NTFS_monitor

2. Edited /etc/X11/XF86Config-4 by replacing the Section "Monitor"

Original /etc/X11/XF86Config-4
Quote:
Section "Monitor"
Identifier "NTSC Monitor"
HorizSync 30-68
VertRefresh 50-120
Mode "720x480"
# D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz
DotClock 34.564
HTimings 720 752 840 928
VTimings 480 484 488 504
Flags "-HSync" "-VSync"
EndMode
EndSection


Revised /etc/X11/XF86Config-4
Quote:
Section "Monitor"
Identifier "TV"
HorizSync 31.5
VertRefresh 60
Option "DPMS"
VendorName "Toshiba"
DisplaySize 183 140
EndSection


3. Rebooted

Unfortunately, after rebooting, the TV went blank and there was no output.

I then restored the backed up XF86Config-4 file by replacing the edited one with the backup one (XF86Config-4.NTFS_monitor

Unfortunately, this did not solve the problem, the TV is still black....

I looked at the /var/log/XFree86.0.log file and it has the following output...

XFree86.0.log
Quote:
(==) Using config file: "/etc/X11/XF86Config-4"
Data incomplete in file /etc/X11/XF86Config-4
Undefined Monitor "NTSC Monitor" referenced by Screen "TV Screen".
(EE) Problem parsing the config file
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found


The sections of the XF86Config-4 file that is referred to are....

XF86Config-4
Quote:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "TV Screen"
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"

EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
Load "ddc" # ddc probing of monitor
# Load "GLcore"
Load "dbe"
Load "v4l"
Load "extmod"
# Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"

EndSection

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Section "Monitor"
Identifier "NTSC Monitor"
HorizSync 30-68
VertRefresh 50-120
Mode "720x480"
# D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz
DotClock 34.564
HTimings 720 752 840 928
VTimings 480 484 488 504
Flags "-HSync" "-VSync"
EndMode
EndSection

Section "Device"
Identifier "Hauppauge PVR 350 iTVC15 Framebuffer"
Driver "ivtvdev"

### change fb1 to whatever number you got in the previous section
Option "fbdev" "/dev/fb0"
Option "ivtvdev" "/dev/fb0"

### change the busid to whatever is reported by lspci. Note that
### output of lspci is hex, so add a preceding "0x" to the BusID
BusID "PCI:02:07:0"
EndSection

Section "Screen"
Identifier "TV Screen"
Device "Hauppauge PVR 350 iTVC15 Framebuffer"
Monitor "NTSC Monitor"
DefaultDepth 24
DefaultFbbpp 32
Subsection "Display"
Depth 24
FbBpp 32
Modes "720x480"
EndSubsection
EndSection

Section "DRI"
Mode 0666
EndSection


When rebooting, the system does the following....

A. Boot up appears normal (i.e., usual message scroll up the screen) with a monitor connected to the KnoppMyth box.

B. Next, the TV will flash with a green screen for a split second, but then go black.

C. The monitor will display the usual IVTV static information that normally appears, indicating that the system has attempted to output to the TV.

Please note that I am using the TV out that is on the PVR-350 card to divert video to the TV set.

D. Then, the system just hangs. The backend does not start and I cannot SSH into the system.

I don't understand why restoring the XF86Config-4 file to the one that worked does not solve the problem.

It would be greatly appreciated if anyone can suggest how to fix this problem.

Dr. Hood

Author:  mac [ Sun Mar 12, 2006 3:41 am ]
Post subject: 

Don't worry.. It looks like just a minor glitch.

did you edit your config file on a windows machine? if so you may have the wrong
EOLs. This command should tell you..

file /etc/X11/XF86Config-4

If this is the case grab the dos2unix util and run you X config file through it..

apt-get install sysutils

will install dos2unix

cat /etc/X11/XF86Config-4 | dos2unix > XF86Config-4.new

You may also been missing a newline on the last line with text in the file.. just do a:
echo >> /etc/X11/XF86Config-4
to fix that ..

Author:  Dr. Hood [ Sun Mar 12, 2006 6:09 am ]
Post subject: 

Thanks mac for the reply and suggestion.

I use linux (Ubuntu) on all of my machines at home. However, I applied the 2 commands (file.... and echo....) anyways and the problem persists, which is that no video appears on the TV set. The file command reports that XF86Config-4 file is ASCII and English.

I use SimplyMepis LiveCD to boot on this machine to edit files.

I have done a lot of searching on the Internet and I found no answer to this problem except for running XF86configure. However, I cannot execute commands on this machine because it does not boot to a desktop or a prompt.

The only solution I have come up with is a complete reinstallation of KnoppMyth.

However, I would like to avoid this if possible.

I cannot backup the contents of the /myth directory because I used LVM and a liveCD cannot auto mount the directory. I am very sorry to have followed the instructions at the KnoppMyth Wiki on the FontSizeHowto.

Dr. Hood :cry:

Author:  mac [ Sun Mar 12, 2006 6:37 am ]
Post subject: 

Hold down shift key durring post and it will bring up a lilo menu.. at the prompt type

linux init=/bin/sh

the system will boot and drop you at a root prompt. then type:

mount -o remount,rw /

to remount the root filesystem read/write.

grab a fresh copy of the X config file off the net. (Its the same one I seen 100 different places) make changes to framebuffer lines and the BusID lines and reboot.

Option "fbdev" "/dev/fb0"
Option "ivtvdev" "/dev/fb0"
BusID "PCI:02:07:0"

You can use a usb drive to get the file on the system or bring up networking.
then type:

sync; sync; sync; reboot

Also.. anything showing in /var/log/messages that might help.

Author:  Dr. Hood [ Sun Mar 12, 2006 7:46 am ]
Post subject: 

Thanks again Mac,

I cannot tell you what a relief it is to have someone give some suggestions as to a possible solution. Although nothing is guaranteed, it helps to come to the conclusion that re-installation is the way to go forward, if all other known solutions do not work.

Below is the output of /var/log/messages dated yesterday, which is when my troubles began...

Output from /var/log/messages file
Quote:
Mar 11 12:04:17 mythtv -- MARK --
Mar 11 12:19:59 mythtv kernel: nfsd: last server has exited
Mar 11 12:19:59 mythtv kernel: nfsd: unexporting all filesystems
Mar 11 12:19:59 mythtv kernel: RPC: failed to contact portmap (errno -5).
Mar 11 12:20:03 mythtv kernel: Kernel logging (proc) stopped.
Mar 11 12:20:03 mythtv kernel: Kernel log daemon terminating.
Mar 11 12:20:03 mythtv exiting on signal 15
Mar 11 12:21:01 mythtv syslogd 1.4.1#16: restart.
Mar 11 12:21:01 mythtv kernel: klogd 1.4.1#16, log source = /proc/kmsg started.
Mar 11 12:21:01 mythtv kernel: Inspecting /boot/System.map-2.6.13.2-chw-3
Mar 11 12:21:01 mythtv kernel: Loaded 34041 symbols from /boot/System.map-2.6.13.2-chw-3.
Mar 11 12:21:01 mythtv kernel: Symbols match kernel version 2.6.13.
Mar 11 12:21:01 mythtv kernel: No module symbols loaded - kernel modules not enabled.
Mar 11 12:21:01 mythtv kernel: Linux version 2.6.13.2-chw-3 (root@dev.mysettopbox.tv) (gcc version 3.3.6 (Debian 1:3.3.6-5)) #1 SMP Wed Sep 21 08:15:54 PDT 2005
Mar 11 12:21:01 mythtv kernel: BIOS-provided physical RAM map:
Mar 11 12:21:01 mythtv kernel: BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
Mar 11 12:21:01 mythtv kernel: BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
Mar 11 12:21:01 mythtv kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Mar 11 12:21:01 mythtv kernel: BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
Mar 11 12:21:01 mythtv kernel: BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
Mar 11 12:21:01 mythtv kernel: BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
Mar 11 12:21:01 mythtv kernel: BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Mar 11 12:21:01 mythtv kernel: BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
Mar 11 12:21:01 mythtv kernel: BIOS-e820: 00000000fefffc00 - 00000000ff000000 (reserved)
Mar 11 12:21:01 mythtv kernel: BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Mar 11 12:21:01 mythtv kernel: 127MB HIGHMEM available.
Mar 11 12:21:01 mythtv kernel: 896MB LOWMEM available.
Mar 11 12:21:01 mythtv kernel: DMI 2.3 present.
Mar 11 12:21:01 mythtv kernel: ACPI: PM-Timer IO Port: 0x4008
Mar 11 12:21:01 mythtv kernel: Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
Mar 11 12:21:01 mythtv kernel: Built 1 zonelists
Mar 11 12:21:01 mythtv kernel: Kernel command line: auto BOOT_IMAGE=Linux ro root=301 splash=silent apm=power-off nomce
Mar 11 12:21:01 mythtv kernel: bootsplash: silent mode.
Mar 11 12:21:01 mythtv kernel: Found and enabled local APIC!
Mar 11 12:21:01 mythtv kernel: Initializing CPU#0
Mar 11 12:21:01 mythtv kernel: PID hash table entries: 4096 (order: 12, 65536 bytes)
Mar 11 12:21:01 mythtv kernel: Detected 1808.998 MHz processor.
Mar 11 12:21:01 mythtv kernel: Using pmtmr for high-res timesource
Mar 11 12:21:01 mythtv kernel: Console: colour VGA+ 80x25
Mar 11 12:21:01 mythtv kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Mar 11 12:21:01 mythtv kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Mar 11 12:21:01 mythtv kernel: Memory: 1033360k/1048512k available (3064k kernel code, 14380k reserved, 1213k data, 216k init, 131008k highmem)
Mar 11 12:21:01 mythtv kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Mar 11 12:21:01 mythtv kernel: Calibrating delay using timer specific routine.. 3621.87 BogoMIPS (lpj=7243746)
Mar 11 12:21:01 mythtv kernel: Security Framework v1.0.0 initialized
Mar 11 12:21:01 mythtv kernel: Mount-cache hash table entries: 512
Mar 11 12:21:01 mythtv kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Mar 11 12:21:01 mythtv kernel: CPU: L2 Cache: 128K (64 bytes/line)
Mar 11 12:21:01 mythtv kernel: mtrr: v2.0 (20020519)
Mar 11 12:21:01 mythtv kernel: Enabling fast FPU save and restore... done.
Mar 11 12:21:01 mythtv kernel: Enabling unmasked SIMD FPU exception support... done.
Mar 11 12:21:01 mythtv kernel: Checking 'hlt' instruction... OK.
Mar 11 12:21:01 mythtv kernel: ACPI: setting ELCR to 0200 (from 1c28)
Mar 11 12:21:01 mythtv kernel: CPU0: AMD Sempron(tm) Processor 3000+ stepping 02
Mar 11 12:21:01 mythtv kernel: SMP motherboard not detected.
Mar 11 12:21:01 mythtv kernel: Brought up 1 CPUs
Mar 11 12:21:01 mythtv kernel: checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Mar 11 12:21:01 mythtv kernel: Freeing initrd memory: 3k freed
Mar 11 12:21:01 mythtv kernel: NET: Registered protocol family 16
Mar 11 12:21:01 mythtv kernel: ACPI: bus type pci registered
Mar 11 12:21:01 mythtv kernel: PCI: PCI BIOS revision 2.10 entry at 0xfba90, last bus=2
Mar 11 12:21:01 mythtv kernel: PCI: Using configuration type 1
Mar 11 12:21:01 mythtv kernel: ACPI: Subsystem revision 20050408
Mar 11 12:21:01 mythtv kernel: ACPI: Interpreter enabled
Mar 11 12:21:01 mythtv kernel: ACPI: Using PIC for interrupt routing
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Mar 11 12:21:01 mythtv kernel: PCI: Probing PCI hardware (bus 00)
Mar 11 12:21:01 mythtv kernel: ACPI: Assume root bridge [\_SB_.PCI0] segment is 0
Mar 11 12:21:01 mythtv kernel: ACPI: Power Resource [ISAV] (on)
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 11 *12 14 15)
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LUBA] (IRQs *3 4 5 6 7 10 11 12 14 15)
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LUBB] (IRQs *3 4 5 6 7 10 11 12 14 15)
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LUB2] (IRQs *3 4 5 6 7 10 11 12 14 15)
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22) *0, disabled.
Mar 11 12:21:01 mythtv kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Mar 11 12:21:01 mythtv kernel: pnp: PnP ACPI init
Mar 11 12:21:01 mythtv kernel: pnp: PnP ACPI: found 10 devices
Mar 11 12:21:01 mythtv kernel: PnPBIOS: Disabled by ACPI PNP
Mar 11 12:21:01 mythtv kernel: SCSI subsystem initialized
Mar 11 12:21:01 mythtv kernel: PCI: Using ACPI for IRQ routing
Mar 11 12:21:01 mythtv kernel: PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
Mar 11 12:21:01 mythtv kernel: pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
Mar 11 12:21:01 mythtv kernel: pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
Mar 11 12:21:01 mythtv kernel: pnp: 00:00: ioport range 0x4400-0x447f has been reserved
Mar 11 12:21:01 mythtv kernel: pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
Mar 11 12:21:01 mythtv kernel: pnp: 00:00: ioport range 0x4800-0x487f has been reserved
Mar 11 12:21:01 mythtv kernel: pnp: 00:00: ioport range 0x4880-0x48ff has been reserved
Mar 11 12:21:01 mythtv kernel: PCI: Bridge: 0000:00:0b.0
Mar 11 12:21:01 mythtv kernel: IO window: 9000-9fff
Mar 11 12:21:01 mythtv kernel: MEM window: e4000000-e5ffffff
Mar 11 12:21:01 mythtv kernel: PREFETCH window: d8000000-dfffffff
Mar 11 12:21:01 mythtv kernel: PCI: Bridge: 0000:00:0e.0
Mar 11 12:21:01 mythtv kernel: IO window: a000-afff
Mar 11 12:21:01 mythtv kernel: MEM window: e6000000-e6ffffff
Mar 11 12:21:01 mythtv kernel: PREFETCH window: e0000000-e3ffffff
Mar 11 12:21:01 mythtv kernel: highmem bounce pool size: 64 pages
Mar 11 12:21:01 mythtv kernel: Total HugeTLB memory allocated, 0
Mar 11 12:21:01 mythtv kernel: VFS: Disk quotas dquot_6.5.1
Mar 11 12:21:01 mythtv kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Mar 11 12:21:01 mythtv kernel: JFS: nTxBlock = 8076, nTxLock = 64609
Mar 11 12:21:01 mythtv kernel: SGI XFS with ACLs, security attributes, realtime, large block numbers, no debug enabled
Mar 11 12:21:01 mythtv kernel: SGI XFS Quota Management subsystem
Mar 11 12:21:01 mythtv kernel: Initializing Cryptographic API
Mar 11 12:21:01 mythtv kernel: isapnp: Scanning for PnP cards...
Mar 11 12:21:01 mythtv kernel: isapnp: No Plug & Play device found
Mar 11 12:21:01 mythtv kernel: PNP: No PS/2 controller found. Probing ports directly.
Mar 11 12:21:01 mythtv kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Mar 11 12:21:01 mythtv kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mar 11 12:21:01 mythtv kernel: io scheduler noop registered
Mar 11 12:21:01 mythtv kernel: io scheduler anticipatory registered
Mar 11 12:21:01 mythtv kernel: io scheduler deadline registered
Mar 11 12:21:01 mythtv kernel: io scheduler cfq registered
Mar 11 12:21:01 mythtv kernel: Floppy drive(s): fd0 is 1.44M
Mar 11 12:21:01 mythtv kernel: FDC 0 is a post-1991 82077
Mar 11 12:21:01 mythtv kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Mar 11 12:21:01 mythtv kernel: loop: loaded (max 8 devices)
Mar 11 12:21:01 mythtv kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Mar 11 12:21:01 mythtv kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Mar 11 12:21:01 mythtv kernel: NFORCE3-250: IDE controller at PCI slot 0000:00:08.0
Mar 11 12:21:01 mythtv kernel: NFORCE3-250: chipset revision 162
Mar 11 12:21:01 mythtv kernel: NFORCE3-250: not 100%% native mode: will probe irqs later
Mar 11 12:21:01 mythtv kernel: NFORCE3-250: BIOS didn't set cable bits correctly. Enabling workaround.
Mar 11 12:21:01 mythtv kernel: NFORCE3-250: BIOS didn't set cable bits correctly. Enabling workaround.
Mar 11 12:21:01 mythtv kernel: NFORCE3-250: 0000:00:08.0 (rev a2) UDMA133 controller
Mar 11 12:21:01 mythtv kernel: ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
Mar 11 12:21:01 mythtv kernel: ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
Mar 11 12:21:01 mythtv kernel: hda: SAMSUNG SP0822N, ATA DISK drive
Mar 11 12:21:01 mythtv kernel: hdb: WDC WD1600JB-00REA0, ATA DISK drive
Mar 11 12:21:01 mythtv kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Mar 11 12:21:01 mythtv kernel: hdc: SONY DVD RW DRU-710A, ATAPI CD/DVD-ROM drive
Mar 11 12:21:01 mythtv kernel: ide1 at 0x170-0x177,0x376 on irq 15
Mar 11 12:21:01 mythtv kernel: hda: max request size: 1024KiB
Mar 11 12:21:01 mythtv kernel: hda: 156368016 sectors (80060 MB) w/2048KiB Cache, CHS=16383/255/63
Mar 11 12:21:01 mythtv kernel: hda: cache flushes supported
Mar 11 12:21:01 mythtv kernel: hda: hda1 hda2 hda3 hda4
Mar 11 12:21:01 mythtv kernel: hdb: max request size: 1024KiB
Mar 11 12:21:01 mythtv kernel: hdb: 312581808 sectors (160041 MB) w/8192KiB Cache, CHS=19457/255/63, UDMA(100)
Mar 11 12:21:01 mythtv kernel: hdb: cache flushes supported
Mar 11 12:21:01 mythtv kernel: hdb: hdb1
Mar 11 12:21:01 mythtv kernel: hdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
Mar 11 12:21:01 mythtv kernel: Uniform CD-ROM driver Revision: 3.20
Mar 11 12:21:01 mythtv kernel: mice: PS/2 mouse device common for all mice
Mar 11 12:21:01 mythtv kernel: md: linear personality registered as nr 1
Mar 11 12:21:01 mythtv kernel: md: raid0 personality registered as nr 2
Mar 11 12:21:01 mythtv kernel: md: raid1 personality registered as nr 3
Mar 11 12:21:01 mythtv kernel: md: raid10 personality registered as nr 9
Mar 11 12:21:01 mythtv kernel: md: raid5 personality registered as nr 4
Mar 11 12:21:01 mythtv kernel: raid5: automatically using best checksumming function: pIII_sse
Mar 11 12:21:01 mythtv kernel: pIII_sse : 5609.000 MB/sec
Mar 11 12:21:01 mythtv kernel: raid5: using function: pIII_sse (5609.000 MB/sec)
Mar 11 12:21:01 mythtv kernel: raid6: int32x1 827 MB/s
Mar 11 12:21:01 mythtv kernel: raid6: int32x2 995 MB/s
Mar 11 12:21:01 mythtv kernel: raid6: int32x4 545 MB/s
Mar 11 12:21:01 mythtv kernel: raid6: int32x8 542 MB/s
Mar 11 12:21:01 mythtv kernel: raid6: mmxx1 1523 MB/s
Mar 11 12:21:01 mythtv kernel: raid6: mmxx2 2841 MB/s
Mar 11 12:21:01 mythtv kernel: raid6: sse1x1 1436 MB/s
Mar 11 12:21:01 mythtv kernel: raid6: sse1x2 2391 MB/s
Mar 11 12:21:01 mythtv kernel: raid6: sse2x1 1266 MB/s
Mar 11 12:21:01 mythtv kernel: raid6: sse2x2 1789 MB/s
Mar 11 12:21:01 mythtv kernel: raid6: using algorithm sse1x2 (2391 MB/s)
Mar 11 12:21:01 mythtv kernel: md: raid6 personality registered as nr 8
Mar 11 12:21:01 mythtv kernel: md: multipath personality registered as nr 7
Mar 11 12:21:01 mythtv kernel: md: faulty personality registered as nr 10
Mar 11 12:21:01 mythtv kernel: md: md driver 0.90.2 MAX_MD_DEVS=256, MD_SB_DISKS=27
Mar 11 12:21:01 mythtv kernel: md: bitmap version 3.38
Mar 11 12:21:01 mythtv kernel: device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
Mar 11 12:21:01 mythtv kernel: NET: Registered protocol family 2
Mar 11 12:21:01 mythtv kernel: IP route cache hash table entries: 65536 (order: 6, 262144 bytes)
Mar 11 12:21:01 mythtv kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
Mar 11 12:21:01 mythtv kernel: TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
Mar 11 12:21:01 mythtv kernel: TCP: Hash tables configured (established 262144 bind 65536)
Mar 11 12:21:01 mythtv kernel: TCP reno registered
Mar 11 12:21:01 mythtv kernel: TCP bic registered
Mar 11 12:21:01 mythtv kernel: NET: Registered protocol family 1
Mar 11 12:21:01 mythtv kernel: NET: Registered protocol family 15
Mar 11 12:21:01 mythtv kernel: Using IPI Shortcut mode
Mar 11 12:21:01 mythtv kernel: Suspend2 Core.
Mar 11 12:21:01 mythtv kernel: Suspend2 Compression Driver loading.
Mar 11 12:21:01 mythtv kernel: Suspend2 Encryption Driver loading.
Mar 11 12:21:01 mythtv kernel: Suspend2 Swap Writer loading.
Mar 11 12:21:01 mythtv kernel: Suspend2 FileWriter loading.
Mar 11 12:21:01 mythtv kernel: md: Autodetecting RAID arrays.
Mar 11 12:21:01 mythtv kernel: md: autorun ...
Mar 11 12:21:01 mythtv kernel: md: ... autorun DONE.
Mar 11 12:21:01 mythtv kernel: RAMDISK: Compressed image found at block 0
Mar 11 12:21:01 mythtv kernel: VFS: Mounted root (ext2 filesystem).
Mar 11 12:21:01 mythtv kernel: EXT3-fs: mounted filesystem with ordered data mode.
Mar 11 12:21:01 mythtv kernel: VFS: Mounted root (ext3 filesystem) readonly.
Mar 11 12:21:01 mythtv kernel: Trying to move old root to /initrd ... <6>kjournald starting. Commit interval 5 seconds
Mar 11 12:21:01 mythtv kernel: okay
Mar 11 12:21:01 mythtv kernel: Freeing unused kernel memory: 216k freed
Mar 11 12:21:01 mythtv kernel: Suspend2 2.2-rc7: You need to use a resume2= command line parameter to tell Suspend2 where to look for an image.
Mar 11 12:21:01 mythtv kernel: Suspend2 2.2-rc7: Resume2 parameter is empty. Suspending will be disabled.
Mar 11 12:21:01 mythtv kernel: Adding 883564k swap on /dev/hda2. Priority:-1 extents:1
Mar 11 12:21:01 mythtv kernel: EXT3 FS on hda1, internal journal
Mar 11 12:21:01 mythtv kernel: usbcore: registered new driver usbfs
Mar 11 12:21:01 mythtv kernel: usbcore: registered new driver hub
Mar 11 12:21:01 mythtv kernel: USB Universal Host Controller Interface driver v2.3
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 3
Mar 11 12:21:01 mythtv kernel: PCI: setting IRQ 3 as level-triggered
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LUBA] -> GSI 3 (level, low) -> IRQ 3
Mar 11 12:21:01 mythtv kernel: ohci_hcd 0000:00:02.0: nVidia Corporation CK8S USB Controller
Mar 11 12:21:01 mythtv kernel: ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
Mar 11 12:21:01 mythtv kernel: ohci_hcd 0000:00:02.0: irq 3, io mem 0xe7002000
Mar 11 12:21:01 mythtv kernel: hub 1-0:1.0: USB hub found
Mar 11 12:21:01 mythtv kernel: hub 1-0:1.0: 4 ports detected
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LUBB] enabled at IRQ 3
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [LUBB] -> GSI 3 (level, low) -> IRQ 3
Mar 11 12:21:01 mythtv kernel: ohci_hcd 0000:00:02.1: nVidia Corporation CK8S USB Controller (#2)
Mar 11 12:21:01 mythtv kernel: ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
Mar 11 12:21:01 mythtv kernel: ohci_hcd 0000:00:02.1: irq 3, io mem 0xe7003000
Mar 11 12:21:01 mythtv kernel: hub 2-0:1.0: USB hub found
Mar 11 12:21:01 mythtv kernel: hub 2-0:1.0: 4 ports detected
Mar 11 12:21:01 mythtv kernel: Initializing USB Mass Storage driver...
Mar 11 12:21:01 mythtv kernel: usbcore: registered new driver usb-storage
Mar 11 12:21:01 mythtv kernel: USB Mass Storage support registered.
Mar 11 12:21:01 mythtv kernel: ohci1394: $Rev: 1299 $ Ben Collins <bcollins@debian.org>
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LNK4] enabled at IRQ 12
Mar 11 12:21:01 mythtv kernel: PCI: setting IRQ 12 as level-triggered
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt 0000:02:0b.0[A] -> Link [LNK4] -> GSI 12 (level, low) -> IRQ 12
Mar 11 12:21:01 mythtv kernel: ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[12] MMIO=[e6000000-e60007ff] Max Packet=[2048]
Mar 11 12:21:01 mythtv kernel: Real Time Clock Driver v1.12
Mar 11 12:21:01 mythtv kernel: ACPI: Power Button (FF) [PWRF]
Mar 11 12:21:01 mythtv kernel: ACPI: Power Button (CM) [PWRB]
Mar 11 12:21:01 mythtv kernel: ACPI: Sleep Button (CM) [SLPB]
Mar 11 12:21:01 mythtv kernel: ACPI: Fan [FAN] (on)
Mar 11 12:21:01 mythtv kernel: ACPI: CPU0 (power states: C1[C1])
Mar 11 12:21:01 mythtv kernel: ACPI: Thermal Zone [THRM] (40 C)
Mar 11 12:21:01 mythtv kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
Mar 11 12:21:01 mythtv kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar 11 12:21:01 mythtv kernel: parport: PnPBIOS parport detected.
Mar 11 12:21:01 mythtv kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Mar 11 12:21:01 mythtv kernel: Linux agpgart interface v0.101 (c) Dave Jones
Mar 11 12:21:01 mythtv kernel: agpgart: Detected AGP bridge 0
Mar 11 12:21:01 mythtv kernel: agpgart: Setting up Nforce3 AGP.
Mar 11 12:21:01 mythtv kernel: agpgart: AGP aperture is 128M @ 0xd0000000
Mar 11 12:21:01 mythtv kernel: i2c_adapter i2c-0: nForce2 SMBus adapter at 0x4c00
Mar 11 12:21:01 mythtv kernel: i2c_adapter i2c-1: nForce2 SMBus adapter at 0x4c40
Mar 11 12:21:01 mythtv kernel: forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.35.
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 11
Mar 11 12:21:01 mythtv kernel: PCI: setting IRQ 11 as level-triggered
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [LMAC] -> GSI 11 (level, low) -> IRQ 11
Mar 11 12:21:01 mythtv kernel: eth0: forcedeth.c: subsystem: 01565:2501 bound to 0000:00:05.0
Mar 11 12:21:01 mythtv kernel: Linux video capture interface: v1.00
Mar 11 12:21:01 mythtv kernel: ivtv: ==================== START INIT IVTV ====================
Mar 11 12:21:01 mythtv kernel: ivtv: version 0.4.0 (tagged release) loading
Mar 11 12:21:01 mythtv kernel: ivtv: Linux version: 2.6.13.2-chw-3 SMP preempt 586 gcc-3.3
Mar 11 12:21:01 mythtv kernel: ivtv: In case of problems please include the debug info
Mar 11 12:21:01 mythtv kernel: ivtv: between the START INIT IVTV and END INIT IVTV lines when
Mar 11 12:21:01 mythtv kernel: ivtv: mailing the ivtv-devel mailinglist.
Mar 11 12:21:01 mythtv kernel: ivtv0: Autodetected WinTV PVR 350 card (iTVC15 based)
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt 0000:02:07.0[A] -> Link [LNK4] -> GSI 12 (level, low) -> IRQ 12
Mar 11 12:21:01 mythtv kernel: ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
Mar 11 12:21:01 mythtv kernel: tuner (ivtv): chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
Mar 11 12:21:01 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
Mar 11 12:21:01 mythtv kernel: msp34xx: ivtv version
Mar 11 12:21:01 mythtv kernel: msp34xx: init: chip=MSP3448W-A2, has NICAM support, simple (D) mode, simpler (G) no-thread mode
Mar 11 12:21:01 mythtv kernel: msp34xx: $Id$ compiled on: Jan 26 2006 19:49:09
Mar 11 12:21:01 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=MSP3448W-A2, addr=40]
Mar 11 12:21:01 mythtv kernel: saa7115 2-0021: saa7115 found @ 0x42 (ivtv i2c driver #0)
Mar 11 12:21:01 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=saa7115, addr=21]
Mar 11 12:21:01 mythtv kernel: tveeprom: ivtv version
Mar 11 12:21:01 mythtv kernel: tveeprom: Hauppauge: model = 48132, rev = K268, serial# = 7852920
Mar 11 12:21:01 mythtv kernel: tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47)
Mar 11 12:21:01 mythtv kernel: tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
Mar 11 12:21:01 mythtv kernel: tveeprom: audio processor = MSP4448 (type = 1b)
Mar 11 12:21:01 mythtv kernel: tveeprom: decoder processor = SAA7115 (type = 13)
Mar 11 12:21:01 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
Mar 11 12:21:01 mythtv kernel: saa7127 2-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
Mar 11 12:21:01 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=saa7127, addr=44]
Mar 11 12:21:01 mythtv kernel: tda9885/6/7: (ivtv) chip found @ 0x86
Mar 11 12:21:01 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=tda9887, addr=43]
Mar 11 12:21:01 mythtv kernel: ivtv0: loading /lib/modules/ivtv-fw-enc.bin
Mar 11 12:21:01 mythtv kernel: ivtv0: loading /lib/modules/ivtv-fw-dec.bin
Mar 11 12:21:01 mythtv kernel: ivtv0: Encoder revision: 0x02040011
Mar 11 12:21:01 mythtv kernel: ivtv0: Decoder revision: 0x02020023
Mar 11 12:21:01 mythtv kernel: ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
Mar 11 12:21:01 mythtv kernel: ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
Mar 11 12:21:01 mythtv kernel: ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
Mar 11 12:21:01 mythtv kernel: ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
Mar 11 12:21:01 mythtv kernel: ivtv0: Create encoder radio stream
Mar 11 12:21:01 mythtv kernel: ivtv0: Allocate DMA decoder MPEG stream: 16 x 65536 buffers (1024KB total)
Mar 11 12:21:01 mythtv kernel: ivtv0: Allocate DMA decoder VBI stream: 512 x 2048 buffers (1024KB total)
Mar 11 12:21:01 mythtv kernel: ivtv0: Create decoder VOUT stream
Mar 11 12:21:01 mythtv kernel: ivtv0: Allocate DMA decoder YUV stream: 24 x 43200 buffers (1024KB total)
Mar 11 12:21:01 mythtv kernel: ivtv0: loading /lib/modules/ivtv_init_mpeg.bin
Mar 11 12:21:01 mythtv kernel: tuner: type set to 47 (LG NTSC (TAPE series)) by ivtv i2c driver #0
Mar 11 12:21:01 mythtv kernel: ivtv0: Initialized WinTV PVR 350, card #0
Mar 11 12:21:01 mythtv kernel: ivtv: ==================== END INIT IVTV ====================
Mar 11 12:21:01 mythtv kernel: ivtv0-osd: Framebuffer module loaded (attached to ivtv card id 0)
Mar 11 12:21:01 mythtv kernel: ivtv0-osd warning: Framebuffer is at decoder-relative address 0x00510000 and has 1704960 bytes.
Mar 11 12:21:01 mythtv kernel: ivtv0-osd: screen coords: [0 0] -> [720 480]
Mar 11 12:21:01 mythtv kernel: ivtv0-osd: original global alpha = 208
Mar 11 12:21:01 mythtv kernel: ivtv0-osd: current OSD state = 39
Mar 11 12:21:01 mythtv kernel: ivtv0-osd: new global alpha = 208 (1 255 0)
Mar 11 12:21:01 mythtv kernel: ivtv0-osd: framebuffer at 0xe1510000, mapped to 0xf9d90000, size 1350k
Mar 11 12:21:01 mythtv kernel: ivtv0-osd: mode is 720x480x32, linelength=2880
Mar 11 12:21:01 mythtv kernel: Console: switching to colour frame buffer device 90x30
Mar 11 12:21:01 mythtv kernel: ivtv0-osd: fb0: iTVC15 TV out frame buffer device
Mar 11 12:21:01 mythtv kernel: ivtv0: Allocate DMA decoder OSD stream: 16 x 65536 buffers (1024KB total)
Mar 11 12:21:01 mythtv kernel: lirc_dev: IR Remote Control driver registered, at major 61
Mar 11 12:21:01 mythtv kernel: bttv: driver version 0.9.16 loaded
Mar 11 12:21:01 mythtv kernel: bttv: using 8 buffers with 2080k (520 pages) each for capture
Mar 11 12:21:01 mythtv kernel: cx2388x v4l2 driver version 0.0.5 loaded
Mar 11 12:21:01 mythtv kernel: lirc_i2c: chip found @ 0x18 (Hauppauge IR)
Mar 11 12:21:01 mythtv kernel: ivtv0: i2c attach to card #0 ok [client=Hauppauge IR, addr=18]
Mar 11 12:21:01 mythtv kernel: lirc_dev: lirc_register_plugin: sample_rate: 10
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt Link [LACI] enabled at IRQ 5
Mar 11 12:21:01 mythtv kernel: PCI: setting IRQ 5 as level-triggered
Mar 11 12:21:01 mythtv kernel: ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [LACI] -> GSI 5 (level, low) -> IRQ 5
Mar 11 12:21:01 mythtv kernel: intel8x0_measure_ac97_clock: measured 54822 usecs
Mar 11 12:21:01 mythtv kernel: intel8x0: clocking to 46990
Mar 11 12:21:01 mythtv kernel: NET: Registered protocol family 17
Mar 11 12:21:01 mythtv kernel: bt878: AUDIO driver version 0.0.0 loaded
Mar 11 12:21:01 mythtv kernel: saa7146: register extension 'dvb'.
Mar 11 12:21:01 mythtv kernel: saa7146: register extension 'budget dvb'.
Mar 11 12:21:01 mythtv kernel: saa7146: register extension 'budget_ci dvb'.
Mar 11 12:21:01 mythtv kernel: saa7146: register extension 'budget_av'.
Mar 11 12:21:01 mythtv kernel: usbcore: registered new driver ttusb
Mar 11 12:21:01 mythtv kernel: usbcore: registered new driver ttusb-dec
Mar 11 12:21:01 mythtv kernel: NET: Registered protocol family 10
Mar 11 12:21:01 mythtv kernel: Disabled Privacy Extensions on device c04d8ba0(lo)
Mar 11 12:21:01 mythtv kernel: IPv6 over IPv4 tunneling driver
Mar 11 12:21:01 mythtv kernel: ttyS1: LSR safety check engaged!
Mar 11 12:21:01 mythtv kernel: ttyS1: LSR safety check engaged!
Mar 11 12:21:01 mythtv kernel: kjournald starting. Commit interval 5 seconds
Mar 11 12:21:01 mythtv kernel: EXT3 FS on dm-0, internal journal
Mar 11 12:21:01 mythtv kernel: EXT3-fs: mounted filesystem with ordered data mode.
Mar 11 12:21:01 mythtv kernel: Warning: /proc/ide/hd?/settings interface is obsolete, and will be removed soon!
Mar 11 12:21:06 mythtv kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Mar 11 12:21:06 mythtv kernel: NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
Mar 11 12:21:06 mythtv kernel: NFSD: recovery directory /var/lib/nfs/v4recovery doesn't exist
Mar 11 12:21:06 mythtv kernel: NFSD: starting 90-second grace period
Mar 11 12:21:06 mythtv rpc.mountd: No host name given with /myth/music (ro,sync,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2), suggest *(ro,sync,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2) to avoid warning
Mar 11 12:21:07 mythtv isapnp.rc[4087]: rtc: loaded sucessfully
Mar 11 12:21:07 mythtv kernel: input: PC Speaker
Mar 11 12:21:07 mythtv isapnp.rc[4087]: pcspkr: loaded sucessfully
Mar 11 12:21:07 mythtv input.agent[4140]: evdev: already loaded
Mar 11 12:21:07 mythtv input.agent[4136]: evdev: already loaded
Mar 11 12:21:07 mythtv kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar 11 12:21:07 mythtv isapnp.rc[4087]: 8250_pnp: loaded sucessfully
Mar 11 12:21:07 mythtv isapnp.rc[4087]: parport_pc: loaded sucessfully
Mar 11 12:21:08 mythtv pci.agent[4229]: amd64-agp: already loaded
Mar 11 12:21:09 mythtv pci.agent[4274]: i2c-nforce2: already loaded
Mar 11 12:21:09 mythtv pci.agent[4302]: ohci-hcd: already loaded
Mar 11 12:21:09 mythtv pci.agent[4330]: ohci-hcd: already loaded
Mar 11 12:21:10 mythtv kernel: ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 3
Mar 11 12:21:10 mythtv kernel: ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [LUB2] -> GSI 3 (level, low) -> IRQ 3
Mar 11 12:21:10 mythtv kernel: ehci_hcd 0000:00:02.2: nVidia Corporation nForce3 EHCI USB 2.0 Controller
Mar 11 12:21:10 mythtv kernel: ehci_hcd 0000:00:02.2: debug port 1
Mar 11 12:21:10 mythtv kernel: ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
Mar 11 12:21:10 mythtv kernel: ehci_hcd 0000:00:02.2: irq 3, io mem 0xe7004000
Mar 11 12:21:10 mythtv kernel: ehci_hcd 0000:00:02.2: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
Mar 11 12:21:10 mythtv kernel: hub 3-0:1.0: USB hub found
Mar 11 12:21:10 mythtv kernel: hub 3-0:1.0: 8 ports detected
Mar 11 12:21:10 mythtv pci.agent[4358]: ehci-hcd: loaded successfully
Mar 11 12:21:11 mythtv usb.agent[4406]: usbcore: already loaded
Mar 11 12:21:11 mythtv pci.agent[4445]: forcedeth: already loaded
Mar 11 12:21:11 mythtv pci.agent[4473]: snd-intel8x0: already loaded
Mar 11 12:21:12 mythtv pci.agent[4501]: sata_nv: loaded successfully
Mar 11 12:21:12 mythtv kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Mar 11 12:21:12 mythtv kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Mar 11 12:21:12 mythtv pci.agent[4548]: shpchp: loaded successfully
Mar 11 12:21:13 mythtv pci.agent[4602]: shpchp: already loaded
Mar 11 12:21:15 mythtv pci.rc[4218]: ignoring pci display device on 01:00.0
Mar 11 12:21:15 mythtv pci.rc[4218]: ignoring pci display device on 01:00.1
Mar 11 12:21:15 mythtv pci.agent[4718]: ivtv: already loaded
Mar 11 12:21:15 mythtv pci.agent[4746]: ohci1394: already loaded
Mar 11 12:28:11 mythtv kernel: nfsd: last server has exited
Mar 11 12:28:11 mythtv kernel: nfsd: unexporting all filesystems
Mar 11 12:28:15 mythtv kernel: Kernel logging (proc) stopped.
Mar 11 12:28:15 mythtv kernel: Kernel log daemon terminating.
Mar 11 12:28:15 mythtv exiting on signal 15


I am not sure which X86 files I should pull off the net, X86Config or X86Config-4. I think I will try rebooting pressing the 'Shift' key as suggestion and if I get to a boot prompt, I think this is a step forward in the right direction. I may edit one of the other X86Config files that comes with KnoppMyth and do the 'sync; sync; sync;' suggestion.

Cross our fingers (hehe).

Dr. Hood

Author:  mac [ Sun Mar 12, 2006 8:08 am ]
Post subject: 

Sorry.. you don't need to grab it off the net..

Just copy XF86Config-4.pvr350-tvout.sample to /tmp
make the edits and copy it /etc/X11/XF86Config-4

reinstalling is not necessary.

the only thing needs to be fixed is your xconfig.

Author:  Dr. Hood [ Sun Mar 12, 2006 8:53 am ]
Post subject: 

Thanks again Mac, truly appreciated.

I successfully booted at a prompt by pressing the 'shift' key during bootup and typing 'linux init=/bin/sh'

The system booted to a prompt that looked like this...

Quote:
sh-3.00# ts: Compaq touchscreen protocol output
_


I hit the 'Enter' key and was returned to just a prompt...

Quote:
sh-3.00@ _


I copied the XF86Config.pvr350.tvout.sample file to XF86Config-4 and made the suggested edits, which is to insert

Option "fbdev" "/dev/fb0"
Option "ivtvdev" "/dev/fb0"

Unfortunately, after rebooting, the TV set still has a black screen. I keep scratching my head thinking that I have not set the TV to the correct input or somehow have incorrectly connected the wires from the PVR350 to the TV , but the connections and inputs appears to be correct.

This is a tough one and I am at a total loss why the XF86Config-4 file no longer works.

I am thinking that the XF86Config-4 is out of sync with another file on the system.

Is it safe to execute a command that reconfigures XF86Config?

If so, what command do I use exactly?

Is it?
Quote:
dpkg-reconfigure xserver-xfree86


Will I mess up the system if I execute this command?

Dr. Hood

Author:  mac [ Sun Mar 12, 2006 9:06 am ]
Post subject: 

hope you didn't forget the BUSID line ;)

do a "lspci" and find your capture card.

Running one of the tools to configure X for a PVR350 TV-Out.. I really don't
think that will work. Your going to have to fix it up by hand.

have the errors in your /var/log/XFree86.0.log changed?

Author:  Dr. Hood [ Sun Mar 12, 2006 9:20 am ]
Post subject: 

Thanks mac,

I forgot to mention that I did add the BusID and set it to PCI:02:07:0.

I double checked the BUSID address with lspci, which output the following relevant line

Quote:
0000:02:07.0 Multimedia video controller: Internet Compression Inc iTVC15 MPEG-2 Encoder (rev01)


I rechecked the the /var/log/XFree86.0.log and /var/log/message files and they are the same as posted above.

I wonder what happened....

Could the problem be a permissions issue?

I am grasping at straws here, but I have plum run out of ideas....

Dr. Hood

Author:  mac [ Sun Mar 12, 2006 10:07 am ]
Post subject: 

has the creation date on XFree86.0.log changed?

when you boot into single user and remount rw what happens when you do type:
startx
does it lock up still lock up?

does typing while its locked do anything.
CTL+ALT F2

do the CAPS-LCK and SCR-LCK still work while it locked?

very strange indeed..

Change your default run level in /etc/inittab to 3 and should not boot into X this way
your LVM partion will get mounted and the mythbackend will start. You will be able to
access to you back up your databases your files.. If it still trys to boot into X just move
the /usr/X11R6/bin/startx script to startx.old or something..

Author:  Dr. Hood [ Sun Mar 12, 2006 10:31 am ]
Post subject: 

Mac, all very good questions...

mac wrote:
has the creation date on XFree86.0.log changed?


The date on this file has not changed. It has the date of yesterday, which appears to indicate that the system shuts down before it can get to updating this file.

Quote:
when you boot into single user and remount rw what happens when you do type:
startx


When I type 'startx' at a 'sh-3.00#' prompt, the message 'command not found' appeared. So, I was not able to startx initially.

I then, typed 'su' at the 'sh-3.00#' prompt and the prompt changed to 'root@(none):/#'

I then typed 'startx' and the following output appeared...

Quote:
(==) Using config file: "/etc/X11/XF86Config-4"
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o": No symbols fround
(EE) open /dev/fb0: No such device
(EE) Screen 0 deleted because of no matching config section.
(EE) Devices detected, but none match those in the config file.

Fatal server error:
no screens found

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
After 0 requests (0 known processed) with 0 events remaining.
Xauth: (argv):1: bad display name "(none):0" in remove command


AH, HA! New info in the /var/log/XFree86.0.log file

The new output appears to be referencing this part of the XF86Config-4 file....

Quote:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "TV Screen"
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection


I have edited this part changing 'Screen 0 "TV Screen" to 'Screen "TV Screen"; however, I hadn't got new info from the XFree86.0.log file when I made this change.

Quote:
does it lock up still lock up?

No, it doesn't lock up, but the above message appears and returns me to a command prompt.

Before I do anything else, I will make the change in XF86Config-4 and restart x and see if there is new output in the XFree86.0.log file.

Dr. Hood

Author:  Dr. Hood [ Sun Mar 12, 2006 11:04 am ]
Post subject: 

I edited the /etc/X11/XF86Config-4 file and changed the

Quote:
Screen 0 "TV Screen"


to
Quote:
Screen "TV Screen"


However, when I startx, the same output appears....

Quote:
(==) Using config file: "/etc/X11/XF86Config-4"
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o": No symbols fround
(EE) open /dev/fb0: No such device
(EE) Screen 0 deleted because of no matching config section.
(EE) Devices detected, but none match those in the config file.

Fatal server error:
no screens found

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
After 0 requests (0 known processed) with 0 events remaining.
Xauth: (argv):1: bad display name "(none):0" in remove command


Quote:
Change your default run level in /etc/inittab to 3 and should not boot into X this way
your LVM partion will get mounted and the mythbackend will start.


I did this but the /myth directory appears empty (probably because it isn't mounted).

It seems that the system does not like the user 'root@(none)'.

Quote:
If it still trys to boot into X just move
the /usr/X11R6/bin/startx script to startx.old or something..


I haven't tried this last suggestion yet, will try it now. I have nothing to lose at this point (hehe).

Dr. Hood

Author:  Dr. Hood [ Sun Mar 12, 2006 11:25 am ]
Post subject: 

Quote:
If it still trys to boot into X just move
the /usr/X11R6/bin/startx script to startx.old or something..


I did this and then rebooted. Same output and black screen. I rebooted again to get a command prompt and still no luck.

Back to square one.....

The only other thing I can contribute is that when I try to startx, the XFree86.0.log file still reports that Screen 0 has been deleted (see above) despite the fact that I deleted this from XF86Config-4 file.

This is a tough one and I am very appreciative of mac's desire to troubleshoot this issue. I have learned quite a bit from mac, so I have benefited from this experience.

I am disappointed that an easy solution has not been discovered, and I don't know what to do other than reinstall the system.

I have searched this forum for similar issue and solution, but have found none.

Will wait a bit before I do the reinstall, but looks like that this is my only route forward....

Dr. Hood

Author:  tjc [ Sun Mar 12, 2006 11:35 am ]
Post subject: 

Have you tried looking at the X log file? It's usually pretty clear about about problems with your XF86Config-4, often down to the offending line number. See this wiki page: http://www.knoppmythwiki.org/index.php?page=CheckingLogFiles

Author:  Dr. Hood [ Sun Mar 12, 2006 12:04 pm ]
Post subject: 

tjc wrote:
Have you tried looking at the X log file? It's usually pretty clear about about problems with your XF86Config-4, often down to the offending line number. See this wiki page: http://www.knoppmythwiki.org/index.php?page=CheckingLogFiles


Excellent question TJG...

Your question prompted me to reboot the box with SimplyMepis and take a look at the error logs....I discovered a lot more information than when I was logged into the system using 'linux init=/bin/sh' and root....

Output of /var/log/XFree86.0.log
Quote:
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-10.1unichrome30.1 20050205195924 glaweh@)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.10-xenU i686 [ELF]
Build Date: 05 February 2005

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way. Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: TF
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Mar 12 07:01:31 2006
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "TV Screen" (0)
(**) | |-->Monitor "NTSC_Monitor"
(**) | |-->Device "Hauppauge PVR 350 iTVC15 Framebuffer"
(**) |-->Input Device "PS/2 Mouse"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ttf/western" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/truetype").
(WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/ttf-bitstream-vera".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/truetype/ttf-bitstream-vera").
(WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/defoma/CID" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/defoma/TrueType" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/Type1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
(--) using VT number 2

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000f800, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,00e1 card 1565,3401 rev a1 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,00e0 card 1565,3401 rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,00e4 card 1565,3401 rev a1 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,00e7 card 1565,3401 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,00e7 card 1565,3401 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,00e8 card 1565,3401 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:05:0: chip 10de,00df card 1565,2501 rev a2 class 06,80,00 hdr 00
(II) PCI: 00:06:0: chip 10de,00ea card 1565,8212 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,00e5 card 1565,3401 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:0b:0: chip 10de,00e2 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,00ed card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 1002,4144 card 1002,0002 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4164 card 1002,0003 rev 00 class 03,80,00 hdr 00
(II) PCI: 02:07:0: chip 4444,0803 card 0070,4000 rev 01 class 04,00,00 hdr 00
(II) PCI: 02:0b:0: chip 1106,3044 card 1565,4200 rev 80 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:11:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:14:0), (0,2,2), BCTRL: 0x0206 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:0), (-1,-1,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon R300 AD [Radeon 9500 Pro] rev 0, Mem @ 0xd8000000/26, 0xe5010000/16, I/O @ 0x9000/8
(--) PCI: (1:0:1) ATI Technologies Inc Radeon R300 Secondary (DVI) output rev 0, Mem @ 0xdc000000/26, 0xe5000000/16
(--) PCI: (2:7:0) unknown vendor (0x4444) unknown chipset (0x0803) rev 1, Mem @ 0xe0000000/26
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xe6000000 - 0xe7ffffff (0x2000000) MX[B]E
[1] -1 0 0xe7000000 - 0xe7ffffff (0x1000000) MX[B]E
[2] -1 0 0xe7005000 - 0xe7005fff (0x1000) MX[B]E
[3] -1 0 0xe7004000 - 0xe7007fff (0x4000) MX[B]E
[4] -1 0 0xe7003000 - 0xe7003fff (0x1000) MX[B]E
[5] -1 0 0xe7002000 - 0xe7003fff (0x2000) MX[B]E
[6] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
[7] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
[8] -1 0 0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
[9] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
[10] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E
[11] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
[12] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E
[13] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
[14] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
[15] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]E
[16] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B]E
[17] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
[18] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0 0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
[1] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
(II) PCI Memory resource overlap reduced 0xe6000000 from 0xe7ffffff to 0xe6ffffff
(II) PCI Memory resource overlap reduced 0xe7000000 from 0xe7ffffff to 0xe7001fff
(II) PCI Memory resource overlap reduced 0xe7004000 from 0xe7007fff to 0xe7004fff
(II) PCI Memory resource overlap reduced 0xe7002000 from 0xe7003fff to 0xe7002fff
(II) PCI I/O resource overlap reduced 0x00004c00 from 0x00004cff to 0x00004c3f
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E
[1] -1 0 0xe7000000 - 0xe7001fff (0x2000) MX[B]E
[2] -1 0 0xe7005000 - 0xe7005fff (0x1000) MX[B]E
[3] -1 0 0xe7004000 - 0xe7004fff (0x1000) MX[B]E
[4] -1 0 0xe7003000 - 0xe7003fff (0x1000) MX[B]E
[5] -1 0 0xe7002000 - 0xe7002fff (0x1000) MX[B]E
[6] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
[7] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
[8] -1 0 0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
[9] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
[10] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E
[11] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
[12] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E
[13] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
[14] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
[15] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]E
[16] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]E
[17] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
[18] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
[1] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]E
[6] -1 0 0xe7000000 - 0xe7001fff (0x2000) MX[B]E
[7] -1 0 0xe7005000 - 0xe7005fff (0x1000) MX[B]E
[8] -1 0 0xe7004000 - 0xe7004fff (0x1000) MX[B]E
[9] -1 0 0xe7003000 - 0xe7003fff (0x1000) MX[B]E
[10] -1 0 0xe7002000 - 0xe7002fff (0x1000) MX[B]E
[11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]EO
[12] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
[13] -1 0 0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
[14] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
[15] -1 0 0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
[16] -1 0 0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E
[20] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
[21] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E
[22] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
[23] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
[24] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]E
[25] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]E
[26] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]E
[27] -1 0 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 0.0.1
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o": No symbols found
(II) Module speedo: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 2.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.13.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "ivtvdev"
(II) Loading /usr/X11R6/lib/modules/drivers/ivtvdev_drv.o
(II) Module ivtv: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.10.6
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.4
(II) v4l driver for Video4Linux
(II) IVTVDEV_TST: driver for framebuffer: PVR-350
(II) Primary Device is: PCI 01:00:0
(--) Chipset PVR-350 found
(EE) open /dev/fb0: No such device
(EE) Screen 0 deleted because of no matching config section.
(II) UnloadModule: "ivtvdev"
(EE) Device(s) detected, but none match those in the config file.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to debian-x@lists.debian.org.


Output of /home/mythtv/.xsession-errors
Quote:
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 1
Minor opcode: 0
Resource id: 0x98f3a6
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x98f432
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x98f432
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x98f432
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x98f432
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 12
Minor opcode: 0
Resource id: 0x98f432
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 8
Minor opcode: 0
Resource id: 0x98f432
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 4
Minor opcode: 0
Resource id: 0x98f432
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 1
Minor opcode: 0
Resource id: 0x98f3a6
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x98f433
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x98f433
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x98f433
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2
Minor opcode: 0
Resource id: 0x98f433
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 12
Minor opcode: 0
Resource id: 0x98f433
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 8
Minor opcode: 0
Resource id: 0x98f433
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 4
Minor opcode: 0
Resource id: 0x98f433
2006-03-11 12:20:03.104 Event socket closed. No connection to the backend.
X connection to :0.0 broken (explicit kill or server shutdown).
mythfrontend: Fatal IO error: client killed


The 2 parameters that concern me are.....

Quote:
(EE) Screen 0 deleted because of no matching config section.


and

Quote:
Xlib: extension "GLX" missing on display ":0.0"


Output of dmesg
Quote:
Linux version 2.6.13.2-chw-3 (root@dev.mysettopbox.tv) (gcc version 3.3.6 (Debian 1:3.3.6-5)) #1 SMP Wed Sep 21 08:15:54 PDT 2005
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
BIOS-e820: 00000000fefffc00 - 00000000ff000000 (reserved)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
On node 0 totalpages: 262128
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 225280 pages, LIFO batch:31
HighMem zone: 32752 pages, LIFO batch:15
DMI 2.3 present.
ACPI: RSDP (v000 Nvidia ) @ 0x000f6d40
ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x3fff3000
ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x3fff3040
ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
ACPI: PM-Timer IO Port: 0x4008
Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
Built 1 zonelists
Kernel command line: auto BOOT_IMAGE=Linux ro root=301 splash=silent apm=power-off nomce
bootsplash: silent mode.
Found and enabled local APIC!
mapped APIC to ffffd000 (fee00000)
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 65536 bytes)
Detected 1808.998 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1033360k/1048512k available (3064k kernel code, 14380k reserved, 1213k data, 216k init, 131008k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 3621.87 BogoMIPS (lpj=7243746)
Security Framework v1.0.0 initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001
CPU: After vendor identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 128K (64 bytes/line)
CPU: After all inits, caps: 078bfbff e3d3fbff 00000000 00000010 00000001 00000000 00000001
mtrr: v2.0 (20020519)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
ACPI: setting ELCR to 0200 (from 1c28)
CPU0: AMD Sempron(tm) Processor 3000+ stepping 02
SMP motherboard not detected.
Brought up 1 CPUs
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 3k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfba90, last bus=2
PCI: Using configuration type 1
ACPI: Subsystem revision 20050408
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] segment is 0
Boot video device is 0000:01:00.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
ACPI: Power Resource [ISAV] (on)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 11 *12 14 15)
ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LUBA] (IRQs *3 4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LUBB] (IRQs *3 4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LUB2] (IRQs *3 4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 10 devices
PnPBIOS: Disabled by ACPI PNP
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
pnp: 00:00: ioport range 0x4400-0x447f has been reserved
pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
pnp: 00:00: ioport range 0x4800-0x487f has been reserved
pnp: 00:00: ioport range 0x4880-0x48ff has been reserved
PCI: Bridge: 0000:00:0b.0
IO window: 9000-9fff
MEM window: e4000000-e5ffffff
PREFETCH window: d8000000-dfffffff
PCI: Bridge: 0000:00:0e.0
IO window: a000-afff
MEM window: e6000000-e6ffffff
PREFETCH window: e0000000-e3ffffff
PCI: Setting latency timer of device 0000:00:0e.0 to 64
highmem bounce pool size: 64 pages
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
JFS: nTxBlock = 8076, nTxLock = 64609
SGI XFS with ACLs, security attributes, realtime, large block numbers, no debug enabled
SGI XFS Quota Management subsystem
Initializing Cryptographic API
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
NFORCE3-250: IDE controller at PCI slot 0000:00:08.0
NFORCE3-250: chipset revision 162
NFORCE3-250: not 100% native mode: will probe irqs later
NFORCE3-250: BIOS didn't set cable bits correctly. Enabling workaround.
NFORCE3-250: BIOS didn't set cable bits correctly. Enabling workaround.
NFORCE3-250: 0000:00:08.0 (rev a2) UDMA133 controller
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
hda: SAMSUNG SP0822N, ATA DISK drive
hdb: WDC WD1600JB-00REA0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: SONY DVD RW DRU-710A, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 1024KiB
hda: 156368016 sectors (80060 MB) w/2048KiB Cache, CHS=16383/255/63
hda: cache flushes supported
hda: hda1 hda2 hda3 hda4
hdb: max request size: 1024KiB
hdb: 312581808 sectors (160041 MB) w/8192KiB Cache, CHS=19457/255/63, UDMA(100)
hdb: cache flushes supported
hdb: hdb1
hdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
libata version 1.12 loaded.
mice: PS/2 mouse device common for all mice
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid10 personality registered as nr 9
md: raid5 personality registered as nr 4
raid5: automatically using best checksumming function: pIII_sse
pIII_sse : 5609.000 MB/sec
raid5: using function: pIII_sse (5609.000 MB/sec)
raid6: int32x1 827 MB/s
raid6: int32x2 995 MB/s
raid6: int32x4 545 MB/s
raid6: int32x8 542 MB/s
raid6: mmxx1 1523 MB/s
raid6: mmxx2 2841 MB/s
raid6: sse1x1 1436 MB/s
raid6: sse1x2 2391 MB/s
raid6: sse2x1 1266 MB/s
raid6: sse2x2 1789 MB/s
raid6: using algorithm sse1x2 (2391 MB/s)
md: raid6 personality registered as nr 8
md: multipath personality registered as nr 7
md: faulty personality registered as nr 10
md: md driver 0.90.2 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 3.38
device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
NET: Registered protocol family 2
IP route cache hash table entries: 65536 (order: 6, 262144 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 15
Using IPI Shortcut mode
Suspend2 Core.
Suspend2 Compression Driver loading.
Suspend2 Encryption Driver loading.
Suspend2 Swap Writer loading.
Suspend2 FileWriter loading.
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
Suspend2: Initrd lacks echo > /proc/software_suspend/do_resume.
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Trying to move old root to /initrd ... <6>kjournald starting. Commit interval 5 seconds
okay
Freeing unused kernel memory: 216k freed
Suspend2 2.2-rc7: You need to use a resume2= command line parameter to tell Suspend2 where to look for an image.
Suspend2 2.2-rc7: Resume2 parameter is empty. Suspending will be disabled.
Suspend2 2.2-rc7: Missing or invalid storage location (resume2= parameter). Please correct and rerun lilo (or equivalent) before suspending.
Adding 883564k swap on /dev/hda2. Priority:-1 extents:1
EXT3 FS on hda1, internal journal
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.3
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 3
PCI: setting IRQ 3 as level-triggered
ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LUBA] -> GSI 3 (level, low) -> IRQ 3
PCI: Setting latency timer of device 0000:00:02.0 to 64
ohci_hcd 0000:00:02.0: nVidia Corporation CK8S USB Controller
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:02.0: irq 3, io mem 0xe7002000
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
ACPI: PCI Interrupt Link [LUBB] enabled at IRQ 3
ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [LUBB] -> GSI 3 (level, low) -> IRQ 3
PCI: Setting latency timer of device 0000:00:02.1 to 64
ohci_hcd 0000:00:02.1: nVidia Corporation CK8S USB Controller (#2)
ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:02.1: irq 3, io mem 0xe7003000
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 4 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1299 $ Ben Collins <bcollins@debian.org>
ACPI: PCI Interrupt Link [LNK4] enabled at IRQ 12
PCI: setting IRQ 12 as level-triggered
ACPI: PCI Interrupt 0000:02:0b.0[A] -> Link [LNK4] -> GSI 12 (level, low) -> IRQ 12
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[12] MMIO=[e6000000-e60007ff] Max Packet=[2048]
Real Time Clock Driver v1.12
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [PWRB]
ACPI: Sleep Button (CM) [SLPB]
ACPI: Fan [FAN] (on)
ACPI: CPU0 (power states: C1[C1])
ACPI: Thermal Zone [THRM] (40 C)
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected AGP bridge 0
agpgart: Setting up Nforce3 AGP.
agpgart: AGP aperture is 128M @ 0xd0000000
i2c_adapter i2c-0: nForce2 SMBus adapter at 0x4c00
i2c_adapter i2c-1: nForce2 SMBus adapter at 0x4c40
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.35.
ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [LMAC] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:05.0 to 64
eth0: forcedeth.c: subsystem: 01565:2501 bound to 0000:00:05.0
Linux video capture interface: v1.00
ieee1394: Host added: ID:BUS[0-00:1023] GUID[003067000004dcde]
ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.4.0 (tagged release) loading
ivtv: Linux version: 2.6.13.2-chw-3 SMP preempt 586 gcc-3.3
ivtv: In case of problems please include the debug info
ivtv: between the START INIT IVTV and END INIT IVTV lines when
ivtv: mailing the ivtv-devel mailinglist.
ivtv0: Autodetected WinTV PVR 350 card (iTVC15 based)
ACPI: PCI Interrupt 0000:02:07.0[A] -> Link [LNK4] -> GSI 12 (level, low) -> IRQ 12
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
tuner (ivtv): chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
msp34xx: ivtv version
msp34xx: init: chip=MSP3448W-A2, has NICAM support, simple (D) mode, simpler (G) no-thread mode
msp34xx: $Id$ compiled on: Jan 26 2006 19:49:09
ivtv0: i2c attach to card #0 ok [client=MSP3448W-A2, addr=40]
saa7115 2-0021: saa7115 found @ 0x42 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=saa7115, addr=21]
tveeprom: ivtv version
tveeprom: Hauppauge: model = 48132, rev = K268, serial# = 7852920
tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
tveeprom: audio processor = MSP4448 (type = 1b)
tveeprom: decoder processor = SAA7115 (type = 13)
ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
saa7127 2-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=saa7127, addr=44]
tda9885/6/7: (ivtv) chip found @ 0x86
ivtv0: i2c attach to card #0 ok [client=tda9887, addr=43]
ivtv0: loading /lib/modules/ivtv-fw-enc.bin
ivtv0: loading /lib/modules/ivtv-fw-dec.bin
ivtv0: Encoder revision: 0x02040011
ivtv0: Decoder revision: 0x02020023
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
ivtv0: Create encoder radio stream
ivtv0: Allocate DMA decoder MPEG stream: 16 x 65536 buffers (1024KB total)
ivtv0: Allocate DMA decoder VBI stream: 512 x 2048 buffers (1024KB total)
ivtv0: Create decoder VOUT stream
ivtv0: Allocate DMA decoder YUV stream: 24 x 43200 buffers (1024KB total)
ivtv0: loading /lib/modules/ivtv_init_mpeg.bin
tuner: type set to 47 (LG NTSC (TAPE series)) by ivtv i2c driver #0
ivtv0: Initialized WinTV PVR 350, card #0
ivtv: ==================== END INIT IVTV ====================
ivtv0-osd: Framebuffer module loaded (attached to ivtv card id 0)
ivtv0-osd warning: Framebuffer is at decoder-relative address 0x00510000 and has 1704960 bytes.
ivtv0-osd: screen coords: [0 0] -> [720 480]
ivtv0-osd: original global alpha = 208
ivtv0-osd: current OSD state = 39
ivtv0-osd: new global alpha = 208 (1 255 0)
ivtv0-osd: framebuffer at 0xe1510000, mapped to 0xf9d90000, size 1350k
ivtv0-osd: mode is 720x480x32, linelength=2880
Console: switching to colour frame buffer device 90x30
ivtv0-osd: fb0: iTVC15 TV out frame buffer device
ivtv0: Allocate DMA decoder OSD stream: 16 x 65536 buffers (1024KB total)
lirc_dev: IR Remote Control driver registered, at major 61
bttv: driver version 0.9.16 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
cx2388x v4l2 driver version 0.0.5 loaded
lirc_i2c: chip found @ 0x18 (Hauppauge IR)
ivtv0: i2c attach to card #0 ok [client=Hauppauge IR, addr=18]
lirc_dev: lirc_register_plugin: sample_rate: 10
ACPI: PCI Interrupt Link [LACI] enabled at IRQ 5
PCI: setting IRQ 5 as level-triggered
ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [LACI] -> GSI 5 (level, low) -> IRQ 5
PCI: Setting latency timer of device 0000:00:06.0 to 64
intel8x0_measure_ac97_clock: measured 54822 usecs
intel8x0: clocking to 46990
NET: Registered protocol family 17
bt878: AUDIO driver version 0.0.0 loaded
saa7146: register extension 'dvb'.
saa7146: register extension 'budget dvb'.
saa7146: register extension 'budget_ci dvb'.
saa7146: register extension 'budget_av'.
usbcore: registered new driver ttusb
usbcore: registered new driver ttusb-dec
NET: Registered protocol family 10
Disabled Privacy Extensions on device c04d8ba0(lo)
IPv6 over IPv4 tunneling driver
ttyS1: LSR safety check engaged!
ttyS1: LSR safety check engaged!
kjournald starting. Commit interval 5 seconds
EXT3 FS on dm-0, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Warning: /proc/ide/hd?/settings interface is obsolete, and will be removed soon!


Any suggestion will be greatly appreciated.

Dr. Hood

Page 1 of 2 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/