Ticket #247 (reopened enhancement)
OSS4 is incompatible with module-oss, due to some subtle API changes to OSS3
| Reported by: | yarrow | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Component: | module-oss-* | |
| Keywords: | Cc: |
Description
I have Aureal Vortex 2 au8830 soundcard.
My version of oss: Version info: OSS 4.0 (b1013/200802012055) (0x00040003)
My version of pulseaudio: pulseaudio 0.9.9
uname: Linux concordia 2.6.24-1-486 Mon Feb 11 13:52:45 UTC 2008 i686 GNU/Linux
When I start pulseaudio i receive such messages:
alexv@concordia:~$ LANG=C pulseaudio
W: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
W: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
E: module-oss.c: DSP shutdown.
E: module-oss.c: DSP shutdown.
E: module-oss.c: DSP shutdown.
E: oss-util.c: open('/dev/dsp28'): No such file or directory
E: module.c: Failed to load module "module-oss" (argument: "device=/dev/dsp28"): initialization failed.
And I don't have any sink or source.
This is a string from defaults.pa:
load-module module-oss device="/dev/dsp" sink_name=output source_name=input
I've tried to create /dev/dsp28:
alexv@concordia:~$ ll /dev/dsp*
lrwxrwxrwx 1 root root 21 Фев 27 19:16 /dev/dsp -> /dev/oss/vortex0/pcm0
lrwxrwxrwx 1 root root 22 Фев 27 19:16 /dev/dsp0 -> /dev/oss/via82330/pcm0
lrwxrwxrwx 1 root root 21 Фев 27 19:16 /dev/dsp1 -> /dev/oss/vortex0/pcm0
lrwxrwxrwx 1 root root 21 Фев 27 19:16 /dev/dsp28 -> /dev/oss/vortex0/pcm0
lrwxrwxrwx 1 root root 22 Фев 27 19:16 /dev/dsp_ac3 -> /dev/oss/via82330/pcm0
lrwxrwxrwx 1 root root 22 Фев 27 19:16 /dev/dsp_mmap -> /dev/oss/via82330/pcm0
lrwxrwxrwx 1 root root 22 Фев 27 19:16 /dev/dsp_multich -> /dev/oss/via82330/pcm0
but this doesn't help: module-oss loading but I still cannot see any sink or source.
