Re: Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-28 Thread e.fontaine-lavoie

 
 De: Thomas Hood [EMAIL PROTECTED]
 Date: 2004/12/28 mar. AM 12:14:14 GMT-05:00
 À: debian-user@lists.debian.org
 Objet: Re: Sarge with an Ensoniq Soundscape Elite ISA sound card
 
 On Tue, 28 Dec 2004 01:10:08 +0100, Etienne Fontaine-Lavoie wrote:
  I still have alsamixer: function snd_ctl_open failed for default: No 
  such device when I run Alsamixer.  And I don't have any /dev/dsp of 
  mixer or sequencer.  They were there a few days ago but something 
  happened (?).
 
 
 Are the required sound device files all there?
 
 If you use devfs or udev then the devices will be created automatically. 
 If not then you may need to run /usr/share/alsa-base/snddevices.
 
 -- 
 Thomas Hood
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 

I use devfs.  Here's what dmesg says after boot:

devfs: 2004-01-31 Richard Gooch ([EMAIL PROTECTED])
devfs: boot_options: 0x0

But during boot, it says it didn't find any device and devfs will be shutdown 
(or something like that).  I used /usr/share/alsa-base/snddevices and the 
devices were created but alsamixer still gives me the same message: Saving the 
mixer setup used for this in /var/lib/alsa/asound.state.
/usr/sbin/alsactl: save_state:1061: No soundcards found...

I think the problem is that I use module-assistant to rebuild the alsa-module 
and it took the debian package instead of using the original source from Alsa.  
I will have to read more about make-mpkg to build alsa module without debian 
package.  Is it possible to use module-assisant to do so by copying the alsa 
files in the right place?

Also, I've notice that when I run alsaconf, it detects a soundblaster audigy LS 
and what I have installed is a Soundblaster Live! 24 bits.  I thought the Live! 
needed the emu10k1 driver but alsaconf install the snd-audigy driver instead.  
Should I try to change that in the config files?

Finally, since it's not about the Soundscape Elite card anymore, should I make 
a new thread?

Thanks.



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-27 Thread Etienne Fontaine-Lavoie
Thomas Hood wrote:
Um, I think you're trying to build the 2.4 modules from the source 
package (the /usr/src/modules/alsa gives it away).  With 2.6, you need 
to build the modules within the kernel tree itself.

Please note, first, that ALSA modules are shipped in kernel-image-2.6*
packages, so if you are using a standard Debian kernel then you
normally don't need to build any modules yourself.
Note, second, that you _can_ build an alsa-modules package for a 2.6
kernel from alsa-source using the make-kpkg utility.  When the
alsa-modules package is installed, the module loader will load its modules
in preference to those from the kernel-image package.
One reason you might want to build an alsa-modules package for a 2.6
kernel is that the drivers so generated are generally more up-to-date than
the ones in the kernel.  For example, alsa-source is currently at version
1.0.7 whereas Linux 2.6.8.1 currently contains ALSA version 1.0.4.
I think I'm almost there.  I rebuild the alsa modules with 
module-assistant and ran alsaconf.  My card was discovered (it wasn't 
before I rebuilded the module).

Here's what lsmod says:
Module  Size  Used by
r128  106628  2
ipv6  264612  8
af_packet  22600  2
snd_audigyls   26896  0
hw_random   5460  0
pci_hotplug34640  0
intel_agp  22816  1
agpgart34696  2 intel_agp
pcspkr  3592  0
rtc12760  0
psmouse20360  0
floppy 61200  0
parport_pc 36900  0
parport41832  1 parport_pc
mousedev   10476  2
joydev  9984  0
evdev   9600  0
tsdev   7392  0
usbhid 32192  0
uhci_hcd   33136  0
3c59x  39368  0
capability  4520  0
commoncap   7232  1 capability
snd_emu10k1   102536  0
snd_rawmidi25224  1 snd_emu10k1
snd_seq_device  8972  2 snd_emu10k1,snd_rawmidi
snd_ac97_codec 77568  2 snd_audigyls,snd_emu10k1
snd_pcm_oss54184  0
snd_mixer_oss  20160  1 snd_pcm_oss
snd_pcm98440  4 
snd_audigyls,snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_timer  25924  2 snd_emu10k1,snd_pcm
snd_page_alloc 10120  3 snd_audigyls,snd_emu10k1,snd_pcm
snd_util_mem4576  1 snd_emu10k1
snd_hwdep   9668  1 snd_emu10k1
snd58148  11 
snd_audigyls,snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_util_mem,snd_hwdep
soundcore  10336  1 snd
usb_storage69152  0
usbcore   119012  5 usbhid,uhci_hcd,usb_storage
scsi_mod  125196  1 usb_storage
ide_cd 42656  0
cdrom  40732  1 ide_cd
isofs  37240  0
ext2   71848  0
ext3  127240  1
jbd62616  1 ext3
mbcache 9348  2 ext2,ext3
ide_generic 1408  0
ide_disk   19296  3
piix   13440  1
ide_core  139908  5 usb_storage,ide_cd,ide_generic,ide_disk,piix
unix   28692  572
font8320  0
vesafb  6656  0
cfbcopyarea 3840  1 vesafb
cfbimgblt   3040  1 vesafb
cfbfillrect 3776  1 vesafb

I still have alsamixer: function snd_ctl_open failed for default: No 
such device when I run Alsamixer.  And I don't have any /dev/dsp of 
mixer or sequencer.  They were there a few days ago but something 
happened (?).


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



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-27 Thread Thomas Hood
On Tue, 28 Dec 2004 01:10:08 +0100, Etienne Fontaine-Lavoie wrote:
 I still have alsamixer: function snd_ctl_open failed for default: No 
 such device when I run Alsamixer.  And I don't have any /dev/dsp of 
 mixer or sequencer.  They were there a few days ago but something 
 happened (?).


Are the required sound device files all there?

If you use devfs or udev then the devices will be created automatically. 
If not then you may need to run /usr/share/alsa-base/snddevices.

-- 
Thomas Hood


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



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-26 Thread Etienne Fontaine-Lavoie
[EMAIL PROTECTED] wrote:
On Thu, Dec 23, 2004 at 05:22:52PM -0500, Etienne Fontaine-Lavoie wrote:
Um, I think you're trying to build the 2.4 modules from the source 
package (the /usr/src/modules/alsa gives it away).  With 2.6, you need 
to build the modules within the kernel tree itself.

--sb
How can I build the module wihtin the kernel tree itself?  I will take a 
look at the kernel How-to and post again if I can't find.

make menuconfig - device drivers - sound - Advanced Linux Sound 
Architecture (what ALSA stands forit was integrated into the kernel 
with 2.6, as was much of pcmcia-cs).

--sb
I'm rebuilding a 2.6.6 kernel.  I hope it will work.  Thanks a lot.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-26 Thread Thomas Hood
Um, I think you're trying to build the 2.4 modules from the source 
package (the /usr/src/modules/alsa gives it away).  With 2.6, you need 
to build the modules within the kernel tree itself.


Please note, first, that ALSA modules are shipped in kernel-image-2.6*
packages, so if you are using a standard Debian kernel then you
normally don't need to build any modules yourself.

Note, second, that you _can_ build an alsa-modules package for a 2.6
kernel from alsa-source using the make-kpkg utility.  When the
alsa-modules package is installed, the module loader will load its modules
in preference to those from the kernel-image package.

One reason you might want to build an alsa-modules package for a 2.6
kernel is that the drivers so generated are generally more up-to-date than
the ones in the kernel.  For example, alsa-source is currently at version
1.0.7 whereas Linux 2.6.8.1 currently contains ALSA version 1.0.4.

-- 
Thomas Hood


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



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-23 Thread Etienne Fontaine-Lavoie
hurdboy@ wrote:
On Wed, Dec 22, 2004 at 11:58:44PM -0500, Etienne Fontaine-Lavoie wrote:
After a few months of experiencing things, I just did what Sean told me 
and I got a SB live for 30$.  I don't know if I mess up the driver with 
my experiences with the Soundscape.  I use module-assistant to build the 
alsa driver and I have errors: 
/usr/src/modules/alsa-driver/acore/pcm_native.c:3053: error:
 ??? redefinition of `snd_pcm_mmap_data_open'
 ??? /usr/src/modules/alsa-driver/include/sound/pcm.h:948: 
error:
 ??? `snd_pcm_mmap_data_open' previously defined here
 ??? /usr/src/modules/alsa-driver/acore/pcm_native.c:3059: 
error:
 ??? redefinition of `snd_pcm_mmap_data_close'
 ??? /usr/src/modules/alsa-driver/include/sound/pcm.h:954: 
error:
 ??? `snd_pcm_mmap_data_close' previously defined here
 ??? make[6]: *** 
[/usr/src/modules/alsa-driver/kbuild/../acore/pcm_native.o]
 ??? Error 1
 ??? make[5]: *** 
[/usr/src/modules/alsa-driver/kbuild/../acore] Error 2
 ??? make[4]: *** 
[_module_/usr/src/modules/alsa-driver/kbuild] Error 2
 ??? make[3]: *** [modules] Error 2

I also tried to use the original alsa driver but the modprobe command 
fails modprobe snd-emu10k1;modprobe snd-pcm-oss;modprobe 
snd-mixer-oss;modprobe snd-seq-oss
WARNING: Error inserting snd 
(/lib/modules/2.6.7-1-686/updates/alsa/acore/snd.ko): Invalid module format
WARNING: Error inserting snd_hwdep 
(/lib/modules/2.6.7-1-686/updates/alsa/acore/snd-hwdep.ko): Invalid 
module format

The card is seen with the lspci command and I can use Alsaconf but I got
Running update-modules...
Loading driver...
WARNING: Error inserting snd_page_alloc 
(/lib/modules/2.6.7-1-686/updates/alsa/acore/snd-page-alloc.ko): Invalid 
module format
WARNING: Error inserting snd 
(/lib/modules/2.6.7-1-686/updates/alsa/acore/snd.ko): Invalid module format
WARNING: Error inserting snd_ac97_codec 
(/lib/modules/2.6.7-1-686/updates/alsa/pci/ac97/snd-ac97-codec.ko): 
Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer 
(/lib/modules/2.6.7-1-686/updates/alsa/acore/snd-timer.ko): Invalid 
module format
WARNING: Error inserting snd_pcm 
(/lib/modules/2.6.7-1-686/updates/alsa/acore/snd-pcm.ko): Invalid module 
format
FATAL: Error inserting snd_audigyls 
(/lib/modules/2.6.7-1-686/updates/alsa/pci/emu10k1/snd-audigyls.ko): 
Unknown symbol in module, or unknown parameter (see dmesg)
Setting default volumes...

