How to Install Driver in Linux
by Firasalrawi from LinuxQuestions.org on (#5H4T1)
I had fixed a new serial port to my workstation and following the instructions to install the driver for that card, the instructions says:
<1>-copy pci60806a.o to /usr/sbin
<2>-Add /usr/sbin/pci60806a at the end of the /etc/rc.d/rc.local.
<3>-reboot
I had copied the file to /usr/sbin directory but I don't understand step 2
please can anyone explain to me what is the meaning of that?
I opened rc.local file, should I add /usr/sbin/pci60806a to the script? if yes what should be the file name because it gives me save as only


<1>-copy pci60806a.o to /usr/sbin
<2>-Add /usr/sbin/pci60806a at the end of the /etc/rc.d/rc.local.
<3>-reboot
I had copied the file to /usr/sbin directory but I don't understand step 2
please can anyone explain to me what is the meaning of that?
I opened rc.local file, should I add /usr/sbin/pci60806a to the script? if yes what should be the file name because it gives me save as only