Re: /dev/dsp problem
From: Matt Brubeck (mbrubeck_at_cs.hmc.edu)
Date: 07/30/04
- Previous message: nx13372: "Re: command apt-get"
- In reply to: remy harel: "/dev/dsp problem"
- Next in thread: Yahoo: "Re: /dev/dsp problem"
- Reply: Yahoo: "Re: /dev/dsp problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jul 2004 08:58:38 -0700 (PDT) To: remy harel <remy_harel@yahoo.fr>
remy harel wrote:
> Yet, my sound card is pretty nice configured, I'm using an SB Live!
> 1024 ( emu10k1 ) with alsa, loaded as a module. Sound work perfectly
> in all applications, dvds, mp3 etc...even the surround is perfect ( by
> the way, how wonderful is alsa ! ).
>
> I'm pretty experienced with debian, but the only log I have is
> "/dev/[sound/]dsp no such device".
/dev/dsp is the the (old) OSS sound driver interface. If you are using
ALSA drivers, then you will need to load the OSS emulation modules in
order to access this device:
modprobe snd-pcm-oss
If you have this module loaded already but the file /dev/dsp does not
exist, run the following command as root inside of the /dev directory:
./MAKEDEV audio
If you have the latest "alsa-base" and "udev" packages from unstable,
everything should be configured for you automatically when you start up
your computer.
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: nx13372: "Re: command apt-get"
- In reply to: remy harel: "/dev/dsp problem"
- Next in thread: Yahoo: "Re: /dev/dsp problem"
- Reply: Yahoo: "Re: /dev/dsp problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]