Usually you do have to recompile the kernel for it. Did the drivers come with documentation?
I have recently aquired some 3D drivers for my S3 UniChrome graphics card for Linux. However, I have no idea how to install it. It is a graphics driver, so does that mean I have to recompile the kernel just to get 3D support under linux? Is there an easier way to install drivers?
My Website: http://ttgale.com
My Website Uptime: http://img.uptimeprj.com/holastickbo...dee9bae2e2.png
My Server Specs: AMD Athlon X2 3800+, 2gb DDR2 RAM, 1.5TB HDD, Ubuntu 9.10
My Gaming PC: Intel Core 2 Duo 2.93ghz, 4gb DDR2 RAM, 9800GTX+
Usually you do have to recompile the kernel for it. Did the drivers come with documentation?
Steve
yea, if the drivers did not come with the kernel, then we can't really tell you the install process as it is different for each driver supplier, if it does come with the kernel, you need to build your own kernel.
if you already have the driver built into the kernel inserting it into the kernel is easy:
Code:insmod [driver-name] modprobe [driver-name]
the insmod is unnecessary, simply modprobe <driver> will work
modprobe does the same thing as insmod except for it also handles dependancies
Bookmarks