Jump to content

Bâshrat the Sneaky

Member
  • Posts

    5,580
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by Bâshrat the Sneaky

  1. Did you use DriverPack MassStorage V6.02.1? @muiz & DigeratiPrime: ooooops my mistake! Too much driver updates in one day!
  2. Your question is not very clear, but I guess that your problem is that you aren't using brackets to execute multiple commands if a false value is returned by the 'if exist' function. You should do it like this: IF EXIST "C:\blabla" ( RD "C:\blabla" ) ELSE ( MD "C:\blabla_reloaded" copy "X:\thisfile" "C:\blabla_reloaded" ) I hope this answered your question.
  3. Welcome at MSFN! There's a complete tutorial that will guide you through the steps.
  4. DriverPack Sound B V6.02.1 Changelog: V6.02.1 (25 Feb 06) -New: added 1 Gateway Conexant AMC Audio driver. -New: support for Creative Sound Blaster PCI driver. -New: support for Terratec EWS88 MT. Download
  5. DriverPack Sound A V6.02 Changelog: V6.02 (25 Feb 06) -Changed: cleaned up directory structure. -New: added Realtek HD Audio (onboard on Intel chipsets) driver. -Updated: Realtek AC'97 driver from 12/16/2005,5.10.00.5990 [3.81] to 02/08/2006,5.10.00.6020 [3.83]. -Updated: Realtek HD Audio driver from 01/13/2006, 5.10.0.5211 [1.30] to 02/16/2006, 5.10.0.5221 [1.31]. -Updated: VIA Envy driver from 05/27/2005,5.12.01.3647 [4.73b] to 01/12/2006,5.12.01.3650 [5.00a]. -Updated: VIA Vinyl driver from 08/03/2005,6.14.01.4120 [6.20b] to 11/25/2005,6.14.01.4150 [6.50a]. Download
  6. DriverPack MassStorage V6.02.1 Changelog: V6.02.1 (25 Feb 06) -Fixed: the driver files for the Intel SATA RAID controller were still the old ones. -New: support for HighPoint RocketRAID 2310 PCIe SATA II Controller. -New: separate driver for ALi/ULi M5288 SATA Controller (M1575/M1697). -Updated: ALi/ULi M5228 ATA/RAID Controller & ALi/ULi M5281/M5283 SATA/RAID Controller drivers from 09/14/2004, 5.0.2.8 & 09/19/2004, 5.0.2.8 to 09/14/2004, 5.0.2.8 & 03/07/2005, 5.0.2.9. -Updated: ALi/ULi M5287 SATA/RAID Controller (M1573) driver from 02/05/2005, 6.2.0.3 to 10/18/2005, 1.0.1.0. -Updated: ALi/ULi M5289 SATA/RAID Controller (M1689/M1567) driver from 11/17/2004, 5.0.2.9 to 10/18/2005, 1.0.1.0. -Updated: Promise Ultra Controllers driver from 05/16/2003, 2.0.0.43 to 06/25/2002, 2.0.0050.42. Download
  7. DriverPack Graphics C V6.02 Supported devices. Changelog: V6.02 (24 Feb 06) -first release! -New: support for nVidia Quadro graphics cards. -New: support for older nVidia GeForce graphics cards (TNT2 series - parts of the GeForce 2 series). -Updated: ATI FireGL from 12/07/2004, 6.14.10.6497 [8.083] to 09/09/2005, 8.163.1.0 [8.163]. Download
  8. DriverPack Graphics B V6.02.1 Supported devices. Changelog: V6.02.1 (25 Feb 06) -Changed: moved ATI FireGL driver to the new DriverPack Graphics C. -Changed: cleaned up directory structure. -New: support for TRITTON TRI-UV100 SEE2 USB to SVGA Adapter. -Updated: Intel Graphics 82852/82855 GM/GME, 82865G, 82915G/GV/910GL, 915GM/GMS, 910GML, 82945G driver from 11/07/2005,6.14.10.4424 [14.18] to 02/07/2006,6.14.10.4497 [14.19.50]. Download
  9. DriverPack Graphics A V6.02.1 Supported devices. Changelog: V6.02.1 (25 Feb 06) -Changed: cleaned up the directory structure. -Fixed: nVidia GeForce Go support was broken. Download
  10. BTS DriverPacks BASE V6.02.5 Changelog: V6.02.5 (25 Feb 06) -Fixed: [DPB]: RUN_ME.cmd: improved the processing of wrong entries. -Updated: [DPB]: BTS_DPs_finish.cmd: updated to reflect the changes in DriverPack Graphics A V6.02, DriverPack Graphics B V6.02.1 and DriverPack Sound A V6.02. -Updated: [DPM]: slipstream_DPM.cmd: updated to reflect the changes in DriverPack MassStorage V6.02.1. Download Known issues -none
  11. According to 5eraph, who has spent a nice amount of time on trying to find a way to get NVRAID working, there may be only one way to create a uniform DriverPack MassStorage that supports both nForce 3 and nForce 4 NVRAID arrays during textmode setup. He has found that nForce 4 RAID drivers also work for nForce 3 RAID drivers during textmode setup. That means we could use ONLY that driver during textmode setup and offer more drivers during GUI mode setup. Well, then that's solved, you might think. Not really... Windows tends to select the newest driver for a device (if it wouldn't do that, then it would really be a GOS (a Garbage Operating System), but the problem is that our dear friend nVidia - with all their nice marketing talk about unified drivers - used the same HWID for both the nForce 3 and nForce 4 RAID setups. That'd be no problem, if they'd also require the same driver... So in order to achieve a uniform UWXPCD again, we'll have to do this: -use the nForce 4 RAID driver during textmode setup -during textmode setup (just before setup starts?), we must delete all nForce RAID (and ethernet drivers: they're problematic too) drivers that we do NOT need for the hardware of the current pc That would be about it. I'll be working on a test version and it won't be an official release immediately: this needs thorough testing, because I don't want to break DriverPack MassStorage for every one. Suggestions and remarks are welcome. Evolution in solution (YAR (Yet Another Rhyme) ) So in order to achieve a uniform UWXPCD again, we'll have to do this: -use the nForce 4 RAID driver during textmode setup -during textmode setup (just before setup starts?), we must REMOVE all nForce RAID (and ethernet drivers: they're problematic too) drivers FROM THE DEVICEPATH ENTRY IN THE REGISTRY that we do NOT need for the hardware of the current pc
  12. A BSOD? Or what error? Your HWID is supported so that can't be the issue.
  13. Problem solved: included a new driver in DriverPack Sound A V6.02. Topic closed.
  14. That driver is already included! Check this folder: D\S\SM\5. Request already implemented, topic closed.
  15. I'm testing it now for DriverPack Graphics A. One thing is sure: it's ALOT slower than 7zip, when using comparable settings. EDIT: Nope, it sucks. -DriverPack Graphics A (~147MB uncompressed) -Normal setting (KGB) VS Ultra setting (7-zip): normal (KGB) is the highest setting that is about equal in speed to 7zip's ultra, but still it's about 30-40% slower. -the resulting filesize was 50.4MB for KGB versus 31.6MB for 7zip: clear winner. FYI: this took ~25 minutes on a 2.3GHz Barton with 1GB of DDR PC3200 memory versus ~4 minutes for 7zip. When using the 'good' setting for KGB, this would have taken 2h45mins!
  16. Please post your hardware config (graphics card & sound card) or if you don't know that, use my get_hwids.exe tool (check my sig).
  17. Fixed that .in_/.ini detection problem. The file did get compressed to .in_ if you used method 1, but now I've added it to the list of exceptions, so it won't get compressed. About that odd control panel... WTF... If someone could test again with DriverPacks BASE V6.02.5 & DriverPack Sound A V6.02, which will both be released today.
×
×
  • Create New...