Re: SoundBlaster 16 Vibra

2001-08-31 Thread Sam Varghese
On Thu, Aug 30, 2001 at 09:29:56PM +0200, Arthur Buijs wrote:
 I'm new to Linux and have recently installed Debian Potato.
 
 I have a SoundBlaster 16 Vibra card. According to The Linux Sound HOWTO the 
 soundcard is supported by de Linux kernel sound driver. The card works under 
 NT. It doesn't work under Linux so far.
 
 I ran modconf but couldn't find a module for this card. Is that right?
 Does Debian Potato have a sound driver configuration utility? If not do I 
 have to use pnpdump, isapnp.conf and isapnp? If so, how do I make isapnp run 
 at startup?
 
 Art

you can try using alsa.

www.alsa-project.org

sam
-- 
(Sam Varghese)
http://www.gnubies.com



Re: SoundBlaster 16 Vibra

2001-08-31 Thread Eduard Bloch
#include hallo.h
Arthur Buijs wrote on Thu Aug 30, 2001 um 09:29:56PM:

 I ran modconf but couldn't find a module for this card. Is that right?

Hough?! Which kernel package did you install? Almost all should contain
the sb module.

 Does Debian Potato have a sound driver configuration utility? If not
 do I have to use pnpdump, isapnp.conf and isapnp? If so, how do I make
 isapnp run at startup?

Is it really a Plug-an-Pray card? I don't think so, Vibra is pretty
old. You should note the hardware settings used in Windows and give them
as options to the sb modules, see the Howto.

Gruss/Regards,
Eduard.
-- 
Wozu Handbuecher? Die Leute, die darin lesen sollten, tun es sowieso nicht...



Re: SoundBlaster 16 Vibra

2001-08-31 Thread Jeremy Nickurak
On 2001.08.31 04:42 Eduard Bloch wrote:
 Arthur Buijs wrote on Thu Aug 30, 2001 um 09:29:56PM:

  Does Debian Potato have a sound driver configuration utility? If not
  do I have to use pnpdump, isapnp.conf and isapnp? If so, how do I make
  isapnp run at startup?
 Is it really a Plug-an-Pray card? I don't think so, Vibra is pretty
 old. You should note the hardware settings used in Windows and give them
 as options to the sb modules, see the Howto.

It is really a plug-and-play card. I have one myself, works beatifully,
either with isapnptools, or a pnp-enabled kernel.



Re: Soundblaster 16

2001-08-22 Thread Markus Hansen
Bob Nielsen
i tried to install my isa pnp soundblaster like you discribed, a sound system
should be activated in the kernel...
(now it is a different installation)
i used the things you wrote but it said
output dma timeout
probably irq/dma conflict
what can i do?
i already used different settings for dma16 and irq
markus

 Many SB16 cards can be configured to select PnP or a fixed IRQ.  If
 yours has that capability, you should definitely use a fixed IRQ.  In
 my case, I created /etc/modutils/sb with the following line:

 options io=0x220 irq=7 dma=1 dma16=5 mpu_io=330

 I then ran 'update-modules' (which creates /etc/modules.conf) and
 'insmod sb' and sound was working.

 I put this line in /etc/modules, so sound would be enabled after boot:
 sb #Soundblaster 16

 Bob

 On Thu, Jul 19, 2001 at 09:22:17AM -0400, Adam Bell wrote:
  I have the same card.
 
  Probably your problem is that it's in plug and play mode, and since it's
  an ISA card that is suckland for Linux.
 
  You need a package called isapnp (apt-get install isapnp), which might
  already be there.  Then you need to dump the output of pnpdump --config
  into /etc/isapnp.conf (as root).  Then you should be set recognizing the
  card (IF isa plug and play is enabled in your kernel...which it should
  be.  If not, check modconf / recompile kernel with isapnp support).  Try
  isapnp /etc/isapnp.conf.  It should recognize some crap and your sound
  card, and tell you your settings (dma, dma16, io, irq)  Write down those
  4 things, then go into modconf.  The module you want is sb in with all
  the other cards (It'll automagically get sound-core and all that other
  crap).  For parameters, pass it all those 4 things (io=0x220 dma=1
  dma16=5 irq=5 for example).
 
  Now it should be recognizable, BUT probably only to root.  Anyone whom
  you wish to make able to use the card needs to be added to the audio
  group.
 
  OR, you could use ALSA, but I don't know how.  :)
 
  --adam b.
 
  BTW, you don't strictly have to have the kernel call isapnp; it's just a
  lot cleaner.  You can also use preloads in your system init scripts, and
  you can find how to do this on the net.  I didn't need to...I just added
  isapnp.conf to /etc and everything worked after I installed the sb
  module.
 
  Hi
  I have got a Debian gnu/linux 2.2 potato on my PC.
  My problem is the soundcard while using KDE2.
  I have a Creative Soundblaster sb16
  I am not able to get the card working.
  As I am a real linux-greenhorn I do not know how to do nearly anything,
  but you all know the start is the hardest... If you could send me a list
  of the things I have to do I would be very glad.
 
  Thank you very much.
  Yours Markus Hansen.
 
  German Version:
 
  Hi ich habe ein Debian gnu/linux 2.2 potato installiert.
  Mein problem ist momentan der sound.
  Ich habe eine Creative Soundblaster sb16.
  Ich habe KDE2 und weiss nicht wie ich die karte zum laufen kriege. Es
  waere sehr nett von Euch, wenn ihr mir eine art Anleitung oder so
  schreiben koenntet. Ich bin der (fast) totale Linux Anfaenger und somit
  bitzte ich Euch um Nachsicht.
 
  Vielen dank im voraus
  Euer Markus Hansen



Re: Soundblaster 16

2001-08-22 Thread Steven Yap
On Wed, Aug 22, 2001 at 12:27:29PM +0200, Markus Hansen wrote:
 Bob Nielsen

 i tried to install my isa pnp soundblaster like you discribed, a
 sound system should be activated in the kernel... (now it is a different
 installation) i used the things you wrote but it said output dma timeout
 probably irq/dma conflict what can i do? i already used different settings
 for dma16 and irq

  Many SB16 cards can be configured to select PnP or a fixed IRQ.  If
  yours has that capability, you should definitely use a fixed IRQ.  In
  my case, I created /etc/modutils/sb with the following line:
 
  options io=0x220 irq=7 dma=1 dma16=5 mpu_io=330
 
  I then ran 'update-modules' (which creates /etc/modules.conf) and
  'insmod sb' and sound was working.
 
  I put this line in /etc/modules, so sound would be enabled after boot:
  sb #Soundblaster 16

Another posibility you could try is installing the sndconfig package.
I know it available in sid (unstable) but I don't know if it's packaged
for stable.


-- 
steven yap



[Potato] IRQ/DMA/IO config with ISA PnP card (Was: Re: Soundblaster 16)

2001-08-22 Thread Phil
hello everybody  ;)

On Wed, Aug 22, 2001 at 01:10:02PM -, [EMAIL PROTECTED] wrote:



 From: Markus Hansen [EMAIL PROTECTED]
 Subject: Re: Soundblaster 16
 Date: Wed, 22 Aug 2001 12:27:29 +0200
 i tried to install my isa pnp soundblaster like you discribed, a sound system
 should be activated in the kernel...
 (now it is a different installation)
 i used the things you wrote but it said
 output dma timeout
 probably irq/dma conflict
 what can i do?
 i already used different settings for dma16 and irq
 
  Many SB16 cards can be configured to select PnP or a fixed IRQ.  If
  yours has that capability, you should definitely use a fixed IRQ.  In
  my case, I created /etc/modutils/sb with the following line:
  options io=0x220 irq=7 dma=1 dma16=5 mpu_io=330
  I then ran 'update-modules' (which creates /etc/modules.conf) and
  'insmod sb' and sound was working.
  I put this line in /etc/modules, so sound would be enabled after boot:
  sb #Soundblaster 16
 
  On Thu, Jul 19, 2001 at 09:22:17AM -0400, Adam Bell wrote:
   I have the same card.
   Probably your problem is that it's in plug and play mode, and since it's
   an ISA card that is suckland for Linux.
   You need a package called isapnp (apt-get install isapnp), which might
   already be there.  Then you need to dump the output of pnpdump --config
   into /etc/isapnp.conf (as root).  Then you should be set recognizing the
   card (IF isa plug and play is enabled in your kernel...which it should
   be.  If not, check modconf / recompile kernel with isapnp support).  Try
   isapnp /etc/isapnp.conf.  It should recognize some crap and your sound
   card, and tell you your settings (dma, dma16, io, irq)  Write down those
   4 things, then go into modconf.  The module you want is sb in with all
   the other cards (It'll automagically get sound-core and all that other
   crap).  For parameters, pass it all those 4 things (io=0x220 dma=1
   dma16=5 irq=5 for example).
  
   Hi
   I have got a Debian gnu/linux 2.2 potato on my PC.
   My problem is the soundcard while using KDE2.
   I have a Creative Soundblaster sb16


  well, I get a similar problem with my laptop (Clevo 668 Multimedia
Notebook), and with a Potato.
The soundcard is :

. controller : ESS1879
   (proprietary driver), PnP, 16-bit stereo,
   full-duplex 16-bit ADC, 3 DACs for audio,
   music synthesis and I²S zoom-video max. record  playback
   up to 44Khz stereo (WAVE audio) 20-voice FM music
   (ESFM(tm) technology)   
. wavetable : ESS692
. compatibility : Sound Blaster Pro(tm) 3.01, 16-bit FM,
  MU401(UART mode), MS Windows Sound System(tm)


  I have tried :

pnpdump -rDim :
# $Id: pnpdump.c,v 1.21 1999/12/09 22:28:33 fox Exp $
# # Release isapnptools-1.21 (library isapnptools-1.21)
# #
# # This is free software, see the sources for details.
# # This software has NO WARRANTY, use at your OWN RISK
# #
# # For details of the output file format, see isapnp.conf(5)
# #
# # For latest information and FAQ on isapnp and pnpdump see:
# # http://www.roestock.demon.co.uk/isapnptools/
# #
# # Compiler flags:  -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR
# # (for   library:  -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR)
# #
# # Trying port address 0273
#
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0 *** 00
# [...]
# Trying port address 03f3
# [...]
# fc fc - bit 00, goodaddress 0 *** csum *** 00
# No boards found


  No boards found...! But, so, I got :

  - beginning of my /etc/isapnp.conf -
#(debug)
#(IGNORECRC)
#(READPORT 0x3bb)
#(ISOLATE)
#(IDENTIFY *)
#(CONFIGURE DFX/1493 (LD 0 (IO 0 (BASE 0x3e8)) (INT 0 (IRQ 12 (MODE +E))) (A
CT Y)))
#(CONFIGURE DFX/1493 (LD 0 (REG 7 (PEEK)) (REG 0x30 (PEEK
#(CONFIGURE DFX/1493 (LD 1 (REG 7 (PEEK)) (REG 0x30 (PEEK
# Try to force logical device 2 (which doesn't exist)...
#(CONFIGURE DFX/1493 (LD 1 (REG 7 (POKE 2) (PEEK)) (REG 0x30 (PEEK
# .. hence this gives an error
#(CONFIGURE DFX/1493 (LD 2 (REG 7 (PEEK)) (REG 0x30 (PEEK
#(WAITFORKEY)
  - end of my /etc/isapnp.conf -


  then I reboot to have a look at the BIOS ; it offers the following
settings :

Audio Port Addresses : 220h-22Fh (default value)
   240h-24Fh
   260...
   280 
Midi Port Addresses : 300h-303h (default value)
  310h-313h
  320...
  330...
Audio/Midi IRQ : IRQ 5 (default value)
 IRQ 7
 IRQ 9
 IRQ 10
Audio DMA CH1 : DMA 0
DMA 1
DMA 3 (default value)
Audio DMA CH2 : DMA 1
DMA 3
DMA 5 (default value)


  now, I have :


# dmesg

Re: Soundblaster 16

2001-07-25 Thread hede

Hi,

There are a couple of things you could look out for to check
whether sound is working. As root, run:

  # cat /dev/sndstat

