win98SE as minimum windows requirement

H

Halfgaar

Hi,

Nowadays, more and more hardware manufacuterers are stating win98SE as the
minimum required version of windows to let the hardware run. PQI
(manufacturer of my USB memorystick) is an example. But the drivers also
work perfectly with my original Win98.

I was wondering, is this always the case, or are there actually cases where
win98SE works and win98 first edition does not?

Halfgaar
 
S

Shep©

Hi,

Nowadays, more and more hardware manufacuterers are stating win98SE as the
minimum required version of windows to let the hardware run. PQI
(manufacturer of my USB memorystick) is an example. But the drivers also
work perfectly with my original Win98.

I was wondering, is this always the case, or are there actually cases where
win98SE works and win98 first edition does not?

Halfgaar

Yes if there's no driver support for the hardware in win98.




--
Free Windows/PC help,
It's a G not a J in jmx to reply :)
http://www.geocities.com/sheppola/trouble.html
Free songs download,
http://www.soundclick.com/bands/8/nomessiahsmusic.htm
 
H

Halfgaar

Shep© said:
Yes if there's no driver support for the hardware in win98.

Yes what, it is always the case the win98SE driver works in FE, or yes there
are cases that FE does not work.

As I said, my USB memorystick doesn't support win98FE officially, but it
does work perfectly in FE. So, is this SE demand bogus?

Halfgaar
 
S

Shep©

Yes what, it is always the case the win98SE driver works in FE, or yes there
are cases that FE does not work.

As I said, my USB memorystick doesn't support win98FE officially, but it
does work perfectly in FE. So, is this SE demand bogus?

Halfgaar

If the hardware maker's don't design a driver for Win98 gold(1st
edition) then it's,"Pot-luck" if the win98SE drivers will work.In many
cases they do but the hardware maker's are just covering there A** or
they don't support the older O/S.This will occur more and more as time
goes by and users move on to newer O/S IMHO.
HTH :)




--
Free Windows/PC help,
It's a G not a J in jmx to reply :)
http://www.geocities.com/sheppola/trouble.html
Free songs download,
http://www.soundclick.com/bands/8/nomessiahsmusic.htm
 
T

Trent©

Hi,

Nowadays, more and more hardware manufacuterers are stating win98SE as the
minimum required version of windows to let the hardware run. PQI
(manufacturer of my USB memorystick) is an example. But the drivers also
work perfectly with my original Win98.

I was wondering, is this always the case, or are there actually cases where
win98SE works and win98 first edition does not?

Halfgaar

The drivers are written for a specific operating system. Sometimes
they will be compatible in both directions...but sometimes not.

You can be SURE of the hardware working if you have the exact
operating system that they suggest.

For instance...

I have a Canon printer on one of my machines...and I upgraded from 98
to XP. There are no drivers for it in XP...and there never will be.
And the printer would not work after the upgrade.

But I was able to get a Windows 2000 driver to work...after a lot of
trial and error.


Have a nice week...

Trent

Fighting for peace is like screwing for virginity!
 
K

kony

Hi,

Nowadays, more and more hardware manufacuterers are stating win98SE as the
minimum required version of windows to let the hardware run. PQI
(manufacturer of my USB memorystick) is an example. But the drivers also
work perfectly with my original Win98.

I was wondering, is this always the case, or are there actually cases where
win98SE works and win98 first edition does not?

Halfgaar

WIn98 had initial WDM support, but it was still a bit buggy in some
cases. Win98SE had better WDM support, but there was a Microsoft
patch that updated 98SE to the abilities of WinME... I don't think
that patch will install on WinFE, but maybe manually? (I have no
idea.)

So, the same driver installable on FE, might not work right until SE,
or SE patched to ME-level. Or, if the installer front-end checks for
OS version, the driver might not install at all, even if it "might've"
worked if it had installed.

Basically, hardware vendors want to cover their asses and minimize
customer returns... to that end they only officially support the OS
they are comfortable will work, if product is installed by average
end-users.


Dave
 
K

kony

kony wrote:



Now there's a scary thought...


LOL.

Just the same screwed-up driver model, further extended by XP.

The patch might be helpful for folks trying to get nForce (or other
modern, hardware accelerated) sound working on Win98SE, for example.


Dave
 
H

Halfgaar

kony said:
WIn98 had initial WDM support, but it was still a bit buggy in some
cases. Win98SE had better WDM support, but there was a Microsoft
patch that updated 98SE to the abilities of WinME... I don't think
that patch will install on WinFE, but maybe manually? (I have no
idea.)

This patch, will it cripple win98SE so that it will be as bad as ME? Is it
still available? And is it a normal patch, or one of those annoying service
packs?

Maybe I should upgrade to win98SE sometime. I don't want to have to upgrade
to 2000 or XP, because then a lot of things I want to do won't work
anymore.

Halfgaar
 
L

larrymoencurly

Halfgaar said:
Nowadays, more and more hardware manufacuterers are stating
win98SE as the minimum required version of windows
I was wondering, is this always the case, or are there actually
cases where win98SE works and win98 first edition does not?

Those IOGear brand GIC220U 2-port USB 2.0 cards that Fry's often
features for free after $10 rebate, if they're the version based on
the ALi USB 2.0 chip, as almost all are now. The box of the one I got
said that Win98 was OK for it, but it worked only in USB 1.1 mode, and
it turned out that the box was outdated and meant for the older
version of the card, based on the much better NEC USB 2.0 chip
(pictures on that box).
 
J

Joe Morris

Halfgaar said:
Nowadays, more and more hardware manufacuterers are stating win98SE as the
minimum required version of windows to let the hardware run. PQI
(manufacturer of my USB memorystick) is an example. But the drivers also
work perfectly with my original Win98.
I was wondering, is this always the case, or are there actually cases where
win98SE works and win98 first edition does not?

It's probably either a question of where the vendor chose to spend its
compatibility test resources, or whether there is at least one place
in the drivers where the code uses an API documented in W98SE but
not in W98gold. Or both.

Supporting software that you claim to work on a given platform requires
that you test just about every pathological combination possible. It's
not a simple "put it on Charlie's machine and if it works, ship it."
Quality product testing is expensive, and the vendor may have chosen
to do testing only on W98SE and later platforms because it saw little
return on investment for testing on earlier machines.

And the list of APIs changes at each new major product release. If there
is at least one place anywhere in the code that uses an API that is
documented in Win98SE but is not in Win98 gold, that's a showstopper for
supporting the code on Win98 gold. It may be that the vast majority of
users would never cause that API to be invoked (and so might never have
any situation in which the code fails under WIN98), but the code is
still not compatible with Win98 gold.

Joe Morris
 
S

Stacey

Halfgaar said:
This patch, will it cripple win98SE so that it will be as bad as ME? Is it
still available? And is it a normal patch, or one of those annoying
service packs?

Maybe I should upgrade to win98SE sometime. I don't want to have to
upgrade to 2000 or XP, because then a lot of things I want to do won't
work anymore.

Maybe I'm wrong but I always thought service pack 1 for 98 was supposed to
be the same as 98SE? If not you should be able to find someone who will
sell you 98SE pretty cheap now.
 
K

kony

This patch, will it cripple win98SE so that it will be as bad as ME? Is it
still available? And is it a normal patch, or one of those annoying service
packs?

The patch I was referring to just gives 98SE the same WDM audio
"level" as ME, nothing more, not the other crap added by WinME.
Basically it's just a few files updated IIRC, though I have no idea if
those files could be replaced on a Win98FE install or if they'd be
inoperable with other earlier file versions from FE.

http://www.google.com/search?q=242937usa8.exe

