Page 1 of 1

Linux 'make install' overwriting existing system files?

PostPosted: Fri Oct 02, 2015 3:26 am
by intracube
Hi,

I'm installing the linux drivers.

I've worked through a few issues and 'make' now compiles without any errors.

I'm concerned about running 'make install' as root, as 'make --dry-run install' shows the script would end up removing/overwriting a large number of existing .ko files that are part of the base system.

http://www.pasteall.org/61414/bash
- lines 87 to 93 as an example

Why is it doing this?

I'd hoped that just a handful of drivers and associated files would need to be compiled/installed.

Thanks,

System:
TBS 6983 PCIe
SuSE 13.1, x86_64
3.11.10-29-desktop

Re: Linux 'make install' overwriting existing system files?

PostPosted: Sat Oct 03, 2015 9:24 am
by steven
Hi intracube

The driver contain a lot of files and maybe have compatiable issue so this is why remove some and install some new file.
This is let to it work stable.

Thanks

Kind Regards

steven

Re: Linux 'make install' overwriting existing system files?

PostPosted: Fri Oct 09, 2015 4:22 am
by intracube
Thanks steven,

I wrote a script to only install the new modules if they didn't overwrite existing files. But, it looks like the kernel doesn't like it when you mix them from different sources...

In the end I just let the original TBS install script do its thing.

The card is now working fine.

Re: Linux 'make install' overwriting existing system files?

PostPosted: Tue Oct 20, 2015 5:13 am
by stevef26
Hi can anybody give me instruction on how to install drivers for TBS 9683 on ubunu please?