SliTaz SliTaz Forum

You are not logged in.

#1 2015-07-09 14:14:34

K3nn3th
Member
Registered: 2014-09-13
Posts: 194

alut (OpenAL) package request

Hey Folks,

can anyone package alut from OpenAL?

would be greatly appreciated!

thanks

Offline

#2 2015-07-10 13:07:12

K3nn3th
Member
Registered: 2014-09-13
Posts: 194

Re: alut (OpenAL) package request

got the ubuntu 12.10 package and converted. worked fine.

libraries are there and everything.

when i try to use alut in some c++ code, i get the following error when running:

AL lib: oss_open_playback: Could not open /dev/dsp: No such file or directory

/dev/dsp doesnt exist on my machine.

can anyone help?

Offline

#3 2015-07-10 14:51:24

lexeii
Administrator
Registered: 2012-03-21
Posts: 1,853

Re: alut (OpenAL) package request

Hi K3nn3th,

Please try freealut package.

Offline

#4 2015-07-10 16:44:16

K3nn3th
Member
Registered: 2014-09-13
Posts: 194

Re: alut (OpenAL) package request

Thanks a lot Aleksej!

The package is missing alut.h, though.

could you add it?

thanks

Offline

#5 2015-07-10 17:10:35

bellard
Administrator
Registered: 2011-03-28
Posts: 657

Re: alut (OpenAL) package request

Hi K3nn3th,

Please try freealut-dev package.

You will get these files

Offline

#6 2015-07-10 17:53:58

K3nn3th
Member
Registered: 2014-09-13
Posts: 194

Re: alut (OpenAL) package request

thanks a lot.

im encountering errors while using it, though.. my friend has alut-dev installed, too (elementary OS) and his code is working.

when i compile it on my machine and run, i get

AL lib: oss_open_playback: Could not open /dev/dsp: No such file or directory

anything driver-related? I'm a bit stuck here.

Offline

#7 2015-07-10 18:29:38

az_ua
Moderator
Registered: 2014-05-02
Posts: 284

Re: alut (OpenAL) package request

Try this (as root):

[c]depmod -av snd_pcm_oss
depmod -av snd_mixer_oss[/c]
Also you can try to convert 'aoss' from some other distro and run '[c]# aoss application-name[/c]'.

Offline

#8 2015-07-10 18:36:40

K3nn3th
Member
Registered: 2014-09-13
Posts: 194

Re: alut (OpenAL) package request

both commands yield no result.

ill try the aoss thing

Offline

#9 2015-07-10 18:50:22

az_ua
Moderator
Registered: 2014-05-02
Posts: 284

Re: alut (OpenAL) package request

What about this?

[c]cd /lib/modules/3.2.53-slitaz/kernel/sound/core/oss/
insmod snd-mixer-oss.ko.xz
insmod snd-pcm-oss.ko.xz[/c]

Offline

#10 2015-08-10 11:39:46

K3nn3th
Member
Registered: 2014-09-13
Posts: 194

Re: alut (OpenAL) package request

adding snd-pcm-oss to the modules-loaded-on-startup list did the trick.

thanks!

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]