China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-28 06:32
中国DOS联盟论坛 » 其它操作系统综合讨论区 » Backing up drivers with pure script借助DevCon, compatible with Driver Genius (2008-01-17) View 81,554 Replies 72
Floor 16 Posted 2007-11-13 21:16 ·  中国 甘肃 兰州 电信
金牌会员
★★★★
Credits 4,103
Posts 1,744
Joined 2006-01-20 13:00
20-year member
UID 49241
Gender Male
From 甘肃.临泽
Status Offline
If the hardware is not running, I find that it cannot be updated.
Floor 17 Posted 2007-11-13 21:37 ·  中国 上海 松江区 电信
铂金会员
★★★★
DOS一根葱
Credits 5,493
Posts 2,315
Joined 2006-05-01 10:41
20-year member
UID 54766
Gender Male
From 上海
Status Offline
Have you tried the install parameter? This is suitable for unknown hardware. Theoretically, this is the same as the Device Manager. If the scan for new hardware doesn't prompt, it can't be installed. When I first got in touch with this command, I used the install parameter to restore, and as a result, the Device Manager showed all double ones, one normal and the other with an exclamation mark. There were more than 40 exclamation marks in the Device Manager. Spectacular, right?
第一高手 第二高手

Floor 18 Posted 2007-11-19 17:54 ·  中国 广东 广州 天河区 电信
初级用户
Credits 152
Posts 17
Joined 2003-02-12 00:00
23-year member
UID 906
Gender Male
Status Offline
Update all drivers, some failed. Here's a suggestion: the directory name when backing up drivers should preferably be shorter. When updating drivers, run DevPath.exe, then run devcon.exe rescan to let the system install the drivers by itself.
Floor 19 Posted 2007-11-20 09:08 ·  中国 上海 松江区 电信
铂金会员
★★★★
DOS一根葱
Credits 5,493
Posts 2,315
Joined 2006-05-01 10:41
20-year member
UID 54766
Gender Male
From 上海
Status Offline
devcon.exe rescan only refreshes to detect new hardware, and there's no substantial automatic installation function found in it. Besides, this is due to system integration, not something that backup and restore drivers should do. It's better to have shorter directory names, otherwise it will bring inconvenience to overwriting drivers and updating. Whether to update all drivers depends on your backup situation. To be honest, I only back up PCI and USB items myself. The PCI item already includes 1394 and PCMCIA. The devices in the other items use the system's own drivers. However, I currently don't know where the SCSI and RAID devices are.
第一高手 第二高手

Floor 20 Posted 2007-12-10 13:44 ·  中国 广东 东莞 电信
银牌会员
★★★
Credits 1,282
Posts 538
Joined 2002-11-02 00:00
23-year member
UID 129
Gender Male
Status Offline
Can basic backups only back up the newly added parts of the system? For example, related to inf\oem?.inf
Floor 21 Posted 2007-12-14 17:23 ·  中国 广东 汕头 电信
银牌会员
★★★
Credits 1,451
Posts 446
Joined 2002-10-20 00:00
23-year member
UID 29
Gender Male
Status Offline
LZ, after backing up, the prompt "An error was encountered during the copy process" appears. After opening the log file, it is seen that "File not found - gewmi.mof". After searching, gewmi.mof is found in C:\WINDOWS\system32\wbem\mof\good. Is there a BUG in the script?
Floor 22 Posted 2007-12-14 18:23 ·  中国 上海 松江区 电信
铂金会员
★★★★
DOS一根葱
Credits 5,493
Posts 2,315
Joined 2006-05-01 10:41
20-year member
UID 54766
Gender Male
From 上海
Status Offline
Originally posted by chishingchan at 2007-12-10 13:44:
Can the basic backup only back up the newly added parts of the system? For example, related to inf\oem?.inf

This for under inf\oem?.inf comes out. If you don't know, post the content, go to the batch processing room for help or search the forum

Originally posted by pfox at 2007-12-14 17:23:
楼主, there is a "An error was encountered during copying" prompt after backup. After opening the log file, I saw "File not found - gewmi.mof". After searching, I found gewmi.mof in C:\WINDOWS\system32\wbem\mof\good. Is there a BUG in the script?

At present, this situation occurs in a few cases because hardware is various. If I encounter a certain BUG, I can eliminate this BUG. Or you try to analyze the error reason. Please find the following code in the code on the first floor and add the code in red
for /f "tokens=* delims= " %%i in ('type %Tempfile%^|find ":\"^|find /i /v "Driver installed from"') do (
xcopy /h /r /y "%%~i" "drivers\%class%\%name%\*.*">nul 2>>%log%
if errorlevel 1 set /a "error=%error%+1"
echo "%%~i">>bug.txt
)
第一高手 第二高手

Floor 23 Posted 2007-12-15 00:10 ·  中国 广东 东莞 电信
银牌会员
★★★
Credits 1,282
Posts 538
Joined 2002-11-02 00:00
23-year member
UID 129
Gender Male
Status Offline
Can you post a complete code: a (finished) batch script that only backs up the newly added drivers in the system. I really don't understand.
Floor 24 Posted 2007-12-17 10:20 ·  中国 广东 汕头 电信
银牌会员
★★★
Credits 1,451
Posts 446
Joined 2002-10-20 00:00
23-year member
UID 29
Gender Male
Status Offline
Originally posted by fastslz at 2007-12-14 06:23 PM:

This for the inf\oem?.inf comes out, if you don't know, post the content, ask for help in the batch processing room or search the forum


Currently, a few will have such a situation, because hardware is various. If I encounter a certain B ...



bug.txt content:

"C:\WINDOWS\system32\DRIVERS\ati2mtag.sys"
"C:\WINDOWS\system32\DRIVERS\ati2erec.dll"
"C:\WINDOWS\system32\DRIVERS\ativvpxx.vp"
"C:\WINDOWS\system32\DRIVERS\ativckxx.vp"
"C:\WINDOWS\system32\DRIVERS\ativcaxx.vp"
"C:\WINDOWS\system32\DRIVERS\ativcaxx.cpa"
"C:\WINDOWS\system32\ati2dvag.dll"
"C:\WINDOWS\system32\ati2cqag.dll"
"C:\WINDOWS\system32\Ati2mdxx.exe"
"C:\WINDOWS\system32\ati3duag.dll"
"C:\WINDOWS\system32\ativvaxx.dll"
"C:\WINDOWS\system32\atiicdxx.dat"
"C:\WINDOWS\system32\ATIDDC.DLL"
"C:\WINDOWS\system32\atitvo32.dll"
"C:\WINDOWS\system32\ativcoxx.dll"
"C:\WINDOWS\system32\ati2evxx.exe"
"C:\WINDOWS\system32\ati2evxx.dll"
"C:\WINDOWS\system32\atipdlxx.dll"
"C:\WINDOWS\system32\Oemdspif.dll"
"C:\WINDOWS\system32\ati2edxx.dll"
"C:\WINDOWS\system32\atikvmag.dll"
"C:\WINDOWS\system32\ATIDEMGR.dll"
"C:\WINDOWS\system32\atifglpf.xml"
"C:\WINDOWS\system32\atioglxx.dll"
"C:\WINDOWS\system32\atioglx1.dll"
"C:\WINDOWS\system32\atiiiexx.dll"
"C:\WINDOWS\system32\DRIVERS\yukonwxp.sys"
"C:\WINDOWS\system32\wbem\mof\gewmi.mof"
"C:\WINDOWS\system32\mrvdlg.dll"
"C:\WINDOWS\system32\DRIVERS\pci.sys"
"C:\WINDOWS\system32\DRIVERS\isapnp.sys"
"C:\WINDOWS\system32\DRIVERS\pciide.sys"
"C:\WINDOWS\system32\DRIVERS\pciidex.sys"
"C:\WINDOWS\system32\DRIVERS\atapi.sys"
"C:\WINDOWS\system32\drivers\usbuhci.sys"
"C:\WINDOWS\system32\drivers\usbport.sys"
"C:\WINDOWS\system32\usbui.dll"
"C:\WINDOWS\system32\drivers\usbhub.sys"
"C:\WINDOWS\system32\drivers\usbuhci.sys"
"C:\WINDOWS\system32\drivers\usbport.sys"
"C:\WINDOWS\system32\usbui.dll"
"C:\WINDOWS\system32\drivers\usbhub.sys"
"C:\WINDOWS\system32\ksuser.dll"
"C:\WINDOWS\system32\ksproxy.ax"
"C:\WINDOWS\system32\drivers\ks.sys"
"C:\WINDOWS\system32\drivers\drmk.sys"
"C:\WINDOWS\system32\drivers\portcls.sys"
"C:\WINDOWS\system32\drivers\stream.sys"
"C:\WINDOWS\system32\wdmaud.drv"
"C:\WINDOWS\system32\drivers\smwdm.sys"
"C:\WINDOWS\system32\drivers\smsens.sys"
"C:\WINDOWS\system32\drivers\aeaudio.sys"
"C:\WINDOWS\system32\a3d.dll"
"C:\WINDOWS\system32\drivers\usbuhci.sys"
"C:\WINDOWS\system32\drivers\usbport.sys"
"C:\WINDOWS\system32\usbui.dll"
"C:\WINDOWS\system32\drivers\usbhub.sys"
"C:\WINDOWS\system32\DRIVERS\pciide.sys"
"C:\WINDOWS\system32\DRIVERS\pciidex.sys"
"C:\WINDOWS\system32\DRIVERS\atapi.sys"
"C:\WINDOWS\system32\drivers\usbehci.sys"
"C:\WINDOWS\system32\drivers\usbport.sys"
"C:\WINDOWS\system32\usbui.dll"
"C:\WINDOWS\system32\drivers\usbhub.sys"
"C:\WINDOWS\system32\hccoin.dll"
"C:\WINDOWS\system32\drivers\usbuhci.sys"
"C:\WINDOWS\system32\drivers\usbport.sys"
"C:\WINDOWS\system32\usbui.dll"
"C:\WINDOWS\system32\drivers\usbhub.sys"
"C:\WINDOWS\system32\DRIVERS\AGP440.SYS"
"C:\WINDOWS\system32\drivers\usbhub.sys"
"C:\WINDOWS\system32\drivers\usbd.sys"
"C:\WINDOWS\system32\drivers\usbhub.sys"
"C:\WINDOWS\system32\drivers\usbd.sys"
"C:\WINDOWS\system32\drivers\usbhub.sys"
"C:\WINDOWS\system32\drivers\usbd.sys"
"C:\WINDOWS\system32\drivers\usbhub.sys"
"C:\WINDOWS\system32\drivers\usbd.sys"
"C:\WINDOWS\system32\drivers\LHidUsb.sys"
"C:\WINDOWS\system32\DRIVERS\cdrom.sys"
"C:\WINDOWS\system32\DRIVERS\redbook.sys"
"C:\WINDOWS\system32\DRIVERS\imapi.sys"
"C:\WINDOWS\system32\storprop.dll"
"C:\WINDOWS\system32\DRIVERS\cdrom.sys"
"C:\WINDOWS\system32\DRIVERS\redbook.sys"
"C:\WINDOWS\system32\DRIVERS\imapi.sys"
"C:\WINDOWS\system32\storprop.dll"
"C:\WINDOWS\system32\DRIVERS\disk.sys"
Floor 25 Posted 2007-12-17 15:28 ·  中国 上海 松江区 电信
铂金会员
★★★★
DOS一根葱
Credits 5,493
Posts 2,315
Joined 2006-05-01 10:41
20-year member
UID 54766
Gender Male
From 上海
Status Offline
The file name is qualified, and it's not a problem with the code itself, but it's because the file doesn't exist. I don't have "C:\WINDOWS\system32\wbem\mof\gewmi.mof" here. If you are sure this file exists, please check if the target file name is qualified.
xcopy /h /r /y "%%~i" "drivers\%class%\%name%\*.*"
echo "%%~i" "drivers\%class%\%name%\">>bug.txt
第一高手 第二高手

Floor 26 Posted 2007-12-18 11:38 ·  中国 广东 汕头 电信
银牌会员
★★★
Credits 1,451
Posts 446
Joined 2002-10-20 00:00
23-year member
UID 29
Gender Male
Status Offline
Originally posted by fastslz at 2007-12-17 03:28 PM:
The file name is valid, and the problem is not with the code itself but rather the absence of the file. I also don't have "C:\WINDOWS\system32\wbem\mof\gewmi.mof" here.
If the file is confirmed to exist, please check the target file...



The file exists, but I don't know why it can't be backed up.

"C:\WINDOWS\system32\DRIVERS\ati2mtag.sys" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\DRIVERS\ati2erec.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\DRIVERS\ativvpxx.vp" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\DRIVERS\ativckxx.vp" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\DRIVERS\ativcaxx.vp" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\DRIVERS\ativcaxx.cpa" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\ati2dvag.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\ati2cqag.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\Ati2mdxx.exe" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\ati3duag.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\ativvaxx.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\atiicdxx.dat" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\ATIDDC.DLL" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\atitvo32.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\ativcoxx.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\ati2evxx.exe" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\ati2evxx.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\atipdlxx.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\Oemdspif.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\ati2edxx.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\atikvmag.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\ATIDEMGR.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\atifglpf.xml" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\atioglxx.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\atioglx1.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\atiiiexx.dll" "drivers\PCI\RADEON 9200 SERIES \"
"C:\WINDOWS\system32\DRIVERS\yukonwxp.sys" "drivers\PCI\Marvell Yukon Gigabit Ethernet 10_100_1000Base-T Adapter, Copper RJ-45\"
"C:\WINDOWS\system32\wbem\mof\gewmi.mof" "drivers\PCI\Marvell Yukon Gigabit Ethernet 10_100_1000Base-T Adapter, Copper RJ-45\"
"C:\WINDOWS\system32\mrvdlg.dll" "drivers\PCI\Marvell Yukon Gigabit Ethernet 10_100_1000Base-T Adapter, Copper RJ-45\"
"C:\WINDOWS\system32\DRIVERS\pci.sys" "drivers\PCI\Intel(R) 82801 PCI Bridge - 244E\"
"C:\WINDOWS\system32\DRIVERS\isapnp.sys" "drivers\PCI\Intel(R) 82801EB LPC Interface Controller - 24D0\"
"C:\WINDOWS\system32\DRIVERS\pciide.sys" "drivers\PCI\Intel(R) 82801EB Ultra ATA Storage Controllers\"
"C:\WINDOWS\system32\DRIVERS\pciidex.sys" "drivers\PCI\Intel(R) 82801EB Ultra ATA Storage Controllers\"
"C:\WINDOWS\system32\DRIVERS\atapi.sys" "drivers\PCI\Intel(R) 82801EB Ultra ATA Storage Controllers\"
"C:\WINDOWS\system32\drivers\usbuhci.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D2\"
"C:\WINDOWS\system32\drivers\usbport.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D2\"
"C:\WINDOWS\system32\usbui.dll" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D2\"
"C:\WINDOWS\system32\drivers\usbhub.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D2\"
"C:\WINDOWS\system32\drivers\usbuhci.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D4\"
"C:\WINDOWS\system32\drivers\usbport.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D4\"
"C:\WINDOWS\system32\usbui.dll" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D4\"
"C:\WINDOWS\system32\drivers\usbhub.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D4\"
"C:\WINDOWS\system32\ksuser.dll" "drivers\PCI\SoundMAX Integrated Digital Audio\"
"C:\WINDOWS\system32\ksproxy.ax" "drivers\PCI\SoundMAX Integrated Digital Audio\"
"C:\WINDOWS\system32\drivers\ks.sys" "drivers\PCI\SoundMAX Integrated Digital Audio\"
"C:\WINDOWS\system32\drivers\drmk.sys" "drivers\PCI\SoundMAX Integrated Digital Audio\"
"C:\WINDOWS\system32\drivers\portcls.sys" "drivers\PCI\SoundMAX Integrated Digital Audio\"
"C:\WINDOWS\system32\drivers\stream.sys" "drivers\PCI\SoundMAX Integrated Digital Audio\"
"C:\WINDOWS\system32\wdmaud.drv" "drivers\PCI\SoundMAX Integrated Digital Audio\"
"C:\WINDOWS\system32\drivers\smwdm.sys" "drivers\PCI\SoundMAX Integrated Digital Audio\"
"C:\WINDOWS\system32\drivers\smsens.sys" "drivers\PCI\SoundMAX Integrated Digital Audio\"
"C:\WINDOWS\system32\drivers\aeaudio.sys" "drivers\PCI\SoundMAX Integrated Digital Audio\"
"C:\WINDOWS\system32\a3d.dll" "drivers\PCI\SoundMAX Integrated Digital Audio\"
"C:\WINDOWS\system32\drivers\usbuhci.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D7\"
"C:\WINDOWS\system32\drivers\usbport.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D7\"
"C:\WINDOWS\system32\usbui.dll" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D7\"
"C:\WINDOWS\system32\drivers\usbhub.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24D7\"
"C:\WINDOWS\system32\DRIVERS\pciide.sys" "drivers\PCI\Intel(R) 82801EB Ultra ATA Storage Controllers\"
"C:\WINDOWS\system32\DRIVERS\pciidex.sys" "drivers\PCI\Intel(R) 82801EB Ultra ATA Storage Controllers\"
"C:\WINDOWS\system32\DRIVERS\atapi.sys" "drivers\PCI\Intel(R) 82801EB Ultra ATA Storage Controllers\"
"C:\WINDOWS\system32\drivers\usbehci.sys" "drivers\PCI\Intel(R) 82801EB USB2 Enhanced Host Controller - 24DD\"
"C:\WINDOWS\system32\drivers\usbport.sys" "drivers\PCI\Intel(R) 82801EB USB2 Enhanced Host Controller - 24DD\"
"C:\WINDOWS\system32\usbui.dll" "drivers\PCI\Intel(R) 82801EB USB2 Enhanced Host Controller - 24DD\"
"C:\WINDOWS\system32\drivers\usbhub.sys" "drivers\PCI\Intel(R) 82801EB USB2 Enhanced Host Controller - 24DD\"
"C:\WINDOWS\system32\hccoin.dll" "drivers\PCI\Intel(R) 82801EB USB2 Enhanced Host Controller - 24DD\"
"C:\WINDOWS\system32\drivers\usbuhci.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24DE\"
"C:\WINDOWS\system32\drivers\usbport.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24DE\"
"C:\WINDOWS\system32\usbui.dll" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24DE\"
"C:\WINDOWS\system32\drivers\usbhub.sys" "drivers\PCI\Intel(R) 82801EB USB Universal Host Controller - 24DE\"
"C:\WINDOWS\system32\DRIVERS\AGP440.SYS" "drivers\PCI\Intel(R) 82865G_PE_P_GV_82848P Processor to AGP Controller - 2571\"
"C:\WINDOWS\system32\drivers\usbhub.sys" "drivers\USB\USB Root Hub\"
"C:\WINDOWS\system32\drivers\usbd.sys" "drivers\USB\USB Root Hub\"
"C:\WINDOWS\system32\drivers\usbhub.sys" "drivers\USB\USB Root Hub\"
"C:\WINDOWS\system32\drivers\usbd.sys" "drivers\USB\USB Root Hub\"
"C:\WINDOWS\system32\drivers\usbhub.sys" "drivers\USB\USB Root Hub\"
"C:\WINDOWS\system32\drivers\usbd.sys" "drivers\USB\USB Root Hub\"
"C:\WINDOWS\system32\drivers\usbhub.sys" "drivers\USB\USB Root Hub\"
"C:\WINDOWS\system32\drivers\usbd.sys" "drivers\USB\USB Root Hub\"
"C:\WINDOWS\system32\drivers\usbhub.sys" "drivers\USB\USB Root Hub\"
"C:\WINDOWS\system32\drivers\usbd.sys" "drivers\USB\USB Root Hub\"
"C:\WINDOWS\system32\drivers\LHidUsb.sys" "drivers\USB\USB Optical WheelMouse\"
"C:\WINDOWS\system32\DRIVERS\cdrom.sys" "drivers\IDE\CD-ROM CCD-52X6D\"
"C:\WINDOWS\system32\DRIVERS\redbook.sys" "drivers\IDE\CD-ROM CCD-52X6D\"
"C:\WINDOWS\system32\DRIVERS\imapi.sys" "drivers\IDE\CD-ROM CCD-52X6D\"
"C:\WINDOWS\system32\storprop.dll" "drivers\IDE\CD-ROM CCD-52X6D\"
"C:\WINDOWS\system32\DRIVERS\cdrom.sys" "drivers\IDE\PIONEER DVD-RW DVR-105\"
"C:\WINDOWS\system32\DRIVERS\redbook.sys" "drivers\IDE\PIONEER DVD-RW DVR-105\"
"C:\WINDOWS\system32\DRIVERS\imapi.sys" "drivers\IDE\PIONEER DVD-RW DVR-105\"
"C:\WINDOWS\system32\storprop.dll" "drivers\IDE\PIONEER DVD-RW DVR-105\"
"C:\WINDOWS\system32\DRIVERS\disk.sys" "drivers\IDE\ST3120026AS\"
Floor 27 Posted 2007-12-18 11:41 ·  中国 广东 汕头 电信
银牌会员
★★★
Credits 1,451
Posts 446
Joined 2002-10-20 00:00
23-year member
UID 29
Gender Male
Status Offline
Just now I took another look, and the file was originally in C:\WINDOWS\system32\wbem\mof\good, which is inconsistent with bug.txt. Is this driver special or is the directory where this file should exist special?
Floor 28 Posted 2007-12-18 13:32 ·  中国 广东 东莞 电信
银牌会员
★★★
Credits 1,282
Posts 538
Joined 2002-11-02 00:00
23-year member
UID 129
Gender Male
Status Offline
Running "Backup Basic Drivers.CMD" shows the following:

Backing up --> "RADEON 9550"
Backing up --> "RADEON 9550 Secondary"
Backing up --> "PCI standard host CPU bridge"
Backing up --> "PCI standard host CPU bridge"
Backing up --> "PCI standard host CPU bridge"
Backing up --> "PCI standard host CPU bridge"
Backing up --> "PCI standard host CPU bridge"
Backing up --> "VIA Bus Master IDE Controller"
Backing up --> "PCI standard host CPU bridge"
Backing up --> "PCI standard host CPU bridge"
Backing up --> "VIA Rev 5 or later USB Universal Host Controller"
Backing up --> "VIA Rev 5 or later USB Universal Host Controller"
Backing up --> "VIA Rev 5 or later USB Universal Host Controller"
Backing up --> "VIA Rev 5 or later USB Universal Host Controller"
Backing up --> "Realtek AC'97 Audio for VIA (R) Audio Controller"
Backing up --> "VIA USB Enhanced Host Controller"
Backing up --> "VIA SATA RAID Controller" with WHQL digital signature
Backing up --> "PCI standard ISA bridge"
Backing up --> "PCI standard host CPU bridge"
Backing up --> "PCI standard host CPU bridge"
Backing up --> "PCI standard host CPU bridge"
Backing up --> "VIA CPU to AGP Controller"
Backing up --> "Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet" with WHQL digital signature
Backing up --> "10Moons TG100 Video Capture"
Backing up --> "Conexant 2388x IR Decoder"
Backing up --> "ASUS 802.11b/g Wireless LAN Card" with WHQL digital signature
Backing up --> "USB Root Hub"
Backing up --> "USB Root Hub"
Backing up --> "USB Root Hub"
Backing up --> "USB Root Hub"
Backing up --> "USB Printing Support"
Backing up --> "USB Composite Device"
Backing up --> "USB Composite Device"
Backing up --> "USB Audio Device"
Backing up --> "BENQ DVD DD DW1650"
Backing up --> "Maxtor 6L160P0"