It should say something like:

Audio devices:
0: Sound Blaster 16 (4.13) (DUPLEX)

If that works, look for a .au file on your machine (eg by using
locate .au), and run:

  # cat foo.au  /dev/audio

You should hear a sound here :)

Getting sound to work in Debian is definitely more tricky
than doing so in Suse or Redhat. If you've still got your
Suse partition, try looking for the sb kernel modules options
in /etc/conf.modules or /etc/modules.conf, and use those
values in Debian. That's what I did. The settings I used
are:

  options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330

If you have the sb kernel module (eg from kernel-image-2.2.19),
you shouldn't have to recompile your kernel just as yet.

As for MP3/CD players, I use xmms. To get xmms to work with
the sb kernel module, you'd need to change your preferences
to use the libOSS output plugin instead of the Esound one.

Hope that helps.

-hoeteck






Re: SoundBlaster 16 e modulo

2001-07-24 Thread Thadeu Penna
On Tue, 24 Jul 2001, cosmo wrote:


 Note: /etc/modules.conf is more recent than /lib/modules/2.2.19/modules.dep
 modprobe: Can't locate module *

 Alguem saberia me dizer o que eh ?!?!?!?



O arquivo /etc/modules.conf é mais recente que o arquivo
/lib/modules/2.2.19/modules.dep :) Para atualizar o modules.dep faça
depmod -av.



 ___  _ .''`.
  | |_  _. _| _  |_) _ ._ ._  _.   : :'  :
  | | |(_|(_|(/_|_|  |  (/_| || |(_|   `. `'`
Linux User #50500`-
Prof.Adjunto - Instituto de Física   Debian-
Universidade Federal Fluminense  Alpha/K6/K7



Re: Soundblaster 16

2001-07-24 Thread Markus Hansen
Hi Bob

i have no installed drivers anyway, and as you can see i dont have any
card copnfig.
do you know how to change this?

thanks markus

 The only difference I see is that you show nothing under Installed
 drivers or Card config.

 Here is what mine shows:
 OSS/Free:3.8s2++-971130
 Load type: Driver compiled into kernel
 Kernel: Linux bob 2.2.17 #1 Mon Mar 19 21:47:03 PST 2001 i586
 Config options: 0

 Installed drivers:
 Type 26: MPU-401 (UART)
 Type 2: Sound Blaster
 Type 29: Sound Blaster PnP
 Type 7: SB MPU-401

 Card config:
 Sound Blaster at 0x220 irq 7 drq 1,5
 SB MPU-401 at 0x330 irq 7 drq 0

 Audio devices:
 0: Sound Blaster 16 (4.13) (DUPLEX)

 Synth devices:

 Midi devices:
 0: Sound Blaster 16

 Timers:
 0: System clock

 Mixers:
 0: Sound Blaster

 I have my sound compiled into the kernel, but have another partition
 which has a kernel installation with sound as amodule.  I rebooted into
 that and got the same thing you have.  Unfortunately, I moved my
 speakers to another computer and can't test it, but I know it worked at
 one time.  I'll get the speakers and run some tests later.  If I find
 out anything, I'll let you know.

 Bob

 On Sun, Jul 22, 2001 at 08:19:08PM +0200, Markus Hansen wrote:
  it says, i dont now how to copy it from the shell:
  OSS/FREE:3.8s2++-971130
  Load type: Driver loaded as a module
  Kernel: Linux debian 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i686
  Config options: 0
 
  Installed drivers:
 
  Card config:
 
  Audio devices:
  0: Sound Blaster 16 (4.16) (DUPLEX)
 
  Synth devices:
 
  Midi Devices:
 
  Timers:
  0: System clock
 
  Mixers:
  0: Sound Blaster
 
  I hope you know what this means (?) to me it says
  i should work, but i dont
  i hope you can help me.
  thank you very much
  markus
 
 
 
 
 
 
 
  Bob Nielsen wrote:
 
   On Sun, Jul 22, 2001 at 02:25:04AM +0200, Markus Hansen wrote:
it is like this:
if i am root the mp3blaster (using rootconsole)
plays the sonmg with no error report, but there is no sound,
doing the same while beeing user the mp3blaster says
no sound card present and closes at once...
strange.
thank you if you can help me, but
thank you anyway for your efforts.
markus
  
   What does 'cat /dev/sndstat' report?
  
   Bob

 --
 Bob Nielsen, N7XY  [EMAIL PROTECTED]
 Bainbridge Island, WA  http://www.oz.net/~nielsen
 IOTA NA-065, USI WA-028S



Re: Soundblaster 16

2001-07-22 Thread Markus Hansen
thank you...strange thing.
so you dont have any idea?
but thank you anyway.
markus

 The only difference I see is that you show nothing under Installed
 drivers or Card config.

 Here is what mine shows:
 OSS/Free:3.8s2++-971130
 Load type: Driver compiled into kernel
 Kernel: Linux bob 2.2.17 #1 Mon Mar 19 21:47:03 PST 2001 i586
 Config options: 0

 Installed drivers:
 Type 26: MPU-401 (UART)
 Type 2: Sound Blaster
 Type 29: Sound Blaster PnP
 Type 7: SB MPU-401

 Card config:
 Sound Blaster at 0x220 irq 7 drq 1,5
 SB MPU-401 at 0x330 irq 7 drq 0

 Audio devices:
 0: Sound Blaster 16 (4.13) (DUPLEX)

 Synth devices:

 Midi devices:
 0: Sound Blaster 16

 Timers:
 0: System clock

 Mixers:
 0: Sound Blaster

 I have my sound compiled into the kernel, but have another partition
 which has a kernel installation with sound as amodule.  I rebooted into
 that and got the same thing you have.  Unfortunately, I moved my
 speakers to another computer and can't test it, but I know it worked at
 one time.  I'll get the speakers and run some tests later.  If I find
 out anything, I'll let you know.

 Bob

 On Sun, Jul 22, 2001 at 08:19:08PM +0200, Markus Hansen wrote:
  it says, i dont now how to copy it from the shell:
  OSS/FREE:3.8s2++-971130
  Load type: Driver loaded as a module
  Kernel: Linux debian 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i686
  Config options: 0
 
  Installed drivers:
 
  Card config:
 
  Audio devices:
  0: Sound Blaster 16 (4.16) (DUPLEX)
 
  Synth devices:
 
  Midi Devices:
 
  Timers:
  0: System clock
 
  Mixers:
  0: Sound Blaster
 
  I hope you know what this means (?) to me it says
  i should work, but i dont
  i hope you can help me.
  thank you very much
  markus
 
 
 
 
 
 
 
  Bob Nielsen wrote:
 
   On Sun, Jul 22, 2001 at 02:25:04AM +0200, Markus Hansen wrote:
