Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 3rd November 2005, 07:13 PM
mlf Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
fatal IO error 104 (connection reset by peer) on X server

Hi,

I get this error after loging in as root and typing startx to begin linux, I found many articles that state it is a driver issue and say the Xorg.conf file should be edited in the display and video card sections. but /etc/X11/Xorg.conf doesn't open and says 'access denied' and I have no clue what to edit in this file?! Do you know how do I enable my FC4 GUI and begin using Linux?
Reply With Quote
  #2  
Old 3rd November 2005, 07:33 PM
b_martinez Offline
Registered User
 
Join Date: Apr 2005
Location: Pueblo,Colorado
Posts: 724
Are you booting into a command line environment? Or trying to boot into GUI and ending up in command line? What card are you using? Can you get the specs ofyour monitor off the I.D.plate? Will you post them? Do you know how to use vim? Lotsa Questions, but the info is necessary to try to fix your problem.
Bill

Last edited by b_martinez; 3rd November 2005 at 07:36 PM. Reason: info
Reply With Quote
  #3  
Old 3rd November 2005, 07:45 PM
mlf Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
Until now I don't get any GUI interface. the installation was in text mode and when I boot I get no GUI interface, all text and command line. video card is Ati X700 Pro and Monitor LG F700P. I don't know what is vim. but please don't make it hard, I just want to enter Linux in GUI mode.
Reply With Quote
  #4  
Old 3rd November 2005, 08:11 PM
b_martinez Offline
Registered User
 
Join Date: Apr 2005
Location: Pueblo,Colorado
Posts: 724
vim is a command line type editor. Boot into FC and log in as root. after you are logged in, type in
/etc/X11/sysconfig (I think) to set up your GUI. If this doesn't work , then type in (the hard way)
vim /etc/X11/xorg.conf
and hit the "enter" button. it will open the file for you. Use the arrow keys to scroll down to the device section. Make sure you have the correct driver installed. Scroll down again and look under the "screen" section" and make sure that you are not trying to fry your monitor by going too high of a "modes" resolution. I have never used an ATI card, so I don't know if a "vesa" driver will work. If it will, change the driver (under "device") to vesa.
To edit the file while using vim, you need to hit the "Insert" key. When done inserting (editing) hit the "esc"ape key. Type in
:w
to write out the file and then
:q
to exit the vim editor.
or
:wq
to write out the file then quit the editor.
B4 you do any of this, try (as root)
kdm
K Desktop Manager or
gdm
Gnome Desktop Manager
Reply With Quote
  #5  
Old 3rd November 2005, 11:13 PM
mlf Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
/etc/X11/xorg.conf does not exist and /etc/X11/sysconfig is empty, I used vim to see directories and entered gdm command that said:
"I can not start the X server (your graphical interface). It seems that your pointer device (your mouse) is not setup correctly. Would you like to view the server output to diagnose the problem?"
then showed the x server output file that had five error lines, one of them "(EE) unable to locate/open config file" and four errors for the input device.
After that, a mouse setup screen appeared and I selected the mouse as "generic 3 button ps/2” and repeated for a USB mouse and ‘no mouse’ selections but Linux failed to start.
I doubt it is a mouse problem, So it seems that Linux can not create the config file and configure my devices for some strange reasons.
Reply With Quote
  #6  
Old 4th November 2005, 12:54 AM
b_martinez Offline
Registered User
 
Join Date: Apr 2005
Location: Pueblo,Colorado
Posts: 724
I have no probs with my mouse. PS/2 is a type of connector. I don't know why , but it makes a lot of difference. There is also a difference in the driver set-up when you use a mouse/keyboard/screen combination.( 1 hookup - multiple screens/keyboards/mice). Anyways...... 1) Has this system ever worked for you? If yes.... 2) boot up in multiuser/CLI mode (3) and after logging in as root type in
cd /etc/X11
this will get you into the X11 directory. then type in
ls -asl |less
the | symbol is above the \ on U.S.English keyboards. use the arrows to scroll down to find out if you have a file named
xorg.conf~
just below one named xorg.conf. IF you do , then this command will restore your original xorg.conf (hopefully) if you didn't edit the file more than once. [DON'T LEAVE THE /etc/X11 DIRECTORY]
cp ./xorg.conf~ ./xorg.conf
cp=copy
Bill
Reply With Quote
  #7  
Old 4th November 2005, 10:57 AM
mlf Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
The xorg.conf~ or anything similar was not in the X11 directory and cp … command didn’t worked.
Maybe Linux should load at least once to create these files.
But the file /var/log/Xorg.0.log exist and it shows all of the process for booting, in the graphic card section there are many ati drivers listed except X700. But it seems that a driver loads anyway. At the end of the file, when comes to loading pointer drivers there are many errors, I think it is because a wrong graphic driver loaded and it can not draw the mouse pointer on the screen.
So maybe FC4 does not support ati X700 cards.
Reply With Quote
  #8  
Old 4th November 2005, 11:08 PM
b_martinez Offline
Registered User
 
Join Date: Apr 2005
Location: Pueblo,Colorado
Posts: 724
The only way I can think of for you to get it working now is to
1) insert 1st FC install cd and boot from that
2) at boot prompt type in " linux rescue "
3)after system boots into rescue mode type in " /mnt/sysimage "
4)log in as root and then type in " lspci |less " [ ls=list pci=pci cards pipeline located above backslash on US keyboards ] ths will let you scroll through the listing using the arrow keys. Look for the X700 card listing and post everything shown about it. [ Hopefully , someone who knows about ATI cards will check this out tonight and help you further. I'm not abandoning you, I must work the next 3 nights from 7PM to 7AM, so I probably won't be online when you are.]
OR
bott up and re-install in GRAPHICAL mode. [just hit enter at prompt] since you already have the system installed, just hit upgrade existing FC installation. Unless you have some tweaks done, this SHOULD load in an acceptable video driver, and you can use that system to trouble-shoot the problem from inside the OS. Much easier.
Will check back at 8:00 a.m. Saturday morning MST.
Good Luck
Bill
Reply With Quote
  #9  
Old 5th November 2005, 08:22 AM
mlf Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
Up to now, I have done the reinstallation for several times but it doesn’t seem to change anything, every time the install program begins with a series of simple screens instead of a true graphical interface.
These are the information from the lspci command:

04:00.0 VGA compatible controller : ATI Technologies Inc : unknown device 5e4b
04:00.1 Display controller : ATI Technologies Inc : unknown device 5e6b

Also they are the two last lines of the output info.
Reply With Quote
  #10  
Old 5th November 2005, 04:18 PM
b_martinez Offline
Registered User
 
Join Date: Apr 2005
Location: Pueblo,Colorado
Posts: 724
Since you are posting, I assume you are using a fuly functioning computer. Here is a link to Linux Driver from ATI

https://support.ati.com/ics/support/...ge&folderID=27

and here is a link to ATI's FAQ about their driver

http://www.ati.com/products/catalyst/linux.html

If you can get both boxes online at the same time (assuming that you are NOT double booting one box) ,and you have lynx installed on your FC box, at command line type in " lynx " to open a command line web browser and download the ATI driver of your choice. If multi-booting , the go to these sites and read everything you can. Then either d/l and burn to cd the stuff you need, or open the FC side, and d/l using 'lynx', then install as RPM.
Easiest way to surf with 'lynx' is , at command line
lynx http://www.ati.com/products/catalyst/linux.html
for FAQ and
lynx https://support.ati.com/ics/support/...ge&folderID=27
for driver page.
Lynx is not too user friendly, but it does have instructions on how to use it at bottom of screen when you open it.
Sorry I could not be of more help.
Bill
Reply With Quote
  #11  
Old 5th November 2005, 07:15 PM
mlf Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
I've downloaded a 51mb file with the .run extension but don't know how to install it from command line, now I have it on the cd, There are instructions on how to install RPMs from command line and how to mount the CDROM, but I get an error when executing this command:

[root@localhost ~] # mount /mnt/cdrom
error:
can't find /mnt/cdrom in /etc/fstab or /etc/mtab

Do you know how can I install this driver from cdrom?
Reply With Quote
  #12  
Old 5th November 2005, 09:55 PM
b_martinez Offline
Registered User
 
Join Date: Apr 2005
Location: Pueblo,Colorado
Posts: 724
As root type in
lsmod |less
ls=list mod=kernel modules.Remember pipeline? [above the backslash] (should have had you do this 1st, my bad.) and look for ATI module. Try
modprobe ATI
command. you may have thenecesary files loaded, just not installed. If you get a not found or similar message then:
I THINK this is the one you need.It is for the xorg x-server. Notice that it is an 'rpm' ending,not a '.run'
ending. Download this to your computer,and burn it to cd. In linux, boot into run level '3'.

https://a248.e.akamai.net/f/674/9206....8-1.i386.rpm?
As root tpye in
cd /media then
ls -asl |less to list your cd/dvd drives and floppy, and USB hard drives, etc....
As root, type in /mnt/hdX /media/cd[recorder] where X is the drive letter of your cd-rw [or cd-rom, dvd-rom,dvd-rw....]
a=master - 1st ide interface
b=slave 1st ide interface
c=master 2nd ide interface
d=slave 2nd ide interface
then
type in "cd /media/cdX"
to change to the directory [ read the files on] that cd. write down the file name for the driver.
type in "cd"
will return you to root directory.
type in "cp /cdX/("file name on cd") /root"
cp=copy from
/cdX/("file name on cd") <- this is the location and file to be copied
/root <- is the root home directory, this is where you will copy the file to. [notice the space between
cp /cdX/("file name on cd") and
/root. [ Don't run it all together.]
then to install
rpm -ivh /root/"name of driver file"
rpm=command to install a binary file in the RedHat Package Manager format
-ivh = install verbose-output hashmarks(for pretty, I guess)
If this message seems to ramble , my apologies, I have been up for almost 26 hours. [no work tonight!!! Yippee!!]
Bill

Last edited by b_martinez; 5th November 2005 at 09:59 PM. Reason: clarity
Reply With Quote
  #13  
Old 6th November 2005, 10:08 AM
mlf Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
The command /mnt/hdx /media/cdrecorder gets an error:
-bash: /mnt/hdx : No such file or directory
I repeated this command for x=a,b,c and d letters and got the same errors.
Using vim I looked at those directories, there are cdrecorder and floppy in the /media directory but /mnt directory is empty.
it seems like linux didn’t recognized the cdrom.
At the bios the Primary IDE Master is for the cdrom and the Third IDE Master is for the hard disk, hard disk is a SATA drive and disk druid shows it as sda.
So cdrom should be hda, if linux recognizes it, then I can continue to install the rpm driver.
Reply With Quote
  #14  
Old 6th November 2005, 02:31 PM
b_martinez Offline
Registered User
 
Join Date: Apr 2005
Location: Pueblo,Colorado
Posts: 724
Told you I was losing it! Too tired to think, I guess.Try
mount /mnt/hda /media/cd*
[the asterisk will act as a wildcard and the computer will (should) fill in the rest]
Sorry for the mistake.
Bill
Reply With Quote
  #15  
Old 6th November 2005, 03:27 PM
mlf Offline
Registered User
 
Join Date: Nov 2005
Posts: 13
It says "filesystem type should be specified" or something similar. I entered iso9660 and got a help output instead, I think mounting was not successfull because the cp command: cp /media/fglrx_6_8_0-8.18.8-1.i386.rpm /root ends with 'no such file or directory' error. the file fglrx_6_8_0-8.18.8-1.i386.rpm is on the cd.
Reply With Quote
Reply

Tags
104, connection, error, fatal, peer, reset, server

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco VPN Client connection reset by peer tabish121 Servers & Networking 2 15th October 2007 11:33 PM
Error: (104, 'Connection reset by peer') Renich Servers & Networking 0 9th November 2006 07:19 AM
Connection reset by peer wiley Using Fedora 1 8th January 2006 07:49 AM
Fatal IO error 104 (Connection Reset By peer) on - Fedora Core 2 - Installation Error PS_ Installation and Live Media 1 13th December 2004 09:35 PM
XIO: fatal IO error 104 (Connection reset by peer) on X server imryn Hardware & Laptops 1 15th November 2004 04:58 PM


Current GMT-time: 07:04 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat