2015-02-12, 14:16
yes permissions 777 is that right the pulse audio only activate wen i exit the bpm and go to audio in kodi, i go install the kodibuntu again and try with other devices
(2015-02-12, 20:51)Dennisreneholm Wrote: Hello again
I've now got newest version of Kodibuntu on my new Intel NUC.
I got everything working, except sound in steam.
I'm using pulseaudio, and i've checked that pulseaudio is running when i launch steam.
kodi@NUC:~$ pidof pulseaudio
1897
and that returns nothing when i exit steam, so my scripts should be working.
Why don't i have any sound in steam?
Don't i need to set the audio device somewhere in pulseaudio?
load-module module-alsa-sink device=hw:0,3
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
#load-module module-udev-detect
sudo apt-get install jackd2
def quitKodiDialog():
global quitKodiSetting
processname = 'openbox'
tmp = os.popen("ps -Af").read()
proccount = tmp.count(processname)
if quitKodiSetting == '2':
log('quit setting: %s selected, asking user to pick' % quitKodiSetting)
if proccount > 0:
if dialog.yesno('Steam Launcher', language(50073)):
quitKodiSetting = '0'
else:
quitKodiSetting = '1'
else:
if dialog.yesno('Steam Launcher', 'Run with SteamOS compositor?'):
quitKodiSetting = '1'
else:
quitKodiSetting = '0'
log('quit setting selected: %s' % quitKodiSetting)
(2015-02-16, 08:23)teeedubb Wrote: Metheos, you can run kodi in its own session and use either steamcompmgr or openbox with compton using this method here http://forum.kodi.tv/showthread.php?tid=...pid1584693
(2015-02-16, 16:34)Dennisreneholm Wrote: As it was a very fresh system, i didn't want to bother trying to fix it, so i started over
Now it works, however, i sometimes have to go into steam settings, and change the audio device, i got 2 devices called the exacl same thing, but only one of them works.
Any idea why that is?