Re: [newbie] SoundBlaster 16 horrors!! HElp

1999-07-03 Thread Steve Winston

Hy thanks, I'll give it a try. I am regretting I didn't read the
hardware supported by linux info firts.

--- Axalon <[EMAIL PROTECTED]> wrote:
> 
> Hi, steve 
> try rpm -e sndconfig sox, rpm -ihv sndconfig*.rpm
> sox*.rpm
> 
> If it really does use the es1373, I can find no
> kernel support for it.
> This doesn't truely rule out support, considering
> the following
> it shouldn't be to hard to implement
> 
> --
> [root@Homie sound]# cat es1370.c |sed -e
> "s|ES1370|ES1373|g" >es1373.c
> [root@Homie sound]# diff -u es1370.c es1371.c|wc -l
>2652
> [root@Homie sound]# diff -u es1371.c es1373.c|wc -l
>2652
> [root@Homie sound]#
> --
> 
> 
> On Sat, 3 Jul 1999, Alan Shoemaker wrote:
> 
> > Stevegee, I dunno, I use the package
> (kpackage) icon on the desktop. You
> > click on the package icon and then when the window
> pops up you specify
> > (select) an installed RPM and tell it to uninstall
> it, and then close the
> > window.  Then you click on the new rpm (wherever
> it is) and when the
> > kpackage window comes up you tell it to install. 
> It works really slick.
> > 
> > I got my sound card to work before the new mdk
> versions of sndconfig and sox
> > were available.  What I did was uninstall
> sndconfig, sox and rhsound. Then I
> > installed the RedHat 6.0 RPM's of those 3 files. 
> That stopped the error
> > message and allowed the install to finish
> properly.  But so do the 2 new mdk
> > files, at least for me.  Hope this helps.
> > 
> > Alan
> > 
> > - Original Message -
> > From: Steve Winston <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, July 03, 1999 1:30 PM
> > Subject: Re: [newbie] SoundBlaster 16 horrors!!
> HElp
> > 
> > 
> > >
> > > Reinstall is what I am looking at after hours
> poring over Win95 texts.
> > > Since Friday, I have installed a new mommaboard,
> cpu and RAM and sound
> > > card. Save for the soundcard, Linux has been no
> trouble. Win95 has been
> > > nothing but a pain in the butt (each OS is on
> its own hd on one
> > > computer).
> > > Alan, I still can't get the snd card to work.
> > > I uninstalled the old sox and sndconfig rpms.
> But some junk was left in
> > > various files. Do I need to go through the
> system and delete
> > > everything?
> > > Once I downloaded the new rpms, I typed:
> > > rpm -ivh 
> > > Is that sufficient. I know that it opened the
> rpm, but when I used -ql,
> > > it said the files weren't installed. Is there
> another step?
> > > thanks, Steve W
> > > --- Alan Shoemaker <[EMAIL PROTECTED]> wrote:
> > > > Stevenope, I've no idea.  When my Win98
> boot got
> > > > screwed up it wouldn't
> > > > even start to boot and I ended up
> re-installing
> > > > Windows (yuck).  Maybe
> > > > someone else can help on this one.
> > > >
> > > > Alan
> > > >
> > > > - Original Message -
> > > > From: Steve Winston <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Saturday, July 03, 1999 12:27 PM
> > > > Subject: Re: [newbie] SoundBlaster 16
> horrors!! HElp
> > > >
> > > >
> > > > > Hy alan, thanks for the  help. I will try
> it. I
> > > > have one more question
> > > > > which is not appropriate for the list,
> however.
> > > > Linux is on one hard
> > > > > drive, and win95 is on the other. Suddenly,
> win95
> > > > won't complete
> > > > > booting. It says "windows protection error"
> and
> > > > says it can initialize
> > > > > IOS, whatever that is. It won't even boot in
> safe
> > > > mode. Any ideas?
> > > > > thanks much , steve w.
> > > > >
> > > > > --- Alan Shoemaker <[EMAIL PROTECTED]> wrote:
> > > > > > Hiwhat worked for my PCI128 card
> (which
> > > > returned
> > > > > > the same error message
> > > > > > as the one below did) was this:
> > > > > >
> > > > > > 1) uninstall the current sox & sndconfig
> rpm's.
> > > > > > 2) install the new sox rpm from the
> updates
> > > > > > 3) install the new sndconfig rpm from the
> below
> &