Um, I think you're trying to build the 2.4 modules from the source 
package (the /usr/src/modules/alsa gives it away).  With 2.6, you need 
to build the modules within the kernel tree itself.

--sb
How can I build the module wihtin the kernel tree itself?  I will take a 
look at the kernel How-to and post again if I can't find.

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



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-22 Thread Etienne Fontaine-Lavoie
[EMAIL PROTECTED] wrote:
On Mon, Dec 20, 2004 at 08:29:51PM -0500, Etienne Fontaine-Lavoie wrote:
I'm sorry.  Here it is again in plain text
I'm running Sarge with an old Ensoniq Sounscape Elite ISA card.  I read 
a lot during the past few month to get this card working but everything 
I tried didn't work so far.  It's a pretty old card and all the 
information I could find was outdated.  One thing I know is that I had 
sound with this card on Redhat (can't remember the version but it was in 
1998!).  The card is not discovered by the system because I got nothing 
when I try the isapnp tool.  I know the dma, irq, etc. but it didn't 
work when I entered them as options in the alsa file in 
/etc/modutil/alsa (I did an update-modules after).  When I start alsa 
(/etc/init.d/alsa start), I got this message:Starting 
ALSA.../etc/init.d/alsa: Error: alsactl restore failed with message 
'alsactl: load_state:1134: No soundcards found...'. 

None of these cards is really PnP.  The Rev3 of this card has a flash 
rom chip to store settings, but the irq, dma, and io port can only be 
changed with a DOS utility.  The Rev1 cards do not have the chip, and 
must be _initialized_ in DOS, then warm-booted into any other OS to 
work.  This was a real pain, because most of the cards had a Matshushima 
CD-ROM connector on-board.  If the card wasn't initialized before you 
booted into another OS (I used it with Linux, OS/2, and NT 3.5), not 
only did your card not work, your cdrom didn't work, either.  The 
sequence was.boot dos, see config.sys load the driver, and 
autoexec.bat kick off the driver program, hit ctrl-alt-delete, and boot 
into the other OS.

Thank god for OS/2's boot manager back in those days.
 

Also, after doing a lot of things, I heard some scrachy sounds but this 
was a few weeks ago.

Classic behavior of hitting upon the right ports, but not having the 
card properly initialized.  I used to have this problem with OS/2 all 
the time.  I'm guessing, unfortunately, that you've got a Rev1 card, 
because iirc, the Rev3 cards don't have this behavior (you'll have to 
forgive any memory lapses here, I sold this card like eight years ago 
after endless frustration with it).
 

I don't know if my webcam's microphone interfere with the sound card.

Seriously doubt it.  Those were some messed up cards.  If you look 
closely, you'll see an 8Mhz motorola 68000 processor on the board, 
probably.  That should give you an indication of how weird the hardware 
is.


I was thinking about getting a newer card but I want to give a try with 
this one before doing so.

Buy a SB-Live card.  They're cheap now, and deliver better sound than 
any ISA card could ever hope to.  The SoundScape was pretty cool at the 
time, but its day is long past.  I had fun with it at first, but when 
computers moved past DOS, it left a good amount of hardware behind.

--
Sean Bergeron, [EMAIL PROTECTED]
After a few months of experiencing things, I just did what Sean told me 
and I got a SB live for 30$.  I don't know if I mess up the driver with 
my experiences with the Soundscape.  I use module-assistant to build the 
alsa driver and I have errors: 
/usr/src/modules/alsa-driver/acore/pcm_native.c:3053: error:
   redefinition of `snd_pcm_mmap_data_open'
   /usr/src/modules/alsa-driver/include/sound/pcm.h:948: 
error:
   `snd_pcm_mmap_data_open' previously defined here
   /usr/src/modules/alsa-driver/acore/pcm_native.c:3059: 
error:
   redefinition of `snd_pcm_mmap_data_close'
   /usr/src/modules/alsa-driver/include/sound/pcm.h:954: 
error:
   `snd_pcm_mmap_data_close' previously defined here
   make[6]: *** 
[/usr/src/modules/alsa-driver/kbuild/../acore/pcm_native.o]
   Error 1
   make[5]: *** 
[/usr/src/modules/alsa-driver/kbuild/../acore] Error 2
   make[4]: *** 
[_module_/usr/src/modules/alsa-driver/kbuild] Error 2
   make[3]: *** [modules] Error 2

I also tried to use the original alsa driver but the modprobe command 
fails modprobe snd-emu10k1;modprobe snd-pcm-oss;modprobe 
snd-mixer-oss;modprobe snd-seq-oss
WARNING: Error inserting snd 
(/lib/modules/2.6.7-1-686/updates/alsa/acore/snd.ko): Invalid module format
WARNING: Error inserting snd_hwdep 
(/lib/modules/2.6.7-1-686/updates/alsa/acore/snd-hwdep.ko): Invalid 
module format

The card is seen with the lspci command and I can use Alsaconf but I got
Running update-modules...
Loading driver...
WARNING: Error inserting snd_page_alloc 
(/lib/modules/2.6.7-1-686/updates/alsa/acore/snd-page-alloc.ko): Invalid 
module format
WARNING: Error inserting snd 
(/lib/modules/2.6.7-1-686/updates/alsa/acore/snd.ko): Invalid module format
WARNING: Error inserting snd_ac97_codec 
(/lib/modules/2.6.7-1-686/updates/alsa/pci/ac97/snd-ac97-codec.ko): 
Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer 

Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-21 Thread Chris Metzler
On Mon, 20 Dec 2004 21:45:26 -0500
Etienne Fontaine-Lavoie wrote:

 Adam Aube wrote:Etienne Fontaine-Lavoie wrote:
 
   I already used the alsaconf tools.  It says No supported PnP or PCI
 card found. Would you like to probe legacy ISA sound cards/chips?  I
 answer yes and then it starts probing for ISA card.  It didn't find any.
 
 That was the only suggestion I had.
 
 What kernel are you using?
 
 Adam
 
 
I use kernel 2.6.7-1-686.  The card is not detected.  I should be
able to tell the sound driver what is my hardware.
 
 I'm clueless.

Hi.  If you can, please configure your mail client to use '' or something
like that as its quote character, like is done in this message.  It's
hard to tell in your posts what you wrote and what other people wrote.
Also, you're sending your email out with a Reply-To: header with your
email address in it.  If someone on the list is replying to a message of
yours, and they're not careful, the reply will go directly to you rather
than to the list.  That's not so good; you might wanna change that.

As for your problem, I'm not using a 2.6.x kernel right now, so I dunno if
2.6 kernels necessarily still work this way.  But I at one time had a
motherboard with onboard ISA sound, and to configure it to where the
drivers could find it (including providing IRQs etc.) I had to use the ISA
configuration tools that you find in the isapnptools package.  You haven't
mentioned that, so you may want to look at it, and at its documentation.

-c

-- 
Chris Metzler   [EMAIL PROTECTED]
(remove snip-me. to email)

As a child I understood how to give; I have forgotten this grace since I
have become civilized. - Chief Luther Standing Bear


pgpWEGZg7Vibs.pgp
Description: PGP signature


Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-20 Thread Etienne Fontaine-Lavoie




Hi, 

I'm running Sarge with an old Ensoniq Sounscape Elite ISA card. I read
a lot during the past few month to get this card working but everything
I tried didn't work so far. It's a pretty old card and all the
information I could find was outdated. One thing I know is that I had
sound with this card on Redhat (can't remember the version but it was
in 1998!). The card is not discovered by the system because I got
nothing when I try the isapnp tool. I know the dma, irq, etc. but it
didn't work when I entered them as options in the alsa file in
/etc/modutil/alsa (I did an "update-modules" after). When I start alsa
(/etc/init.d/alsa start), I got this message:"Starting
ALSA.../etc/init.d/alsa: Error: alsactl restore failed with message
'alsactl: load_state:1134: No soundcards found...'". 

Here is a part of the lsmod

snd_sscape 17184 0
snd_cs4231_lib 28128 1 snd_sscape
snd_pcm 98440 1 snd_cs4231_lib
snd_timer 25924 2 snd_cs4231_lib,snd_pcm
snd_page_alloc 10120 3 snd_sscape,snd_cs4231_lib,snd_pcm
snd_hwdep 9668 1 snd_sscape
snd_mpu401_uart 8128 1 snd_sscape
snd_rawmidi 25224 1 snd_mpu401_uart
snd_seq_device 9004 1 snd_rawmidi
snd 57828 8
snd_sscape,snd_cs4231_lib,snd_pcm,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 10336 1 snd

Also, after doing a lot of things, I heard some scrachy sounds but this
was a few weeks ago.

I don't know if my webcam's microphone interfere with the sound card.

I was thinking about getting a newer card but I want to give a try with
this one before doing so.

Thanks in advance.

Etienne





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



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-20 Thread Antonio Rodriguez
On Mon, Dec 20, 2004 at 06:00:11PM -0500, Etienne Fontaine-Lavoie wrote:

 html
 head
   meta content=text/html;charset=ISO-8859-1 http-equiv=Content-Type
   title/title
 /head
 body bgcolor=#ff text=#00
 font size=-1Hi, br
 br
 I'm running Sarge with an old Ensoniq Sounscape Elite ISA card.nbsp; I read
 a lot during the past few month to get this card working but everything
 I tried didn't work so far.nbsp; It's a pretty old card and all the
 information I could find was outdated.nbsp; One thing I know is that I had
 sound with this card on Redhat (can't remember the version but it was
 in 1998!).nbsp; The card is not discovered by the system because I got
 nothing when I try the isapnp tool.nbsp; I know the dma, irq, etc. but it
 didn't work when I entered them as options in the alsa file in
 /etc/modutil/alsa (I did an update-modules after).nbsp; When I start alsa
 (/etc/init.d/alsa start), I got this message:Starting
 ALSA.../etc/init.d/alsa: Error: alsactl restore failed with message
 'alsactl: load_state:1134: No soundcards found...'.nbsp; br
 br
 Here is a part of the lsmodbr
 br
 snd_sscapenbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
  17184nbsp; 0br
 snd_cs4231_libnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 28128nbsp; 1 
 snd_sscapebr
 snd_pcmnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
  98440nbsp; 1 snd_cs4231_libbr
 snd_timernbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
  25924nbsp; 2 snd_cs4231_lib,snd_pcmbr
 snd_page_allocnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 10120nbsp; 3 
 snd_sscape,snd_cs4231_lib,snd_pcmbr
 snd_hwdepnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
  9668nbsp; 1 snd_sscapebr
 snd_mpu401_uartnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 8128nbsp; 1 
 snd_sscapebr
 snd_rawmidinbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
 25224nbsp; 1 snd_mpu401_uartbr
 snd_seq_devicenbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
 9004nbsp; 1 snd_rawmidibr
 sndnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
  57828nbsp; 8
 snd_sscape,snd_cs4231_lib,snd_pcm,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_devicebr
 soundcorenbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
  10336nbsp; 1 sndbr
 br
 Also, after doing a lot of things, I heard some scrachy sounds but this
 was a few weeks ago.br
 br
 I don't know if my webcam's microphone interfere with the sound card.br
 br
 I was thinking about getting a newer card but I want to give a try with
 this one before doing so.br
 br
 Thanks in advance.br
 br
 Etiennebr
 /font


I changed your html file a little bit, just enough to make you see how
it looks when seen as text. In this list we don't use html messages,
please use text. html makes it difficult to read, and therefore to provide
any help.


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



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-20 Thread Adam Aube
Please turn off HTML when posting to mailing lists.

Etienne Fontaine-Lavoie wrote:

 I'm running Sarge with an old Ensoniq Sounscape Elite ISA card.nbsp; I
 read a lot during the past few month to get this card working but
 everything I tried didn't work so far.

 I know the dma, irq, etc.but it didn't work when I entered them as options
 in the alsa file in /etc/modutil/alsa (I did an update-modules after)

 When I start alsa (/etc/init.d/alsa start), I got this message:Starting
 ALSA.../etc/init.d/alsa: Error: alsactl restore failed with message
 'alsactl: load_state:1134: No soundcards found...'

Install the alsa-utils package, then use alsaconf to configure your sound.

Adam


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



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-20 Thread Etienne Fontaine-Lavoie
I'm sorry.  Here it is again in plain text
I'm running Sarge with an old Ensoniq Sounscape Elite ISA card.  I read 
a lot during the past few month to get this card working but everything 
I tried didn't work so far.  It's a pretty old card and all the 
information I could find was outdated.  One thing I know is that I had 
sound with this card on Redhat (can't remember the version but it was in 
1998!).  The card is not discovered by the system because I got nothing 
when I try the isapnp tool.  I know the dma, irq, etc. but it didn't 
work when I entered them as options in the alsa file in 
/etc/modutil/alsa (I did an update-modules after).  When I start alsa 
(/etc/init.d/alsa start), I got this message:Starting 
ALSA.../etc/init.d/alsa: Error: alsactl restore failed with message 
'alsactl: load_state:1134: No soundcards found...'. 

Here is a part of the lsmod
snd_sscape 17184  0
snd_cs4231_lib 28128  1 snd_sscape
snd_pcm98440  1 snd_cs4231_lib
snd_timer  25924  2 snd_cs4231_lib,snd_pcm
snd_page_alloc 10120  3 snd_sscape,snd_cs4231_lib,snd_pcm
snd_hwdep   9668  1 snd_sscape
snd_mpu401_uart 8128  1 snd_sscape
snd_rawmidi25224  1 snd_mpu401_uart
snd_seq_device  9004  1 snd_rawmidi
snd57828  8 
snd_sscape,snd_cs4231_lib,snd_pcm,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore  10336  1 snd

Also, after doing a lot of things, I heard some scrachy sounds but this 
was a few weeks ago.

I don't know if my webcam's microphone interfere with the sound card.
I was thinking about getting a newer card but I want to give a try with 
this one before doing so.

Thanks in advance.
Etienne
Adam Aube wrote:
Please turn off HTML when posting to mailing lists.
Etienne Fontaine-Lavoie wrote:
 

I'm running Sarge with an old Ensoniq Sounscape Elite ISA card.nbsp; I
read a lot during the past few month to get this card working but
everything I tried didn't work so far.
   

 

I know the dma, irq, etc.but it didn't work when I entered them as options
in the alsa file in /etc/modutil/alsa (I did an update-modules after)
   

 

When I start alsa (/etc/init.d/alsa start), I got this message:Starting
ALSA.../etc/init.d/alsa: Error: alsactl restore failed with message
'alsactl: load_state:1134: No soundcards found...'
   

Install the alsa-utils package, then use alsaconf to configure your sound.
Adam
 


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



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-20 Thread Etienne Fontaine-Lavoie
I already used the alsaconf tools.  It says No supported PnP or PCI 
card found. Would you like to probe legacy ISA sound cards/chips?  I 
answer yes and then it starts probing for ISA card.  It didn't find any. 
I got:

Unloading sound driver modules...done.
modinfo: could not find module snd-opl3sa2
modinfo: could not find module snd-cs4236
modinfo: could not find module snd-cs4232
modinfo: could not find module snd-cs4231
modinfo: could not find module snd-es18xx
modinfo: could not find module snd-es1688
modinfo: could not find module snd-sb16
modinfo: could not find module snd-sb8
Is there a way I can tell my card's irq, dma, io.  I tried in 
/etc/modutil/alsa and update-modules but it didn't change anything.

Adam Aube wrote:
Please turn off HTML when posting to mailing lists.
Etienne Fontaine-Lavoie wrote:
 

I'm running Sarge with an old Ensoniq Sounscape Elite ISA card.nbsp; I
read a lot during the past few month to get this card working but
everything I tried didn't work so far.
   

 

I know the dma, irq, etc.but it didn't work when I entered them as options
in the alsa file in /etc/modutil/alsa (I did an update-modules after)
   

 

When I start alsa (/etc/init.d/alsa start), I got this message:Starting
ALSA.../etc/init.d/alsa: Error: alsactl restore failed with message
'alsactl: load_state:1134: No soundcards found...'
   

Install the alsa-utils package, then use alsaconf to configure your sound.
Adam
 


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



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-20 Thread Adam Aube
Please don't top post (which is replying above the original message, making
the thread hard to follow).

Etienne Fontaine-Lavoie wrote:
 Adam Aube wrote:
 Etienne Fontaine-Lavoie wrote:

Please turn off HTML when posting to mailing lists.

 I'm sorry.  Here it is again in plain text

Thanks.

[reposted content snipped]

 I'm running Sarge with an old Ensoniq Sounscape Elite ISA card.nbsp; I
 read a lot during the past few month to get this card working but
 everything I tried didn't work so far.

 I know the dma, irq, etc.but it didn't work when I entered them as
 options in the alsa file in /etc/modutil/alsa (I did an update-modules
 after) 

 When I start alsa (/etc/init.d/alsa start), I got this message:Starting
 ALSA.../etc/init.d/alsa: Error: alsactl restore failed with message
 'alsactl: load_state:1134: No soundcards found...'

 Install the alsa-utils package, then use alsaconf to configure your
 sound. 

So did you try using alsaconf?

Adam


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



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-20 Thread Adam Aube
Etienne Fontaine-Lavoie wrote:

 I already used the alsaconf tools.  It says No supported PnP or PCI
 card found. Would you like to probe legacy ISA sound cards/chips?  I
 answer yes and then it starts probing for ISA card.  It didn't find any.

That was the only suggestion I had.

What kernel are you using?

Adam


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



Re: Sarge with an Ensoniq Soundscape Elite ISA sound card

2004-12-20 Thread Etienne Fontaine-Lavoie




Adam Aube wrote:

  Etienne Fontaine-Lavoie wrote:

  
  
I already used the alsaconf tools.  It says "No supported PnP or PCI
card found. Would you like to probe legacy ISA sound cards/chips?"  I
answer yes and then it starts probing for ISA card.  It didn't find any.

  
  
That was the only suggestion I had.

What kernel are you using?

Adam


  

I use kernel 2.6.7-1-686. The card is not detected. I
should be able to tell the sound driver what is my hardware.

I'm clueless.





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



ensoniq soundscape vivo 90 on woody

2004-08-21 Thread Patrick Pfeifer
Hello,

I'm running Debian Woody with kernel 2.4.18-bf2.4.  It's on a Gateway 2000
P5-200 maching (200MHz) with an ISA Ensoniq Soundscape VIVO 90 sound card.
I've installed mpd and phpmd to play music out of the server via a web
interface.  I had a rough time getting the sound card to work initially, but
finally had it working about a week ago.  The problem was, the server was
unplugged by one of my roommates and I lost all the settings I used to get
the sound card working.  (I know I'm dumb for not putting them in the boot
sequence.)  After a few days of Googling, I've tried using the sscape.o
module, the ad1848.o module, installed alsa, etc. with no luck.

Upon executing modprobe sscape, I get the response:

/lib/modules/2.4.18-bf2.4/kernel/drivers/sound/sscape.o: init_module: No
such device
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
/lib/modules/2.4.18-bf2.4/kernel/drivers/sound/sscape.o: insmod
/lib/modules/2.4.18-bf2.4/kernel/drivers/sound/sscape.o failed
/lib/modules/2.4.18-bf2.4/kernel/drivers/sound/sscape.o: insmod sscape
failed

Same deal with ad1848.o.  I've tried combinations of IRQs, IO, and DMA
parameters as suggested by folks on Google.  sndconfig returns the same
thing every time.  I've also tried installing alsa-base and using those
drivers through alsaconf.  It probes for ISA cards, says there's no match
found, and exits.

pnpdump shows the ISA card with Ensoniq SoundscapeVIVO as the identifier.

The relevant portion of lsmod is:

sound  52876   0  [v_midi]
soundcore   3236   4  [sound]


Is there something wrong with my card?  Is there a way to get back my
configuration before the reboot?  Is there something else I should try to
get this going?

Thanks in advance for any help.

-Pat



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



kernel 2.4, isa-pnp and ensoniq soundscape (sscape)-- how?

2001-10-24 Thread James D Strandboge
I have been trying to configure a soundcard for a woody box
running kernel 2.4.12-ac3, but have not been able to make any
headway.  Previously (kernel 2.2) we used isapnptools, but kernel
2.4 wants to use isa-pnp.

Currently I can insmod soundcore, sound and isa-pnp, but the next
module to load, ad1848, tries to scan the cards again and doesn't
find any.  I have read linux/Documentation/isapnp.txt to modify
/proc/isapnp, but haven't had much luck.  Does someone have a
working configuration for the Ensoniq Soundscape under 2.4?

Thanks,

Jamie Strandboge

-- 
Email:[EMAIL PROTECTED]
GPG/PGP ID:   26384A3A
Fingerprint:  D9FF DF4A 2D46 A353 A289  E8F5 AA75 DCBE 2638 4A3A



Ensoniq Soundscape Vivo90

2000-08-08 Thread Joe Gaetano
I have a ensoniq soundscape vivo90 (ISA) in this
debian 2.2 machine and I can not get it to work.. Can
somebody point me to some resources where I might get
info? I have previously used RedHat on this machine
and the card was automatically detected and setup with
sndconfig.. thanks in advance.  -Joe

__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/



Ensoniq Soundscape

1997-12-31 Thread Timothy Hospedales
Following the Sound HOWTO, I just built a kernel with soundscape support
(2.0.32), and only the MIDI is working. :(. Does anyone else have a
Soundscape, and if so how did you fix this?

It says this on bootup:
Sound initialization started
Ensoniq SoundScape at 0x330 irq 9 dma 3
SoundScape (MPU401) at 0x330 irq 9 dma 3
SoundScape: Invalid MSS IRQ11
Sound initialization complete

It looks like the IRQ is wrong, but i'm not sure what to put because I
noticed the soundscape uses different settings for things between my DOS
and Win95/NT. :(

Thanks,
Timothy.


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


Re: Ensoniq Soundscape

1997-12-31 Thread Wintermute
Timothy Hospedales wrote:

 Following the Sound HOWTO, I just built a kernel with soundscape 
 support
 (2.0.32), and only the MIDI is working. :(. Does anyone else have a
 Soundscape, and if so how did you fix this?

 It says this on bootup:
 Sound initialization started
 Ensoniq SoundScape at 0x330 irq 9 dma 3
 SoundScape (MPU401) at 0x330 irq 9 dma 3
 SoundScape: Invalid MSS IRQ11
 Sound initialization complete

 It looks like the IRQ is wrong, but i'm not sure what to put because I
 noticed the soundscape uses different settings for things between my DOS
 and Win95/NT. :(

 Thanks,
 Timothy.




Although I don't have a true Ensoniq Soundscape card, I do have a clone made by 
the
now defunct Reveal.

One thing I found out was that to use the Soundscape card under Linux I had to
disable it's Sound Blaster compatibility mode under the DOS SSINIT program.

On a closer note, you will most likely need to force the card into a non PNP 
mode
and adjust it's settings manually to where you want them to be.  (Either that or
try the ISAPNP tools for Linux.. ).   If your card (as mine does) uses the 
SSINIT
program in DOS mode to set itself up, you can use that to determine where your 
card
is trying to place itself.




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


Re: Ensoniq Soundscape

1997-12-31 Thread Timothy Hospedales
Can I (and if so how), change the settings that it's using now, or do I
have to rebuild the kernel each time I want to change them? Also - when you
say disable the SB compatability under MSDOS, do you mean changing
'SBENABLE=true' to false in the soundscape.ini and then running the batch
file, or are you talking about something elese? I take it I should use
the regular settings in the .ini file, and not the ones that it uses when
its emmulating a soundblaster?

Thanks alot!
Timothy.

Although I don't have a true Ensoniq Soundscape card, I do have a clone
made by the
now defunct Reveal.

One thing I found out was that to use the Soundscape card under Linux I
had to
disable it's Sound Blaster compatibility mode under the DOS SSINIT program.

On a closer note, you will most likely need to force the card into a non
PNP mode
and adjust it's settings manually to where you want them to be.  (Either
that or
try the ISAPNP tools for Linux.. ).   If your card (as mine does) uses the
SSINIT
program in DOS mode to set itself up, you can use that to determine where
your card
is trying to place itself.


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


Re: Ensoniq Soundscape

1997-12-31 Thread Wintermute
Timothy Hospedales wrote:

 Can I (and if so how), change the settings that it's using now, or do 
 I
 have to rebuild the kernel each time I want to change them? Also - when you
 say disable the SB compatability under MSDOS, do you mean changing
 'SBENABLE=true' to false in the soundscape.ini and then running the batch
 file, or are you talking about something elese? I take it I should use
 the regular settings in the .ini file, and not the ones that it uses when
 its emmulating a soundblaster?

 Thanks alot!
 Timothy.


There should be some sort of DOS based initialization program for your 
SoundScape
(mine was called ssinit.exe and is located in my \sndscape directory).  By 
running
this program by itself it will allow you to configure the card for use with DOS,
and allow the settings on the card to be changed.

I would think even PnP cards stay pretty constant, but if you do not wish to
switch the card out of PnP mode (if your particular soundcard is PnP) and 
manually
configure its settings, you should look into using the ISAPNP tools for Linux.
When looking for the current settings in the .ini file, only trust the
sndscape.ini file that is in your WINDOWS directory (if you run the beast), the
one that you may find in your \sndscape directory (or whatever directory houses
the Sound Scape program files) is usually only used during DOS sessions or first
installation as a default template (if at all).

Yes, always use the regular settings.  Do no compile your kernel with support 
for
anything else but the SoundScape (support for /dev/dsp and /dev/audio is ok to
include as well as General Midi support, and the subsidiary drivers).  The only
problem I ever had using my SoundScape turned out to be that I was attempting to
have Linux use the settings for it's SB compatible mode and the driver did not
like this, but after turning off the SB emulation, everything was beautiful.



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


Need Help with Ensoniq Soundscape VIVO90

1997-05-16 Thread Steve Martin
rick wrote:
Help:

I have a new gw2k PP200 system with a (gw2k) Ensoniq Soundscape VIVO90
(PnP) sound card. What do I need to do to configure my kernel to support
this card? I am using the 2.0.30 kernel pkg.

Do I need to use isapnptools, (if so how)?

Looking at the bios setup it looks like PnP configuration is setup to be
configured by OS software (win95), but there is another option that cam
be selected. I do not want to make any changes that will break the sound
support under win95 as I sometimes am forced to use it.


-- 
Steven J. MartinCray Research, a Silicon Graphics Company.
mailto:[EMAIL PROTECTED]


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


Re: Need Help with Ensoniq Soundscape VIVO90

1997-05-16 Thread R. Brock Lynn
You are in luck 2day! I have an Ensoniq Soundscape ViVo90 PnP card, with
a Debian Linux 1.2 system. Kernel 2.0.29. I have gotten everything
except for midi to work. I just played around until I got it right, or
partially so. (because the sound doc's said the Soundscape card I had
was not yet supported.) I did have to use isapnptools to initialize the
card. (I am going by memory here, if ya want me to dig through the
details to be sure, or maybe we can both do more to make my midi work
too... contact me by private email: [EMAIL PROTECTED])

I got the isapnptools debian package, from somewhere, then put it in the
place where unknown packages go for the ftp install feature of debian.
then ran package manager, and finally got isapnptools installed. then i
ran somthing or other from the pnptools to generate the pnptools config
file, which lists every possibility of settings for all your pnp cards.
Luckily I only have 2 sound card and modem. (and my modem obviously
works perfectly !!! :)) The modem also is one of the new kind that
sounds thru sound card instead of it's own buzzer, and after the
pnptoolz fix, I could finally hear the modem dial! b4, it would dial,
but I couldn't hear it.) 

Ok next you gotta go through the generated config file and uncomment the
lines that contain the settings that you want to use. I also run Win95,
so I let it do all the work of dealing out the irq's and such. I then
went into the hardware profile and made notes on which cards had what
irq, dma, io, etc. then went back in Linux, edited the isapnptools
config file accordingly to uncomment the correct lines. then I set up
the isapnptools to run at startup by doing something to one of the
/etc/rc.d directories. You're smart, you werk at Cray, you can do it!!!
:P

Oh someone also told me i had to do extra initialization with a short
proggie called
ssinit.c with a flash rom file, but I never could get the damned thing
to work.
Probably didn't have the right rom file. So I've never fooled with it
again.
I can hear my Modem dial thru speakers, Au's playing from the web and
even WAV files, so something is working. By Grace from Linus maybe.

And don't FUCK with the BIOS setup, except to turn off SHADOW RAM, Linux
does a better job of totally reworking the BIOS code anyway, so why
shadow substandard code when U can replace it ALTOGHTHER! =) You can
Leave the Plug and Play OS setting to YES it seems to werk fer me!!

Oh yeah, next month (June 7th and 8th) is Atlanta Linux Showcase '97. Be
there or be uncool. Linus is gonna give a talk about the innards of the
kernel. and Maddog from DEC gonna talk too about the Alpha port. And one
of the Sparc porters will be there too. (Miguel de Icaza - also gave us
Midnight Commander) check it out here:
http://www.ale.org/showcase/ I'm gonna be there R U :))


R. Brock Lynn
[EMAIL PROTECTED]
USM (Home of the Glenda Project, the Free version of Linda)
Contact Ray Seyfarth at [EMAIL PROTECTED] for more info! He's my
prof.


Steve Martin wrote:
 
 rick wrote:
 Help:
 
 I have a new gw2k PP200 system with a (gw2k) Ensoniq Soundscape VIVO90
 (PnP) sound card. What do I need to do to configure my kernel to support
 this card? I am using the 2.0.30 kernel pkg.
 
 Do I need to use isapnptools, (if so how)?
 
 Looking at the bios setup it looks like PnP configuration is setup to be
 configured by OS software (win95), but there is another option that cam
 be selected. I do not want to make any changes that will break the sound
 support under win95 as I sometimes am forced to use it.
 
 --
 Steven J. MartinCray Research, a Silicon Graphics Company.
 mailto:[EMAIL PROTECTED]
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . Trouble?
 e-mail to [EMAIL PROTECTED] .


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


Re: Need Help with Ensoniq Soundscape VIVO90

1997-05-16 Thread Jens B. Jorgensen
Steve Martin wrote:
 
 rick wrote:
 Help:
 
 I have a new gw2k PP200 system with a (gw2k) Ensoniq Soundscape VIVO90
 (PnP) sound card. What do I need to do to configure my kernel to support
 this card? I am using the 2.0.30 kernel pkg.
 
 Do I need to use isapnptools, (if so how)?
 
 Looking at the bios setup it looks like PnP configuration is setup to be
 configured by OS software (win95), but there is another option that cam
 be selected. I do not want to make any changes that will break the sound
 support under win95 as I sometimes am forced to use it.
 

I have the exact same card. In my setup, my BIOS is also PNP aware,
and actually the BIOS sets up the card. All I had to do was look
at the device resources in Win95 to find out what IRQs, IO, and such
were in use, and then set the parameters in my kernel config (I
don't use a loadable module). There's support for the Enson. soundscape.
Works like a charm.

-- 
Jens B. Jorgensen
[EMAIL PROTECTED]


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