36 device drivers have been backed up.

Press any key to exit...

Obviously, not basic! The following is the list of drivers I should install after installing the system:

Backing up --> "RADEON 9550"
Backing up --> "RADEON 9550 Secondary"
Backing up --> "Realtek AC'97 Audio for VIA (R) Audio Controller"
Backing up --> "VIA SATA RAID Controller" with WHQL digital signature
Backing up --> "Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet" with WHQL digital signature
Backing up --> "10Moons TG100 Video Capture"
Backing up --> "Conexant 2388x IR Decoder"
Backing up --> "ASUS 802.11b/g Wireless LAN Card" with WHQL digital signature

Can the landlord sort out the complete batch code for basic backups only included in INF\OEM*.INF?
Floor 29 Posted 2007-12-18 13:36 ·  中国 广东 东莞 电信
银牌会员
★★★
Credits 1,282
Posts 538
Joined 2002-11-02 00:00
23-year member
UID 129
Gender Male
Status Offline
"RADEON 9550"
"RADEON 9550 Secondary"
The above two drivers are essentially included in one driver program. Can one be streamlined during backup?

"VIA SATA RAID Controller" contains WHQL digital signature
"Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet contains WHQL digital signature
"ASUS 802.11b/g Wireless LAN Card" contains WHQL digital signature
The installation scripts after backing up the above three drivers are not in the form of oem*.inf, which should be related to "contains WHQL digital signature".

[ Last edited by chishingchan on 2007-12-18 at 01:44 PM ]
Floor 30 Posted 2007-12-18 14:27 ·  中国 上海 松江区 电信
铂金会员
★★★★
DOS一根葱
Credits 5,493
Posts 2,315
Joined 2006-05-01 10:41
20-year member
UID 54766
Gender Male
From 上海
Status Offline
Originally posted by pfox at 2007-12-18 11:41:
Just now I took another look, and the file was originally in C:\WINDOWS\system32\wbem\mof\good, which is inconsistent with bug.txt.

Is this driver special or is the directory where this file should exist special?


"drivers\PCI\Marvell Yukon Gigabit Ethernet 10_100_1000Base-T Adapter, Copper RJ-45\" The file name is qualified. This driver is indeed special. The mismatch of the file path indicates that this driver is also not installed correctly. Or it was installed using the Setup.exe method when installing this driver.
I'm sorry it's not a problem with the code itself and I can't help much. Try updating the new driver for this device
第一高手 第二高手

Forum Jump: