
ADDING DRIVERS TO BUILD 3.0 Need Help
#16
Posted 08 July 2006 - 03:13 PM



"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." - Albert Einstein
"Computers are really strange - first everything works fine, then something goes terribly wrong and nothing works, and then - like a thunderbolt from a clear sky, everything is back to normal again. It's like nothing ever happened. Like the computer were female." - Unknown
"Some people say that I must be a terrible person, but it's not true. I have the heart of a young boy. In a jar on my desk." - Stephen King
"If there is anything the nonconformist hates worse than a conformist, it's another nonconformist who doesn't conform to the prevailing standard of nonconformity." - Bill Vaughan
"Microsoft Windows [n.]: A thirty-two bit extension and GUI shell to a sixteen bit patch to an eight bit operating system originally coded for a four bit microprocessor and sold by a two-bit company that can't stand one bit of competition." - Unknown
"When a newly married couple smiles, everyone knows why. When a ten-year married couple smiles, everyone wonders why." - Unknown
#18
Posted 12 July 2006 - 04:45 AM
I looked at the inf file for the plugin, but it has nothing in it, is this correct?
My card did work OK with the BTS drivers in V2.6.
Any ideas?
#19
Posted 12 July 2006 - 07:19 AM
keithfrench, on Jul 12 2006, 11:45 AM, said:
don't extracted under drivers, it is a plugin!!