Re: [newbie] SoundBlaster 16 horrors!! HElp

1999-07-03 Thread Axalon



On Sat, 3 Jul 1999, Axalon wrote:

> 
> Hi, steve 
> try rpm -e sndconfig sox, rpm -ihv sndconfig*.rpm sox*.rpm
> 
> If it really does use the es1373, I can find no kernel support for it.
> This doesn't truely rule out support, considering the following
> it shouldn't be to hard to implement
> 
> --
> [root@Homie sound]# cat es1370.c |sed -e "s|ES1370|ES1373|g" >es1373.c
> [root@Homie sound]# diff -u es1370.c es1371.c|wc -l
>2652
> [root@Homie sound]# diff -u es1371.c es1373.c|wc -l
>2652
> [root@Homie sound]#
> --
> 
> 

Steve can you please send me a "cat /proc/pci" when convienent



Re: [newbie] SoundBlaster 16 horrors!! HElp

1999-07-03 Thread Axalon


Hi, steve 
try rpm -e sndconfig sox, rpm -ihv sndconfig*.rpm sox*.rpm

If it really does use the es1373, I can find no kernel support for it.
This doesn't truely rule out support, considering the following
it shouldn't be to hard to implement

--
[root@Homie sound]# cat es1370.c |sed -e "s|ES1370|ES1373|g" >es1373.c
[root@Homie sound]# diff -u es1370.c es1371.c|wc -l
   2652
[root@Homie sound]# diff -u es1371.c es1373.c|wc -l
   2652
[root@Homie sound]#
--


On Sat, 3 Jul 1999, Alan Shoemaker wrote:

> Stevegee, I dunno, I use the package (kpackage) icon on the desktop. You
> click on the package icon and then when the window pops up you specify
> (select) an installed RPM and tell it to uninstall it, and then close the
> window.  Then you click on the new rpm (wherever it is) and when the
> kpackage window comes up you tell it to install.  It works really slick.
> 
> I got my sound card to work before the new mdk versions of sndconfig and sox
> were available.  What I did was uninstall sndconfig, sox and rhsound. Then I
> installed the RedHat 6.0 RPM's of those 3 files.  That stopped the error
> message and allowed the install to finish properly.  But so do the 2 new mdk
> files, at least for me.  Hope this helps.
> 
> Alan
> 
> - Original Message -
> From: Steve Winston <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, July 03, 1999 1:30 PM
> Subject: Re: [newbie] SoundBlaster 16 horrors!! HElp
> 
> 
> >
> > Reinstall is what I am looking at after hours poring over Win95 texts.
> > Since Friday, I have installed a new mommaboard, cpu and RAM and sound
> > card. Save for the soundcard, Linux has been no trouble. Win95 has been
> > nothing but a pain in the butt (each OS is on its own hd on one
> > computer).
> > Alan, I still can't get the snd card to work.
> > I uninstalled the old sox and sndconfig rpms. But some junk was left in
> > various files. Do I need to go through the system and delete
> > everything?
> > Once I downloaded the new rpms, I typed:
> > rpm -ivh 
> > Is that sufficient. I know that it opened the rpm, but when I used -ql,
> > it said the files weren't installed. Is there another step?
> > thanks, Steve W
> > --- Alan Shoemaker <[EMAIL PROTECTED]> wrote:
> > > Stevenope, I've no idea.  When my Win98 boot got
> > > screwed up it wouldn't
> > > even start to boot and I ended up re-installing
> > > Windows (yuck).  Maybe
> > > someone else can help on this one.
> > >
> > > Alan
> > >
> > > - Original Message -
> > > From: Steve Winston <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Saturday, July 03, 1999 12:27 PM
> > > Subject: Re: [newbie] SoundBlaster 16 horrors!! HElp
> > >
> > >
> > > > Hy alan, thanks for the  help. I will try it. I
> > > have one more question
> > > > which is not appropriate for the list, however.
> > > Linux is on one hard
> > > > drive, and win95 is on the other. Suddenly, win95
> > > won't complete
> > > > booting. It says "windows protection error" and
> > > says it can initialize
> > > > IOS, whatever that is. It won't even boot in safe
> > > mode. Any ideas?
> > > > thanks much , steve w.
> > > >
> > > > --- Alan Shoemaker <[EMAIL PROTECTED]> wrote:
> > > > > Hiwhat worked for my PCI128 card (which
> > > returned
> > > > > the same error message
> > > > > as the one below did) was this:
> > > > >
> > > > > 1) uninstall the current sox & sndconfig rpm's.
> > > > > 2) install the new sox rpm from the updates
> > > > > 3) install the new sndconfig rpm from the below
> > > > > link.
> > > > >
> > > > >
> > > >
> > >
> > ftp://jumpstart.netpirate.org/pub/mdk-test/sndconfig-0.33-3mdk.i586.rpm
> > > > >
> > > > > 4) run sndconfig and install your card.
> > > > >
> > > > > I sure hope this helps.
> > > > >
> > > > > Alan
> > > > >
> > > > > - Original Message -
> > > > > From: YH <[EMAIL PROTECTED]>
> > > > > To: <[EMAIL PROTECTED]>
> > > > > Sent: Saturday, July 03, 1999 4:47 AM
> > > > > Subject: Re: [ne

Re: [newbie] SoundBlaster 16 horrors!! HElp

1999-07-03 Thread Axalon


Reinstall's probably the best bet, but try restoreing your registry and
then booting safemode, scanreg reg something don't remeber the exe off
hand but u run it from a command prompt and can restore/backup upto 5
registrys with the default setup (theres a config to set it whatever u
want but i don't remeber that either). This is pretty common when
changeing the mainboard, before hand (like it helps now, but) you can 
save the hardware config do so, now delete all the things in the section
w/ the bus's isa/pci, once those are removed delete any other hardware
that isn't staying also. When it boot's up it'll will complain that it 
can't determine the current configuration, select the striped down version
and it should autodetect the new board.



On Sat, 3 Jul 1999, Steve Winston wrote:

> 
> Reinstall is what I am looking at after hours poring over Win95 texts.
> Since Friday, I have installed a new mommaboard, cpu and RAM and sound
> card. Save for the soundcard, Linux has been no trouble. Win95 has been
> nothing but a pain in the butt (each OS is on its own hd on one
> computer).
> Alan, I still can't get the snd card to work. 
> I uninstalled the old sox and sndconfig rpms. But some junk was left in
> various files. Do I need to go through the system and delete
> everything? 
> Once I downloaded the new rpms, I typed:
> rpm -ivh 
> Is that sufficient. I know that it opened the rpm, but when I used -ql,
> it said the files weren't installed. Is there another step?
> thanks, Steve W
> --- Alan Shoemaker <[EMAIL PROTECTED]> wrote:
> > Stevenope, I've no idea.  When my Win98 boot got
> > screwed up it wouldn't
> > even start to boot and I ended up re-installing
> > Windows (yuck).  Maybe
> > someone else can help on this one.
> > 
> > Alan
> > 
> > ----- Original Message -----
> > From: Steve Winston <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, July 03, 1999 12:27 PM
> > Subject: Re: [newbie] SoundBlaster 16 horrors!! HElp
> > 
> > 
> > > Hy alan, thanks for the  help. I will try it. I
> > have one more question
> > > which is not appropriate for the list, however.
> > Linux is on one hard
> > > drive, and win95 is on the other. Suddenly, win95
> > won't complete
> > > booting. It says "windows protection error" and
> > says it can initialize
> > > IOS, whatever that is. It won't even boot in safe
> > mode. Any ideas?
> > > thanks much , steve w.
> > >
> > > --- Alan Shoemaker <[EMAIL PROTECTED]> wrote:
> > > > Hiwhat worked for my PCI128 card (which
> > returned
> > > > the same error message
> > > > as the one below did) was this:
> > > >
> > > > 1) uninstall the current sox & sndconfig rpm's.
> > > > 2) install the new sox rpm from the updates
> > > > 3) install the new sndconfig rpm from the below
> > > > link.
> > > >
> > > >
> > >
> >
> ftp://jumpstart.netpirate.org/pub/mdk-test/sndconfig-0.33-3mdk.i586.rpm
> > > >
> > > > 4) run sndconfig and install your card.
> > > >
> > > > I sure hope this helps.
> > > >
> > > > Alan
> > > >
> > > > - Original Message -
> > > > From: YH <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Saturday, July 03, 1999 4:47 AM
> > > > Subject: Re: [newbie] SoundBlaster 16 horrors!!
> > HElp
> > > >
> > > >
> > > > > > When I try sndconfig to set up my
> > SoundBlaster
> > > > 16 PCI card, I am told
> > > > > > it can't be found. I get a message:
> > > > > > "modprob error:
> > > > > > /lib/modules/2.2.9-19mdk/misc/sb.o:
> > > > > > init-module: Device or Resource busy
> > > > > > sound: Device or resource busy"
> > > > >
> > > > > Sound Blaster 16 PCI is *NOT* the same as
> > Sound
> > > > Blaster 16.
> > > > >
> > > > > However, since the Sound Blaster 16 PCI is
> > using
> > > > the ES1373 chipset, it
> > > > should
> > > > > work with the same drivers as Ensoniq
> > AudioPCI,
> > > > Sound Blaster PCI 64 and
> > > > > Sound Blaster 128.
> > > > >
> > > > > Unfortunately, I do not have any idea where to
> > > > obtain these drivers.
> > > > >
> > > > > --
> > > > > Yusry Harfuddin [[EMAIL PROTECTED]]
> > > > >
> > > >
> > > >
> > >
> > >
> > _
> > > Do You Yahoo!?
> > > Get your free @yahoo.com address at
> > http://mail.yahoo.com
> > >
> > 
> > 
> 
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 



Re: [newbie] SoundBlaster 16 horrors!! HElp

1999-07-03 Thread Alan Shoemaker

Stevegee, I dunno, I use the package (kpackage) icon on the desktop. You
click on the package icon and then when the window pops up you specify
(select) an installed RPM and tell it to uninstall it, and then close the
window.  Then you click on the new rpm (wherever it is) and when the
kpackage window comes up you tell it to install.  It works really slick.

I got my sound card to work before the new mdk versions of sndconfig and sox
were available.  What I did was uninstall sndconfig, sox and rhsound. Then I
installed the RedHat 6.0 RPM's of those 3 files.  That stopped the error
message and allowed the install to finish properly.  But so do the 2 new mdk
files, at least for me.  Hope this helps.

Alan

- Original Message -
From: Steve Winston <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 03, 1999 1:30 PM
Subject: Re: [newbie] SoundBlaster 16 horrors!! HElp


>
> Reinstall is what I am looking at after hours poring over Win95 texts.
> Since Friday, I have installed a new mommaboard, cpu and RAM and sound
> card. Save for the soundcard, Linux has been no trouble. Win95 has been
> nothing but a pain in the butt (each OS is on its own hd on one
> computer).
> Alan, I still can't get the snd card to work.
> I uninstalled the old sox and sndconfig rpms. But some junk was left in
> various files. Do I need to go through the system and delete
> everything?
> Once I downloaded the new rpms, I typed:
> rpm -ivh 
> Is that sufficient. I know that it opened the rpm, but when I used -ql,
> it said the files weren't installed. Is there another step?
> thanks, Steve W
> --- Alan Shoemaker <[EMAIL PROTECTED]> wrote:
> > Stevenope, I've no idea.  When my Win98 boot got
> > screwed up it wouldn't
> > even start to boot and I ended up re-installing
> > Windows (yuck).  Maybe
> > someone else can help on this one.
> >
> > Alan
> >
> > - Original Message -----
> > From: Steve Winston <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, July 03, 1999 12:27 PM
> > Subject: Re: [newbie] SoundBlaster 16 horrors!! HElp
> >
> >
> > > Hy alan, thanks for the  help. I will try it. I
> > have one more question
> > > which is not appropriate for the list, however.
> > Linux is on one hard
> > > drive, and win95 is on the other. Suddenly, win95
> > won't complete
> > > booting. It says "windows protection error" and
> > says it can initialize
> > > IOS, whatever that is. It won't even boot in safe
> > mode. Any ideas?
> > > thanks much , steve w.
> > >
> > > --- Alan Shoemaker <[EMAIL PROTECTED]> wrote:
> > > > Hiwhat worked for my PCI128 card (which
> > returned
> > > > the same error message
> > > > as the one below did) was this:
> > > >
> > > > 1) uninstall the current sox & sndconfig rpm's.
> > > > 2) install the new sox rpm from the updates
> > > > 3) install the new sndconfig rpm from the below
> > > > link.
> > > >
> > > >
> > >
> >
> ftp://jumpstart.netpirate.org/pub/mdk-test/sndconfig-0.33-3mdk.i586.rpm
> > > >
> > > > 4) run sndconfig and install your card.
> > > >
> > > > I sure hope this helps.
> > > >
> > > > Alan
> > > >
> > > > - Original Message -
> > > > From: YH <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Saturday, July 03, 1999 4:47 AM
> > > > Subject: Re: [newbie] SoundBlaster 16 horrors!!
> > HElp
> > > >
> > > >
> > > > > > When I try sndconfig to set up my
> > SoundBlaster
> > > > 16 PCI card, I am told
> > > > > > it can't be found. I get a message:
> > > > > > "modprob error:
> > > > > > /lib/modules/2.2.9-19mdk/misc/sb.o:
> > > > > > init-module: Device or Resource busy
> > > > > > sound: Device or resource busy"
> > > > >
> > > > > Sound Blaster 16 PCI is *NOT* the same as
> > Sound
> > > > Blaster 16.
> > > > >
> > > > > However, since the Sound Blaster 16 PCI is
> > using
> > > > the ES1373 chipset, it
> > > > should
> > > > > work with the same drivers as Ensoniq
> > AudioPCI,
> > > > Sound Blaster PCI 64 and
> > > > > Sound Blaster 128.
> > > > >
> > > > > Unfortunately, I do not have any idea where to
> > > > obtain these drivers.
> > > > >
> > > > > --
> > > > > Yusry Harfuddin [[EMAIL PROTECTED]]
> > > > >
> > > >
> > > >
> > >
> > >
> > _
> > > Do You Yahoo!?
> > > Get your free @yahoo.com address at
> > http://mail.yahoo.com
> > >
> >
> >
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>



Re: [newbie] SoundBlaster 16 horrors!! HElp

1999-07-03 Thread Steve Winston


Reinstall is what I am looking at after hours poring over Win95 texts.
Since Friday, I have installed a new mommaboard, cpu and RAM and sound
card. Save for the soundcard, Linux has been no trouble. Win95 has been
nothing but a pain in the butt (each OS is on its own hd on one
computer).
Alan, I still can't get the snd card to work. 
I uninstalled the old sox and sndconfig rpms. But some junk was left in
various files. Do I need to go through the system and delete
everything? 
Once I downloaded the new rpms, I typed:
rpm -ivh 
Is that sufficient. I know that it opened the rpm, but when I used -ql,
it said the files weren't installed. Is there another step?
thanks, Steve W
--- Alan Shoemaker <[EMAIL PROTECTED]> wrote:
> Stevenope, I've no idea.  When my Win98 boot got
> screwed up it wouldn't
> even start to boot and I ended up re-installing
> Windows (yuck).  Maybe
> someone else can help on this one.
> 
> Alan
> 
> - Original Message -
> From: Steve Winston <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, July 03, 1999 12:27 PM
> Subject: Re: [newbie] SoundBlaster 16 horrors!! HElp
> 
> 
> > Hy alan, thanks for the  help. I will try it. I
> have one more question
> > which is not appropriate for the list, however.
> Linux is on one hard
> > drive, and win95 is on the other. Suddenly, win95
> won't complete
> > booting. It says "windows protection error" and
> says it can initialize
> > IOS, whatever that is. It won't even boot in safe
> mode. Any ideas?
> > thanks much , steve w.
> >
> > --- Alan Shoemaker <[EMAIL PROTECTED]> wrote:
> > > Hiwhat worked for my PCI128 card (which
> returned
> > > the same error message
> > > as the one below did) was this:
> > >
> > > 1) uninstall the current sox & sndconfig rpm's.
> > > 2) install the new sox rpm from the updates
> > > 3) install the new sndconfig rpm from the below
> > > link.
> > >
> > >
> >
>
ftp://jumpstart.netpirate.org/pub/mdk-test/sndconfig-0.33-3mdk.i586.rpm
> > >
> > > 4) run sndconfig and install your card.
> > >
> > > I sure hope this helps.
> > >
> > > Alan
> > >
> > > - Original Message -
> > > From: YH <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Saturday, July 03, 1999 4:47 AM
> > > Subject: Re: [newbie] SoundBlaster 16 horrors!!
> HElp
> > >
> > >
> > > > > When I try sndconfig to set up my
> SoundBlaster
> > > 16 PCI card, I am told
> > > > > it can't be found. I get a message:
> > > > > "modprob error:
> > > > > /lib/modules/2.2.9-19mdk/misc/sb.o:
> > > > > init-module: Device or Resource busy
> > > > > sound: Device or resource busy"
> > > >
> > > > Sound Blaster 16 PCI is *NOT* the same as
> Sound
> > > Blaster 16.
> > > >
> > > > However, since the Sound Blaster 16 PCI is
> using
> > > the ES1373 chipset, it
> > > should
> > > > work with the same drivers as Ensoniq
> AudioPCI,
> > > Sound Blaster PCI 64 and
> > > > Sound Blaster 128.
> > > >
> > > > Unfortunately, I do not have any idea where to
> > > obtain these drivers.
> > > >
> > > > --
> > > > Yusry Harfuddin [[EMAIL PROTECTED]]
> > > >
> > >
> > >
> >
> >
> _
> > Do You Yahoo!?
> > Get your free @yahoo.com address at
> http://mail.yahoo.com
> >
> 
> 

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



Re: [newbie] SoundBlaster 16 horrors!! HElp

1999-07-03 Thread Alan Shoemaker

Stevenope, I've no idea.  When my Win98 boot got screwed up it wouldn't
even start to boot and I ended up re-installing Windows (yuck).  Maybe
someone else can help on this one.

Alan

- Original Message -
From: Steve Winston <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 03, 1999 12:27 PM
Subject: Re: [newbie] SoundBlaster 16 horrors!! HElp


> Hy alan, thanks for the  help. I will try it. I have one more question
> which is not appropriate for the list, however. Linux is on one hard
> drive, and win95 is on the other. Suddenly, win95 won't complete
> booting. It says "windows protection error" and says it can initialize
> IOS, whatever that is. It won't even boot in safe mode. Any ideas?
> thanks much , steve w.
>
> --- Alan Shoemaker <[EMAIL PROTECTED]> wrote:
> > Hiwhat worked for my PCI128 card (which returned
> > the same error message
> > as the one below did) was this:
> >
> > 1) uninstall the current sox & sndconfig rpm's.
> > 2) install the new sox rpm from the updates
> > 3) install the new sndconfig rpm from the below
> > link.
> >
> >
> ftp://jumpstart.netpirate.org/pub/mdk-test/sndconfig-0.33-3mdk.i586.rpm
> >
> > 4) run sndconfig and install your card.
> >
> > I sure hope this helps.
> >
> > Alan
> >
> > - Original Message -
> > From: YH <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, July 03, 1999 4:47 AM
> > Subject: Re: [newbie] SoundBlaster 16 horrors!! HElp
> >
> >
> > > > When I try sndconfig to set up my SoundBlaster
> > 16 PCI card, I am told
> > > > it can't be found. I get a message:
> > > > "modprob error:
> > > > /lib/modules/2.2.9-19mdk/misc/sb.o:
> > > > init-module: Device or Resource busy
> > > > sound: Device or resource busy"
> > >
> > > Sound Blaster 16 PCI is *NOT* the same as Sound
> > Blaster 16.
> > >
> > > However, since the Sound Blaster 16 PCI is using
> > the ES1373 chipset, it
> > should
> > > work with the same drivers as Ensoniq AudioPCI,
> > Sound Blaster PCI 64 and
> > > Sound Blaster 128.
> > >
> > > Unfortunately, I do not have any idea where to
> > obtain these drivers.
> > >
> > > --
> > > Yusry Harfuddin [[EMAIL PROTECTED]]
> > >
> >
> >
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>



