Jump to content

Dell D630 drivers problem


Recommended Posts

Has anyone had problems with the Dell D630 modem drivers not installing with RIS? After my RIS install the modem (PCI device) still shows up in device manager without a driver. Pointing device manager to the folder with the drivers won't work, but running setup.exe does. Funny thing is that the Audio device only shows up after installing the modem with setup.exe.

It almost seems like the modem and audio are on the same PCI bus.

Any ideas?

Edited by Nic H
Link to comment
Share on other sites

  • 2 weeks later...

yeah i'm having lame issues like this as well, specifically to do with the sound card drivers (which also have somethign to do with the modem as well).

by slip streaming kb888111 into the XP source i was able to get most of the way done, now it will just popup a "new hardware found" wizard after the second reboot of my unattended XP install, i just click next next and it automatically installs (so yeah, it already has the drivers! it just wants me to click next next finish.. argh. all the correct audio drivers are in the devicePath reg entry :/ ). i've heard it has something to do with the fact that its some weird "two-tier" driver.

http://www.deployvista.com/Default.aspx?ta...&EntryID=29

this article didn't work for me, during the unattended install in the text mode part it came up with an error "can't find hdaudbus.sys", so i'm assuming i did somethign wrong, but if i just removed the two entries from the txtsetup.sif file it got as far as i mentioned above, which is good enough for me for the moment.

Link to comment
Share on other sites

i install the audio driver (which in turn installs the hotfix(s) required) via guirunonce, failure to do this will leave the unknown pci mark in device manager and it may affect the modem and audio also as they both rely on the Microsoft High Definition Audio hotfix..

here's my SIF file and my install.bat which is referenced in the SIF file.

sif file below:- *two copies, one for ATA and one for AHCI, you can chance ATA mode in the bios*

ATA version

[data]

floppyless = "1"
msdosinitiated = "1"
OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
OriTyp = "4"
LocalSourceOnCD = 1
;DisableAdminAccountOnDomainJoin = 1



[SetupData]

OsLoadOptions = "/noguiboot /fastdetect"
SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]
OemPreinstall = yes
DriverSigningPolicy=ignore
OEMPnPDriversPath=drivers\d630\bluetooth\2KXP\Drivers;drivers\d630\chipset\all;drivers\d630\nic;drivers\d630\upek;drivers\drivers\d630\wireless\XP\Drivers;drivers\d630\smartcard\WinXP;
FileSystem = LeaveAlone
ExtendOEMPartition = 0
TargetPath = \WINDOWS
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
;LegacyNIC = 1

[UserData]

;FullName = "%USERFIRSTNAME% %USERLASTNAME%"
Fullname = d630XPSP2
OrgName = "%ORGNAME%"
ComputerName = %MACHINENAME%
ProductID = "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

[GuiUnattended]
OemSkipWelcome = 1
OemSkipRegional = 1
TimeZone = %TIMEZONE%
AdminPassword = "*"
AutoLogon=Yes
;AutoLogonCount=99

[GuiRunOnce]
;"Regedit /s C:\drivers\d630\Setup\custom.reg"
;"Regedit /s C:\dell\dell_wallpaper.reg"
"C:\drivers\d630\Setup\install.bat"

[Display]
ConfigureAtLogon = 0
BitsPerPel = 32
XResolution = 1280
YResolution = 800
VRefresh = 60
AutoConfirm = 1

[Networking]

[RegionalSettings]
LanguageGroup = 1
Language = 00000409

[TapiLocation]

[Fax]

[Win9xUpg]

[SystemFileProtection]

[Components]

; accessopt = On

; calc = On

; cdplayer = On

; certsrv = Off

; certsrv_client = Off

; certsrv_server = Off

; charmap = On

; chat = Off

; deskpaper = On

; dialer = On

; fp = Off

; freecell = On

; hypertrm = On

; iis_common = Off

; iisdbg = Off

; iis_doc = Off

; iis_ftp = Off

; iis_htmla = Off

; iis_inetmgr = Off

; iis_nmtp = Off

; iis_nmtp_docs = Off

; iis_pwmgr = Off

; iis_smtp = Off

; iis_smtp_docs = Off

; iis_www = Off

; indexsrv_system = Off

; media_clips = On

; media_utopia = Off

; minesweeper = On

; mousepoint = On

; mplay = On

; msmq = Off

msmsgs= off

msnexplr = Off

; mswordpad = On

; netcis = Off

; netoc = On

; objectpkg = Off

; paint = On

; pinball = On

; rec = On

; rstorage = Off

; solitaire = On

; templates = On