Quote
this is the correct NForceall.inf
Quote
; Created by Joshua
; V 1.0 - 06.07.2006
; http://www.drowaelde...npe/PEIndex.htm
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="NIC: Nvidia Nforce Integrated Ethernet Driver I/II/III/IV"
Enable=1
;Help="nic_nforce.htm"
[Software.Addreg]
; create NetworkCards registry entry since the driver doesn't. This key
; is necessary for PE Netconfig to run.
0x0, "Microsoft\Windows NT\CurrentVersion\NetworkCards"
[SourceDisksFiles]
; just copy the following files from you driver disk to the files folder
; The driver .sys files must goto the system32\drivers folder
files\nvenet.sys=4,,1
files\nvnetbus.sys=4,,1
files\nvnrm.sys=4,,1
files\nvsnpu.sys=4,,1
files\nvtcp.sys=4,,1
files\nvefdxp.sys=4,nvenetfd.sys,1
; The driver .inf files must goto the inf folder
files\nvenet.inf=20,,1
files\nvenetfd.inf=20,,1
files\nvnetbus.inf=20,,1
; The driver .dll and .exe files must goto the system32 folder
files\nvcoe.dll=2,,1
files\nvuenet.exe=2,,1
files\nvenet.nvu=2,,1
files\nvunrm.exe=2,,1
files\bdco1.dll=2,,1
files\bdco1.dll=2,bdco1ins.dll,1
files\fdco1.dll=2,,1
files\fdco1.dll=2,fdco1ins.dll,1
files\nvconrm.dll=2,,1
[SetValue]
"txtsetup.sif","BusExtenders.Load","nvnetbus", "nvnetbus.sys"
"txtsetup.sif","BusExtenders","nvnetbus", """NVIDIA Network Bus Enumerator"",files.nvnetbus,nvnetbus"
"txtsetup.sif","SourceDisksFiles","nvnetbus.sys", "1,,,,,,,4,1"
"txtsetup.sif","SourceDisksFiles","nvnrm.sys", "1,,,,,,,4,1"
"txtsetup.sif","SourceDisksFiles","nvsnpu.sys", "1,,,,,,,4,1"
"txtsetup.sif","SourceDisksFiles","bdco1ins.dll", "1,,,,,,,2,1"
"txtsetup.sif","SourceDisksFiles","bdco1.dll", "1,,,,,,,2,1"
"txtsetup.sif","SourceDisksFiles","nvconrm.dll", "1,,,,,,,2,1"
"txtsetup.sif","SourceDisksFiles","nvnetbus.inf", "1,,,,,,,20,1"
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0086", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_008C", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_00DF", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0038", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0057", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0269", """nvnetbus"""
Joshua
<a href="http://www.drowaelder.de/winpe/PEIndex.htm" target="_blank">http://www.drowaelder.de/winpe/PEIndex.htm</a>
#20
Posted 12 July 2006 - 09:03 AM
As for the BTS, we've heard back from him recently and things should just be getting started so hopefully within a few weeks, we may have a beta out to test BTS's new method to include his drivers with any BartPE build.



"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." - Albert Einstein
"Computers are really strange - first everything works fine, then something goes terribly wrong and nothing works, and then - like a thunderbolt from a clear sky, everything is back to normal again. It's like nothing ever happened. Like the computer were female." - Unknown
"Some people say that I must be a terrible person, but it's not true. I have the heart of a young boy. In a jar on my desk." - Stephen King
"If there is anything the nonconformist hates worse than a conformist, it's another nonconformist who doesn't conform to the prevailing standard of nonconformity." - Bill Vaughan
"Microsoft Windows [n.]: A thirty-two bit extension and GUI shell to a sixteen bit patch to an eight bit operating system originally coded for a four bit microprocessor and sold by a two-bit company that can't stand one bit of competition." - Unknown
"When a newly married couple smiles, everyone knows why. When a ten-year married couple smiles, everyone wonders why." - Unknown
#22
Posted 12 July 2006 - 06:03 PM
keithfrench, on Jul 12 2006, 10:42 PM, said:


<a href="http://www.drowaelder.de/winpe/PEIndex.htm" target="_blank">http://www.drowaelder.de/winpe/PEIndex.htm</a>
#23
Posted 17 July 2006 - 09:51 AM
Now, running the new UBCD4Win 3.0, the resulting disk does not see my SATA drives. Why this negative progress? Is there a work-around?
I see that users with this Dell Dimension 8400 having this trouble with the earlier UBCD4W builds found that deleting drivers\SCSIAdapter\Dell\cercsata_15_2s solved this problem, but surely there is a better solution for the new UBCD4Win 3.0 version?
#24
Posted 17 July 2006 - 10:11 AM
TQuestar, on Jul 17 2006, 08:50 AM, said:
Now, running the new UBCD4Win 3.0, the resulting disk does not see my SATA drives. Why this negative progress? Is there a work-around?
I see that users with this Dell Dimension 8400 having this trouble with the earlier UBCD4W builds found that deleting drivers\SCSIAdapter\Dell\cercsata_15_2s solved this problem, but surely there is a better solution for the new UBCD4Win 3.0 version?
Not really, at least not until we have a beta of the new upcoming BTS drivers method coming out.



"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." - Albert Einstein
"Computers are really strange - first everything works fine, then something goes terribly wrong and nothing works, and then - like a thunderbolt from a clear sky, everything is back to normal again. It's like nothing ever happened. Like the computer were female." - Unknown
"Some people say that I must be a terrible person, but it's not true. I have the heart of a young boy. In a jar on my desk." - Stephen King
"If there is anything the nonconformist hates worse than a conformist, it's another nonconformist who doesn't conform to the prevailing standard of nonconformity." - Bill Vaughan
"Microsoft Windows [n.]: A thirty-two bit extension and GUI shell to a sixteen bit patch to an eight bit operating system originally coded for a four bit microprocessor and sold by a two-bit company that can't stand one bit of competition." - Unknown
"When a newly married couple smiles, everyone knows why. When a ten-year married couple smiles, everyone wonders why." - Unknown
#25
Posted 17 July 2006 - 08:56 PM
LittlBUGer, on Jul 17 2006, 08:11 AM, said:
TQuestar, on Jul 17 2006, 08:50 AM, said:
Now, running the new UBCD4Win 3.0, the resulting disk does not see my SATA drives. Why this negative progress? Is there a work-around?
I see that users with this Dell Dimension 8400 having this trouble with the earlier UBCD4W builds found that deleting drivers\SCSIAdapter\Dell\cercsata_15_2s solved this problem, but surely there is a better solution for the new UBCD4Win 3.0 version?
Not really, at least not until we have a beta of the new upcoming BTS drivers method coming out.

BTW, removing the cercsata_15_2s directory did not work for me--I tried it.
#27
Posted 17 November 2006 - 07:45 PM
LittlBUGer, on Jul 17 2006, 10:11 AM, said:
TQuestar, on Jul 17 2006, 08:50 AM, said:
Now, running the new UBCD4Win 3.0, the resulting disk does not see my SATA drives. Why this negative progress? Is there a work-around?
I see that users with this Dell Dimension 8400 having this trouble with the earlier UBCD4W builds found that deleting drivers\SCSIAdapter\Dell\cercsata_15_2s solved this problem, but surely there is a better solution for the new UBCD4Win 3.0 version?
Not really, at least not until we have a beta of the new upcoming BTS drivers method coming out.

any whispers or hints of basrat betas? Did get Joshua's nforce nvidia nic drivers working at least somewhat, but those are 2-4. When I tried to leave the new 5 drivers in place, that broke Joshua's so we can get something but there's now nforce5 and nforce6 so just hoping that we'll get a more comprehensive and flexible solution soon.
Thanks very much.
#28
Posted 18 November 2006 - 03:57 PM



"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." - Albert Einstein
"Computers are really strange - first everything works fine, then something goes terribly wrong and nothing works, and then - like a thunderbolt from a clear sky, everything is back to normal again. It's like nothing ever happened. Like the computer were female." - Unknown
"Some people say that I must be a terrible person, but it's not true. I have the heart of a young boy. In a jar on my desk." - Stephen King
"If there is anything the nonconformist hates worse than a conformist, it's another nonconformist who doesn't conform to the prevailing standard of nonconformity." - Bill Vaughan
"Microsoft Windows [n.]: A thirty-two bit extension and GUI shell to a sixteen bit patch to an eight bit operating system originally coded for a four bit microprocessor and sold by a two-bit company that can't stand one bit of competition." - Unknown
"When a newly married couple smiles, everyone knows why. When a ten-year married couple smiles, everyone wonders why." - Unknown
#29
Posted 05 December 2006 - 04:41 PM
"txtsetup.sif","BusExtenders.Load","nvnetbus", "nvnetbus.sys"
"txtsetup.sif","BusExtenders","nvnetbus", """NVIDIA Network Bus Enumerator"",files.nvnetbus,nvnetbus"
"txtsetup.sif","SourceDisksFiles","nvnetbus.sys", "1,,,,,,,4,1"
"txtsetup.sif","SourceDisksFiles","nvnrm.sys", "1,,,,,,,4,1"
"txtsetup.sif","SourceDisksFiles","nvsnpu.sys", "1,,,,,,,4,1"
"txtsetup.sif","SourceDisksFiles","bdco1ins.dll", "1,,,,,,,2,1"
"txtsetup.sif","SourceDisksFiles","bdco1.dll", "1,,,,,,,2,1"
"txtsetup.sif","SourceDisksFiles","nvconrm.dll", "1,,,,,,,2,1"
"txtsetup.sif","SourceDisksFiles","nvnetbus.inf", "1,,,,,,,20,1"
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0086", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_008C", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_00DF", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0038", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0057", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0269", """nvnetbus"""
I have look in the new nforce5 nvnetbus.inf file and there is an entry of:
[Standard]
%nvnetbus.DeviceDesc%=nvnetBus_Device, PCI\VEN_10DE&DEV_0373
I thought adding
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0373", """nvnetbus"""
would work but I am still not able to see the network card. Anyone got the nforce5 network card to work yet?
#30
Posted 07 December 2006 - 06:13 PM
mattffrost, on Dec 5 2006, 05:41 PM, said:
"txtsetup.sif","BusExtenders.Load","nvnetbus", "nvnetbus.sys"
"txtsetup.sif","BusExtenders","nvnetbus", """NVIDIA Network Bus Enumerator"",files.nvnetbus,nvnetbus"
"txtsetup.sif","SourceDisksFiles","nvnetbus.sys", "1,,,,,,,4,1"
"txtsetup.sif","SourceDisksFiles","nvnrm.sys", "1,,,,,,,4,1"
"txtsetup.sif","SourceDisksFiles","nvsnpu.sys", "1,,,,,,,4,1"
"txtsetup.sif","SourceDisksFiles","bdco1ins.dll", "1,,,,,,,2,1"
"txtsetup.sif","SourceDisksFiles","bdco1.dll", "1,,,,,,,2,1"
"txtsetup.sif","SourceDisksFiles","nvconrm.dll", "1,,,,,,,2,1"
"txtsetup.sif","SourceDisksFiles","nvnetbus.inf", "1,,,,,,,20,1"
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0086", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_008C", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_00DF", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0038", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0057", """nvnetbus"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0269", """nvnetbus"""
I have look in the new nforce5 nvnetbus.inf file and there is an entry of:
[Standard]
%nvnetbus.DeviceDesc%=nvnetBus_Device, PCI\VEN_10DE&DEV_0373
I thought adding
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0373", """nvnetbus"""
would work but I am still not able to see the network card. Anyone got the nforce5 network card to work yet?
Should it automatically detect your network card once you have the driver plugin enabled or do I need to do something once the virtual environment is loaded?