View previous topic :: View next topic |
Author |
Message |
p3 -
Joined: 17 Jun 2005 Posts: 615
|
Posted: Sun Nov 06, 2005 5:15 am Post subject: A Question to All You Linux Folks! |
|
|
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:
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 |
|
 |
MonkeyNation -
Joined: 05 Feb 2005 Posts: 921 Location: Cardiff
|
Posted: Sun Nov 06, 2005 11:11 am Post subject: Re: A Question to All You Linux Folks! |
|
|
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 |
 |
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Sun Nov 06, 2005 11:49 am Post subject: |
|
|
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 |
|
 |
|
|
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
|
|