On Saturday 21 August 1999 03:06 am, ashendra singh wrote:
> i've install the latest alsa mods on my suse 7.0 system (kernel 2.4.18) and
> have working sound. i would like to use oss applications but they complain
> about no /dev/dsp (it is there however) what wrong? this is what a lsmod
/dev/dsp is simply a link to a device. Whether it exists or not is completely 
up to how this device is initialized.. 
For example:
an output of ls -la /dev/hda* on mymachine (partial)
brw-------    1 wolf     disk       3,   0 Apr 11 09:25 /dev/hda
brw-rw----    1 root     disk       3,   1 Apr 11 09:25 /dev/hda1
brw-rw----    1 root     disk       3,  10 Apr 11 09:25 /dev/hda10
brw-rw----    1 root     disk       3,  11 Apr 11 09:25 /dev/hda11
brw-rw----    1 root     disk       3,  12 Apr 11 09:25 /dev/hda12
brw-rw----    1 root     disk       3,  13 Apr 11 09:25 /dev/hda13
brw-rw----    1 root     disk       3,  14 Apr 11 09:25 /dev/hda14
brw-rw----    1 root     disk       3,  15 Apr 11 09:25 /dev/hda15
brw-rw----    1 root     disk       3,  16 Apr 11 09:25 /dev/hda16
brw-rw----    1 root     disk       3,  17 Apr 11 09:25 /dev/hda17
brw-rw----    1 root     disk       3,  18 Apr 11 09:25 /dev/hda18
brw-rw----    1 root     disk       3,  19 Apr 11 09:25 /dev/hda19
brw-rw----    1 root     disk       3,   2 Apr 11 09:25 /dev/hda2
Now, there's only one /dev/hda on my machine, as it's a dvd player. So, the 
rest can be eliminated, but I don't:P
/dev/dsp is the same way. it is created at setup. HOW it's initialized is 
completely and totally up to the sound driver itself.

----------------------------------------------------
TJW: Head tech, Dreamless Realms
Mud: http://dreamless.wolfstream.net
Snippets http://dreamless.wolfstream.net/
Telnet dreamless.wolfstream.net:9275
The OLC Pages http://olc.wolfstream.net
----------------------------------------------------


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to