
Re: Combining 2 drivers for custom install
So i had some inquiries about what I made so I have attached the OEM file to this post.
What it is and how it was made. First, it is an oem.tgz file with 2 drivers added to it. The drivers are for a (1) SATA controller card with Silicon Image Sil3132 chipset and (2)the on board NIC for the Gigabyte GA-890FXA-UD5 motherboard, which uses the Realtek 8111D chipset. Second, I made it by combining the drivers from the Sil3132 OEM file found here
http://www.vm-help.com/forum/viewtopic.php?f=12&t=2096 with the Realtek drivers found here
http://www.vm-help.com/forum/viewtopic.php?f=14&t=2492&p=10871#p10871. I did all this in windows with 7-Zip and Notepad++. Steps are below...
1) Open the Sil3132 oem.tgz file with 7-Zip and pull out the "sata_sil24.o" file.
2) Open the Realtek NIC oem.tgz file and pull out 2 files; "simple.map" & "pci.ids"
3) You will want to edit these 2 files with Notepad++; the pci.ids file you will add "0242 SiI 3132 Serial ATA Raid II Controller (Adaptec-branded)" between the lines you see below, it should be around line 3782 in the editor.
3132 SiI 3132 Serial ATA Raid II Controller
3512 SiI 3512 [SATALink/SATARaid] Serial ATA Controller
Once done it should look like this:
3132 SiI 3132 Serial ATA Raid II Controller
0242 SiI 3132 Serial ATA Raid II Controller (Adaptec-branded)
3512 SiI 3512 [SATALink/SATARaid] Serial ATA Controller
Save and close the pci.ids file and open the simple.map for editing. This file you will add 2 lines, first is "1095:0242 0000:0000 storage sata_sil24.o" this will go between :
1095:0240 0000:0000 storage sata_sil.o
~~~insert here~~~
1095:0643 0000:0000 storage pata_cmd64x.o
which resides at line 176. next line to add is "1095:3132 0000:0000 storage sata_sil24.o" and it goes between :
1095:3512 0000:0000 storage sata_sil.o
~~~insert here~~~
10b9:5288 0000:0000 storage ahci.o
This is around line 185. Save and close this file now.
4) Now replace the "simple.map" & "pci.ids" files in the NIC oem.tgz with the ones you just edited.
5) Add the "sata_sil24.o" file you pulled out earlier to the same directory as the "r8169.o" file found in the NIC oem.tgz
6) Close it all up and you now have 2 drivers combined into 1 oen.tgz file.