/dev/audio No such file or diretory

611 views
Skip to first unread message

druma...@gmail.com

unread,
Aug 12, 2017, 1:32:35 PM8/12/17
to baudline
Hello all.
Just another threat with audio input/output problems.
I use Peppermint 5.

Starting baudline I get the /dev/audio No such file or directory. Following a threat and making a symlink:

sudo ln -s /dev/dsp /dev/audio
./baudline -record // start prg.
error message:
/dev/audio Input/output error


./baudline -sysinfo
motherboard

processors       = 2
cpu              = 3000 MHz  2
bogomips         = 6000.52
architecture     = x86_64 x86_64
memory           = 3952 MB
clock ticks      = 0 Hz
kernel version   = Linux 3.13.0-89-generic
baudline version = 1.08

-------------------------------------------------------------------


-------------------------------------------------------------------
Probing audio devices ...

/dev counts mixers=1 audio=0
Can't open devices, check permissions and ownerships.

ls: cannot access /dev/audio*: No such file or directory

crw-rw-rw- 1 root root 14, 0 jul 30 11:25 /dev/mixer

ls: cannot access /dev/sound/*: No such file or directory

-------------------------------------------------------------------
/dev/mixer

oss version      = 3.8.16
device type      = OSS Proxy, Mixer
primary control  = /dev/audio

pcm          0x6464      stereo
igain        0x6464  (*) stereo

Only one mixer channel can be selected.


cat /proc/asound/pcm
00-00: ICE1712 multi : ICE1712 multi : playback 1 : capture 1



sudo lsmod|grep '^snd' | column -t
[sudo] password for drumanart:
snd_ice1712         75235   1
snd_cs8427          14258   1   snd_ice1712
snd_i2c             14147   2   snd_ice1712,snd_cs8427
snd_ice17xx_ak4xxx  13315   1   snd_ice1712
snd_ak4xxx_adda     18703   2   snd_ice1712,snd_ice17xx_ak4xxx
snd_mpu401_uart     14169   1   snd_ice1712
snd_ac97_codec      130285  1   snd_ice1712
snd_pcm             102099  2   snd_ice1712,snd_ac97_codec
snd_page_alloc      18710   1   snd_pcm
snd_seq_midi        13324   0
snd_seq_midi_event  14899   1   snd_seq_midi
snd_rawmidi         30731   2   snd_mpu401_uart,snd_seq_midi
snd_seq             61616   2   snd_seq_midi_event,snd_seq_midi
snd_seq_device      14497   3   snd_seq,snd_rawmidi,snd_seq_midi
snd_timer           29549   2   snd_pcm,snd_seq
snd                 69416   14  snd_ice1712,snd_ac97_codec,snd_timer,snd_i2c,snd_pcm,snd_seq,snd_rawmidi,snd_ak4xxx_adda,snd_mpu401_uart,snd_seq_device,snd_cs84


I spent one day to try several threats I found on Google without succsess

Thanks Martin

Grégoire Hubert

unread,
Aug 12, 2017, 2:15:43 PM8/12/17
to baud...@googlegroups.com
On Sun, Jul 30, 2017 at 9:43 PM, <druma...@gmail.com> wrote:

Hello all.
Just another threat with audio input/output problems.
I use Peppermint 5.

Starting baudline I get the /dev/audio No such file or directory. Following a threat and making a symlink:

sudo ln -s /dev/dsp /dev/audio
./baudline -record // start prg.
error message:
/dev/audio Input/output error


Hi,

Baudline by default uses the old OSS linux sound drivers. There are not provided anymore.

I don’t know Peppermint Linux but if it uses the pulseaudio server, you can send the flow through standard input & output:

parec --channels=1 --latency-msec=2 | ./baudline -stdin -stdout | pacat

If your disto supports ALSA, you may try the alsa-oss that provides an OSS compatibility layer:

aoss ./baudline

cheers
--
Grégoire HUBERT
Pomm : http://www.pomm-project.org
Reply all
Reply to author
Forward
0 new messages