Re: [Unattended] Broadcom driver and Dell D620

2006-05-22 Thread Thibaut Mauger

Mark McRitchie wrote:

I've been trying to integrate the lan drivers (Broadcom b57 
NetExtreme) 
for the new Dell D620 laptops for three days, but to no avail. 


Hmm. I'm writing this from my unattended D620...


A little update on my problems with the D620 and an unattended Windows 
2000 install.
The problem was with the chipset drivers. If they're not included, 
everything goes fine... But then I have other problems :-(
Some components won't install : modem and soundcard. Worse, if I include 
the smartcard driver, the system goes idle forever during the detection 
phase of the Windows installation :-(


I've tried to complete the installation of the drivers through 
unattended setups in an optional bat but they won't complete when 
they're invoked through unattended switches :-( They do work fine if 
invoked manually though, except that I have to respect a certain order 
(ie, modem before soundcard) of installation...

Well, I'm kinda stuck now :-(

Tibo


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Broadcom driver and Dell D620

2006-05-22 Thread Sander Nieuwenhuizen
On Mon, 2006-05-22 at 16:32 +0200, Thibaut Mauger wrote:
 Mark McRitchie wrote:
 
  I've been trying to integrate the lan drivers (Broadcom b57 
  NetExtreme) 
  for the new Dell D620 laptops for three days, but to no avail. 
  
  Hmm. I'm writing this from my unattended D620...
 
 A little update on my problems with the D620 and an unattended Windows 
 2000 install.
 The problem was with the chipset drivers. If they're not included, 
 everything goes fine... But then I have other problems :-(
 Some components won't install : modem and soundcard. Worse, if I include 
 the smartcard driver, the system goes idle forever during the detection 
 phase of the Windows installation :-(
 
 I've tried to complete the installation of the drivers through 
 unattended setups in an optional bat but they won't complete when 
 they're invoked through unattended switches :-( They do work fine if 
 invoked manually though, except that I have to respect a certain order 
 (ie, modem before soundcard) of installation...
 Well, I'm kinda stuck now :-(

Then you probably want to autoit it i believe?

search for SciTe4AutoIt3.exe  to generate a script for the installation.

HTH

 
 Tibo
 
 
 ---
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Broadcom driver and Dell D620

2006-05-11 Thread Kaari Jakobi
Maybe a stupid question, but do you use the Dell chipset drivers or the 
original Intel ones? The Dell chipset drivers usually do not contain the 
INF files, so unattended install is not possible with these ones.


Thibaut Mauger schrieb:

Kaari Jakobi wrote:
Do you install the chipset before the Broadcom drivers? I had this 
problem with several Latitude D series. I circumvented it by keeping 
this directory structure for my drivers:


$oem$
   |
-$1
  |
   -drv
 |
  -d620
|
 -000 --- chipset directory
|
 -001 --- network driver
|
 -002 --- next driver and so on



I've tried that but still it doesn't work :-( The driver install 
completes when Windows first boots :-(


Tibo






---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Broadcom driver and Dell D620

2006-05-11 Thread Brad Erdman
Hi,

I use all Dell equipment in my environment and have been using
unattended for years (~3) and always use the chipset drives from Dell.
They do contain the INF files.  You have to run the installer for the
chipset driver from the command line with a flag (I think it is -a, but
don't quote me).  It will look like it is installing the chipset drivers
on the current machine but it is actually just extracting them to a
directory of your choice.  Read the readme.txt that comes with the
drivers and details how to do all this.

Brad Erdman
University of Maryland

 -Original Message-
 From: [EMAIL PROTECTED]
[mailto:unattended-info-
 [EMAIL PROTECTED] On Behalf Of Kaari Jakobi
 Sent: Thursday, May 11, 2006 7:02 AM
 To: unattended-info@lists.sourceforge.net
 Subject: Re: [Unattended] Broadcom driver and Dell D620
 
 Maybe a stupid question, but do you use the Dell chipset drivers or
the
 original Intel ones? The Dell chipset drivers usually do not contain
the
 INF files, so unattended install is not possible with these ones.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Broadcom driver and Dell D620

2006-05-10 Thread Mark McRitchie
Hiya,

 Hi,
 I've been trying to integrate the lan drivers (Broadcom b57 
 NetExtreme) 
 for the new Dell D620 laptops for three days, but to no avail. 

Hmm. I'm writing this from my unattended D620...

What we usually do when we get in a new Dell model in is boot it off the
network then take the distributed drivers directory off on a usb key and
use some of that in our unattended dir.

We have a directory os\xp2\I386\$oem$\$1\x\1nb57xx which we pulled off
the stock setup before we nuked them.

Regards,
Mark.


This e-mail message may contain confidential or privileged information.
Recipients are requested to preserve this confidentiality and to advise
the sender immediately of any error in transmission.

Any views/opinions expressed in this email are that of the author and
may not reflect the views of Salamis Group - www.salamis.com


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Broadcom driver and Dell D620

2006-05-10 Thread Kaari Jakobi
Do you install the chipset before the Broadcom drivers? I had this 
problem with several Latitude D series. I circumvented it by keeping 
this directory structure for my drivers:


$oem$
  |
   -$1
 |
  -drv
|
 -d620
   |
-000 --- chipset directory
   |
-001 --- network driver
   |
-002 --- next driver and so on

HTH,
Kaari

Thibaut Mauger schrieb:

Hi,
I've been trying to integrate the lan drivers (Broadcom b57 NetExtreme) 
for the new Dell D620 laptops for three days, but to no avail. I've 
tried different combinations of drivers but the result is always the 
same : somehow the nic gets detected during Windows install, but does 
not complete (I've no error message for joining my domain). At first 
boot unattended cannot map Z:, and I've a pop up message that my card is 
detected. While unattended keeps trying to map, the drivers finishes to 
install and eventually unattended maps correctly. The trick is that the 
computer is not on the domain, rendering some parts of the corporate 
install impossible :-(

Any ideas ?
Thanks in advance,

tibo.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier

Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info






---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info