[EMAIL PROTECTED] wrote:
> hello list, 
> 
> using unattended 4.6 linux boot cd i cannot use the onboard "Broadcom
> NetXtreme Gigabit Ethernet" device of a hp compaq dc7600, it seems there is
> no driver found for the device.
> 
> strange thing is that a nc6220 notebook with a "Broadcom NetXtreme Gigabit
> Ethernet" device is supported by the linux boot without problems.
> 
> any hints ? 
create the following dir structure
i386
 \$oem$
  \$1
   \drivers
    \nic
     \brd
      + drivers for nics

and modify the unattended.txt this way

[Unattended]
    UnattendMode=FullUnattended
    UnattendSwitch=Yes
    OemPreinstall=yes
    DriverSigningPolicy=Ignore
    OemPnPDriversPath=drivers\nic\brd

that will add additional path in which to search for the drivers. And as added
bonus will copy these drivers in c:\

of course you can place them somewhere else where they will be visible for the
instalation and change the paths accordingly
> 
> thank you 
> 
> 

-- 
Regards
Vladimir Vitkov
Operations Team


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to