* alsa troubles
@ Raul A. Gallegos
` Geoff Shang
` (3 more replies)
0 siblings, 4 replies; 16+ messages in thread
From: Raul A. Gallegos @ UTC (permalink / raw)
To: speakup mailing list
Hi everyone. I'm trying to get the alsa drivers working. I've compiled
and installed the alsa-driver, alsa-lib and alsa-utils in that order.
When I type alsamixer I get the message.
alsamixer: failed to open mixer: #0/#0 no such file or directory.
I've read the install files and readmes and done everything accordingly to
the files and still nothing. I have an isa sbawe64 pnp board.
Any ideas?
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: alsa troubles
alsa troubles Raul A. Gallegos
@ ` Geoff Shang
` Raul A. Gallegos
` Shaun Oliver
` (2 subsequent siblings)
3 siblings, 1 reply; 16+ messages in thread
From: Geoff Shang @ UTC (permalink / raw)
To: speakup mailing list
Hi:
Did you run the snd-devices script in the driver package to make the
correct sound devices?
Geoff.
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: alsa troubles
` Geoff Shang
@ ` Raul A. Gallegos
` Cheryl Homiak
` (3 more replies)
0 siblings, 4 replies; 16+ messages in thread
From: Raul A. Gallegos @ UTC (permalink / raw)
To: speakup mailing list
I forgot to mention that but yes I did. ./snddevs or something like that.
Regards.
On Sat, 9 Jun 2001, Geoff Shang wrote:
> Hi:
>
> Did you run the snd-devices script in the driver package to make the
> correct sound devices?
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: alsa troubles
` Raul A. Gallegos
@ ` Cheryl Homiak
` Raul A. Gallegos
` Cheryl Homiak
` (2 subsequent siblings)
3 siblings, 1 reply; 16+ messages in thread
From: Cheryl Homiak @ UTC (permalink / raw)
To: speakup mailing list
Ok, this is all going to sound really basic, but check the following.
Is sound support enabled in your kernel compile--sound support but no
sound devices.
2. I am wondering about your compile order; I can't find anything about
it now, but somehow I had the impression you needed to compile the libs
before the driver, but in that case you should have had an error when
compiling the driver. Did you check your compiles at each step for
errors? Not trying to be insulting, just trying not to miss anything.
3. Have you checked /var/log/messages for a record of what happened when
the sound driver loaded? Also, have you checked the info on your screen
before the login prompt? A problem with loading the module(s) should show
up there.
4. Have you also checked your /lib/modules/(whatever version kernel you're
using) to see if the necessary modules actually got installed there?
5. What messages do you get if you type "amixer" and/or "alsactl store"?
6. I'm not familiar with what card you're using, but if it's a
plug-and-play and you used isapnp support, do you now have a isapnp.conf
file and what does it tell you?
These are all the ideas I can think of at the moment. Even if none of
them help, maybe one of them will lead you to the problem.
Cheryl
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: alsa troubles
` Cheryl Homiak
@ ` Raul A. Gallegos
` Kirk Reiser
0 siblings, 1 reply; 16+ messages in thread
From: Raul A. Gallegos @ UTC (permalink / raw)
To: speakup
I don't mind basic because I'm not against the idea that I've foobarred somewhere.
Below is a checklist of what I've done.
On Sat, 9 Jun 2001 09:23:10 -0700 (PDT), Cheryl Homiak wrote:
>Ok, this is all going to sound really basic, but check the following.
>Is sound support enabled in your kernel compile--sound support but no
>sound devices.
Correct. Only said y to sound support, n to the rest.
>2. I am wondering about your compile order; I can't find anything about
>it now, but somehow I had the impression you needed to compile the libs
>before the driver, but in that case you should have had an error when
>compiling the driver. Did you check your compiles at each step for
>errors? Not trying to be insulting, just trying not to miss anything.
Compile in the order I did was no errors. Not insulting at all.
>3. Have you checked /var/log/messages for a record of what happened when
>the sound driver loaded? Also, have you checked the info on your screen
>before the login prompt? A problem with loading the module(s) should show
>up there.
Yes and there is nothing mentioning anything regarding sound. When I try running /ec/rc.d/alsa start I get a lot of insmod errors though.
>4. Have you also checked your /lib/modules/(whatever version kernel you're
>using) to see if the necessary modules actually got installed there?
They were installed in /lib/modules/2.2.19/misc as they should have been.
>5. What messages do you get if you type "amixer" and/or "alsactl store"?
root@stoned:~# amixer
The alsa driver was not detected in this system.
>6. I'm not familiar with what card you're using, ut if it's a
>plug-and-play and you used isapnp support, do you now have a isapnp.conf
>file and what does it tell you?
I only have an isapnp.conf-sample. I have an sb-64 isa pnp.
>These are all the ideas I can think of at the moment. Even if none of
>them help, maybe one of them will lead you to the problem.
>
Thanks. Also, the card is not listed in /proc/interrupts and /proc/devices
Raul A. Gallegos -- raul@asmodean.net
msn id: ragallegos@hotmail.com -- icq: 5283055
http://www.asmodean.net
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: alsa troubles
` Raul A. Gallegos
@ ` Kirk Reiser
` Raul A. Gallegos
0 siblings, 1 reply; 16+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: speakup
Hi Raul: it looks like from this message that you don't have the
isapnp stuff set up correctly. I don't know whether you understand
how it works or not, so I'll outline it here.
First you run pnpdump with the output to a file:
pnpdump >isapnp.conf (in your home directory for now)
You need to edit this file and uncomment the lines where you want the
card to live. pnpdump will put a zillion options in the file. I
usually just edit the first soundblaster set to be what I want. The
important ones are irq, io/base and the two dma channels. The rest of
the support you cango back and fill in later after you get the basic
operation working. If it is to confusing, let me know and I'll send
you one of mine as an example.
After editing the file you copy it into /etc and type:
isapnp isapnp.conf
Isapnp should give you an okay if it works okay. I can't remember the
message off hand. It'll bitch like hell if it doesn't work. Once
that loads correctly then make sure your snd_irq and so forth in your
modules.conf file match where you told isapnp to put the card and do a
modprobe snd-card-sb16 or whatever.
Kirk
--
Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: alsa troubles
` Kirk Reiser
@ ` Raul A. Gallegos
` Terry D. Cudney
0 siblings, 1 reply; 16+ messages in thread
From: Raul A. Gallegos @ UTC (permalink / raw)
To: speakup
Hi Kirk and everyone. Well I hope to get this working. I'd like to get to play sounds and eventually use Linux to get on the reflecter..
I've configured isapnp.conf and when I run the isapnp /etc/isapnp.conf line I do get an ok. I've edited the modules.conf to alias the correct module snd-sbawe
on irq 5 etc to match what is in isapnp.conf.
Now when I try to modprobe snd-card-0 or modprobe snd-card-sbawe I get the device or resource busy error. I've checked the kernel and sound itself is a
module and nothing else is compiled in.
As I speak I'm remaking alsa with the --with-card=sbawe and --with-isapnp=no as suggested as well.
Once again, thanks for any help offered.
Raul A. Gallegos -- raul@asmodean.net
msn id: ragallegos@hotmail.com -- icq: 5283055
http://www.asmodean.net
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: alsa troubles
` Raul A. Gallegos
@ ` Terry D. Cudney
0 siblings, 0 replies; 16+ messages in thread
From: Terry D. Cudney @ UTC (permalink / raw)
To: speakup
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1450 bytes --]
Hi Raul,
Don't know if this will help, but maybe...
I'm attaching my alsa configuration that gets put into the /etc/modules files by update-modules (Debian). I'm no expert in this but it works for my SB AWE64 ISA pnp using isapnp.conf, configuring alsa driver --with-isapnp=no.
HTH
--terry
You wrote:
-=> Hi Kirk and everyone. Well I hope to get this working. I'd like to get to play sounds and eventually use Linux to get on the reflecter..
-=>
-=> I've configured isapnp.conf and when I run the isapnp /etc/isapnp.conf line I do get an ok. I've edited the modules.conf to alias the correct module snd-sbawe
-=> on irq 5 etc to match what is in isapnp.conf.
-=>
-=> Now when I try to modprobe snd-card-0 or modprobe snd-card-sbawe I get the device or resource busy error. I've checked the kernel and sound itself is a
-=> module and nothing else is compiled in.
-=>
-=> As I speak I'm remaking alsa with the --with-card=sbawe and --with-isapnp=no as suggested as well.
-=>
-=>
-=> Once again, thanks for any help offered.
-=>
-=>
-=>
-=> Raul A. Gallegos -- raul@asmodean.net
-=> msn id: ragallegos@hotmail.com -- icq: 5283055
-=> http://www.asmodean.net
-=>
-=>
-=>
-=> _______________________________________________
-=> Speakup mailing list
-=> Speakup@braille.uwo.ca
-=> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-=>
Name: Terry D. Cudney
Phone: (905)735-6127
E-mail: terry@wasagacottage.com
Web: www.wasagacottage.com
[-- Attachment #2: Type: TEXT/PLAIN, Size: 520 bytes --]
alias char-major-116 snd
alias snd-card-0 snd-card-sbawe
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-12 snd-pcm-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=0 snd_id=CARD_1 snd_port=0x220 snd_mpu_port=0x300 snd_awe_port=-1 snd_irq=5 snd_dma8=1 snd_dma16=5 snd_mic_agc=0
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: alsa troubles
` Raul A. Gallegos
` Cheryl Homiak
@ ` Cheryl Homiak
` Cheryl Homiak
` Cheryl Homiak
3 siblings, 0 replies; 16+ messages in thread
From: Cheryl Homiak @ UTC (permalink / raw)
To: speakup mailing list
Ok, I didn't give you the complete path to check in /lib/modules. It
would be /lib/modules/(kernelversion)/misc.
Cheryl
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: alsa troubles
` Raul A. Gallegos
` Cheryl Homiak
` Cheryl Homiak
@ ` Cheryl Homiak
` Cheryl Homiak
3 siblings, 0 replies; 16+ messages in thread
From: Cheryl Homiak @ UTC (permalink / raw)
To: speakup mailing list
Or whether or not you have an isapnp.conf, do you have an asound.conf and
what does that tell you?
Cheryl
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: alsa troubles
` Raul A. Gallegos
` (2 preceding siblings ...)
` Cheryl Homiak
@ ` Cheryl Homiak
3 siblings, 0 replies; 16+ messages in thread
From: Cheryl Homiak @ UTC (permalink / raw)
To: speakup mailing list
Ok, so I'm not organized this morning! Also check /proc/interrupts and
/proc/devices; alsa should be listed in the devices and your card should
be using an irq.
Cheryl
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: alsa troubles
alsa troubles Raul A. Gallegos
` Geoff Shang
@ ` Shaun Oliver
` Kirk Reiser
` Frank Carmickle
3 siblings, 0 replies; 16+ messages in thread
From: Shaun Oliver @ UTC (permalink / raw)
To: speakup mailing list
is it an awe 64 or awe 64gold?
that may have some baring on the situation. remember, the awe64gold has a
digital output on it.
Shaun..
"We realise we have a problem with communication. However, we're not going
to discuss it with our staff."
EMAIL: shauno@goanna.net.au ICQ: 76958435
YAHOO ID: blindman01_2000 IRC NICK/SERVER: |3|1ndm4n on #aussiefriends on
www.jong.com:6667
On Sat, 9 Jun 2001, Raul A. Gallegos wrote:
> Hi everyone. I'm trying to get the alsa drivers working. I've compiled
> and installed the alsa-driver, alsa-lib and alsa-utils in that order.
> When I type alsamixer I get the message.
>
> alsamixer: failed to open mixer: #0/#0 no such file or directory.
>
> I've read the install files and readmes and done everything accordingly to
> the files and still nothing. I have an isa sbawe64 pnp board.
>
> Any ideas?
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: alsa troubles
alsa troubles Raul A. Gallegos
` Geoff Shang
` Shaun Oliver
@ ` Kirk Reiser
` Frank Carmickle
3 siblings, 0 replies; 16+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: speakup
Hi Raul: If you've run the snddevices script you also need to load
the drivers with the modprobe snd-card-your_synth. If you get the
same error from amixer then try to save an asound.conf with the
alsactl store command. You shouldn't need to do that but often I
found if I've changed sound cards or something I need to save a file
before amixer can read the headers.
Kirk
--
Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: alsa troubles
alsa troubles Raul A. Gallegos
` (2 preceding siblings ...)
` Kirk Reiser
@ ` Frank Carmickle
` Raul A. Gallegos
3 siblings, 1 reply; 16+ messages in thread
From: Frank Carmickle @ UTC (permalink / raw)
To: speakup mailing list
Hi Raul
I think your trouble is isapnp related. What you will want to do is
configure the alsa-drivers with the ./configure --with-cards=sbawe
--with-isapnp=no. Then you will want to get the isapnp package working
and edit the file /etc/isapnp.conf to properly configure the card. Feel
free to call if you need more help.
HTH
--
Frank Carmickle
phone: 412 761-9568
email: frankiec@dryrose.com
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: alsa troubles
` Frank Carmickle
@ ` Raul A. Gallegos
` Frank Carmickle
0 siblings, 1 reply; 16+ messages in thread
From: Raul A. Gallegos @ UTC (permalink / raw)
To: speakup
yep. I totally didn think of isapnp. I've done an pnpdump > /etc/isapnp.conf and now am in the process of editing it but I'm not sure of what I need to edit
out. If you or anyone on the list have an isapnp.conf file I can look at for reference I'd appreciate it.
Question. You said to configure the alsa-driver with configure options:
--with-cards=sbawe
--with-isapnp=no
Does it not make sense to use isapnp=yes? I'm confused on this point. I'm using a Soundblaster awe-64-pnp isa card.
Best regards and thanks for help.
On Sun, 10 Jun 2001 22:07:21 -0400 (EDT), Frank Carmickle wrote:
>Hi Raul
>
>I think your trouble is isapnp related. What you will want to do is
>configure the alsa-drivers with the ./configure --with-cards=sbawe
>--with-isapnp=no. Then you will want to get the isapnp package working
>and edit the file /etc/isapnp.conf to properly configure the card. Feel
>free to call if you need more help.
>
Raul A. Gallegos -- raul@asmodean.net
msn id: ragallegos@hotmail.com -- icq: 5283055
http://www.asmodean.net
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: alsa troubles
` Raul A. Gallegos
@ ` Frank Carmickle
0 siblings, 0 replies; 16+ messages in thread
From: Frank Carmickle @ UTC (permalink / raw)
To: speakup
On Mon, 11 Jun 2001, Raul A. Gallegos wrote:
> yep. I totally didn think of isapnp. I've done an pnpdump > /etc/isapnp.conf and now am in the process of editing it but I'm not sure of what I need to edit
> out. If you or anyone on the list have an isapnp.conf file I can look at for reference I'd appreciate it.
>
> Question. You said to configure the alsa-driver with configure options:
>
> --with-cards=sbawe
> --with-isapnp=no
>
> Does it not make sense to use isapnp=yes? I'm confused on this point. I'm using a Soundblaster awe-64-pnp isa card.
Yes you want --with-isapnp=no. Either you choose alsa to configure the
card or the isapnp utils not both. If isapnp is what you are going to use
then alsa can think that the card is an already configured device.
--
Frank Carmickle
phone: 412 761-9568
email: frankiec@dryrose.com
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
alsa troubles Raul A. Gallegos
` Geoff Shang
` Raul A. Gallegos
` Cheryl Homiak
` Raul A. Gallegos
` Kirk Reiser
` Raul A. Gallegos
` Terry D. Cudney
` Cheryl Homiak
` Cheryl Homiak
` Cheryl Homiak
` Shaun Oliver
` Kirk Reiser
` Frank Carmickle
` Raul A. Gallegos
` Frank Carmickle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).