LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I run a driver from a CD? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-run-a-driver-from-a-cd-144678/)

Betti1214 02-10-2004 10:03 PM

How do I run a driver from a CD?
 
I have the driver for my video card burned onto a CD. After I have logged on to root (text mode interface) how do I run the driver. I need to run "sh NVIDIA-Linux-x86-1.0-4496-pkg2.run" but I don't know how to navigate to the CD-ROM drive to run it from there.

tangle 02-10-2004 10:28 PM

Depends on the distro and the security settings. But it should go like this. Log in as root and type:

mount /mnt/cdrom
cp /mnt/cdrom/NVIDIA-Linux-x86-1.0-4496-pkg2.run /usr/src
chmod +x /usr/src/NVIDIA-Linux-x86-1.0-4496-pkg2.run
/usr/src/NVIDIA-Linux-x86-1.0-4496-pkg2.run

Then follow the install directions. You will need the kernel source to install it.

tk31337 02-11-2004 05:21 AM

1. Although, that will work, you really only need to do two steps --> "mount /mnt/cdrom" and "sh /mnt/cdrom/NV*run"
2. You may not need the kernel source to install. That should be only if the driver needs to be compiled. Otherwise it may be able to install a binary package without the need for kernel source.

tangle 02-11-2004 07:34 AM

Then middle 2 steps I included in case the file was not executable and icluded needing the kernel in case it needed to be complied. That way if he had any of those problems he wuldn't have to write back.


All times are GMT -5. The time now is 06:26 AM.