[gentoo-amd64] No /dev/dsp

2005-03-26 Thread Sean Sullivan
First, let me say Gentoo on AMD64 is killer! However, while everything 
else on my system works perfectly I still can't get sound working in 
games as I have no /dev/dsp and I can't figure out what I'm missing. I 
am running 2.6.11-gentoo-r2.

Relevant kernel section:
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_BIT32_EMUL=y
[EMAIL PROTECTED] ~ $  qpkg -i -I -v alsa
media-libs/alsa-lib-1.0.8 *
   Advanced Linux Sound Architecture Library [ 
http://www.alsa-project.org/ ]
Compiled with USE Flags: -jack -doc
media-libs/alsa-oss-1.0.8-r1 *
   Advanced Linux Sound Architecture OSS compatibility layer. [ 
http://www.alsa-project.org/ ]
Compiled with USE Flags:
media-sound/alsa-utils-1.0.8 *
   Advanced Linux Sound Architecture Utils (alsactl, alsamixer, 
etc.) [ http://www.alsa-project.org/ ]
Compiled with USE Flags:
media-sound/alsa-headers-1.0.8 *
   Header files for Advanced Linux Sound Architecture kernel 
modules [ http://www.alsa-project.org/ ]
Compiled with USE Flags:
media-plugins/xmms-alsa-1.2.10-r1 *
   Header files for Advanced Linux Sound Architecture kernel 
modules [ http://www.alsa-project.org/ ]
Compiled with USE Flags:

Any idea what I am missing?
-Sean
--
gentoo-amd64@gentoo.org mailing list


Re: [gentoo-amd64] No /dev/dsp

2005-03-26 Thread Rob Lesslie
I also have this problem... I have had no sound since gentoo-dev-sources-2.6.2.

Nothing I try works :(


On Sat, 26 Mar 2005 09:17:05 +, Sean Sullivan <[EMAIL PROTECTED]> wrote:
> First, let me say Gentoo on AMD64 is killer! However, while everything
> else on my system works perfectly I still can't get sound working in
> games as I have no /dev/dsp and I can't figure out what I'm missing. I
> am running 2.6.11-gentoo-r2.
> 
> Relevant kernel section:
> 
> # Advanced Linux Sound Architecture
> #
> CONFIG_SND=y
> CONFIG_SND_TIMER=y
> CONFIG_SND_PCM=y
> CONFIG_SND_HWDEP=y
> CONFIG_SND_RAWMIDI=y
> CONFIG_SND_OSSEMUL=y
> CONFIG_SND_MIXER_OSS=y
> CONFIG_SND_PCM_OSS=y
> CONFIG_SND_BIT32_EMUL=y
> 
> [EMAIL PROTECTED] ~ $  qpkg -i -I -v alsa
> media-libs/alsa-lib-1.0.8 *
> Advanced Linux Sound Architecture Library [
> http://www.alsa-project.org/ ]
> Compiled with USE Flags: -jack -doc
> media-libs/alsa-oss-1.0.8-r1 *
> Advanced Linux Sound Architecture OSS compatibility layer. [
> http://www.alsa-project.org/ ]
> Compiled with USE Flags:
> media-sound/alsa-utils-1.0.8 *
> Advanced Linux Sound Architecture Utils (alsactl, alsamixer,
> etc.) [ http://www.alsa-project.org/ ]
> Compiled with USE Flags:
> media-sound/alsa-headers-1.0.8 *
> Header files for Advanced Linux Sound Architecture kernel
> modules [ http://www.alsa-project.org/ ]
> Compiled with USE Flags:
> media-plugins/xmms-alsa-1.2.10-r1 *
> Header files for Advanced Linux Sound Architecture kernel
> modules [ http://www.alsa-project.org/ ]
> Compiled with USE Flags:
> 
> Any idea what I am missing?
> 
> -Sean
> 
> --
> gentoo-amd64@gentoo.org mailing list
> 
> 


-- 
Rob Lesslie

--
gentoo-amd64@gentoo.org mailing list



Re: [gentoo-amd64] No /dev/dsp

2005-03-26 Thread Sean Sullivan
I fixed mine just now. I emerged udev and hotplug  and made sure my 
kernel was configured properly:

General setup --->
 [*] Support for hot-pluggable devices
File systems --->
 Pseudo filesystems --->
   [*] /proc file system support
   [*] Virtual memory file system support (former shm fs)
Make sure automatically mount devfs is NOT selected and install new kernel. I 
then rebooted but X wouldn't
start cause it couldn't find /dev/mouse. I created a symlink
# cd /dev
# ln -s /dev/psaux /dev/mouse
and everything worked perfectly. Just got done playing ut2004 and doom3 :~)

Rob Lesslie wrote:
I also have this problem... I have had no sound since gentoo-dev-sources-2.6.2.
Nothing I try works :(

 

 


--
gentoo-amd64@gentoo.org mailing list


Re: [gentoo-amd64] No /dev/dsp

2005-03-29 Thread Jeremy Huddleston
On Sat, 2005-03-26 at 09:17 +, Sean Sullivan wrote:
> # Advanced Linux Sound Architecture
> #
> CONFIG_SND=y
> CONFIG_SND_TIMER=y
> CONFIG_SND_PCM=y
> CONFIG_SND_HWDEP=y
> CONFIG_SND_RAWMIDI=y
> CONFIG_SND_OSSEMUL=y
> CONFIG_SND_MIXER_OSS=y
> CONFIG_SND_PCM_OSS=y
> CONFIG_SND_BIT32_EMUL=y

You haven't selected any drivers...  You just have the base ALSA, AND
you've selected to compile it in rather than modularly.  Please read
through the Gentoo ALSA Handbook.  It's recommended to use the
media-sound/alsa-driver package rather than the in-kernel ones.

--Jeremy


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-amd64] No /dev/dsp

2005-03-29 Thread Sean Sullivan
Jeremy Huddleston wrote:
On Sat, 2005-03-26 at 09:17 +, Sean Sullivan wrote:
 

# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_BIT32_EMUL=y
   

You haven't selected any drivers...  You just have the base ALSA, AND
you've selected to compile it in rather than modularly.  Please read
through the Gentoo ALSA Handbook.  It's recommended to use the
media-sound/alsa-driver package rather than the in-kernel ones.
--Jeremy
 

Sorry, I left that section out.  I assumed everyone would know since I 
had sound for everything except games... Ooops

--
gentoo-amd64@gentoo.org mailing list


Re: [gentoo-amd64] No /dev/dsp

2005-03-29 Thread Sean Sullivan
BTW: I got it working that same day by going with udev. I posted that to 
the group here. Hopefully my instructions got the other guy that had the 
same problem up and running :~)

--
gentoo-amd64@gentoo.org mailing list