; TSClients = Off

; vol = On

OEAccess = Off

Zonegames = Off



[Shell]

;DefaultStartPanelOff = Yes

;DefaultThemesOff = Yes



[NetServices]

MS_Server=params.MS_PSched



[Identification]

JoinDomain = RIS2

DoOldStyleDomainJoin = yes

;CreateComputerAccountInDomain = 0



[RemoteInstall]

Repartition = Yes

UseWholeDisk = Yes





[OSChooser]

Description ="Dell Latitude d630 - Windows XP Pro ENG-SP2-VLK."

Help ="SIF/Win2k3/This is for Dell Latitude d630. SIF file created by anyweb - 1/july/2007."

LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"

ImageType =Flat

Version="5.1"

Below is the AHCI sif file

[data]

floppyless = "1"

msdosinitiated = "1"

OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"

OriTyp = "4"

LocalSourceOnCD = 1

;DisableAdminAccountOnDomainJoin = 1



[SetupData]

OsLoadOptions = "/noguiboot /fastdetect"

SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"



[Unattended]

OemPreinstall = yes

DriverSigningPolicy=ignore

OEMPnPDriversPath=drivers\d630\bluetooth\2KXP\Drivers;drivers\d630\chipset\all;drivers\d630\nic;drivers\d630\upek;drivers\drivers\d630\wireless\XP\Drivers;drivers\d630\smartcard\WinXP;



FileSystem = LeaveAlone

ExtendOEMPartition = 0

TargetPath = \WINDOWS

OemSkipEula = yes

InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"

;LegacyNIC = 1





[UserData]

;FullName = "%USERFIRSTNAME% %USERLASTNAME%"

Fullname = d630XPSP2

OrgName = "%ORGNAME%"

ComputerName = %MACHINENAME%

ProductID = "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"



[GuiUnattended]

OemSkipWelcome = 1

OemSkipRegional = 1

TimeZone = %TIMEZONE%

AdminPassword = "*"

AutoLogon=Yes

;AutoLogonCount=99



[GuiRunOnce]

;"Regedit /s C:\drivers\d630\Setup\custom.reg"

;"Regedit /s C:\dell\dell_wallpaper.reg"

"C:\drivers\d630\Setup\install.bat"





[Display]

ConfigureAtLogon = 0

BitsPerPel = 32

XResolution = 1280

YResolution = 800

VRefresh = 60

AutoConfirm = 1





[MassStorageDrivers]

"Intel(R) 82801HEM/HBM SATA AHCI Controller (Mobile ICH8M-E/M)" = "OEM"

"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"



; Use info from the Txtsetup.oem file



[OEMBootFiles]

iaahci.cat

iaahci.inf

iastor.cat

iastor.inf

iastor.sys

Txtsetup.oem



[Networking]



[RegionalSettings]

LanguageGroup = 1

Language = 00000409

[TapiLocation]

[Fax]

[Win9xUpg]

[SystemFileProtection]

[Components]

; accessopt = On

; calc = On

; cdplayer = On

; certsrv = Off

; certsrv_client = Off

; certsrv_server = Off

; charmap = On

; chat = Off

; deskpaper = On

; dialer = On

; fp = Off

; freecell = On

; hypertrm = On

; iis_common = Off

; iisdbg = Off

; iis_doc = Off

; iis_ftp = Off

; iis_htmla = Off

; iis_inetmgr = Off

; iis_nmtp = Off

; iis_nmtp_docs = Off

; iis_pwmgr = Off

; iis_smtp = Off

; iis_smtp_docs = Off

; iis_www = Off

; indexsrv_system = Off

; media_clips = On

; media_utopia = Off

; minesweeper = On

; mousepoint = On

; mplay = On

; msmq = Off

msmsgs= off

msnexplr = Off

; mswordpad = On

; netcis = Off

; netoc = On

; objectpkg = Off

; paint = On

; pinball = On

; rec = On

; rstorage = Off

; solitaire = On

; templates = On

; TSClients = Off

; vol = On

OEAccess = Off

Zonegames = Off



[Shell]

;DefaultStartPanelOff = Yes

;DefaultThemesOff = Yes



[NetServices]

MS_Server=params.MS_PSched



[Identification]

JoinDomain = RIS2

DoOldStyleDomainJoin = yes

;CreateComputerAccountInDomain = 0



[RemoteInstall]

Repartition = Yes

UseWholeDisk = Yes





[OSChooser]

Description ="Dell Latitude d630 AHCI - Windows XP Pro ENG-SP2-VLK."

