View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 3 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Aug 31, 2005 8:34 pm 
Offline
Joined: Wed Aug 31, 2005 8:24 am
Posts: 2
I've been struggling with this problem a lot, and I think I've tried almost everything. I usually get frustrated, reformat and start over, but I still can't get it to work.

First, if I understand correctly, these are the steps I think I should be doing to get knoppmyth working with my pvr-350 and tv-out via s-video.

1. Install Knoppmyth (everything seems to be fine here)
2. Run myth-setup and mythfilldatabase (everything seems to be fine)
3. Reboot my machine - remote and tv-out don't worl (typical)
4. Follow directions from here: http://www.knoppmythwiki.org/index.php? ... stallation
5. Reboot -however, my computer hangs on boot after it initializes ivtv

I'm using /dev/fb0 & and I think my 350's busid is 05:04:0(not totally sure if I wrote it in right in the XFree86-4)

Please help me - I'm going crazy!

Here are the outputs of some useful things:
lspci:
0000:05:04.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)

/etc/mythtv/modules/ivtv:
alias char-major-81 videodev
alias char-major-61 lirc_i2c
#options ivtv debug=1
options tuner type=47
options saa7127 enable_output=1 output_select=1
options msp3400 once=1 simple=1
install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400; /sbin/modprobe saa7115; /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb; /sbin/modprobe lirc_i2c
remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe -r saa7115 && /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner && /sbin/modprobe -r ivtv-fb && /sbin/modprobe -r lirc_i2c

(line breaks got messed up on that one - its the same as the link I posted above, plus the 'options saa7127 enable_output=1'...line.

/var/log/XFree86.0.log (a few things stick out - i've googled these to no avail):
(EE) IVTVDEV(0): FBIOBLANK: Invalid argument
(EE) IVTVDEV(0): FBIOPAN_DISPLAY: Invalid argument
(==) IVTVDEV(0): Backing store disabled


/etc/X11/XFree86-4:
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:05:04: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


/var/log/messages:
Aug 31 21:20:34 mythtv kernel: ivtv: ==================== START INIT IVTV ====================
Aug 31 21:20:34 mythtv kernel: ivtv: version 0.3.3 (u) loading
Aug 31 21:20:34 mythtv kernel: ivtv: Linux version: 2.6.11.9-chw-2 SMP preempt 586 gcc-3.3
Aug 31 21:20:34 mythtv kernel: ivtv: In case of problems please include the debug info
Aug 31 21:20:34 mythtv kernel: ivtv: between the START INIT IVTV and END INIT IVTV lines when
Aug 31 21:20:34 mythtv kernel: ivtv: mailing the ivtv-devel mailinglist.
Aug 31 21:20:34 mythtv kernel: ivtv: Autodetected WinTV PVR 350 card
Aug 31 21:20:34 mythtv kernel: ivtv: Found an iTVC15 based chip
Aug 31 21:20:34 mythtv kernel: ACPI: PCI interrupt 0000:05:04.0[A] -> GSI 16 (level, low) -> IRQ 16
Aug 31 21:20:34 mythtv kernel: ivtv: XXX PCI device: 0x2560 vendor: 0x8086
Aug 31 21:20:34 mythtv kernel: msp34xx: ivtv version
Aug 31 21:20:34 mythtv kernel: msp34xx: init: chip=MSP3448W-A2, has NICAM support, simple (D) mode, simpler (G) no-thread mode
Aug 31 21:20:34 mythtv kernel: msp34xx: $Id$ compiled on: Aug 31 2005 21:03:37
Aug 31 21:20:34 mythtv kernel: ivtv: i2c attach [client=MSP3448W-A2,ok]
Aug 31 21:20:34 mythtv kernel: saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005)
Aug 31 21:20:34 mythtv kernel: saa7115: detecting saa7115 client on address 0x42
Aug 31 21:20:34 mythtv kernel: saa7115: writing init values
Aug 31 21:20:34 mythtv kernel: ivtv: i2c attach [client=saa7115[50],ok]
Aug 31 21:20:34 mythtv kernel: saa7115: status: (1E) 0x48, (1F) 0xc0
Aug 31 21:20:34 mythtv kernel: ivtv: i2c attach [client=tveeprom,ok]
Aug 31 21:20:34 mythtv kernel: tveeprom: Hauppauge: model = 48132, rev = K168, serial# = 7378684
Aug 31 21:20:34 mythtv kernel: tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47)
Aug 31 21:20:34 mythtv kernel: tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
Aug 31 21:20:34 mythtv kernel: tveeprom: audio_processor = MSP3440 (type = 11)
Aug 31 21:20:34 mythtv kernel: ivtv: Tuner Type 47, Tuner formats 0x00001000, Radio: yes, Model 0x00ad1598, Revision 0x00000001
Aug 31 21:20:34 mythtv kernel: ivtv: NTSC tuner detected
Aug 31 21:20:34 mythtv kernel: ivtv: Radio detected
Aug 31 21:20:34 mythtv kernel: saa7127: Ignoring new-style parameters in presence of obsolete ones
Aug 31 21:20:34 mythtv kernel: ivtv: Encoder revision: 0x02040024
Aug 31 21:20:34 mythtv kernel: ivtv: Encoder Firmware may be buggy, use version 0x02040011
Aug 31 21:20:34 mythtv kernel: ivtv: Decoder revision: 0x02020023
Aug 31 21:20:34 mythtv kernel: ivtv: Configuring WinTV PVR 350 card with 10 streams
Aug 31 21:20:34 mythtv kernel: ivtv: Registered v4l2 device, streamtype 0 minor 0
Aug 31 21:20:34 mythtv kernel: ivtv: Create DMA stream 0 using 1024 16384 byte buffers 0 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Allocate DMA stream 0 using 1024 16384 byte buffers 16777216 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Registered v4l2 device, streamtype 1 minor 32
Aug 31 21:20:34 mythtv kernel: ivtv: Create DMA stream 1
Aug 31 21:20:34 mythtv kernel: ivtv: Allocate DMA stream 1
Aug 31 21:20:34 mythtv kernel: ivtv: Registered v4l2 device, streamtype 2 minor 224
Aug 31 21:20:34 mythtv kernel: ivtv: Create DMA stream 2 using 80 52224 byte buffers 0 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Allocate DMA stream 2 using 80 52224 byte buffers 4194304 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Registered v4l2 device, streamtype 3 minor 24
Aug 31 21:20:34 mythtv kernel: ivtv: Create DMA stream 3 using 455 4608 byte buffers 0 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Allocate DMA stream 3 using 455 4608 byte buffers 2097152 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Registered v4l2 device, streamtype 4 minor 64
Aug 31 21:20:34 mythtv kernel: ivtv: Create stream 4
Aug 31 21:20:34 mythtv kernel: ivtv: Allocate stream 4
Aug 31 21:20:34 mythtv kernel: ivtv: Registered v4l2 device, streamtype 5 minor 16
Aug 31 21:20:34 mythtv kernel: ivtv: Create DMA stream 5 using 16 65536 byte buffers 0 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Allocate DMA stream 5 using 16 65536 byte buffers 1048576 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Registered v4l2 device, streamtype 6 minor 228
Aug 31 21:20:34 mythtv kernel: ivtv: Create DMA stream 6 using 2048 2048 byte buffers 0 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Allocate DMA stream 6 using 2048 2048 byte buffers 262144 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Registered v4l2 device, streamtype 7 minor 232
Aug 31 21:20:34 mythtv kernel: ivtv: Create stream 7
Aug 31 21:20:34 mythtv kernel: ivtv: Allocate stream 7
Aug 31 21:20:34 mythtv kernel: ivtv: Registered v4l2 device, streamtype 8 minor 48
Aug 31 21:20:34 mythtv kernel: ivtv: Create DMA stream 8 using 20 103680 byte buffers 0 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Allocate DMA stream 8 using 20 103680 byte buffers 2097152 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Create DMA stream 9 using 32 65536 byte buffers 0 kbytes total
Aug 31 21:20:34 mythtv kernel: ivtv: Setting Tuner 47
Aug 31 21:20:34 mythtv kernel: ivtv: i2c client id: 0x02 not found!
Aug 31 21:20:34 mythtv kernel: ivtv: i2c client id: 0x02 not found!
Aug 31 21:20:34 mythtv kernel: saa7115: decoder set input (4)
Aug 31 21:20:34 mythtv kernel: saa7115: now setting Composite input
Aug 31 21:20:34 mythtv kernel: ivtv: Setting audio matrix to input 3, output 1
Aug 31 21:20:34 mythtv kernel: ivtv: Switching standard to NTSC.
Aug 31 21:20:34 mythtv kernel: ivtv: i2c client id: 0x02 not found!
Aug 31 21:20:34 mythtv kernel: ivtv: ivtv_enc_thread: pid = 1796, itv = 0xf8b6cd20
Aug 31 21:20:35 mythtv kernel: ivtv: ivtv_dec_thread: pid = 1797, itv = 0xf8b6cd20
Aug 31 21:20:35 mythtv kernel: saa7115: decoder set norm NTSC
Aug 31 21:20:35 mythtv kernel: saa7115: set audio: 0x01
Aug 31 21:20:35 mythtv kernel: ivtv: i2c client addr: 0x44 not found!
Aug 31 21:20:35 mythtv kernel: ivtv: Initialized WinTV PVR 350, card #0
Aug 31 21:20:35 mythtv kernel: ivtv: ==================== END INIT IVTV ====================
Aug 31 21:20:35 mythtv kernel: ivtv-osd: Framebuffer module loaded (attached to ivtv card id 0)
Aug 31 21:20:35 mythtv kernel: ivtv-osd: Framebuffer is at decoder-relative address 0x00510000 and has 1704960 bytes.
Aug 31 21:20:35 mythtv kernel: ivtv-osd: screen coords: [0 0] -> [720 480]
Aug 31 21:20:35 mythtv kernel: ivtv-osd: original global alpha = 208
Aug 31 21:20:35 mythtv kernel: ivtv-osd: current OSD state = 39
Aug 31 21:20:35 mythtv kernel: ivtv-osd: new global alpha = 208 (1 255 0)
Aug 31 21:20:35 mythtv kernel: ivtv-osd: framebuffer at 0xed510000, mapped to 0xf9a10000, size 1350k
Aug 31 21:20:35 mythtv kernel: ivtv-osd: mode is 720x480x32, linelength=2880
Aug 31 21:20:35 mythtv kernel: Console: switching to colour frame buffer device 90x30
Aug 31 21:20:35 mythtv kernel: ivtv-osd: fb0: iTVC15 TV out frame buffer device
Aug 31 21:20:35 mythtv kernel: ivtv: Allocate DMA stream 9 using 32 65536 byte buffers 2097152 kbytes total
Aug 31 21:20:35 mythtv kernel: lirc_dev: IR Remote Control driver registered, at major 61
Aug 31 21:20:35 mythtv kernel: bttv: driver version 0.9.15 loaded
Aug 31 21:20:35 mythtv kernel: bttv: using 8 buffers with 2080k (520 pages) each for capture
Aug 31 21:20:35 mythtv kernel: cx2388x v4l2 driver version 0.0.4 loaded
Aug 31 21:20:35 mythtv kernel: lirc_i2c: chip found @ 0x18 (Hauppauge IR)
Aug 31 21:20:35 mythtv kernel: ivtv: i2c attach [client=Hauppauge IR,ok]
Aug 31 21:20:35 mythtv kernel: lirc_dev: lirc_register_plugin:sample_rate: 10
Aug 31 21:20:35 mythtv kernel: kjournald starting. Commit interval 5 seconds
Aug 31 21:20:35 mythtv kernel: EXT3 FS on hda4, internal journal
Aug 31 21:20:35 mythtv kernel: EXT3-fs: mounted filesystem with ordered data mode.
Aug 31 21:20:35 mythtv kernel: Disabled Privacy Extensions on device c04b6b00(lo)
Aug 31 21:20:35 mythtv kernel: e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
Aug 31 21:20:35 mythtv kernel: Warning: /proc/ide/hd?/settings interface is obsolete, and will be removed soon!
Aug 31 21:20:38 mythtv kernel: saa7115: decoder disable output
Aug 31 21:20:38 mythtv kernel: saa7115: decoder set input (0)
Aug 31 21:20:38 mythtv kernel: saa7115: now setting Composite input
Aug 31 21:20:38 mythtv kernel: ivtv: Setting audio matrix to input 1, output 1
Aug 31 21:20:38 mythtv kernel: saa7115: decoder enable output
Aug 31 21:20:38 mythtv kernel: saa7115: decoder set size
Aug 31 21:20:40 mythtv input.agent[2837]: evdev: loaded successfully
Aug 31 21:20:40 mythtv input.agent[2869]: evdev: already loaded
Aug 31 21:20:40 mythtv input.agent[2862]: evdev: already loaded
Aug 31 21:20:40 mythtv input.agent[2877]: evdev: already loaded
Aug 31 21:20:40 mythtv kernel: saa7115: decoder disable output
Aug 31 21:20:40 mythtv kernel: saa7115: decoder set input (4)
Aug 31 21:20:40 mythtv kernel: saa7115: now setting Composite input
Aug 31 21:20:40 mythtv kernel: ivtv: Setting audio matrix to input 3, output 1
Aug 31 21:20:40 mythtv kernel: saa7115: decoder enable output
Aug 31 21:20:40 mythtv input.agent[2915]: evdev: already loaded
Aug 31 21:20:41 mythtv kernel: ts: Compaq touchscreen protocol output
Aug 31 21:20:41 mythtv input.agent[2915]: tsdev: loaded successfully
Aug 31 21:20:41 mythtv input.agent[2951]: evdev: already loaded
Aug 31 21:20:41 mythtv kernel: saa7115: decoder set picture bright=128 contrast=63 saturation=64 hue=0
Aug 31 21:20:41 mythtv kernel: saa7115: decoder set picture bright=128 contrast=63 saturation=63 hue=0
Aug 31 21:20:41 mythtv kernel: saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
Aug 31 21:20:41 mythtv kernel: saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
Aug 31 21:20:41 mythtv kernel: saa7115: decoder disable output
Aug 31 21:20:41 mythtv kernel: ivtv: i2c client id: 0x02 not found!
Aug 31 21:20:41 mythtv input.agent[2972]: evdev: already loaded
Aug 31 21:20:41 mythtv isapnp.rc[2988]: rtc: loaded sucessfully
Aug 31 21:20:41 mythtv input.agent[3025]: evdev: already loaded
Aug 31 21:20:41 mythtv input.agent[3043]: evdev: already loaded
Aug 31 21:20:41 mythtv kernel: saa7115: decoder enable output
Aug 31 21:20:41 mythtv kernel: input: PC Speaker
Aug 31 21:20:41 mythtv isapnp.rc[2988]: pcspkr: loaded sucessfully
Aug 31 21:20:41 mythtv isapnp.rc[2988]: parport_pc: loaded sucessfully
Aug 31 21:20:41 mythtv kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Aug 31 21:20:41 mythtv kernel: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Aug 31 21:20:41 mythtv isapnp.rc[2988]: 8250_pnp: loaded sucessfully
Aug 31 21:20:41 mythtv last message repeated 3 times
Aug 31 21:20:42 mythtv pci.agent[3191]: intel-agp: already loaded
Aug 31 21:20:42 mythtv pci.rc[3180]: ignoring pci display device on 00:02.0
Aug 31 21:20:43 mythtv pci.agent[3229]: uhci-hcd: already loaded
Aug 31 21:20:44 mythtv pci.agent[3257]: uhci-hcd: already loaded
Aug 31 21:20:45 mythtv kernel: ACPI: PCI interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 23
Aug 31 21:20:45 mythtv kernel: ehci_hcd 0000:00:1d.7: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI Controller
Aug 31 21:20:45 mythtv kernel: ehci_hcd 0000:00:1d.7: irq 23, pci mem 0xfc480000
Aug 31 21:20:45 mythtv kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 3
Aug 31 21:20:45 mythtv kernel: ehci_hcd 0000:00:1d.7: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
Aug 31 21:20:45 mythtv kernel: hub 3-0:1.0: USB hub found
Aug 31 21:20:45 mythtv kernel: hub 3-0:1.0: 6 ports detected
Aug 31 21:20:46 mythtv pci.agent[3285]: ehci-hcd: loaded successfully
Aug 31 21:20:46 mythtv usb.agent[3333]: usbcore: already loaded
Aug 31 21:20:47 mythtv pci.agent[3360]: hw_random: can't be loaded
Aug 31 21:20:47 mythtv pci.agent[3360]: missing kernel or user mode driver hw_random
Aug 31 21:20:47 mythtv kernel: cpci_hotplug: CompactPCI Hot Plug Core version: 0.2
Aug 31 21:20:47 mythtv kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Aug 31 21:20:47 mythtv pci.agent[3360]: shpchp: can't be loaded
Aug 31 21:20:47 mythtv pci.agent[3360]: missing kernel or user mode driver shpchp
Aug 31 21:20:47 mythtv pci.agent[3432]: Bad PCI agent invocation
Aug 31 21:20:48 mythtv pci.agent[3464]: ichxrom: can't be loaded
Aug 31 21:20:48 mythtv pci.agent[3464]: missing kernel or user mode driver ichxrom
Aug 31 21:20:49 mythtv pci.agent[3531]: snd-intel8x0: already loaded
Aug 31 21:20:51 mythtv pci.agent[3576]: e100: already loaded
Aug 31 21:20:51 mythtv kernel: eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html
Aug 31 21:20:51 mythtv kernel: eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@saw.sw.com.sg> and others
Aug 31 21:20:51 mythtv pci.agent[3576]: eepro100: loaded successfully


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 31, 2005 10:41 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
If you're not sure if you wrote it correctly perhaps you should start there? Boot off the CD, mount the drive and investigate...

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 31, 2005 10:44 pm 
Offline
Joined: Wed Aug 31, 2005 8:24 am
Posts: 2
Well I posted my XFree86-4 file and lspci output, I was hoping someone could take a look at my conversion (if any was needed)...


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 12 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu