A Question to All You Linux Folks!

 
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions
View previous topic :: View next topic  
Author Message
p3
-


Joined: 17 Jun 2005
Posts: 615

PostPosted: Sun Nov 06, 2005 5:15 am    Post subject: A Question to All You Linux Folks! Reply with quote

OK, here's the problem.

I just installed Mandriva Linux, knowing that it didn't come with my drivers preintalled. So I installed it, leaving the default choices for the graphics card. Surely enough, X is all messed up. I booted in failsafe and logged into root. Here's the problem.

Part of the tutorial I'm following requires me to get a driver. So I burned it onto a CD, and mounted it into Virtual PC. Whenever I type:

Code:

ls /mnt/cdrom


Nothing happens. The file that should show up (the .run file for the driver) isn't there. since XOrg isn't working, I can't browse to see if it's really there.

I'd appreciate any help I can get. I'm trying to learn Linux so I can leave M$ for good :D

PS - Since I'm new to Linux, can you be fairly specific? Thanks!
Back to top View user's profile Send private message Send e-mail
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Sun Nov 06, 2005 11:11 am    Post subject: Re: A Question to All You Linux Folks! Reply with quote

p3 wrote:
I'd appreciate any help I can get. I'm trying to learn Linux so I can leave M$ for good :D


Personally, I think you're better off with windows and unix. I use Linux as my print server and as an IRC hub, and I got it all installed after a few hours, upon never using Linux for more than some "checking out".
I don't really know all the advanced methods for it, but can you not load it in a 256 color mode or something?

And at a complete guess, does failsafe mount cdrom drives automatically?
_________________
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Sun Nov 06, 2005 11:49 am    Post subject: Reply with quote

You're mounting the cd image in Virtual PC. All that means is that the CD image is 'in' the virtual CD drive, which is available to the guest OS. It does not mean the guest OS will automagically mount it for you.

First, you need to check whether the mount point (the folder under which the contents of your CD will be available) exists.

cd /mnt/
ls cd*

If cdrom doesn't already exist,

mkdir cdrom

Next, you need to mount the cdrom under that folder. Try

mount -t auto /dev/cdrom /mnt/cdrom

If that fails, your cdrom drive probably isn't called cdrom under /dev/

http://linux.about.com/od/linux101/l/blnewbie4_2_2.htm will save me typing the rest of a million already existing howtos...
_________________

"Invent an idiot proof webserver and they'll invent a better idiot..."
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum


Powered by phpBB phpBB Group