Jump to content

Joaquim

Member
  • Posts

    440
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Portugal

Everything posted by Joaquim

  1. awkduck: "It is probably something to do with your browser." yes you have right... thank you so much for all... i was using the Brave browser.. now works... thanks for all
  2. 1 - i think not.. i must use the floppy application for get all drivers...; 2 - thanks for all... i will try it in time.. thank you.. the second link, usb20_win9x.zip, isn't working
  3. - these problem don't happens with XP or above; - these wasn't tested with MS-DOS.. only on Windows 98 SE; - these device make the OS freeze, only on startup(slash image)... - the rest works normally correct
  4. so i must forget that patch\hotfix... the Nero 6 give me the Virtual Drive now i need an update for 'send to ', for context menu, with removal drives.... is there any update for that?
  5. i'm sorry, but can you share a link for Win95? i tried very without success Driver Guide seems good, but fails when say for Windows 98 https://www.driverguide.com/driver/download/Texas-Instruments-PCIxx21-x515-Cardbus-Controller
  6. i need more help for find, again, the card reader drivers evice Description : Texas Instruments OHCI IEEE 1394 Host Controller Hardware ID : PCI\VEN_104C&DEV_8032&SUBSYS_00661025&REV_00 Compatible IDs : PCI\VEN_104C&DEV_8032&REV_00 Device Description : Texas Instruments PCIxx21 Integrated FlashMedia Controller Hardware ID : PCI\VEN_104C&DEV_8033&SUBSYS_00661025&REV_00 Compatible IDs : PCI\VEN_104C&DEV_8033&REV_00 Device Description : Texas Instruments PCI-1250 CardBus Controller Hardware ID : PCI\VEN_104C&DEV_8031&SUBSYS_00661025&REV_00 Compatible IDs : PCI\VEN_104C&DEV_8031&REV_00 i tryied, again to find it, but no luck PS: i'm using a IDE old disk, on External USB.... even seen the files, is normal, sometimes, damage them? i ask, because: 1 - sometimes the 'setup' don't execute or find errors; 2 - another-times, a file can be found, but not copied PS2: finally i found an audio driver: https://www.majorgeeks.com/files/details/via_ac97_vinyl_audio_driver.html it can be installed and not forced.... and the ms-dos games, not all, can have sound blaster working in time, maybe i can do it for ATI Radeon X600 64MB's of VRAM
  7. is there any patch for add 'send to...' on context menu?(inlued the removal drives)
  8. 1 and 3 done.... thanks for all.. on startup i have 1 dll from cd tray error... but i have what i need.. thanks
  9. 1 - i will try the version 6. 2 - so theres no patch for usb flash drive on startup? 3 - is there any tool for get a virtual drive?
  10. now i can't install Nero 7.. is like have something on middle and i can't delete it
  11. after doing the same bug\error and enter on mode with bootlog.txt, i found the file on c.. i add the file BOOTLOG.7z
  12. that file stays where? when freezes, i must press the turn off button by some seconds for, after, turn on without the usb flash drive
  13. understand. thanks for all and for fix the usb flash drive on windows 98 startup? i only left when i restart the laptop
  14. not tried on Windows ME.. just on Windows 98 SE... news: i fix some bugs on my acer aspire 1690: 1 - finally i fix some problems with a different audio drivers and not force install them.. avoiding more the Blue Screen; 2 - i use 1GB's, but for avoid some memory messages errors, i use the memory patch; thanks for all
  15. 1 - can i install the Nero Burning Rom 8? i get an installer update error(that i must update it) i must use KernellEx and change it for Windows XP or i can't open.. 2 - if i startup the Windows 98 SE, with Flash Drive(Pen), the computer freezes on startup(but not with External Disk)... is there a patch\hotfix for it? PS: if we use more than 500MB's of RAM, we must use the Memory Patch for avoid memory errors.. i tested and i have 1GB of RAM.
  16. on Windows 98 UBCD, we have the 'UNATTEND.BAT' file.. these file do several things before setup.... but i'm update it: 1 - i changed the setup parameters from "/id /ie /im /iq /is /it /m /nf /nh /nm /nr /nx /if" to "/pi".... for avoid faster setup and install the components... to "/pi" is for avoid the Blue Screen on modern computers.. something about hardware; 2 - the 'UNATTEND.BAT' file, have 1 option when we have more than 1GB: :over1gig SET NEXT1=GOSTART :: because the user is using over 1 gig, we need to limit the anount that Windows sees. CLS echo. echo. echo. *** One gigabyte or more of RAM found !!! *** echo. echo. - the program found %RUM% megabytes of installed RAM. echo. echo. PLEASE NOTE: Windows 98se was not designed to use more than 1 gig of RAM! my question is: can i avoid the test about have more than 1GB's? or can i update these: :MAKERAQ CLS echo. echo. echo. Please choose an option below... echo. echo. R -- use some of the excess RAM as a RAM disk. echo. W -- use the Work-around echo. Q -- to QUIT setup and return to the main menu echo. choice>nul /c:wqr /n if errorlevel 3 goto MAKERAM if errorlevel 2 goto MyMenu echo. echo. You've chosen the work-around. Are you sure you wish to continue? [Y/N] choice>nul /c:yn /n if errorlevel 2 goto over1gig echo. echo. Now adding settings to SYSTEM.INI... WAIT 1 IF NOT EXIST "%MyDrive%\%MyWinDir%\nul" MD "%MyDrive%\%MyWinDir%" echo.[boot]> "%MyDrive%\%MyWinDir%\SYSTEM.INI" echo.>> "%MyDrive%\%MyWinDir%\SYSTEM.INI" echo.[keyboard]>> "%MyDrive%\%MyWinDir%\SYSTEM.INI" echo.>> "%MyDrive%\%MyWinDir%\SYSTEM.INI" echo.[boot.description]>> "%MyDrive%\%MyWinDir%\SYSTEM.INI" echo.>> "%MyDrive%\%MyWinDir%\SYSTEM.INI" echo.[386Enh]>> "%MyDrive%\%MyWinDir%\SYSTEM.INI" echo MaxPhysPage=19999>> "%MyDrive%\%MyWinDir%\SYSTEM.INI" echo.>> "%MyDrive%\%MyWinDir%\SYSTEM.INI" echo.[vcache]>> "%MyDrive%\%MyWinDir%\SYSTEM.INI" echo MaxFileCache=65535>> "%MyDrive%\%MyWinDir%\SYSTEM.INI" IF NOT EXIST "%MyDrive%\%MyWinDir%\nul" MD "%MyDrive%\%MyWinDir%" IF NOT EXIST "%MyDrive%\%MyWinDir%\system\nul" MD "%MyDrive%\%MyWinDir%\system" IF NOT EXIST "%MyDrive%\%MyWinDir%\system\vmm32\nul" MD "%MyDrive%\%MyWinDir%\system\vmm32" IF EXIST "%CDROM%\setup\vcache.vxd" COPY "%CDROM%\setup\vcache.vxd" "%MyDrive%\%MyWinDir%\system\vmm32" /Y >nul for use the memory that i have(2GB's)?
  17. i need ask: can i use, only, the '/pi' on Setup parameter? i can't find the execution of Setup file on bat files
  18. my i don't know why and not audio luck
  19. the Windows 98 SE UBCD is all automatic on setup... but how can i add setup parameters? what is the right file for i change? i'm trying change the 'go_setup.bat' on 'WPI' folder: @echo off SETUP.EXE /pi /im EXIT now i'm burning the CD for test... but i accept suggestions PS: i'm doing these change, because, when it tries search the drivers(on setup: "the windows will starts on 1st time"), i get a Blue Screen with a message error... so i must turn of the laptop\computer.... that's why i must change the setup parameters
  20. i can't find any Lan option in BIOS...... i don't get '!' on Driver Manager so i don't know why is disable or something... only that i can install the right drivers
  21. yes i have SP3 installed.. the SDD IDE seems ok.. it's the 1st time that happens with me... i belive the drivers are correct... but the connection seems disabled.. but i just install the drivers and not change it.. unless i have something on BIOS that i didn't see it
  22. i tried, but the Windows XP, on blue pause bar, the startup stops these problem is really drivers or more that i don't know?
  23. i installed the Ethernet drivers... but, when i connect the internet cable, the led continues off and isn't detected the system tell me that is disable... but i don't know why... can anyone advice me?
  24. is there any theme programs for Windows XP? Windows 9X have Revolution Pack.. but Windows xP????
×
×
  • Create New...