Hi everyone. Im not sure what the problem is, but I have downloaded the drivers from the
ViaArena site, but am unable to install them.
It doesnt matter which way I run the minstall and vinstall scripts, or wether I use sh or ./ to rnu them I get the same output.
The minstall script outputs:
-------- minstall start --------
-------- minstall end --------
and the vinstall script outputs
-------- install start --------
install VIA/S3G UniChrome familly graphic driver!
cp: cannot stat `//pentium/XServer/via_v4l_drv.o': No such file or directory
cp: cannot stat `/lib/modules/2.6.5-1.358/kernel/drivers/media/video/videodev.o': No such file or directory
cp: cannot stat `//pentium/XServer/videodev.o': No such file or directory
cp: cannot stat `//pentium/XServer/via_drv.o': No such file or directory
cp: cannot stat `//pentium/XServer/via.o': No such file or directory
cp: cannot stat `//pentium/XServer/via_dri.so': No such file or directory
vinstall: line 144: ldconfig: command not found
vinstall: line 174: depmod: command not found
vinstall: line 175: insmod: command not found
vinstall: line 176: modprobe: command not found
vinstall: line 177: insmod: command not found
-------- vinstall end --------
Now I think that it cant find the files because of the // at the front of each path, but I cant find anywhere to change that in the script. Its also trying to use the wrong processor type by the loks of it. Its complaining about Pentium XServers, but the laptop uses a C3 chip.
Any help would be greatly appreciated,
Thanks,
Chris
--Edit--
Oh, I forgot to mention that in the vinstall script it does refer to $KERNELVERSION to determin the distro its being rnu on, but when I type echo $KERNELVERSION in the console, I get a blank line.