Linux XBMCbuntu 13 NO 5.1 Audio NO Pulseaudio - SOLVED
#31
Are you saiyng that there is not solution?
Reply
#32
I am sorry I misunderstood your post Smile

speaker-test -c6 -D default

playback device is default
stream parameters are 48000Hz, S16_LE, 6 channels
using 16 octave of pink noise
rate set to 48000Hz (requested 48000Hz)
Buffer Size Range from 86 to 10922
Period size range from 6 to 5461
using max buffer size 10920
periods = 4
was set period_size = 2730
was set buffer_size = 10920
0 - front left
4 - center
1 - front right
3 - rear right
2 - rear left
5 - LFE
time per period = 17.518593

what do you see?
Reply
#33
Guys? Can anybody help me please?
Reply
#34
Quote:Period size range from 6 to 5461

That won't work with xbmc - as the periodSize that gets set is too low to work correctly.

Provide:
lsmod | pastebinit

let's see if we can trick the module to mod 1024 buffers.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#35
Smile 
By default, PulseAudio in Ubuntu is set to work with 2 speakers (front channels).

1. Edit the PulseAudio daemon.conf file by pressing Alt + F2 and enter:

gksu gedit /etc/pulse/daemon.conf

1a. And search for: default-sample-channels. Remove ";" from the begining of the line, and instead of "= 2", change it to the number of speakers your system has. For instance if you have a 5.1 system, the number should be 6, for a 7.1 system: 8 and so on.

2.This is how that line used to look before you made any changes:

; default-sample-channels = 2

And this is how it's supposed to look after:

default-sample-channels = 6

3. Now you can save the changes and restart your computer.

4.Check to see if the channels are muted. Open a terminal and type:

alsamixer

Image


If you dont have "gedit"...then any tex editor you have,will do.

One more thing-"Pulseaudio is already installed by default on all Ubuntu flavors"
Reply
#36
No - totally wrong answer :-( he does not even use pulseaudio.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#37
LSMOD

Module Size Used by
rfcomm 69160 0
bluetooth 395423 3 rfcomm
nls_utf8 12557 1
udf 89723 1
lirc_dev 19980 0
rc_core 28124 1 lirc_dev
autofs4 38674 1
nfsd 280297 2
auth_rpcgss 59338 1 nfsd
nfs_acl 12837 1 nfsd
nfs 236636 0
lockd 93977 2 nfs,nfsd
sunrpc 284404 6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
fscache 63988 1 nfs
snd_hda_codec_analog 15049 1
ppdev 17671 0
snd_hda_intel 52355 0
snd_hda_codec 192906 2 snd_hda_intel,snd_hda_codec_analog
snd_hwdep 13602 1 snd_hda_codec
arc4 12608 2
kvm_amd 59987 0
kvm 451511 1 kvm_amd
snd_ctxfi 99451 1
snd_pcm 102099 3 snd_ctxfi,snd_hda_codec,snd_hda_intel
snd_page_alloc 18710 3 snd_ctxfi,snd_pcm,snd_hda_intel
psmouse 102222 0
serio_raw 13462 0
snd_seq_midi 13324 0
snd_seq_midi_event 14899 1 snd_seq_midi
edac_core 62291 0
k8temp 12978 0
edac_mce_amd 22617 0
snd_rawmidi 30144 1 snd_seq_midi
snd_seq 61560 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 29482 2 snd_pcm,snd_seq
snd 69238 13 nd_ctxfi,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_hda_codec_analog,snd_seq_midi
soundcore 12680 1 snd
dm_multipath 22873 0
scsi_dh 14882 1 dm_multipath
rtl8187 64909 0
nvidia 10675249 39
mac80211 626489 1 rtl8187
cfg80211 484040 2 mac80211,rtl8187
eeprom_93cx6 13344 1 rtl8187
joydev 17381 0
nv_tco 13564 0
i2c_nforce2 13221 0
drm 302817 2 nvidia
parport_pc 32701 1
mac_hid 13205 0
asus_atk0110 18657 0
lp 17759 0
parport 42348 3 lp,ppdev,parport_pc
btrfs 835954 0
xor 21411 1 btrfs
raid6_pq 97812 1 btrfs
libcrc32c 12644 1 btrfs
dm_mirror 22135 0
dm_region_hash 20862 1 dm_mirror
dm_log 18411 2 dm_region_hash,dm_mirror
hid_logitech 26709 0
ff_memless 13573 1 hid_logitech
hid_generic 12548 0
usbhid 52616 0
hid 106148 3 hid_generic,hid_logitech,usbhid
usb_storage 62209 2
sata_sil24 18058 0
firewire_ohci 40409 0
firewire_core 68769 1 firewire_ohci
pata_acpi 13038 0
crc_itu_t 12707 2 udf,firewire_core
forcedeth 67509 0
sata_nv 27745 7
pata_amd 18225 1
Reply
#38
modinfo snd_hda_intel | grep -i period
parm: align_buffer_size:Force buffer and period sizes to be multiple of 128 bytes. (bint)

seems to be the only module allowing to set period size, but its not used in erbis list...
Reply
#39
Can you go here and download a 5.1 flac 96 khz file and play that one? And provide the log afterwards?
There are in the column "Surround 5.1 FLAC 24BIT/96kHz": http://www.2l.no/hires/
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#40
Hi Guys

I followed fritsch's instructions

here's the log

http://xbmclogs.com/show.php?id=215007

What do you see?

thanks
Reply
#41
It worked, right?

Go to System -> Settings -> System Audio:

Here choose:
Output method fixed
Speakers 5.0(!)
Resample-Quality: medium
Upmix stereo to disabled.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#42
I am sorry bit why 5.0?

I am trying to get 5.1 back to work.

I was thinking... There is not some kind of driver i could install?

anyway it doesn't work...
Reply
#43
Nope, that won't work as it is now. I have seen in your log that 5.0 with 96khz works by "luck".
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#44
I am starting to give up.

But can you expain me why it used to work great with the previous version and it doesn't now?
Reply
#45
Yes, i can. The older version did not care about the values the Sink chose.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMCbuntu 13 NO 5.1 Audio NO Pulseaudio - SOLVED0