LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   n00b installing drivers... (https://www.linuxquestions.org/questions/linux-newbie-8/n00b-installing-drivers-329779/)

matoau 06-02-2005 09:57 PM

n00b installing drivers...
 
Hi all,

First off, I'm a n00b at Linux, but what I would consider an expert Microsoft OS user.

The reason I am writing is because I SO want STOP using Microsoft's products and this is a big leap for me, and I need help.

To get used to running Linux, I'm running Microsoft's Virtual PC software window Mandrake Linux installed. So far so good, but I can't seem to get any drivers installed. I'm starting with video drivers for my ATI Radeon 9800 Pro. I've found the drivers and went to install them from ATI's web site I can't get past the following dialog box (see screenshot).

Also, I can't even get on the net yet because I can't locate a drivers for my wireless Linksys NIC. Any way, one battle at a time...

Now, I installed Linux from an ISO. Perhaps that's the cause of the problem? Any help or direction would be much appreciated! Help convert me from the dark side (LOL)!

http://www.aubs.com/misc/linux.jpg

nadroj 06-02-2005 11:18 PM

why are you trying to access /dev/hdc? you would have to 'mount' the device first in order to access it.
wheres the link for the rpm you downloaded, or what procedure did you do to get this? (or what procedure are you supposed to do?)

matoau 06-02-2005 11:35 PM

"why are you trying to access /dev/hdc?"

I'm not... After I double clicked on the RPM it started asking for this, as you should be able to see in the screen shot (URL) I posted. I got the driver from ATI.

matoau 06-02-2005 11:36 PM

ATI drivers found here:
https://support.ati.com/ics/support/...ge&folderID=27

nadroj 06-02-2005 11:46 PM

actually, the link to the drivers is here
anyway, try installing it from a terminal/command-line. use 'su' (become root) then try to install it:
Code:

$ su
$ [enter root password]
# urpmi <package name>

did you download the correct one, also? theres ones for XFree86 and X.org. also, theres a script at the top of the page (check.sh) to determine what version of XFree86 you have isntalled if you dont know.
to run the script:
download the file, cd to the directory its in, "chmod +x check.sh" to make it executable, then "./check.sh" to run it.

matoau 06-02-2005 11:53 PM

That's the thing. I downloaded all the drivers from ATI but I'm not sure if I needed to install all of them or just one. Do you know which one I would need to install and why (for future reference)?

I'll give the command line stuff a shot, although, I'm a n00b at that too, so I'll cross my fingers!

I'll give this a shot... Look back tomorrow to see if it worked. Bed time for me right now.. :)

nadroj 06-03-2005 12:02 AM

X.org and XFree86 are implementations of the X Windows system, which provides a method of displaying and using windows/a Gui.
X.org is free, and, ironically (i think, someone correct me) XFree86 is uhm..less.. free? lol
UNIX owns it, i believe.
anyways, you only need one of them and only one would be installed on your system.. so NO.. you dont need, and you dont install more than one. you install the one that your system uses.. if you use X.org Xwindows system then you download the one for X.org, if not, then XFree86, but you need to find out which version of XFree, which as i mentioned you can find out with the script.
the commands to isntall it shouldnt be too hard. as i mentinoed, just open a terminal up, type "su", you will then be asked for the root password, type it in and hit enter, then type 'urpmi <filename>" to try and install it.. CD to the directory that you downloaded the .rpm before you urpmi it.

matoau 06-03-2005 09:42 AM

Thanks, nadroj, for taking the time to help me out. I'll let you know what I find out tonight when I get home from work.

Again, thanks...


All times are GMT -5. The time now is 12:32 AM.