* [gentoo-user] no audio
@ 2007-05-28 1:08 maxim wexler
2007-05-28 1:23 ` James Lockie
0 siblings, 1 reply; 6+ messages in thread
From: maxim wexler @ 2007-05-28 1:08 UTC (permalink / raw
To: gentoo-user
Hi group,
For a 2.6.19.5 kernel on a PIII w/SBLive soundcard
using snd-emu10k1 module. I emerged alsa-utils and
mp3blaster.
Ran #rc-update add alsasound boot
Ran alsaconf and let it write /etc/modules.d/alsa. It
concluded with a tell-tale pop from the speakers and
the message that my sound card was set up and ready to
use.
But mp3blaster won't play. Msg is "Failed to open
sound device"
Noticed under /dev/sound there was no 'audio' or 'dsp'
nodes so I made them w/ mknod.
No good, same msg.
Set ENABLE_OSS_EMUL="no" in /etc/conf.d/alsasound and
rebooted.
Ditto.
Is this a configuration problem or a soundcard problem
or is mp3blaster to blame?
FWIW modules loaded, alsamixer unmuted.
Maxim
____________________________________________________________________________________Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.
http://mobile.yahoo.com/go?refer=1GNXIC
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] no audio
2007-05-28 1:08 maxim wexler
@ 2007-05-28 1:23 ` James Lockie
2007-05-28 2:47 ` maxim wexler
0 siblings, 1 reply; 6+ messages in thread
From: James Lockie @ 2007-05-28 1:23 UTC (permalink / raw
To: gentoo-user
maxim wexler wrote:
> Hi group,
>
> For a 2.6.19.5 kernel on a PIII w/SBLive soundcard
> using snd-emu10k1 module. I emerged alsa-utils and
> mp3blaster.
>
> Ran #rc-update add alsasound boot
>
> Ran alsaconf and let it write /etc/modules.d/alsa. It
> concluded with a tell-tale pop from the speakers and
> the message that my sound card was set up and ready to
> use.
>
> But mp3blaster won't play. Msg is "Failed to open
> sound device"
>
> Noticed under /dev/sound there was no 'audio' or 'dsp'
> nodes so I made them w/ mknod.
>
> No good, same msg.
>
> Set ENABLE_OSS_EMUL="no" in /etc/conf.d/alsasound and
> rebooted.
>
> Ditto.
>
> Is this a configuration problem or a soundcard problem
> or is mp3blaster to blame?
>
> FWIW modules loaded, alsamixer unmuted.
>
> Maxim
There is nothing shown with 'dmesg'?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] no audio
2007-05-28 1:23 ` James Lockie
@ 2007-05-28 2:47 ` maxim wexler
0 siblings, 0 replies; 6+ messages in thread
From: maxim wexler @ 2007-05-28 2:47 UTC (permalink / raw
To: gentoo-user
>
> There is nothing shown with 'dmesg'?
If you mean an error, no.
Anyway, aren't you talking about the boot console?
I've never seen anything about audio in dmesg, whether
the audio is OK or not.
So, if you mean an error in boot console, no.
mw
____________________________________________________________________________________Luggage? GPS? Comic books?
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [gentoo-user] no audio
@ 2007-05-28 3:39 burlingk
2007-05-28 4:23 ` maxim wexler
0 siblings, 1 reply; 6+ messages in thread
From: burlingk @ 2007-05-28 3:39 UTC (permalink / raw
To: gentoo-user
> -----Original Message-----
> From: maxim wexler [mailto:blissfix@yahoo.com]
> Sent: Monday, May 28, 2007 10:09 AM
> To: gentoo-user@lists.gentoo.org
> Subject: [gentoo-user] no audio
>
>
> Hi group,
>
> For a 2.6.19.5 kernel on a PIII w/SBLive soundcard
> using snd-emu10k1 module. I emerged alsa-utils and
> mp3blaster.
>
> Ran #rc-update add alsasound boot
>
> Ran alsaconf and let it write /etc/modules.d/alsa. It
> concluded with a tell-tale pop from the speakers and
> the message that my sound card was set up and ready to
> use.
>
> But mp3blaster won't play. Msg is "Failed to open
> sound device"
>
> Noticed under /dev/sound there was no 'audio' or 'dsp'
> nodes so I made them w/ mknod.
>
> No good, same msg.
>
> Set ENABLE_OSS_EMUL="no" in /etc/conf.d/alsasound and
> rebooted.
>
> Ditto.
>
> Is this a configuration problem or a soundcard problem
> or is mp3blaster to blame?
>
> FWIW modules loaded, alsamixer unmuted.
>
> Maxim
>
>
>
> ______________________________________________________________
> ______________________Take the Internet to Go: Yahoo!Go puts
> the Internet in your pocket: mail, news, photos & more.
> http://mobile.yahoo.com/go?refer=1GNXIC
> --
> gentoo-user@gentoo.org mailing list
With the newer kernels, you don't need to do anything outside the kernel
for Alsa sound most of the time. Make sure to configure the kernel so
that it has basic sound support enabled (I would compile this into the
kernel, not as a module, but that is me).
Next, on the menu where you choose options, leave OSS unmarked, and
select Alsa support.
On the submenu for Alsa support, select everything that applies (Do
select OSS Emulation, as some packages don't ASK which driver you are
using, they just assume the one they want is there).
If you select extra things here, it won't matter much. The extra items
are just Midi drivers, and if you don't have Midi hardware, they aren't
an issue either way. ^_^
In other words, on this screen it is safe to select pretty much
everything.
On the screen for PCI drivers, select the option(s) appropriate for your
hardware.
'lspci' should show which sound card your system has.
If you are using devfs, then the device nodes should be created
automatically, if not then I am not sure how to create them manually in
an old style system. It is possible, that you may need to manually
chmod a+wr the device node in order use them (This is assuming they are
there, which you said they were not I think).
Also dsp, should be /dev/dsp in many cases. Many of the items you want
will be under /dev directly instead of /dev/sound These may be links to
the /dev/sound items, but I am not sure. ^^;; More experienced people
can probably tell you that.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [gentoo-user] no audio
2007-05-28 3:39 [gentoo-user] no audio burlingk
@ 2007-05-28 4:23 ` maxim wexler
2007-05-28 4:47 ` Dale
0 siblings, 1 reply; 6+ messages in thread
From: maxim wexler @ 2007-05-28 4:23 UTC (permalink / raw
To: gentoo-user
> > For a 2.6.19.5 kernel on a PIII w/SBLive soundcard
> > using snd-emu10k1 module. I emerged alsa-utils and
Yes, I used lspci. That's how I know what module to
use. Also note kernel version. Definitely not "old
style".
> an old style system. It is possible, that you may
> need to manually
____________________________________________________________________________________Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.
http://mobile.yahoo.com/go?refer=1GNXIC
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] no audio
2007-05-28 4:23 ` maxim wexler
@ 2007-05-28 4:47 ` Dale
0 siblings, 0 replies; 6+ messages in thread
From: Dale @ 2007-05-28 4:47 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1982 bytes --]
maxim wexler wrote:
>>> For a 2.6.19.5 kernel on a PIII w/SBLive soundcard
>>> using snd-emu10k1 module. I emerged alsa-utils and
>>>
>
> Yes, I used lspci. That's how I know what module to
> use. Also note kernel version. Definitely not "old
> style".
>
>
>> an old style system. It is possible, that you may
>> need to manually
>>
>
>
>
>
>
> ____________________________________________________________________________________Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.
> http://mobile.yahoo.com/go?refer=1GNXIC
>
Well, I have a SoundBlaster card too. Mine works so let's see if this
will help. Everything is built into my kernel, no modules. My lspci
reports this:
> 01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
> (rev 0a)
This is my kernel stuff:
> <*> Emu10k1 (SB Live!, Audigy, E-mu APS)
> ? ? <*> Advanced Linux Sound
> Architecture ? ?
> ? ? <*> Sequencer
> support ? ?
> ? ? < > Sequencer dummy
> client ? ?
> ? ? <*> OSS Mixer
> API ? ?
> ? ? <*> OSS PCM (digital audio)
> API ? ?
> ? ? [*] OSS PCM (digital audio) API - Include plugin
> system ? ?
> ? ? [*] OSS Sequencer
> API ? ?
> ? ? [ ] Dynamic device file minor
> numbers ? ?
> ? ? [*] Support old ALSA
> API ? ?
> ? ? [*] Verbose procfs
> contents ? ?
Maybe that will help.
Dale
:-) :-) :-) :-)
--
www.myspace.com/-remove-me-dalek1967
Copy n paste then remove the -remove-me- part.
[-- Attachment #2: Type: text/html, Size: 5654 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-05-28 4:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-28 3:39 [gentoo-user] no audio burlingk
2007-05-28 4:23 ` maxim wexler
2007-05-28 4:47 ` Dale
-- strict thread matches above, loose matches on Subject: below --
2007-05-28 1:08 maxim wexler
2007-05-28 1:23 ` James Lockie
2007-05-28 2:47 ` maxim wexler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox