(partly solved)Re: what is 'slot-service-0-3' ?

2001-04-07 Thread Philipp Bliedung
THANKS to everyone to replied to my question!

I got it partly solved - I can now play music from the CD player.
I found out that my sound card can emulate a sound blaster and after 
recompiling the kernel w/o pnp-support I now listen to CD's.
Playing mp3's is still not working.
Here's what I have in my BIOS:

WSS I/O Address =530H
SBPro I/O Address = 220H
Synth. I/O Address = 388H
WSS  SBPro  MPU401 IRQ Level IRQ=7
WSS (Play) DMA Channel  =1
WSS (Rec.)  SBPro DMA Channel  =2
Control I/O Address  =538H
MPU401 (MIDI I/F)  =330H

when I try to load the sound blaster module I can play music CD's 

modprobe sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330
/var/log/syslog:
kernel: Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
kernel: SB 3.01 detected OK (220)
kernel: SB DSP version is just 3.01 which means that your card is
kernel: several years old (8 bit only device) or alternatively the sound driver
kernel: is incorrectly configured.
kernel: Sound: DMA (output) timed out - IRQ/DRQ config error?

When I try to load the OPL3-SA2 modules I can't do anything - not even playing 
CD's:

insmod opl3sa2 irq=7 dma=1 dma2=0 io=0x538 mpu_io=0x330 mss_io=0x530
Using /lib/modules/2.4.2/kernel/drivers/sound/opl3sa2.o
/lib/modules/2.4.2/kernel/drivers/sound/opl3sa2.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including 
invalid IO or IRQ parameters

and /var/log/syslog says:
kernel: opl3sa2: Control I/O port 0x0 not free

These are all the parameters that are set in my BIOS and which just fine with 
the 'old' kernel.

Any ideas??
TIA
Philipp






Re: what is 'slot-service-0-3' ?

2001-04-03 Thread Philipp Bliedung
Andrea Vettorello wrote:

 Philipp Bliedung wrote:

  I tried to set up the sound, but didn't get it to work. I always got
  this in /var/syslog this:
 
  /var/log/syslog
  .
  Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
  sound-slot-0
  Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
  sound-service-0-3
  .
 
  so I added this to my /etc/modules.conf
 
  /etc/modules.conf
  alias sound   snd
  alias snd   snd-card-opl3sa2
  alias sound-slot-0 opl3sa2
  options opl3sa2 dma=1 dma2=0  io=0x538 mpu_io=ox330 mss_io=0x530 irq=7
  options opl3 io=0x388
 
  Now I only get this in /var/log/syslog:
 
  Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
  sound-service-0-3
 
  I don't know what to add to /etc/modules.conf  for this to go away.
  I RTFM (/usr/src/linux/Documentation/sound/Introduction and OPL3-SA2,
  etc.) and it said something about these kind of errors, but I didn't
  understand it.
  Can anybody give me a hint on this?
 

 In /usr/src/linux/Documentation/sound/Introduction, starting at line 389, you
 will find (quoting)

 ...it will request sound-service-0-n where n
 is

   0 Mixer

   2 MIDI

   3, 4  DSP audio
 ...

 so, this is looking for the module that provide the DSP, you should add
 somewhere in your /etc/modutils directory (addition to /etc/modules.conf will 
 be
 lost next time you reboot or next time the update-module script will run...)
 something like this:

 alias sound-slot-0-3  name_of_module_that_provide_DSP

 Hope this could help

 Andrea


Sorry for these maybe stupid questions, but what modulle provides DSP?? how can 
I
find out?
here is one more thing :/

any sound configuration tool doesn't seem to to detect any sound card. This is 
what
I get:

kernel: opl3sa2: No cards found.
kernel: opl3sa2: 0 PnP card(s) found.
modprobe: modprobe: Can't locate module sound-service-0-0
last message repeated 54 times
modprobe: modprobe: Can't locate module sound-service-0-3
modprobe: modprobe: Can't locate module sound-service-0-0
last message repeated 69 times

But I have the isapnp tool installed and the kernel has pnp suport compiled in!
TIA!





Re: what is 'slot-service-0-3' ?

2001-04-03 Thread Eric G. Miller
On Tue, Apr 03, 2001 at 10:14:33PM +0200, Philipp Bliedung wrote:
 Andrea Vettorello wrote:
 
  Philipp Bliedung wrote:
 
   I tried to set up the sound, but didn't get it to work. I always got
   this in /var/syslog this:
  
   /var/log/syslog
   .
   Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
   sound-slot-0
   Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
   sound-service-0-3
   .
  
   so I added this to my /etc/modules.conf
  
   /etc/modules.conf
   alias sound   snd
   alias snd   snd-card-opl3sa2
   alias sound-slot-0 opl3sa2
   options opl3sa2 dma=1 dma2=0  io=0x538 mpu_io=ox330 mss_io=0x530 irq=7
   options opl3 io=0x388
  
   Now I only get this in /var/log/syslog:
  
   Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
   sound-service-0-3
  
   I don't know what to add to /etc/modules.conf  for this to go away.
   I RTFM (/usr/src/linux/Documentation/sound/Introduction and OPL3-SA2,
   etc.) and it said something about these kind of errors, but I didn't
   understand it.
   Can anybody give me a hint on this?
  
 
  In /usr/src/linux/Documentation/sound/Introduction, starting at line 389, 
  you
  will find (quoting)
 
  ...it will request sound-service-0-n where n
  is
 
0 Mixer
 
2 MIDI
 
3, 4  DSP audio
  ...
 
  so, this is looking for the module that provide the DSP, you should add
  somewhere in your /etc/modutils directory (addition to /etc/modules.conf 
  will be
  lost next time you reboot or next time the update-module script will run...)
  something like this:
 
  alias sound-slot-0-3  name_of_module_that_provide_DSP
 
  Hope this could help
 
  Andrea
 
 
 Sorry for these maybe stupid questions, but what modulle provides
 DSP?? how can I find out?  here is one more thing :/

Probably whatever sound module you're using: oplsa2 ??

 
 any sound configuration tool doesn't seem to to detect any sound card.
 This is what I get:

sndconfig  -- Me thinks this is available in Debian somewhere's...

 kernel: opl3sa2: No cards found.  kernel: opl3sa2: 0 PnP card(s)
 found.  modprobe: modprobe: Can't locate module sound-service-0-0 last
 message repeated 54 times modprobe: modprobe: Can't locate module
 sound-service-0-3 modprobe: modprobe: Can't locate module
 sound-service-0-0 last message repeated 69 times
 
 But I have the isapnp tool installed and the kernel has pnp suport
 compiled in!  TIA!

? Don't know the card...

-- 
Eric G. Miller egm2@jps.net



Re: what is 'slot-service-0-3' ?

2001-04-02 Thread Chris Majewski
FWIW,  here's my /etc/modutils/alsa.  If you're  not using  alsa, then
you're  probably  using oss-free,  in  which  case  scroll down  to  
OSS-FREE,  below.  Note that  you need  to say  update-modules after
editing a file in /etc/modutils.  
-chris

# ALSA

options snd snd_cards_limit=1 
#options snd-card-sbawe snd_port=0x220 snd_mpu_port=0x31f snd_irq=5 snd_dma8=1 
snd_dma8_size=4 snd_dma16=5 snd_dma16_size=4 snd_index=0 snd_id=0
options snd-card-ens1371 snd_index=0 snd_id=0

alias char-major-116 snd
alias char-major-14 soundcore

#alias snd-card-0 snd-card-sbawe
alias snd-card-0 snd-card-ens1371
alias sound-slot-0 snd-card-0
alias sound-slot-1 sound-slot-0

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-2 snd-pcm-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-12 snd-pcm-oss
alias sound-service-0-6 snd-pcm-oss
alias sound-service-1-0 sound-service-0-0
alias sound-service-1-2 sound-service-0-2
alias sound-service-1-3 sound-service-0-3

#alias sound-service-0-1 snd-seq-oss
#alias sound-service-0-3 snd-pcm1-oss
#alias sound-service-0-12 snd-pcm1-oss
#options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 
snd_device_gid=29 snd_device_uid=0
#options snd-card-sbawe snd_index=1 snd_id=CARD_1 snd_port=0x220 
snd_mpu_port=0x31f snd_awe_port=-1 snd_irq=5 snd_dma8=1 snd_dma16=5 
snd_mic_agc=0

# OSS-FREE

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

alias sound off
alias sound-slot-0 sound
alias sound-service-0-0 sb
alias sound-service-0-3 sb
alias sound-service-0-6 sb


Philipp Bliedung [EMAIL PROTECTED] writes:

 I tried to set up the sound, but didn't get it to work. I always got
 this in /var/syslog this:
 
 /var/log/syslog
 .
 Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
 sound-slot-0
 Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
 sound-service-0-3
 .
 
 so I added this to my /etc/modules.conf
 
 /etc/modules.conf
 alias sound   snd
 alias snd   snd-card-opl3sa2
 alias sound-slot-0 opl3sa2
 options opl3sa2 dma=1 dma2=0  io=0x538 mpu_io=ox330 mss_io=0x530 irq=7
 options opl3 io=0x388
 
 Now I only get this in /var/log/syslog:
 
 Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
 sound-service-0-3
 
 I don't know what to add to /etc/modules.conf  for this to go away.
 I RTFM (/usr/src/linux/Documentation/sound/Introduction and OPL3-SA2,
 etc.) and it said something about these kind of errors, but I didn't
 understand it.
 Can anybody give me a hint on this?
 
 TIA
 Philipp
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: what is 'slot-service-0-3' ?

2001-04-02 Thread Andrea Vettorello
Philipp Bliedung wrote:

 I tried to set up the sound, but didn't get it to work. I always got
 this in /var/syslog this:

 /var/log/syslog
 .
 Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
 sound-slot-0
 Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
 sound-service-0-3
 .

 so I added this to my /etc/modules.conf

 /etc/modules.conf
 alias sound   snd
 alias snd   snd-card-opl3sa2
 alias sound-slot-0 opl3sa2
 options opl3sa2 dma=1 dma2=0  io=0x538 mpu_io=ox330 mss_io=0x530 irq=7
 options opl3 io=0x388

 Now I only get this in /var/log/syslog:

 Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
 sound-service-0-3

 I don't know what to add to /etc/modules.conf  for this to go away.
 I RTFM (/usr/src/linux/Documentation/sound/Introduction and OPL3-SA2,
 etc.) and it said something about these kind of errors, but I didn't
 understand it.
 Can anybody give me a hint on this?


In /usr/src/linux/Documentation/sound/Introduction, starting at line 389, you
will find (quoting)

...it will request sound-service-0-n where n
is

  0 Mixer

  2 MIDI

  3, 4  DSP audio
...

so, this is looking for the module that provide the DSP, you should add
somewhere in your /etc/modutils directory (addition to /etc/modules.conf will be
lost next time you reboot or next time the update-module script will run...)
something like this:

alias sound-slot-0-3  name_of_module_that_provide_DSP

Hope this could help


Andrea



Re: what is 'slot-service-0-3' ?

2001-04-02 Thread Philipp Bliedung
thanks for the hint to sndconfig.deb
But I couldn't get it to work. It got me this error:

/home/user1# sndconfig
ERROR:
There are already sound config options in /etc/modules.conf.
This could give unexpected results.
Please remove the appropriate entries from /etc/modutils/*

Even after commenting out every in /etc/modules.conf  (see below)I got the
same error. What should I do with the files in /etc/modutils ? there are
some config files from 'gom' and aliases and so on

The second thing is I'm not quite sure if it's an opl3-sa2 chip that I
have- with the 2.2.17 kernel I had also to load the 'ad1848' (Windows Sound
System) and the 'mpu401' module for the sound to work.

L.V.Gandhi wrote:

 are you using alsa drivers or OSS drivers. I am having the same card
 opl3-sax. with sndconfig.deb from web I could get sound working. I also
 get both those comments. Still sound works.
 Philipp Bliedung wrote:
 
  I tried to set up the sound, but didn't get it to work. I always got
  this in /var/syslog this:
 
  /var/log/syslog
  .
  Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
  sound-slot-0
  Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
  sound-service-0-3
  .
 
  so I added this to my /etc/modules.conf
 
  /etc/modules.conf
  alias sound   snd
  alias snd   snd-card-opl3sa2
  alias sound-slot-0 opl3sa2
  options opl3sa2 dma=1 dma2=0  io=0x538 mpu_io=ox330 mss_io=0x530 irq=7
  options opl3 io=0x388
 
  Now I only get this in /var/log/syslog:
 
  Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
  sound-service-0-3
 
  I don't know what to add to /etc/modules.conf  for this to go away.
  I RTFM (/usr/src/linux/Documentation/sound/Introduction and OPL3-SA2,
  etc.) and it said something about these kind of errors, but I didn't
  understand it.
  Can anybody give me a hint on this?

 --
 L.V.Gandhi
 MECON, 5th Floor, RTC Complex, Visakhapatnam AP 530020 INDIA
 [EMAIL PROTECTED],  [EMAIL PROTECTED]





what is 'slot-service-0-3' ?

2001-04-01 Thread Philipp Bliedung
I tried to set up the sound, but didn't get it to work. I always got
this in /var/syslog this:

/var/log/syslog
.
Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
sound-slot-0
Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
sound-service-0-3
.

so I added this to my /etc/modules.conf

/etc/modules.conf
alias sound   snd
alias snd   snd-card-opl3sa2
alias sound-slot-0 opl3sa2
options opl3sa2 dma=1 dma2=0  io=0x538 mpu_io=ox330 mss_io=0x530 irq=7
options opl3 io=0x388

Now I only get this in /var/log/syslog:

Apr  1 19:13:36 laptop modprobe: modprobe: Can't locate module
sound-service-0-3

I don't know what to add to /etc/modules.conf  for this to go away.
I RTFM (/usr/src/linux/Documentation/sound/Introduction and OPL3-SA2,
etc.) and it said something about these kind of errors, but I didn't
understand it.
Can anybody give me a hint on this?

TIA
Philipp