LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-24-2013, 02:56 AM   #1
gech00
LQ Newbie
 
Registered: Apr 2013
Posts: 10

Rep: Reputation: Disabled
newbie -- feodora onto a DellDimension -- finding no devices


Hi, Im trying to resurrect a Dell Dimension 5000 that someone had thrown away. It seems that the CD drive is not connecting to Processor since it won't take that as boot device. Meanwhile I have successfully booted from USB-stick with feodora 17 on it.
However up and running I dont find any devices at all; for the ethernet I think there is a LOM (connector goes directly to motherboard), but I cant find that as a device (em-0 ? , eth0 ? ) where should /could I look to find Hw.

Then, I cant either find out how to mount the USB for file copying, even though that Hw obviously works since I once booted from it.

Thx for any help

Georg
 
Old 04-24-2013, 08:50 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Welcome to LinuxQuestions.

Check the BIOS configuration to verify the ports are enabled. I believe that the CDROM drive is an IDE device. It is possible the drive is broken but check the date cable to make sure it is connected and secure etc.

Did you install Fedora to the hard drive or are you still running from USB?
 
Old 04-24-2013, 02:09 PM   #3
gech00
LQ Newbie
 
Registered: Apr 2013
Posts: 10

Original Poster
Rep: Reputation: Disabled
some

Yes I have put the feodora onto the HardDrive so I boot from that nowadays

I also have checked the CDROM cabling and actually changed the drive to a spare I have with no difference.
However it actually blinks while booting but is not recognized as a boot device. Putting it as sole boot device
the boot procedure complains that there is no boot device avail.

Im just now not in the place where I have the PC so I cannot experiment. Would it be in the boot menues where
Bios would give information about "ports" availability ?

Br Georg
 
Old 04-24-2013, 04:24 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Looking at the BIOS configuration settings will show whether or not the ethernet port is enabled. Also post the output of the command lspci and lsmod. This will tell what chipset the ethernet hardware is using as well as if the correct module is loading.

How did you burn the CD/DVD?
 
Old 04-25-2013, 02:40 AM   #5
gech00
LQ Newbie
 
Registered: Apr 2013
Posts: 10

Original Poster
Rep: Reputation: Disabled
The CD

The CD was actually the XP delivered with another Dell I have, I have the notion that they are not Hw marked or dependent. However that was for a Laptop. will be back with more info for lspci and lsmod when I meet with the machine again.
 
Old 04-27-2013, 04:54 PM   #6
gech00
LQ Newbie
 
Registered: Apr 2013
Posts: 10

Original Poster
Rep: Reputation: Disabled
BIOS

Hi Tnx a lot michaelk,

of cause it was BIOS, I had removed on board NIC while removing the PXE, so no network dev. was active in BIOS.

It woke nicely and without any more work for my part.t

Did also, now when connected, succeed in installing the httpd = Apache server demon, that in version 2.2, but when yum install php
I got php5 which Im not happy about, my development has been for php4, so I guess I have to figure out how to switch between then.
Then I need to figure out how the httpd is attached to the net, guess it gets out there when I issue #service httpd start,
but on what port :80 guessingly ? then like to get onto it via the loopback i/f in some way

And the USB I did find all right. So for now most things are confused but on a higher level

Need to figure out how I and when I get public with the httpd, i.e. when can someone get onto my server, and where are my .htaccess files (or equivalent) and what kind of firewall protection do I need, and how do I get an URL and connect to my server.

Tnx again
Georg
 
Old 04-28-2013, 04:18 AM   #7
gech00
LQ Newbie
 
Registered: Apr 2013
Posts: 10

Original Poster
Rep: Reputation: Disabled
No CD

Hello again,

I forgot I have not gotten any contact with the CD-drive, it would be good if it could be resurrected.

cannot see what in the lspci would be that ?

The CD drive is connecxted to what I would assume is the IDE bus, a broad grey cable, I have tried to shift position
on the bus to the furthest out from second furthest, no improve.

br georg
 
Old 04-28-2013, 07:15 AM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Make sure the red strip on the cable aligns with pin one on the motherboard connector as well as the CDROM drive. From lspci you can see the IDE controller but not the drive itself. The drive might be broken.

Once you start httpd you should be able to see the default page in a web browser at http://localhost. You will need configure the firewall if running to allow http traffic to access the server on a network. If you have a router then you will need to forward port 80 traffic to your server's IP address if you want traffic outside your LAN to access your web server.
However, your ISP may block port 80 traffic.

Last edited by michaelk; 04-28-2013 at 07:19 AM.
 
Old 04-28-2013, 07:33 AM   #9
gech00
LQ Newbie
 
Registered: Apr 2013
Posts: 10

Original Poster
Rep: Reputation: Disabled
CD drive

Hi again,

well I dont think the drive is broke, have switched to another without any differnce

however: find no red strip on cable, ( though the cable is heavily cut into piece-cords, something like 8-10 strands
before being squeezed into a rubber hose, could be that the strands are rearranged.)

what name would I look for for IDE device in the lspci (sorry for not posting output, on other machine
when communicating, having my password here)

tnx again
georg

Last edited by gech00; 04-29-2013 at 05:41 AM.
 
Old 04-28-2013, 07:38 AM   #10
gech00
LQ Newbie
 
Registered: Apr 2013
Posts: 10

Original Poster
Rep: Reputation: Disabled
httpd seem to start quietly, no error message

# service httpd start

I can see in system processes that the httpd is in the process list

AND yes; thanks michaelk !

I have now successfully actually reached the server, over the eth, from external host. TNX !

So now only kicking PHP4 alive and get it go over ODBC to my MIMER SQL server, which I also need to kick alive.

Last edited by gech00; 04-29-2013 at 05:44 AM.
 
Old 04-28-2013, 07:42 AM   #11
gech00
LQ Newbie
 
Registered: Apr 2013
Posts: 10

Original Poster
Rep: Reputation: Disabled
Red line found on cable; yes there is a red line on the very edge of the band cable inward towards the machine
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
finding devices with vector SpaceGhost270 Linux - Software 4 01-30-2007 10:59 PM
64 bit support on feodora? baldy1324 Fedora 3 09-25-2005 03:06 PM
Does Feodora have Prism2 chipset integrated? baldy1324 Fedora 1 08-16-2005 11:14 PM
Finding a devices IP address Tamerz Linux - Networking 2 03-25-2004 02:49 PM
nothing in /proc/pci and not finding devices naughtymutt Linux - Hardware 0 10-27-2002 10:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration