Drivers

Antworten
ptman
Beiträge: 6
Registriert: 21 Aug 2012, 12:31

Drivers

Beitrag von ptman »

I'm a bit confused about the directory structure with drivers.

I put some directories from Dell Drivers packs in /opt/pcbin/install/win7-x64/drivers/drivers/$modelnumber e.g. /opt/pcbin/install/win7-x64/drivers/drivers/E6500. The drivers were picked up by ./create_driver_links.py, but were not installed when I performed an Windows installation. I did not find very much information about the different directories (preferred, additional, buildin, excluded) in the user manual, but there was some kind of explanation in the Getting Started Guide. It indicated that it should be possible to just put drivers in a directory under /opt/pcbin/install/win7-x64/drivers/drivers, but apparently that doesn't work. I also tried to put the drivers inside preferred, but they were also not installed.
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: Drivers

Beitrag von d.oertel »

Hi,

first take a look at the output of the show_drivers.py <your client> command.
Make sure that all file system rights are ok using the

Code: Alles auswählen

opsi-setup --set-rights
command.
After the installation have a look at c:\drv.
Are all drivers there ?
If yes - is windows able to install them by hand from this location ?
If no - have look at the bootimage log to see why they are not copied.
At least there is the possibility that the unattend.(txt/xml) is broken.

Does this help ?

regards

d.oertel
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
ptman
Beiträge: 6
Registriert: 21 Aug 2012, 12:31

Re: Drivers

Beitrag von ptman »

I'm sorry. It turned out to be my fault. The Dell driver packs had drivers for both 64bit and 32bit windows. Once I removed the 32bit drivers everything started working.
Antworten