Help ="SIF/Win2k3/This is for Dell Latitude d630 with AHCI SATA. SIF file created by anyweb - 2/july/2007."

LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"

ImageType =Flat

Version="5.1"

my install.bat file is below

@echo off



REM

REM

REM Additional drivers installed here for the Dell Latitude d630

REM this takes place after the os install and after the first login.

REM

REM anyweb 1/july/2007.

REM





echo.

echo.

echo Please do not close this window!

echo.

echo Applying needed drivers.

echo.

echo.



echo Installing Dell Notebook System Software

c:\drivers\d630\nss\setup.exe -s

c:\drivers\d630\setup\sleep.exe 10



echo Installing Audio

c:\drivers\d630\audio\setup.exe -s

c:\drivers\d630\setup\sleep.exe 20



echo Installing Dell Quickset

c:\drivers\d630\quickset\setup.exe -s

c:\drivers\d630\setup\sleep.exe 10



echo Installing Conexant modem

c:\drivers\d630\modem\R147115\setup.exe -s

c:\drivers\d630\setup\sleep.exe 10





echo Installing Touchpad

c:\drivers\d630\touchpad\setup.exe /s

c:\drivers\d630\setup\sleep.exe 10



echo Installing Intel Pro/Wireless application

c:\drivers\d630\wireless\setup.exe /qI

c:\drivers\d630\setup\sleep.exe 10



echo Installing Intel Video Driver

rem c:\drivers\d520\video\setup.exe -32x1280x800x60 -s

c:\drivers\d630\video\setup.exe -s -nolic

c:\drivers\d630\setup\sleep.exe 10



REM

REM installing Dell Specific APPS below

REM



echo Installing Sonic DVD 7.1 Deluxe Edition

c:\Dell\apps\sonicdvd\RN\RNENU.msi /quiet /norestart

c:\drivers\d630\setup\sleep.exe 10



rem echo Installing Nav 2003

rem c:\Dell\apps\nav\SVENSKA\setup.exe /quiet

rem c:\drivers\d630\setup\sleep.exe 10





echo Installing PowerDVD 5.5

c:\Dell\apps\powerdvd\setup.exe -s

c:\drivers\d630\setup\sleep.exe 10





echo.

echo.

echo All done, thanks for waiting!

echo.

echo rebooting now.

echo.

echo.



c:\drivers\d630\setup\sleep.exe 5



shutdown -r -f -t 5 -c "All Done. I am now Rebooting the Computer to finish Installation."



Goto End



:End

Edited by anyweb
Link to comment
Share on other sites

thanks, unfortunately we have multiple different hardware types, and i don't want this sound card installation to happen for every bit of hardware, which this method will do.

How about running the HDA Hotfix [KB835221] via DetatchedProgram? I realise this will install that hotfix on all of your machines, but it's quicker and cleaner than installing a driver on machines that don't have the particular piece of hardware.

I install KB835221 to expose the Sound Card and Modem just before XP GUI Mode PnP Setup runs, then I throw the drivers at it via the OemPnPDriversPath. It's how I've been pulling it off lately.

[unattended]

OemPnPDriversPath = [path to modem drivers];[path to audio drivers]

[GuiUnattended]

DetachedProgram = "%systemdrive%\drivers\kb835221.exe"

Arguments = /passive

Homeskillet

Link to comment
Share on other sites

interesting, i've never used detachedProgram before.. what is it?

also, looking at the hotfix, isn't KB888111 the next newer version? any reason you choose 835221 over 888111 ?

From ref.chm in the Deployment Tools. -

DetatchedProgram indicates the path of the custom program that runs concurrently with the Setup program.

The hotfix runs very quickly so it shouldn't slow down anything in Setup GUI mode.

Funny you say that about 888111... I just realized that I'm using the two different versions while looking at some of my scripts today. Oops... :whistle:

888111 should be fine to use. If not, I've had luck with 835221 on Dell equipment.

Edited by homeskillet
Link to comment
Share on other sites

An even easier solution to this issue (the Hotfix) would be to integrate RVM's Update Pack into your RIS image as it includes 888111. You'll need RogueSpear's AutoImage utility and the RVM Integrator/Update Pack to do so with RIS.

I discovered this today that the Update Pack eliminated the need for the DetatchedProgram method as I was already covered by RVM's Pack.

I just started using RVM's Update Pack a month or two ago the DetatchedProgram solution was a carry-over from how I did it previously... hence using 835221 in previous posts and not paying attention to what was included in the pack.

If you're not interested in using the Update Pack, go with the DetatchedProgram fix mentioned before.

Homeskillet

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...