Jump to content

MERCURY127

Member
  • Posts

    242
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Russian Federation

Everything posted by MERCURY127

  1. You're right, I just found the screenshots I saved back then and they show version 2.1.3.0, release 060429. I apologize if I misled you, I was testing a lot of versions at the time and they all got mixed up in my head. Nevertheless, it was working for me at that particular time. I will try to repeat the experiments in the next few days and also try to run the BlueSoleil audio driver by writing inf similar to WIDCOMM, which seems to work in 98 without any problems (audio devices are installed and even some TV appears) but either doesn't see my dongle or requires a license and I don't know how to fix it.
  2. probally, yes. but i not use FE... moreover, on my new machine (chinese C612 mobo + xeon 2666v3) fdapm not work.
  3. BlueSoleil 2.6.0.1 (2007 year) work on 9x with bt 5.0 dongle. i has tested discovery, pairing, PAN, OBEX, even try run soung profiles with my tws headsets, and i have connect, but w/o real sound, because blueletaudio.sys cant create virtual sound card on 9x, or possibly req Bluetooth class bus, which is not created by 9x version btcusb.sys, or by some other reasone...
  4. yes, sorry... i very long not use original 9x/SE/ME, only unoff 98IF, which contains many files from newest OS. well, try detect missied files.
  5. i recently try make "generic" usb a/v driver, using wdmex and sys files from XP ... i test videocapture with cheap chinese endoscope (de-facto usb cam). its work with Amcap test app. i test sound playing and recording with cheap chinese usb soundcard. its work even in web browser Mypal. anyone want test? password 1 (protection from stupid antiviruses). USBAV9X.7Z
  6. 9x DDKs contains debug symbols in archaic format *.SYM. It is OK for old good time deguggers, but modern tools (for sample, IDA Pro) do not understand it. How i can translate SYM files to DBG or PDB format, or, as last chance, to text MAP file?
  7. Hi all! Before wmi9x run all WMI/WBEM instruments work good: In wbemprox.log was only this strings: "ConnectViaDCOM, CoCreateInstanceEx resulted in hr = 0x0(Thu Apr 14 19:01:11 2022) : ConnectViaDCOM, CoCreateInstanceEx resulted in hr = 0x0(Thu Apr 14 19:01:13 2022) : ConnectViaDCOM, CoCreateInstanceEx resulted in hr = 0x0(Thu Apr 14 19:01:17 2022) : ConnectViaDCOM, CoCreateInstanceEx resulted in hr = 0x0(Thu Apr 14 19:02:28 2022) : ConnectViaDCOM, CoCreateInstanceEx resulted in hr = 0x0(Thu Apr 14 19:14:16 2022) : ConnectViaDCOM, CoCreateInstanceEx resulted in hr = 0x0(Fri Apr 15 11:28:32 2022) :" After - EVERYTHING WMI related is NOT WORK: And in wbemprox.log now this: "NTLMLogin resulted in hr = 0x80041006(Fri Apr 15 11:28:32 2022) : Error loading module {F7CE2E13-8C90-11D1-9E7B-00C04FC324A8}, return code is 0x80041006(Fri Apr 15 11:28:33 2022) : NTLMLogin resulted in hr = 0x80041006(Fri Apr 15 11:28:33 2022) : Error loading module {F7CE2E13-8C90-11D1-9E7B-00C04FC324A8}, return code is 0x80041006(Fri Apr 15 11:28:33 2022) : NTLMLogin resulted in hr = 0x80041006(Fri Apr 15 11:28:33 2022) : Error loading module {F7CE2E13-8C90-11D1-9E7B-00C04FC324A8}, return code is 0x80041006(Fri Apr 15 11:28:33 2022) : NTLMLogin resulted in hr = 0x80041006(Fri Apr 15 11:28:33 2022) : Error loading module {F7CE2E13-8C90-11D1-9E7B-00C04FC324A8}, return code is 0x80041006(Fri Apr 15 11:28:33 2022) : NTLMLogin resulted in hr = 0x80041006(Fri Apr 15 11:28:33 2022) : Error loading module {F7CE2E13-8C90-11D1-9E7B-00C04FC324A8}, return code is 0x80041006(Fri Apr 15 11:28:33 2022) :" This or related errors appears everywere in WMI/WBEM tools... Why? And how fix this... Yes, i try "delete and recreate repository". many times. it not help...
  8. or use dos ramdisk like SRDISK, or write own pre-himem dos driver like BURNMEM, which will hide selected memory regions from himem via int15, or mod open-source himem XMGR for exclude some addresses... or use himemx or old himem from msdos, which [can be] limited first 64 MiB.
  9. u can patch one of four winme's io.sys for cancel boot to win directly and execute config.sys/autoexec.bat. after this, u can insert in config.sys ordinary string device=emm386.exe and io.sys will load it. i am not sure that u can run win.com after this, but u can try.
  10. 9x req msdos 7, not any other *dos. u need many patches by RLoew: RLP, SATA, AHCI; and also NUSB. after u found and apply this - try install 9x with "/p i".
  11. yes, it is teoretically POSSIBLE. 0) you must have patched IO.SYS and/or IFSHLP (but i can not remember what exactly patch need here...); 1) you must dynamically load/unload properly version IFSHLP and/or network drivers by DEVLOAD.COM; 2) you must use my ACPIOFF patch for win98 and boot to Command Prompt mode only, not direct to GUI; 3) for solve 2) usb handoff issue after win98 exit, you must use true PS2 kbd and mouse.
  12. what "IT"? acpioff? WinME is not use win.com, so even if make, patch be useless...
  13. cheap modern chinese ADSL or GPON router... which installed for user by local provide, w/o ask user opinion. yes, here often is possible assign fixed ip for the machine, in router configuration page, but not always... :(
  14. can u check that ur 1660ti is support legacy videos modes (EGA 640x350 and lower)? look as my problem with 1070.... i partially solved it by patching vdd.vxd, and can boot to 9x gui, run games like Worms, but here remain (other?) problem with opening in MSDOS window... and i can NOT debug it even with softice. :(
  15. static ip - very bad solution in real life... so we need find or make good patch for vdhcp - it wiil better solution.
  16. yes, its not a bag, its feature... present in all vdhcp drivers.
  17. not "on some cards", but in vdhcp.vxd - too long timeout.
  18. WPA/WPA2 is not related with HW and low layer drivers. for work with WPA/WPA2 u need just good Wireless Supplicant, as Odyssey. with Odyssey's help i have succesfully connect to my router with WPA2-AES and that even work with absolute alien's for 9x device - USB dongle on RT2870. it means, that here can not be problems with WPA if ur HW is working properly. so please, check your hardware in a normal operating system, and only then think about buying new card.
  19. - boot to 9x normal mode, - make W2KDISTR folder on ur 9x fat32 partition, - copy I386 folder from W2K setup disk to W2KDISTR, - make W9XBAK folder on ur 9x fat32 partition, - copy ur C:\IO.SYS COMMAND.COM MSDOS.SYS CONFIG.SYS AUTOEXEC.BAT to W9XBAK, - reboot to safe/plain/pure/clean msdos mode command prompt only, - rename ur 9x WINDIR to MYW9X, - delete ur MSDOS.SYS CONFIG.SYS AUTOEXEC.BAT - reboot machine, - cd W2KDISTR\I386, - run WINNT.EXE - in started w2k installer, select ur fat32 part to install, and say NO FORMAT, - if installer ask u for install to C:\MYW9X or C:\WINDOWS - force install to C:\WINNT - do installation to final, check, that ur w2k work normal (it "highly likely" that u get non-work EHCI USBs... this can fix later), - copy ur backed IO.SYS COMMAND.COM from W9XBAK to C:\ (with repl if need) - open C:\BOOT.INI in notepad, - find section and string [Boot Loader] timeout=30 Default=multi(0)disk(0)rdisk(0)partition(1)\WINNT change "Default=" string to Default=C:\ - find section and string [Operating Systems] multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000" add under this C:\="Microsoft Windows 98" - reboot machine, - on any next boot, now u will asked for select OS, - if u do all properly - u now will boot to 9x by default, - and now u must see pure MSDOS 7 prompt, - copy ur backed MSDOS.SYS CONFIG.SYS AUTOEXEC.BAT from W9XBAK to C:\ (with repl if need) - rename MYW9X to ur old WINDIR, - reboot again and check dualboot function...
  20. please, check this card with W2K. maybe card just dont work (i say about wireless part, not mPCI interface).
  21. please make and show good photos ur card and hotspot from all looks...
  22. or B only. or G only. or disable WPA. or WEP. or turn ON something of. is ur hotspot can be detected on w2k WITH THIS CARD?
  23. of course, it can be problem... check, where ar52119x.sys really exists on ur disk, and copy it in windir\system manually...
  24. is wrong answer... i again ask: "which setiings is used?" ie: - what rediofrequency used? 2.4 or 5 GHz? - which wifi standart used? 11a|b|g|n? - what cipher? - what auth method? WHAT EXACTLY NAME AND MODEL UR WIFI HOTSPOT? if hotspot have any optons for change settongs?
×
×
  • Create New...