Tag: unable to find the required paragraph solution driver in INF
When using the card reader program, my colleagues accidentally deleted the system driver. As a result, the card reader could not identify the program and could not install the driver. He kept prompted: the required section could not be found in INF, as shown in:
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M01/42/89/wKioL1PYX8DxY9vyAAFhsmzOGyU081.jpg "Title =" 1.png" alt = "wkiol1pyx8dxy9vyaafhsmzogyu081.jpg"/>
My colleagues contacted the manufacturer for technical support. After half a day, they didn't get it done. Finally, they asked me to reinstall the operating system, which was too difficult. My colleagues didn't want to reinstall the system, so they found me, after learning about the relevant phenomena ......
My solution is as follows:
Go to c: \ windows and find the setupapi. log file, which records some installation error information. Pull to the last line and find information similar to the following error:
# i140 is installing the device category:" multiportserial "{50906cb8-ba12-11d1-bf5d-417f805f530 }.
# e067 cannot be found [classinstall32] segment.
# e142 category: {50906cb8-ba12-11d1-bf5d-440f805f530 }. Installation failed. Error 0xe0000101: the required section cannot be found in XXX. INF.
2. According to the above prompt information, after learning that the XXX. inf file lacks the classlnstall32 section, go to c: \ windows \ INF and find the XXX. inf file.
3. There may be many errors reported in the XXX. inf file (step 1). Add the following information at the end of each error file:
[Classinstall32]
Addreg = classinstall32_addreg
References: http://blog.csdn.net/w282529350/article/details/7697289
Http://blog.chinaunix.net/uid-8721617-id-181567.html
This article from "square inch Hill" blog, please be sure to keep this source http://523514.blog.51cto.com/513514/1532668