it is like this:
if i am root the mp3blaster (using rootconsole)
plays the sonmg with no error report, but there is no sound,
doing the same while beeing user the mp3blaster says
no sound card present and closes at once...
strange.
thank you if you can help me, but
thank you anyway for your efforts.
markus
  
   What does 'cat /dev/sndstat' report?
  
   Bob

 --
 Bob Nielsen, N7XY  [EMAIL PROTECTED]
 Bainbridge Island, WA http://www.oz.net/~nielsen
 IOTA NA-065, USI WA-028S



Re: Soundblaster 16

2001-07-21 Thread Markus Hansen
Thank you bob, i said i dont know whether it works as root, but as user it 
doesnt.
but as the person before you wrote i think it would be possible that this would
be(root sound, user no sound)
but i dont know anyway, also not how to find out.
i tried your lines, but i was unshure what exactly to do.
you know, using the suse linux sound worked, but i use now
debian because my brother told me it is better,
by now i know it is different and more complicated, but i keep trying.
thanks for your help


Bob Nielsen wrote:

 mp3blaster or mpg123 should work for audio. If it only works as root,
 but not as a regular user, add yourself to the audio group (see man
 adduser).

 To find other mpeg players, I suggest you do 'apt-cache search mpeg'
 and look at the package names which are returned.  Then do 'apt-cache
 show' on likely packages to find a suitable one.

 Bob




RE: Soundblaster 16

2001-07-19 Thread Adam Bell
I have the same card.

Probably your problem is that it's in plug and play mode, and since it's
an ISA card that is suckland for Linux.

You need a package called isapnp (apt-get install isapnp), which might
already be there.  Then you need to dump the output of pnpdump --config
into /etc/isapnp.conf (as root).  Then you should be set recognizing the
card (IF isa plug and play is enabled in your kernel...which it should
be.  If not, check modconf / recompile kernel with isapnp support).  Try
isapnp /etc/isapnp.conf.  It should recognize some crap and your sound
card, and tell you your settings (dma, dma16, io, irq)  Write down those
4 things, then go into modconf.  The module you want is sb in with all
the other cards (It'll automagically get sound-core and all that other
crap).  For parameters, pass it all those 4 things (io=0x220 dma=1
dma16=5 irq=5 for example).

Now it should be recognizable, BUT probably only to root.  Anyone whom
you wish to make able to use the card needs to be added to the audio
group.

OR, you could use ALSA, but I don't know how.  :)

--adam b.

BTW, you don't strictly have to have the kernel call isapnp; it's just a
lot cleaner.  You can also use preloads in your system init scripts, and
you can find how to do this on the net.  I didn't need to...I just added
isapnp.conf to /etc and everything worked after I installed the sb
module.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Markus Hansen
Sent: Thursday, July 19, 2001 9:05 AM
To: Debian Mailinglist
Subject: Soundblaster 16


Hi
I have got a Debian gnu/linux 2.2 potato on my PC.
My problem is the soundcard while using KDE2.
I have a Creative Soundblaster sb16
I am not able to get the card working.
As I am a real linux-greenhorn I do not know how to do nearly anything,
but you all know the start is the hardest... If you could send me a list
of the things I have to do I would be very glad.

Thank you very much.
Yours Markus Hansen.

German Version:

Hi ich habe ein Debian gnu/linux 2.2 potato installiert.
Mein problem ist momentan der sound.
Ich habe eine Creative Soundblaster sb16.
Ich habe KDE2 und weiss nicht wie ich die karte zum laufen kriege. Es
waere sehr nett von Euch, wenn ihr mir eine art Anleitung oder so
schreiben koenntet. Ich bin der (fast) totale Linux Anfaenger und somit
bitzte ich Euch um Nachsicht.

Vielen dank im voraus
Euer Markus Hansen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




Re: Soundblaster 16

2001-07-19 Thread Michael B. Taylor
On Thu, Jul 19, 2001 at 09:22:17AM -0400, Adam Bell wrote:
 I have the same card.
 
 Probably your problem is that it's in plug and play mode, and since it's
 an ISA card that is suckland for Linux.
 
 
You can avoid isapnp difficulties all together by installing a 2.4 kernel.
(i.e. install woody, or go to potato+2.4kernel via the Bunk packages.)

The 2.4 series has smarts that can auto-sense IRQ's and addresses and stuff.
It doesnt work with every concievable isa card, but sb16 is one thing that
it is well tested with.

Mike



RE: Soundblaster 16

2001-07-19 Thread Adam Bell
Good point, but if you are a newbie recompiling your kernel, READ the
docs carefully.  No, really, read them!  It's not hard at ALL to compile
a kernel, but the mistakes are not all obvious and if you screw up your
system is pretty hosed.  Here are the basic steps:

1. Have a rescue disk handy (just in case)
2. know your drive controller (basically, do you need ultra66 support?)
3. dl source, unzip, make menuconfig
4. the help is good in the config program...use it.
5. make dep
6. make modules
7. make modules_install
8. make bzlilo
9. /sbin/lilo (if it isn't already done)
10. reboot into new kernal land!  We hope...

--adam b.

-Original Message-
From: Michael B. Taylor [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 19, 2001 9:08 AM
To: debian-user@lists.debian.org
Subject: Re: Soundblaster 16


On Thu, Jul 19, 2001 at 09:22:17AM -0400, Adam Bell wrote:
 I have the same card.
 
 Probably your problem is that it's in plug and play mode, and since 
 it's an ISA card that is suckland for Linux.
 
 
You can avoid isapnp difficulties all together by installing a 2.4
kernel. (i.e. install woody, or go to potato+2.4kernel via the Bunk
packages.)

The 2.4 series has smarts that can auto-sense IRQ's and addresses and
stuff. It doesnt work with every concievable isa card, but sb16 is one
thing that it is well tested with.

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




Re: Soundblaster 16

2001-07-19 Thread Bob Nielsen
Many SB16 cards can be configured to select PnP or a fixed IRQ.  If
yours has that capability, you should definitely use a fixed IRQ.  In
my case, I created /etc/modutils/sb with the following line:

options io=0x220 irq=7 dma=1 dma16=5 mpu_io=330

I then ran 'update-modules' (which creates /etc/modules.conf) and
'insmod sb' and sound was working.

I put this line in /etc/modules, so sound would be enabled after boot:
sb #Soundblaster 16


Bob


On Thu, Jul 19, 2001 at 09:22:17AM -0400, Adam Bell wrote:
 I have the same card.
 
 Probably your problem is that it's in plug and play mode, and since it's
 an ISA card that is suckland for Linux.
 
 You need a package called isapnp (apt-get install isapnp), which might
 already be there.  Then you need to dump the output of pnpdump --config
 into /etc/isapnp.conf (as root).  Then you should be set recognizing the
 card (IF isa plug and play is enabled in your kernel...which it should
 be.  If not, check modconf / recompile kernel with isapnp support).  Try
 isapnp /etc/isapnp.conf.  It should recognize some crap and your sound
 card, and tell you your settings (dma, dma16, io, irq)  Write down those
 4 things, then go into modconf.  The module you want is sb in with all
 the other cards (It'll automagically get sound-core and all that other
 crap).  For parameters, pass it all those 4 things (io=0x220 dma=1
 dma16=5 irq=5 for example).
 
 Now it should be recognizable, BUT probably only to root.  Anyone whom
 you wish to make able to use the card needs to be added to the audio
 group.
 
 OR, you could use ALSA, but I don't know how.  :)
 
 --adam b.
 
 BTW, you don't strictly have to have the kernel call isapnp; it's just a
 lot cleaner.  You can also use preloads in your system init scripts, and
 you can find how to do this on the net.  I didn't need to...I just added
 isapnp.conf to /etc and everything worked after I installed the sb
 module.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
 Markus Hansen
 Sent: Thursday, July 19, 2001 9:05 AM
 To: Debian Mailinglist
 Subject: Soundblaster 16
 
 
 Hi
 I have got a Debian gnu/linux 2.2 potato on my PC.
 My problem is the soundcard while using KDE2.
 I have a Creative Soundblaster sb16
 I am not able to get the card working.
 As I am a real linux-greenhorn I do not know how to do nearly anything,
 but you all know the start is the hardest... If you could send me a list
 of the things I have to do I would be very glad.
 
 Thank you very much.
 Yours Markus Hansen.
 
 German Version:
 
 Hi ich habe ein Debian gnu/linux 2.2 potato installiert.
 Mein problem ist momentan der sound.
 Ich habe eine Creative Soundblaster sb16.
 Ich habe KDE2 und weiss nicht wie ich die karte zum laufen kriege. Es
 waere sehr nett von Euch, wenn ihr mir eine art Anleitung oder so
 schreiben koenntet. Ich bin der (fast) totale Linux Anfaenger und somit
 bitzte ich Euch um Nachsicht.
 
 Vielen dank im voraus
 Euer Markus Hansen
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Bob Nielsen, N7XY  [EMAIL PROTECTED]
Bainbridge Island, WA  http://www.oz.net/~nielsen
IOTA NA-065, USI WA-028S 



Re: soundblaster 16/ adding new group

2001-07-04 Thread Joost Kooij
On Wed, Jul 04, 2001 at 04:57:22PM -0700, Xucaen wrote:
I have searched thru the Debian user archives
 and read alot about soundblaster PnP cards, but I
 have an old sb16 with jumpers. I know all my
 card's settings and I have already installed sb.
 My confusion is regarding adding my user name to
 a new group and changing the group of the sound
 device. between usermod, chgrp, chown, I'm
 confused. what do I need to do to get my user
 name to access the sound device?

The group audio is there for this purpose.  You do not have to add
it, is is already there on debian systems.

On my system, the audio devices are owned by the group audio.

Example: ls -l /dev/dsp shows:
crw-rw1 root audio 14,   3 Jul  9  2000 /dev/dsp

In fact, if you do ls -l /dev | grep audio, you'll see the whole lot
of audio devices.

So all you need to get access to these devices is to be in group audio.
Do, as root, addgroup user audio to add user to that group.  Now the
user has to either login again (or restart x11), or type newgrp in
the shell from which to access audio devices.

You can check the groups you are (or really: your process is) currently
in with the id and groups commands.

Cheers,


Joost



Re: soundblaster 16/ adding new group

2001-07-04 Thread Xucaen
Thank you so much! I am now added to the audio
group and I have sound!  :-)



--- Joost Kooij [EMAIL PROTECTED] wrote:
 On Wed, Jul 04, 2001 at 04:57:22PM -0700,
 Xucaen wrote:
 I have searched thru the Debian user
 archives
  and read alot about soundblaster PnP cards,
 but I
  have an old sb16 with jumpers. I know all my
  card's settings and I have already installed
 sb.
  My confusion is regarding adding my user name
 to
  a new group and changing the group of the
 sound
  device. between usermod, chgrp, chown, I'm
  confused. what do I need to do to get my user
  name to access the sound device?
 
 The group audio is there for this purpose. 
 You do not have to add
 it, is is already there on debian systems.
 
 On my system, the audio devices are owned by
 the group audio.
 
 Example: ls -l /dev/dsp shows:
 crw-rw1 root audio 14,   3 Jul 
 9  2000 /dev/dsp
 
 In fact, if you do ls -l /dev | grep audio,
 you'll see the whole lot
 of audio devices.
 
 So all you need to get access to these devices
 is to be in group audio.
 Do, as root, addgroup user audio to add user
 to that group.  Now the
 user has to either login again (or restart
 x11), or type newgrp in
 the shell from which to access audio devices.
 
 You can check the groups you are (or really:
 your process is) currently
 in with the id and groups commands.
 
 Cheers,
 
 
 Joost


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



Re: soundblaster 16/ adding new group

2001-07-04 Thread Joost Kooij
On Thu, Jul 05, 2001 at 02:10:13AM +0200, Joost Kooij wrote:
  My confusion is regarding adding my user name to
  a new group and changing the group of the sound
  device. between usermod, chgrp, chown, I'm
  confused. what do I need to do to get my user
  name to access the sound device?
 
 The group audio is there for this purpose.  You do not have to add
 it, is is already there on debian systems.
 
 On my system, the audio devices are owned by the group audio.
 
 Example: ls -l /dev/dsp shows:
 crw-rw1 root audio 14,   3 Jul  9  2000 /dev/dsp
 
 In fact, if you do ls -l /dev | grep audio, you'll see the whole lot
 of audio devices.
 
 So all you need to get access to these devices is to be in group audio.
 Do, as root, addgroup user audio to add user to that group.  Now the
   ^
That should be:  adduser

 user has to either login again (or restart x11), or type newgrp in
 the shell from which to access audio devices.
 
 You can check the groups you are (or really: your process is) currently
 in with the id and groups commands.
 
 Cheers,
 
 
 Joost



Re: SoundBlaster 16 PCI configuration?

1999-12-21 Thread Tom Pfeifer
If lspci lists the card as ES1371, this should be quite simple. I
believe all you need to do in the kernel config is to:

1) enable sound card support
2) enable support for the ES1371

Plug and play doesn't matter in this case, nor should it matter whether
you compile the driver into the kernel or as a module. I have an ES1370
card (Sound Blaster PCI64) and, for what it's worth, I compiled it into
the kernel.

For PCI cards you don't have to be concerned with specifying the IRQ,
DMA etc.

Good luck,
Tom

Dave Whiteley wrote:
 
 Seasons greetings to all...
 
 I am trying to configure Soundblaster 16 PCI cards to run in Dell Optiplex 
 machines.
 
 If I use lspci it tells me that the card is an ensoniq es1371 device with 
 address dcc0 and
 IRQ 11, but no other information
 
 I am trying to compile a kernel for this.
 
 Do I include PnP support?
 Do I configure for  the 1370 and/or 1371 drivers, or the Soundblaster drivers.
 
 If the Soundblaster, what values do I use for the DMAs, and the other IO 
 addresses and
 IRQs
 
 Should I compile them into the kernel, or leave them as modules?
 
 I am trying to use the v2.2.1 kernel under slink.
 
 With the time I have spent messing with this, this cheap card is turning out 
 to be *very*
 expensive.
 
 Thanks in advance for any help,
  Dave Whiteley
 
 
 
 --


Re: SoundBlaster 16 PNP WaveEffects help needed

1999-09-06 Thread Matthew Gregan
On Sat, Sep 04, 1999 at 03:59:19PM -0700, Brian E. Lavender wrote:

 Where do I find the source for modconf, and who is the maintainer?

# dpkg -s modconf
Package: modconf
Status: install ok installed
Priority: optional
Section: base
Installed-Size: 171
Maintainer: Enrique Zanardi [EMAIL PROTECTED]
Version: 0.2.26
Depends: whiptail, modutils (= 2.1.85-14)
Description: Device Driver Configuration
 Modconf provides a GUI for installing and configuring device driver modules.

The source is available at ftp.debian.org (and mirrors), or if you have
apt-get set up correctly (you probably need the newer apt-get from
netgod.net if you're running slink):

# cd my-src-dir
# apt-get source modconf

And then hack away.

If you have a new enough apt-get that supports the 'source' command but
don't have it set up correctly, you need something like this added to
your /etc/apt/sources.list:

deb-src http://http.us.debian.org/debian stable main contrib non-free

-- 
[   Matthew Gregan   ]  [ crash.ihug.co.nz/~kinetik ]
[ [EMAIL PROTECTED] ]  [ PGP key ID: 2048/D1B2FF49 ]
[ PGP fingerprint: 15 CF 1F D5 7C 59 63 F5  79 52 A5 7D EB 50 E5 27 ]


pgpc82bO6veuB.pgp
Description: PGP signature


Re: SoundBlaster 16 PNP WaveEffects help needed

1999-09-05 Thread Brian E. Lavender
Ok, I got sound working. In fact I believe I discovered an UNWANTED FEATURE
in 
# modconf 

When I first tried to use modconf to insert the module, I
specified the wrong parameters and the module installation failed. The
modconf utility wrote the parameters to /etc/conf.modules anyway and when
I DID actually specify the correct parameters with modconf or manually
using the modprobe command, the old parameters in /etc/conf.modules were
still in the file. Here is the UNWANTED FEATURE I see in modconf. If a
module installation fails with modconf, it should not write the parameters
to /etc/conf.modules . I suppose I can take a look at fixing it.

Where do I find the source for modconf, and who is the maintainer?

brian

On Sat, Sep 04, 1999 at 03:30:24PM -0700, Brian E. Lavender wrote:
 I am trying to install my SoundBlaster WaveEffects 16 PNP card and I
 am having a hell of a time getting this thing going. First I got the
 card to configure using isapnp, as you can see below. Then I tried
 using modprobe to activate the sb module. Once that failed, I tried the
 sound module, but that failed too.  As I understand, these modules will
 insert the necessary required dependency modules too. As you can see,
 modprobe gives me an error.  I have tried modconf too. It failed with the
 same error, but as I understand, all this does is automatically update
 /etc/modules.conf and add the modprobe command to a startup script. So,
 if I can't get it to work with modprobe, the modconf will not work either.
 
 I checked /lib/modules/2.2.10/misc and both the modules are there. What is 
 wrong
 here?
 
 brian
 
 debian:~# isapnp /etc/isapnp.conf
 lspci not found, so PCI resource conflict not checked
 Board 1 has Identity 6d ff ff ff ff f0 00 8c 0e:  CTL00f0 Serial No -1 
 [checksum 6d]
 CTL00f0/-1[0]{Audio   }: Ports 0x220 0x330 0x388; IRQ5 DMA1 DMA5 
 --- Enabled O
 K
 
 debian:/usr/src/linux# modprobe sb io=0x220 dma=1 dma16=5 mpu_io=0x330 irq=5
 /lib/modules/2.2.10/misc/sound.o: invalid parameter io
 sound: No such file or directory
 sound: No such file or directory
 
 debian:/usr/src/linux# modprobe sound io=0x220 dma=1 dma16=5 mpu_io=0x330 
 irq=5
 /lib/modules/2.2.10/misc/sound.o: invalid parameter io
 debian:/usr/src/linux#
 
 -- 
 Brian Lavender
 http://www.brie.com/brian/
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

-- 
Brian Lavender
http://www.brie.com/brian/


Re: SoundBlaster 16 and midi

1999-02-28 Thread wtopa

Subject: SoundBlaster 16 and midi
Date: Sun, Feb 28, 1999 at 02:01:32PM -0600

In reply to:Roy-Anders Larsen

Quoting Roy-Anders Larsen([EMAIL PROTECTED]):
 
 I have a Creative Labs Soundblaster 16 PnP, or model SB4171 (I believe it
 is referred to as model CT4171 by the user manual), and I cannot figure
 out how to make midi work.
 It works fine in DOS/WfW3.11 and WAV files work in linux.  It seems to get
 detected fine with isapnp.
 My system is a 486DX33 with 10 MB RAM, running Debian 2.0 (slink) with
 kernel 2.2.2
 I've tried kernel 2.0.36, 2.2.1 and 2.2.2 with different sound modules and
 also with alsa, and I cannot figure it out.
 
 This is what happens when i playmidi audio/moonligh.mid:
 Playmidi 2.3 Copyright (C) 1994-1996 Nathan I. Laredo
 This is free software with ABSOLUTELY NO WARRANTY.
 For details please see the file COPYING.
 bakh:~#
 
 No sound.  Nothing happens.

  [  snip  ]

I have a similar card and I also am running 2.2.2 but with the OSS
Registered sound drivers.  I had no problem using playmidi with 2.0.36
but just tried it on 2.2.2 and noe get this.

Playmidi 2.4 Copyright (C) 1994-1997 Nathan I. Laredo, AWE32 by
Takashi Iwai
This is free software with ABSOLUTELY NO WARRANTY.
For details please see the file COPYING.
SoftOSS: CPU overload. Limiting # of voices to 28
SoftOSS: CPU overload. Limiting # of voices to 27
SoftOSS: CPU overload. Limiting # of voices to 26

So tried TiMidity (in X) and it works fine. (??)

I have not finished troubleshooting this but thought I would let you
know that you are not alone.

$ cat/proc/sndstat

OSS/Linux 3.9.2b (C) 4Front Technologies 1996-1999

License serial number: X
Options:
This copy of OSS is licensed to Wayne Topa

Kernel: Linux mtntop 2.2.2 #21 Fri Feb 26 22:56:34 GMT 1999 i686
Build: 2.2.1-UP

Card config:
SoftOSS Virtual Wave Table
Generic PnP support
SoundBlaster PnP at 0x220 irq 5 drq 1,5
OPL-2/OPL-3 FM at 0x388
SB MPU-401 at 0x330 irq 5

Audio devices:
0: Creative SB16 PnP (4.13) (DUPLEX)
1: SB secondary device (DUPLEX)

Synth devices:
0: SoftOSS v1.2
1: Yamaha OPL-3

Midi devices:
0: Sound Blaster 16

Timers:
0: System clock
1: SoftOSS

Mixers:
0: Sound Blaster

-- 
At the source of every error which is blamed on the computer you will
find at least two human errors, including the error of blaming it on
the computer.
___
Wayne T. Topa [EMAIL PROTECTED]


Re: Soundblaster 16 Midi Problems...

1999-01-28 Thread Will Lowe
 go to play a Midi file, It sound like the reverb is set to max and bass 
 is set to almost none...I have to turn the speakers up to hear the bass 
 parts in my music 

 For Reference:  I'm using KMIDI (or KMID) either produces the same 
 results... And kernel 2.0.34
Try using timidity.  Install the timidity-patches,  too -- they sound
_much_ better than most of the other ones I've heard around.

Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
|PGP Public Key:  http://www.cis.udel.edu/~lowe/index.html#pgpkey|
--
|   You think you're so smart,  but I've seen you naked  |
|  and I'll prob'ly see you naked again ...  |
| --The Barenaked Ladies,  Blame It On Me  |
--


Re: Soundblaster 16 Midi Problems...

1999-01-28 Thread Shao Zhang

Hi,
I never get my midi port working with my SoundBlaster pnp 16. For
now, i would suggest using timidity to play midi files, they are nice, but
will use a lot of cpu...

when the kernel 2.2.0 comes out, you can have a go on that, I
believe the new kernel will be able to handle pnp cards very well.

On Wed, 27 Jan 1999, Brant Wells wrote:

 Howdy All:
 
 I finally figured out how to get my sound working :)  My SoundBlaster 16 
 works GREAT for playing sound files(wav's) and Audio CD's... But when I 
 go to play a Midi file, It sound like the reverb is set to max and bass 
 is set to almost none...I have to turn the speakers up to hear the bass 
 parts in my music 
  
 
 I've got the following items enabled:
 Sound Support
 Sound Blaster 16 Support
 Generic OPL2/3 FMSynthesizer Support
 /dev/dsp  /dev/audio support
 Midi Interface
 FMSynthesizer (YM3812/OPL-3) 
 **
 
 My Sound Blaster IO Port = 220
Sound Blaster IRQ = 7
Sound Blaster DMA = 1,5
MPU401 IO Port= 330
SB MPU401 IRQ = -1
Audio DMA Buffer  =65536
 ***
 
 Can anyone help me out?
 
 For Reference:  I'm using KMIDI (or KMID) either produces the same 
 results... And kernel 2.0.34
 
 
 Thanks,
 Brant
 
 __
 Get Your Private, Free Email at http://www.hotmail.com
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: Soundblaster 16 Midi Problems...

1999-01-27 Thread Bob Nielsen
If you are running a mixer program, check to see if something is set
badly.  In any case, the SB16 is pretty crude as a midi player.  You might
want to install timidity and timidity-patches.  This uses a bit of disk
space, but sounds MUCH better.

Bob

On Wed, 27 Jan 1999, Brant Wells wrote:

 Howdy All:
 
 I finally figured out how to get my sound working :)  My SoundBlaster 16 
 works GREAT for playing sound files(wav's) and Audio CD's... But when I 
 go to play a Midi file, It sound like the reverb is set to max and bass 
 is set to almost none...I have to turn the speakers up to hear the bass 
 parts in my music 
  
 
 I've got the following items enabled:
 Sound Support
 Sound Blaster 16 Support
 Generic OPL2/3 FMSynthesizer Support
 /dev/dsp  /dev/audio support
 Midi Interface
 FMSynthesizer (YM3812/OPL-3) 
 **
 
 My Sound Blaster IO Port = 220
Sound Blaster IRQ = 7
Sound Blaster DMA = 1,5
MPU401 IO Port= 330
SB MPU401 IRQ = -1
Audio DMA Buffer  =65536
 ***
 
 Can anyone help me out?
 
 For Reference:  I'm using KMIDI (or KMID) either produces the same 
 results... And kernel 2.0.34
 
 
 Thanks,
 Brant
 
 __
 Get Your Private, Free Email at http://www.hotmail.com
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


Re: Soundblaster 16 PnP Help

1998-05-31 Thread rE^d
On Sat, 30 May 1998, Ian Keith Setford wrote:

 Yo-
 
  I am in the process of trying to get my SoundBlaster 16 pnp card set
  up and have read through the Kernel-Howto, Sound-Howto, and SB16 pnp
  mini-howto, and had a couple of questions on how to do this. If anyone has
  this set up, SB16pnp card and Debian 2.0 (Deep Frozen), along with the 
  Kernel
  2.033, I would like your input.
 You asked!
 
  1. What card do I select when compiling the kernel? I thought I would
  chose the Sound Blaster 16, but wanted to make sure.
 Choose the SB16.
 
  2. In the mini-how to it says to add a few lines in your boot up
  process to load the monuals. But I cannot find the /etc/rc.d/rc.M file. What
  is the debian equivalent? (This is the /sbin/isapnp /etc/isapnp.conf line).
 I use isapnptools and the pnpdump and isapnp programs it contains.  You
 must know the IRQ and DMA addresses.  
 
  I did try compiling the kernel yesterday and failed totally. It
  would not boot. So I am asking everyone here for some help. Just not real 
  sure
  what to do to get it working.
 Did you get compile errors?  Did you run make zimage or zlilo?  Oh yeah,
 sound *MUST* be compiled as a MODULE in order for it to work.
^^
NOT true..  I have has sound in the kernel many times..   anyway I
recomend to have it as a module..

 
 Hope that helps.
 
 -Ian
 
 _
 Ian K. Setford  [EMAIL PROTECTED]
   H: 940.566.0461
 Pgr: 817.901.0255
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


,- ---  -- -  -   - -
| One World, One Web, One Program - Microsoft Promotional Ad
| Ein Reich, Ein Volk, Ein Führer - Adolf Hitler
|--- - --  -   --
. Mail: [EMAIL PROTECTED]Irc: [EMAIL PROTECTED] [EMAIL PROTECTED]
  tlf: 0704800958 IRL: rEd
.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Soundblaster 16 PnP Help

1998-05-30 Thread Ian Keith Setford
Yo-

   I am in the process of trying to get my SoundBlaster 16 pnp card set
 up and have read through the Kernel-Howto, Sound-Howto, and SB16 pnp
 mini-howto, and had a couple of questions on how to do this. If anyone has
 this set up, SB16pnp card and Debian 2.0 (Deep Frozen), along with the Kernel
 2.033, I would like your input.
You asked!

   1. What card do I select when compiling the kernel? I thought I would
 chose the Sound Blaster 16, but wanted to make sure.
Choose the SB16.

   2. In the mini-how to it says to add a few lines in your boot up
 process to load the monuals. But I cannot find the /etc/rc.d/rc.M file. What
 is the debian equivalent? (This is the /sbin/isapnp /etc/isapnp.conf line).
I use isapnptools and the pnpdump and isapnp programs it contains.  You
must know the IRQ and DMA addresses.  

   I did try compiling the kernel yesterday and failed totally. It
 would not boot. So I am asking everyone here for some help. Just not real sure
 what to do to get it working.
Did you get compile errors?  Did you run make zimage or zlilo?  Oh yeah,
sound *MUST* be compiled as a MODULE in order for it to work.

Hope that helps.

-Ian

_
Ian K. Setford  [EMAIL PROTECTED]
  H: 940.566.0461
Pgr: 817.901.0255


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Soundblaster 16 PnP: Newbie Installation Success! (sort of)

1997-12-01 Thread Nathan E Norman
On Mon, 1 Dec 1997, Claude Sisson wrote:

[ snip ]
: 
: I hope this helps some other frustrated newbies out there.
: 

Why can't you play audio CD-ROMs?  The controller cable is exactly that,
a controller cable.  Every CD-ROM I've ever installed has a seperate
audio cable that runs to the sound card ... just make sure that's
connected and you're in business. 

fwiw, my home pc has a CD-ROM connected to the Motherboard, /dev/hdd, an
AWE-64 soundcard, and works just fine.

-- 
Nathan Norman
MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD  57104
phone: (605) 334-4454 fax: (605) 335-1173
mailto://[EMAIL PROTECTED] http://www.midco.net
PGP Key ID: 0xA33B86E9 - Public key available at keyservers
PGP Key fingerprint: CE03 10AF 3281 1858  9D32 C2AB 936D C472



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Soundblaster 16 PnP: Newbie Installation Success! (sort of): Correction

1997-12-01 Thread Claude Sisson
I was mistaken on one point: it turns out that I can still play audio
CDs with my CD drive connected directly to the motherboard (Fleetwood
Mac's Greatest Hits album sounds just fine as I type this). Special
thanks to Nathan E Norman and Bill Leach for pointing this out to me.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .