Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Problem with comp built for Linux.. Post 58020 by Tony Empire on Friday 12th of November 2004 02:02:15 AM
Old 11-12-2004
Quote:
Originally posted by locustfurnace
Thats a very old version of Caldera's OpenLinux packaged with the book. If the hardware is much newer, (which it is) then you most likely will have issues getting it to work.
I used OpenLinux a long long time ago, and it worked back on my then newer 200mhz box. But I've never gotten it to work on any of the newer equipment since then.

Does the monitor show anything at all, such as the POST? Which would be the memory counting, and alittle info about the hardware.

If this is true, then what you might be meaning is that the X server does not work. And that would be due to being such an old version of the X server not able to work with your monitor & video card.

Since you say you reformatted the drive, that means you had your hands inside the case, it is possible, seen this happen alot, where someone removes a hardware item and accidently bumps the video card slightly, thus causing the card to loosen in the slot. Try re-seating the video card. Completely remove it and then re-insert the card.

It is possible the first time, the X server failed to work, giving you a blank screen, and when you removed the hard drive, you bumped the card, so that the card now is the issue, while the first time was the X server.

Look for signs of the bios working, by the beeps or if you have a Optical mouse, if the mouse lights up. Not the surest sign, but it should give alittle clue.
Yeah I think it is a very old version of OpenLinux. Because the first thing I tried was to install it on a separate partition on my main PC. I had a problem with it then and ended up unable to boot windows xp or linux, so I installed windows again and then destroyed the linux partition. Got everything [almost] working back to normal (except for a dvd problem).

The monitor works. Because I have a dual head video card on my main PC and use the monitor with it also. It works perfect. But I have a KVM switch attached to my 2nd monitor and that feeds off to the 2nd PC I built. When I turn on the 2nd PC (the one now giving me the problem) and switch the kvm to use that monitor, the screen just goes blank, even though I see the light in the computer and hear that it is on.

The video card in that computer is securely in place. I tried removing it and testing it on a 3rd PC I have, and it worked fine. I then installed it back into my 2nd pc (the one giving me the problem) and turn on the computer, but the screen still remains blank.


Hmmm....
 

9 More Discussions You Might Find Interesting

1. OS X (Apple)

comp hardware comparing

www.insaen.nl (2 Replies)
Discussion started by: sk8parkinsaen
2 Replies

2. Shell Programming and Scripting

COMP-3 File transmission

Guys, i need to transfer a file which contains both display and comp-3 fields from unix to mainframe. Cyberfusion , FTP doesn't work since they treat display and comp-3 fields same. Any Solution in this regard will be appreciated. Thanks, Sharif.S (3 Replies)
Discussion started by: sharifhere
3 Replies

3. Shell Programming and Scripting

Comp-3 conversion possible with Shell Scripting or PERL?

I guess the subject asks it all, but I am wondering (before I go and code a COBOL module) if conversion of regular ASCII data to COMP-3 is possible on a UNIX environment (AIX 5.1)? Any help would be appreciated! Thanks, Dave (13 Replies)
Discussion started by: dfran1972
13 Replies

4. HP-UX

Built for hppa2.0n-hp-hpux11.00..problem with make

make --version in parent server ( server in france) gives me the below information GNU Make version 3.78.1, by Richard Stallman and Roland McGrath. Built for hppa2.0n-hp-hpux11.00 Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. This is... (0 Replies)
Discussion started by: vasanthan
0 Replies

5. Linux

How to convert Linux Kernel built-in module into a loadable module

Hi all, I am working on USB data monitoring on Fedora Core 9. Kernel 2.6.25 has a built-in module (the one that isn't loadable, but compiles and links statically with the kernel during compilation) to snoop USB data. It is in <kernel_source_code>/drivers/usb/mon/. I need to know if I can... (0 Replies)
Discussion started by: anitemp
0 Replies

6. AIX

Problem in ftpying the datasets containing comp values to AIX from mainframe

Hi, When i am trying to ftp COBOL generated data sets which contain comp values to AIX in ASCII mode. the comp values are getting corrupted. If i ftp the data set in binary mode it is working properly, but for this i have to change some compiler options in the COBOL. Also if i want to use the... (5 Replies)
Discussion started by: sekhar gajjala
5 Replies

7. Shell Programming and Scripting

bash built-in

Is there any command or VARIABLE in unix to display only bash builtin commands?. Some days back I worked on that, but now I do not remember. Can anyone please reply for this?... (4 Replies)
Discussion started by: gwgreen1
4 Replies

8. Hardware

Desktop System with no built in video card on linux

hi I would like to ask some of the expert advice on my propose project. I going to assemble a high end desktop system before i quit my job. I had a laptop with linux and win7 pro for just incase bored and need some spare time gaming with nice graphics. My plan is to assemble a i7 processor model... (4 Replies)
Discussion started by: jao_madn
4 Replies

9. Hardware

mobo with built-in ssd and linux

hi, thinking of building a system around this mobo: GA-Z68XP-UD3-iSSD. this has an ssd built-in to the mobo that serves as a cache for the sata drives. does linux have a chance of working on this? or is it going to get confused. thanks (6 Replies)
Discussion started by: rtayek
6 Replies
RTPFEED(1)							      Debian								RTPFEED(1)

NAME
rtpfeed - Feed a DVB-S card with an RTP unicast/multicast/broacast stream SYNOPSIS
rtpfeed [ --group group ] [ --port port R] [ --vpid vpid ] [ --apid apid ] rtpfeed --help rtpfeed --version DESCRIPTION
rtpfeed takes a unicast, multicast or broadcast RTP stream from a network (typically generated by dvbstream running on a server) and feeds it to a DVB-S card for decoding and display. As an RTP transport stream from dvbstream can contain multiple (up to eight) video streams and audio streams, the streams to display may be explicitly named on the command line. OPTIONS
-g, --group addr The IP address of the RTP stream. By default, this is 224.0.1.2. -p, --port portnum The IP port of the RTP stream. By default, this is 5004. -v, --vpid vpid The Video PID of the video stream to display. If none is specified, all present are fed to the DVB card. -v, --apid apid The Audio PID of the audio stream to display. If none is specified, all present are fed to the DVB card. --help display this help and exit --version output version information and exit SEE ALSO
dvbstream(1), dumprtp(1), and ts2es(1) HISTORY
Parts of this program were taken from dumprtp.c by David Podeur. AUTHORS
rtpfeed was writteb by Guenter Wildmann, <g.wildmann@it-lab.at>, with parts taken from dumprtp.c by David Podeur. This man page was written by Alastair McKinstry, <mckinstry@computer.org>. Linux 28 July 2002 RTPFEED(1)
All times are GMT -4. The time now is 02:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy