Re: MTP SPI transport

2007-04-04 Thread Shad L. Lords
 could you add CONFIG_FUSION_SPI=m to the kernel config? It is pretty
 usual, for example IBM xSeries 336 and blades use it.

Is that the only option that needs to be enabled or are there any other sub 
options that also need to be enabled.  If you have a config that works for 
you please either provide a patch or just attach the file that works for 
you.

Thanks,

-Shad 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-CVS] unattended/install/scripts winxpsp2-updates.bat,1.17,1.18

2004-10-25 Thread Shad L. Lords
 :: 
URL|TRK|http://download.microsoft.com/download/d/4/5/d45c109d-1047-48c6-b021-f71d127bf1d1/WindowsXP-KB834707-x86-trk.exe|updates/winxpsp2/windowsxp-kb834707-x86-trk.exe
-todo.pl .reboot-on 194 
%Z%\updates\winxpsp2\windowsxp-kb834707-x86-%WINLANG%.exe /passive /n 
/norestart
+todo.pl .reboot-on 194 
%Z%\updates\winxpsp2\WindowsXP-KB834707-x86-%WINLANG%.exe /passive /n 
/norestart
Just out of curiosity, why would you switch from lower kb to upper KB when 
all the downloads are supposed to be saved as lower kb?
The only part that is necessary to be lowercase is the final section of the 
URL line.  As you can see it is lowercase.  The rest of the case doesn't 
really matter and is generated by the msparse.pl script in the tools 
directory.  That plus I like the look of the filename the way it is. :)

-Shad 


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: the whole unattended on one cd/dvd!

2004-10-25 Thread Shad L. Lords
iii) changing mapznrun.bat that it will use the cd-drive
Tricky to get right in general, since it is hard to be certain what
drive letter the CD-ROM device will have (especially if the user is
doing a customized partitioning scheme).  But, again, an initial
version to handle the common case (CD-ROM drive is on D:) should be
pretty easy.
A while ago we had a loop in mapznrun.bat to scan the available drive
letters for the installation media.  Unfortunately, that broke on some
systems with flash-card readers...  If the flash drive is (say) E:,
then as soon as you access E: Windows halts with a dialog box asking
the user to insert media.  I mention this just in case you think of
the same clever idea :-).
It is possible to get the drive letter for the CD from the registry.  The 
notips for winxp includes code to change the first cdrom drive to letter R:. 
Code similar to this should be able to be used in todo to determine where 
the CD is and check if the correct directories exist.

-Shad 


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-CVS] unattended TODO.txt,1.4,1.5

2004-10-23 Thread Shad L. Lords
RCS file: /cvsroot/unattended/unattended/TODO.txt,v
+6   IE6 install on Windows 2000 requires clicking OK on 2 dialog boxes
+(Pat can't duplicate this, must just be my install media, needs 
checking)
I get these dialog boxes asking to confirm if I would trust code from
MS, too. My install media is W2k+SP4 German, if it matters..
Glad to know I'm not the only one here.
btw. is it possible to download these Files in advance?
I don't always have a fast Internet connection where I install some
w2k boxes..
Yes it is.  We probably need to make the instructions a little better on 
this.  Right now it is kind of burried in the ie.bat script.  If you take a 
look at that file it tells you to download ie6setup.exe (which prepare does 
for you), then it tells you to issue the following command:

ie6setup.exe /c:ie6wzd.exe /d /s:#E
This will allow you to select the OS to download IE for and allow you to 
download all files necessary to do a local install.  And, yes the quotes do 
look wierd but that is how they are supposed to be.

-Shad 


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: updates multilang download parser thingy

2004-08-04 Thread Shad L. Lords
Of course, this presupposes we have someone willing to maintain the
screen-scraping logic should Microsoft change the format of their
pages.  What do you think?
Sounds good, the only problem is that you don't know if Microsoft changes
the FamilyId thing or not. But ofcourse we have the same problem now with
the direct download URLs.
This also assumes that microsoft wont change their naming convention or make 
some of the download use en instead of enu.  But, we can work around those 
as they come up.

-Shad 


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel