Dell Driver

Antworten
Michelfdi
Beiträge: 17
Registriert: 25 Jan 2013, 17:00

Dell Driver

Beitrag von Michelfdi »

Hi everyone,

I install opsi and it work on HP computer, when I try to install in Dell Optiplex 380, I have problem with ethernet driver.
I install broadcom and extract driver files, add in driver/preferred/ but nothing change.


I create new Winpe with driver Dell Winpe but still the same thing no driver for ethernet controller.

If someone can help me
Thanks.
Benutzeravatar
ueluekmen
uib-Team
Beiträge: 1939
Registriert: 28 Mai 2008, 10:53

Re: Dell Driver

Beitrag von ueluekmen »

Hi,

have you checked show_drivers.py on the server console?
opsi support - uib gmbh
For productive opsi installations we recommend support contracts.
http://www.uib.de
Michelfdi
Beiträge: 17
Registriert: 25 Jan 2013, 17:00

Re: Dell Driver

Beitrag von Michelfdi »

here, the output of show_driver.py hostname :


[1;37;40mPCI-Devices[0;0;0m
[1;37;40m[8086:27C0] Intel Corporation : N10/ICH7 Family SATA Controller [IDE mode][0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:27DA] Intel Corporation : N10/ICH 7 Family SMBus Controller[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:2E32] Intel Corporation : 4 Series Chipset Integrated Graphics Controller[0;0;0m
[1;32;40m/opt/pcbin/install/win7/drivers/drivers/video/r282201/graphics[0;0;0m
[1;37;40m[8086:2E33] Intel Corporation : 4 Series Chipset Integrated Graphics Controller[0;0;0m
[1;32;40m/opt/pcbin/install/win7/drivers/drivers/video/r282201/graphics[0;0;0m
[1;37;40m[14E4:1692] Broadcom Corporation : NetLink BCM57780 Gigabit Ethernet PCIe[0;0;0m
[1;32;40m/opt/pcbin/install/win7/drivers/drivers/network/driver-dell-380[0;0;0m
[1;37;40m[8086:27DF] Intel Corporation : 82801G (ICH7 Family) IDE Controller[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:27B8] Intel Corporation : 82801GB/GR (ICH7 Family) LPC Interface Bridge[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:244E] Intel Corporation : 82801 PCI Bridge[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:27CC] Intel Corporation : N10/ICH 7 Family USB2 EHCI Controller[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:27CB] Intel Corporation : N10/ICH 7 Family USB UHCI Controller #4[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:27CA] Intel Corporation : N10/ICH 7 Family USB UHCI Controller #3[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:27C9] Intel Corporation : N10/ICH 7 Family USB UHCI Controller #2[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:27C8] Intel Corporation : N10/ICH 7 Family USB UHCI Controller #1[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:27D0] Intel Corporation : N10/ICH 7 Family PCI Express Port 1[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:27D8] Intel Corporation : N10/ICH 7 Family High Definition Audio Controller[0;0;0m
[1;31;40mNo driver - device directory '/opt/pcbin/install/win7/drivers/pciids/8086/27D8' not found[0;0;0m
[1;37;40m[8086:2E31] Intel Corporation : 4 Series Chipset PCI Express Root Port[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m
[1;37;40m[8086:2E30] Intel Corporation : 4 Series Chipset DRAM Controller[0;0;0m
[1;33;40mUsing build-in windows driver[0;0;0m

[1;37;40mUSB-Devices[0;0;0m
[1;37;40m[413C:2003] Dell Computer Corp. : Dell USB Keyboard[0;0;0m
[1;31;40mNo driver - device directory '/opt/pcbin/install/win7/drivers/usbids/413C/2003' not found[0;0;0m
[1;37;40m[046D:C03E] Logitech, Inc. : USB-PS/2 Optical Mouse[0;0;0m
[1;31;40mNo driver - device directory '/opt/pcbin/install/win7/drivers/usbids/046D/C03E' not found[0;0;0m

[1;37;40mHD-Audio-Devices[0;0;0m
[1;37;40m[10EC:0269] Realtek ALC269VB[0;0;0m
[1;32;40m/opt/pcbin/install/win7/drivers/drivers/audio/r289789/production/Windows7-x86[0;0;0m
Benutzeravatar
ueluekmen
uib-Team
Beiträge: 1939
Registriert: 28 Mai 2008, 10:53

Re: Dell Driver

Beitrag von ueluekmen »

Hi,

first of all, have you no driver in PE or after installation in Windows?

The driver for:
Michelfdi hat geschrieben:Broadcom Corporation : NetLink BCM57780 Gigabit Ethernet PCIe
is not a driver from prefered, have you executed:

Code: Alles auswählen

./create_driver_links.py
After adding the driver in prefered?

Have a look in bootimage.log, search the position in log, where your driver will be integrated, look which destination path it has: drv/2 for example, and try if you can install the driver in windows manually from this position. When this not works, it could be the wrong driver.
opsi support - uib gmbh
For productive opsi installations we recommend support contracts.
http://www.uib.de
Michelfdi
Beiträge: 17
Registriert: 25 Jan 2013, 17:00

Re: Dell Driver

Beitrag von Michelfdi »

Hi,
thanks for help, but still not work.

I have already install driver manually and it's work.
I add in preferred file driver like b57nd60x.inf

In bootimage.log I have something like this for Broadcom driver :

Code: Alles auswählen

[5] [janv. 29 16:56:03] Integrating driver for device [14E4:1692] Broadcom Corporation : NetLink BCM57780 Gigabit Ethernet PCIe (WindowsDrivers.py|302)
Benutzeravatar
ueluekmen
uib-Team
Beiträge: 1939
Registriert: 28 Mai 2008, 10:53

Re: Dell Driver

Beitrag von ueluekmen »

Hi,

please send the complete bootimage.log to info(at)uib.de, with a reference to these threads. Could be a bug, but to say something about this issue, we need the complete log-file.
opsi support - uib gmbh
For productive opsi installations we recommend support contracts.
http://www.uib.de
Michelfdi
Beiträge: 17
Registriert: 25 Jan 2013, 17:00

Re: Dell Driver

Beitrag von Michelfdi »

Hello,

it's ok.
Antworten