If your problem isn't audio or persists (or gets worse) after using
the files in this patch, you may also need install the service pack,
other updates. I don't recall the exact differences, but after fully
patched Win98FE is nearly transformed into 98SE, though IIRC there
were a couple of features still lacking like ICS (internet connection
sharing) and something else (I can't remember).

Naturally you'd want to make backups of the install before making such
changes, in case something goes wrong... at least one or two of
Mickey's patches could lock out a Win98 system from booting even into
safe mode. One such patch had something to do with 1394 support,
replaced the systray.exe file with a buggy later version.

Maybe I should upgrade to win98SE sometime. I don't want to have to upgrade
to 2000 or XP, because then a lot of things I want to do won't work
anymore.

Win98SE is the best for a legacy-compatible Windows system. I'll
probably always have a few boxes running Win98SE for that reason, but
it also doesn't hurt that it's far less expensive, these days it's not
hard to come upon OEM boxes with licenses.

Dave
 
H

Halfgaar

kony said:
Win98SE is the best for a legacy-compatible Windows system. I'll
probably always have a few boxes running Win98SE for that reason, but
it also doesn't hurt that it's far less expensive, these days it's not
hard to come upon OEM boxes with licenses.

Getting 98SE shouldn't be a problem. If I get it, I'll install it as soon as
it's time to reinstall windows. I don't have any problems now, it's just
that for example when I want a creative audigy 2 ZS (which i'm
considering), then I may have to upgrade.

BTW, do you think 98SE will be supported for a while by game- and other
softwaredevelopers? I think so myself, but what's your thought on that?

Halfgaar
 
K

kony

Getting 98SE shouldn't be a problem. If I get it, I'll install it as soon as
it's time to reinstall windows. I don't have any problems now, it's just
that for example when I want a creative audigy 2 ZS (which i'm
considering), then I may have to upgrade.

BTW, do you think 98SE will be supported for a while by game- and other
softwaredevelopers? I think so myself, but what's your thought on that?

Halfgaar

I'd expect support for a little bit longer, but that kind of thing
would be on a developer-by-developer basis so it's not something you
could really count on for specific titles unless you have inside
information. On the other hand it stands to reason that the "target"
OS is now XP, and the futher back you go in the Windows family, the
less testing would be done, there'd be more potential for problems.

As for games, it should be pretty easy to support Win98SE so long as
Microsoft doesn't set some kind of "minimal OS, version/age"
requirement for a future version of DirectX.


Dave
 
S

Stacey

kony wrote:

As for games, it should be pretty easy to support Win98SE so long as
Microsoft doesn't set some kind of "minimal OS, version/age"
requirement for a future version of DirectX.


And the chance of that is 100%. They already have blocked anything from
being added to win95 even stuff that wouldn't matter like IE and media
player. I'll put $20 that DX10 won't install on a win98 system.
 
H

Halfgaar

Stacey said:
And the chance of that is 100%. They already have blocked anything from
being added to win95 even stuff that wouldn't matter like IE and media
player. I'll put $20 that DX10 won't install on a win98 system.

That would be kind of dirty. What harm wil it bring to M$ to let Directx
install on 98?
 
S

Stacey

Halfgaar said:
That would be kind of dirty. What harm wil it bring to M$ to let Directx
install on 98?

It would allow you to continue to use 98SE which doesn't have their
"activation" bull shit integrated into it so they can then move everyone
into XP upgrades for $150 a pop or no new games. Unless you want to be tied
to the borg for life, support linux and ask game makers to port to it!
 
H

Halfgaar

Stacey said:
It would allow you to continue to use 98SE which doesn't have their
"activation" bull shit integrated into it so they can then move everyone
into XP upgrades for $150 a pop or no new games. Unless you want to be
tied to the borg for life, support linux and ask game makers to port to
it!

I do support Linux, this very message is composed in Linux, but it's going
to take a long time before a lot of games are going to be developed for
Linux. It's not only because M$ is used more. DirectX is, even it's a M$
product, a good set of API's gameprogrammers can use. OpenGL for example is
only graphical API, DirectX also takes care of input and networking etc.

But it'true, I hadn't thought of that. It's a good way to force people to
upgrade.
 
S

Stacey

Halfgaar said:
Stacey wrote:

DirectX is, even it's a M$
product, a good set of API's gameprogrammers can use. OpenGL for example
is only graphical API, DirectX also takes care of input and networking
etc.

Maybe if they keep up their arrogant actions and game makers find people
want/buy the open GL games they will use it more often? BTW several of the
newer games have been released in linux as well as windows, hopefully the
newest engines will as well! I heard at one point that doom3 was going to
be?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top