|
|
|
USB audio driver for 98SE
Showing all messages in thread #1241926362 Windows 98 Annoyances Discussion Forum
The following are all of the messages in this thread (7 in all), shown in chronological order. Click any message subject to view that message by itself or to view the thread hierarchy.
|
USB audio driver for 98SE
Saturday, May 9, 2009 at 8:32 pm Posted by Rikki
(17 messages posted)
Can anyone explain how to find/adapt/create a USB audio driver for 98SE? I have a
USB turntable that I have to make work on a 98SE installation. There is USB 2.0 support
on the machine and the ports work fine with flash drives and other devices.
The problem device comes with no 98SE support but installs fine under XP, which gives
the following information about it: USB composite device/standard USB host controller/USB
pnp audio device. Driver file is usbccgp.sys and the device lists as generic usb
audio. Additional files used are drmk.sys, portcls.sys, stream.sys, usbaudio.sys,
ksuser.dll, and wdmaud.drv.
Under 98SE the device appears as Unknown. I have tried a range of generic and specific
audio device drivers hoping to get lucky, but no joy. Surely there must be some way
to get this thing to work?
[Reply or follow-up to this message]
| |
re: USB audio driver for 98SE
Saturday, May 9, 2009 at 9:13 pm Posted by gewg_
(4444 messages posted)
Rikki wrote:
|Can anyone explain how to find/adapt/create a USB audio driver for 98SE?
1) Learn how to program in C++.
2) Learn Windows 9x device driver programming.
3) Get the full specifications for the device from the manufacturer.
4) Write the device driver.
If the manufacturer didn't write a Win9x device driver for it himself,
it seems unlikely he is interested in having one written. YMMV
[Reply or follow-up to this message]
|
re: USB audio driver for 98SE
Saturday, May 9, 2009 at 9:20 pm Posted by DanTheMan
(140 messages posted)
this may help
http://www.asio4all.com/
am not sure but so use at your own risk
just read every thing and see if it states usb audio
On Saturday, May 9, 2009 at 8:32 pm, Rikki wrote:
>Can anyone explain how to find/adapt/create a USB audio driver for 98SE? I have
a
>USB turntable that I have to make work on a 98SE installation. There is USB 2.0
support
>on the machine and the ports work fine with flash drives and other devices.
>
>The problem device comes with no 98SE support but installs fine under XP, which
gives
>the following information about it: USB composite device/standard USB host controller/USB
>pnp audio device. Driver file is usbccgp.sys and the device lists as generic usb
>audio. Additional files used are drmk.sys, portcls.sys, stream.sys, usbaudio.sys,
>ksuser.dll, and wdmaud.drv.
>
>Under 98SE the device appears as Unknown. I have tried a range of generic and specific
>audio device drivers hoping to get lucky, but no joy. Surely there must be some
way
>to get this thing to work?
[Reply or follow-up to this message]
|
re: USB audio driver for 98SE
Saturday, May 9, 2009 at 9:51 pm Posted by Rikki
(17 messages posted)
I happened to read the floppy drive thread a few messages back that you also responded
to and I have to say from that and your reply here that you seem very full of yourself
but you're not very helpful. This forum is supposed to be for people who have questions
and those who may have answers. If you want to rant against Windows I'm sure there
is a more appropriate place to do it. In the meantime I asked a reasonable question
and I still hope to receive a reasonable answer. No, I don't know how to program
device drivers. Does that make me less worthy somehow? I do know there are generic
drivers that work very well for USB storage devices and I would assume (in my vast
ignorance) and also hope there might be something comparable for audio drivers. If
you actually know anything useful about this I would be interested in receiving your
response.
On Saturday, May 9, 2009 at 9:13 pm, gewg_ wrote:
>Rikki wrote:
>|Can anyone explain how to find/adapt/create a USB audio driver for 98SE?
>
>1) Learn how to program in C++.
>2) Learn Windows 9x device driver programming.
>3) Get the full specifications for the device from the manufacturer.
>4) Write the device driver.
>
>If the manufacturer didn't write a Win9x device driver for it himself,
>it seems unlikely he is interested in having one written. YMMV
[Reply or follow-up to this message]
|
re: USB audio driver for 98SE
Monday, May 11, 2009 at 4:25 am Posted by Keith Stanier
(1655 messages posted)
Rikki wrote:
|I happened to read the floppy drive thread a few messages back that you also responded
|to and I have to say from that and your reply here that you seem very full of yourself
|but you're not very helpful.
Don't worry about gewg's comments Rikki. When you've been here as long as we have
then you will read a lot of gewg's dry sense of humour.
|If you want to rant against Windows I'm sure there
|is a more appropriate place to do it.
gewg hates Windows thats why he always promoting Linux.
[Reply or follow-up to this message]
|
re: USB audio driver for 98SE
Monday, May 11, 2009 at 11:00 am Posted by gewg_
(4444 messages posted)
Rikki wrote:
||If you want to rant against Windows[,]
||I'm sure there is a more appropriate place to do it.
||
Actually, it's a rant againt
the obsolescence associated with the entire payware environment.
Keith Stanier wrote:
|gewg hates Windows
|
Well, I DO despise the M$ business model.
cache of http://en.wikipedia.org/wiki/Embrace,_extend_and_extinguish
http://google.com/images?q=billborg+*-*-*-assimilated
This page contains a lot of truth to which most M$ fanbois are blind:
cache of http://www.aaxnet.com/topics/msinc.html
Here's a significant piece that's missing from that page:
http://google.com/search?q=site:en.wikipedia.org+Sendo+Microsoft
|thats why he [is] always promoting Linux.
|
You picked an excellent topic on which to mention the Free Software environment.
Linux has the BEST hardware support of **any** OS.
There are more *old* devices supported under Linux
than are supported under XP/Vista.
There are more *new* devices supported under Linux
than are supported under Win9x.
The **reason** is the development model of The Linux Driver Project:
cache of http://lwn.net/Articles/276973
The _only_ thing that is required of the manufacturer in that process
is to co-operate on Step 3 of my list
and he gets a Linux device driver written for for his stuff for FREE.
The result is Linux has wound up with more supported devices than any other OS.
[Reply or follow-up to this message]
|
re: USB audio driver for 98SE
Sunday, May 17, 2009 at 9:10 am Posted by bob wells
(1636 messages posted)
Rikki,
Try this link, lots of USB info.
http://www.usbman.com/win98seusbguide.htm
Sometimes I think gewg_ is a BOT, always the same format in replies, ;|
bw
On Saturday, May 9, 2009 at 8:32 pm, Rikki wrote:
>Can anyone explain how to find/adapt/create a USB audio driver for 98SE? I have
a
>USB turntable that I have to make work on a 98SE installation. There is USB 2.0
support
>on the machine and the ports work fine with flash drives and other devices.
>
>The problem device comes with no 98SE support but installs fine under XP, which
gives
>the following information about it: USB composite device/standard USB host controller/USB
>pnp audio device. Driver file is usbccgp.sys and the device lists as generic usb
>audio. Additional files used are drmk.sys, portcls.sys, stream.sys, usbaudio.sys,
>ksuser.dll, and wdmaud.drv.
>
>Under 98SE the device appears as Unknown. I have tried a range of generic and specific
>audio device drivers hoping to get lucky, but no joy. Surely there must be some
way
>to get this thing to work?
[Reply or follow-up to this message]
| |
| |
Tip: Use one of the [Reply or follow-up to this message] links above to add a message to this thread
| |
Return to the Windows 98 Discussion Forum
|
|
|
|