Re: [newbie] SoundBlaster 16 horrors!! HElp

1999-07-03 Thread Alan Shoemaker

Hiwhat worked for my PCI128 card (which returned the same error message
as the one below did) was this:

1) uninstall the current sox & sndconfig rpm's.
2) install the new sox rpm from the updates
3) install the new sndconfig rpm from the below link.

ftp://jumpstart.netpirate.org/pub/mdk-test/sndconfig-0.33-3mdk.i586.rpm

4) run sndconfig and install your card.

I sure hope this helps.

Alan

- Original Message -
From: YH <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 03, 1999 4:47 AM
Subject: Re: [newbie] SoundBlaster 16 horrors!! HElp


> > When I try sndconfig to set up my SoundBlaster 16 PCI card, I am told
> > it can't be found. I get a message:
> > "modprob error:
> > /lib/modules/2.2.9-19mdk/misc/sb.o:
> > init-module: Device or Resource busy
> > sound: Device or resource busy"
>
> Sound Blaster 16 PCI is *NOT* the same as Sound Blaster 16.
>
> However, since the Sound Blaster 16 PCI is using the ES1373 chipset, it
should
> work with the same drivers as Ensoniq AudioPCI, Sound Blaster PCI 64 and
> Sound Blaster 128.
>
> Unfortunately, I do not have any idea where to obtain these drivers.
>
> --
> Yusry Harfuddin [[EMAIL PROTECTED]]
>



Re: [newbie] SoundBlaster 16 horrors!! HElp

1999-07-03 Thread YH

> When I try sndconfig to set up my SoundBlaster 16 PCI card, I am told
> it can't be found. I get a message: 
> "modprob error:
> /lib/modules/2.2.9-19mdk/misc/sb.o:
> init-module: Device or Resource busy
> sound: Device or resource busy"

Sound Blaster 16 PCI is *NOT* the same as Sound Blaster 16.

However, since the Sound Blaster 16 PCI is using the ES1373 chipset, it should
work with the same drivers as Ensoniq AudioPCI, Sound Blaster PCI 64 and
Sound Blaster 128.

Unfortunately, I do not have any idea where to obtain these drivers.

--
Yusry Harfuddin [[EMAIL PROTECTED]]