Re: [Unattended] Downloading Drivers with config.pl Returns unmatch Hardware

2010-09-28 Thread Juanjo Pablos
It would be nice if this info get added to the wiki

https://sourceforge.net/apps/trac/unattended/wiki/AutodetectDrivers


El 27/09/10 16:13, n22e113 escribió:
 No, I have the same problem: in my notes, I have:
 $ finddriverPackDir   -type d -exec chmod 755 {} \;
 $ finddriverPackDir   -type f -exec chmod 644 {} \;

 By the way, did you generate a cache file for your drivers ?
 It provides a significant increase of driver search speed:

 $ cddriverPackDir
 $ /path/to/unattended/dosbin/search-win-drivers.pl -g .   
 ./search-win-drivers.cache

 (The cache file has to be regenerated each time you modify anything in the 
 corresponding folder).

  
 Hi, Pierre,
 Spent the whole weekend as according to your instructions. All works now
 and thanks.


 --
 Start uncovering the many advantages of virtual appliances
 and start using them to simplify application deployment and
 accelerate your shift to cloud computing.
 http://p.sf.net/sfu/novell-sfdev2dev
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info




--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Downloading Drivers with config.pl Returns unmatch Hardware

2010-09-27 Thread n22e113
 Q. Is there an existing utility of which can automatically extract
 dp_*.7z drivers and set their proper permissions in /z/drivers/D? Thanks!

 try :
 cd unattended
 ant extract-drivers
 That is what I use

Hi, Juanjo,
But don't have ant and don't have extract-drivers in the 4.9 distro? I 
am using Pierre Bourgin's method which works nicely. Thanks again.


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Downloading Drivers with config.pl Returns unmatch Hardware

2010-09-19 Thread Juanjo Pablos

 Q. Is there an existing utility of which can automatically extract
 dp_*.7z drivers and set their proper permissions in /z/drivers/D? Thanks!



try :
cd unattended
ant extract-drivers

That is what I use

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Downloading Drivers with config.pl Returns unmatch Hardware

2010-09-19 Thread Pierre Bourgin

- n22e113 n22e...@yahoo.ca wrote:

 Houston, I found the problem:
 My {unattended}/install/drivers/D has permission 700! After extracting
 
 (7zr x dp_*.7z) and changing the directory access:
 chmod 2755 -R {unattended}/install/drivers/D
 It now works as expected. Hope this help someone else!
 Q. Is there an existing utility of which can automatically extract 
 dp_*.7z drivers and set their proper permissions in /z/drivers/D?

No, I have the same problem: in my notes, I have:
  $ find driverPackDir -type d -exec chmod 755 {} \;
  $ find driverPackDir -type f -exec chmod 644 {} \;

By the way, did you generate a cache file for your drivers ?
It provides a significant increase of driver search speed:

  $ cd driverPackDir
  $ /path/to/unattended/dosbin/search-win-drivers.pl -g .  
./search-win-drivers.cache

(The cache file has to be regenerated each time you modify anything in the 
corresponding folder).

Cheers,
Pierre,


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Downloading Drivers with config.pl Returns unmatch Hardware

2010-09-18 Thread n22e113
Hi, Pierre, Thanks for your detailed reply.

 search-win-drivers.pl, that produces the file netinst/logs/drivers.log
 is a kind of hardware scanner (as shown in the drivers.log output file).

Okay! I reinstalled unattended-4.9 on our samba server as follows:
cd /usr/src/  unzip unattended-4.9.zip  unzip 
unattended-4.9-linuxboot.zip
cd /usr/src/unattended-4.9/install/tools/
./script-update  ./prepare  cd ../drives
# Extract using 7zr all dp_*.7z files

If I run search-win-drivers.pl on my samba server:
cd /usr/src/unattended-4.9/install/dosbin
./search-win-drivers.pl -d ../drivers

I was successful in getting the following:
# 16 distinct hardware devices to consider.
#
# loading INF strings from Windows drivers collection...
# - path: /usr/src/unattended-4.9/install/dosbin/../drivers
# Parse .INF files below folder 
/usr/src/unattended-4.9/install/dosbin/../drivers ...
# - parsed 592 .INF files, added 17587 INF strings. (no cache)
#
# Search matching drivers for current hardware platform...
# 7 driver folders to use:
/usr/src/unattended-4.9/install/dosbin/../drivers/D/C/U
/usr/src/unattended-4.9/install/dosbin/../drivers/D/C/V
/usr/src/unattended-4.9/install/dosbin/../drivers/D/C/V2
/usr/src/unattended-4.9/install/dosbin/../drivers/D/C/V3
/usr/src/unattended-4.9/install/dosbin/../drivers/D/C/VX
/usr/src/unattended-4.9/install/dosbin/../drivers/D/L/V1
/usr/src/unattended-4.9/install/dosbin/../drivers/D/M/V3

It tells me that the search-win-drivers.pl works as expected. However, 
if I try to install using the pxe + linuxboot method, it fails to search 
for drivers and return 0 driver/folder to use:
# Search matching drivers for current hardware platform...
# 0 driver folders to use:

I also copied ../os/winxpsp3/I386 and using a pristine OEM version of XP 
+ SP3 (no nLite, RyanVM, etc.) with sample-config.pl copied to 
../site/config.pl. Contents of unattend.txt didn't matter at this point 
as nt5x-install has not been called yet, no?
Thanks,
Kwon


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Downloading Drivers with config.pl Returns unmatch Hardware

2010-09-18 Thread n22e113
Houston, I found the problem:
My {unattended}/install/drivers/D has permission 700! After extracting 
(7zr x dp_*.7z) and changing the directory access:
chmod 2755 -R {unattended}/install/drivers/D
It now works as expected. Hope this help someone else!
Q. Is there an existing utility of which can automatically extract 
dp_*.7z drivers and set their proper permissions in /z/drivers/D? Thanks!
Cheers,
Kwon



--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info