meridion has quit [Ping timeout: 246 seconds]
<Wizzup> javier___: I also still get PLL unlocked messages - not sure how relevant those are
<Wizzup> 20:36 < Wizzup> It's still slow for me, but let me try to work around pulseaudio completely.
<Wizzup> I meant: fast
<Wizzup> not slow
Zotan has quit [Quit: No Ping reply in 180 seconds.]
Zotan has joined #linux-exynos
<Wizzup> javier___: can I have your amixer output
<Wizzup> so I can diff them
<Wizzup> this is mine: http://sprunge.us/hQDH
meridion has joined #linux-exynos
meridion has quit [Ping timeout: 250 seconds]
meridion has joined #linux-exynos
amitk has joined #linux-exynos
Zotan_ has joined #linux-exynos
amitk_ has joined #linux-exynos
Swabbles has joined #linux-exynos
dlan_ has joined #linux-exynos
sjoerd` has joined #linux-exynos
ssvb has quit [*.net *.split]
Swabbles_ has quit [*.net *.split]
indy has quit [*.net *.split]
cazzacarna has quit [*.net *.split]
javier__ has joined #linux-exynos
amitk has quit [*.net *.split]
aballier has quit [*.net *.split]
tyler-baker has quit [*.net *.split]
dlan has quit [*.net *.split]
aballier has joined #linux-exynos
leming_ has joined #linux-exynos
meridion_ has joined #linux-exynos
leming has quit [*.net *.split]
javier___ has quit [*.net *.split]
leming_ is now known as leming
meridion has quit [*.net *.split]
Zotan has quit [*.net *.split]
mturquette has quit [*.net *.split]
sjoerd has quit [*.net *.split]
steev has quit [*.net *.split]
ssvb has joined #linux-exynos
pekka30 has quit [*.net *.split]
mturquette has joined #linux-exynos
indy has joined #linux-exynos
cazzacarna has joined #linux-exynos
steev has joined #linux-exynos
pekka30 has joined #linux-exynos
mturquette has joined #linux-exynos
mturquette has quit [Changing host]
dlan_ is now known as dlan
tyler-baker has joined #linux-exynos
pekka30 has quit [*.net *.split]
indy has quit [*.net *.split]
cazzacarna has quit [*.net *.split]
indy has joined #linux-exynos
cazzacarna has joined #linux-exynos
daniels has quit [Ping timeout: 264 seconds]
Wizzup has quit [Ping timeout: 264 seconds]
Wizzup has joined #linux-exynos
meridion_ is now known as meridion
daniels has joined #linux-exynos
zombah has joined #linux-exynos
<javier__> Wizzup: I'll test with your config but I think is more related to the bootloader than the nconfig
<javier__> Wizzup: CONFIG_SND_SIMPLE_CARD is a generic driver, is not used by the peachs
<Wizzup> javier__: I think so too, regarding the bootloader.
<javier__> Wizzup: I'm using mainling u-boot, can't remember the exact version and don't have access to the peach now
<Wizzup> Right. I may not be using mainline u-boot.
<Wizzup> I do use mainline u-boot on snow, though. I can try mainline u-boot on my peach today.
<javier__> I'll provide my amixer config although I didn't tweak anything nor have a alsa ucm
<Wizzup> I have no ucm either
<Wizzup> if you didn't tweak anything then the speakers won't give any output
<Wizzup> by default the DACs are off
<javier__> Wizzup: exactly, I'm testing with a head phones connected to the audio jack
<Wizzup> (I have had similar issues with hp)
<Wizzup> I will try a new u-boot
<Wizzup> fwiw, the speaker wave file speed is very noticable
<Wizzup> as in - it's way too fast and pitched
<javier__> Wizzup: mmm, I'll try booting a FIT instead of chain loading mainline u-boot and see if that's why I can't reproduce the issue
<Wizzup> I don't use a FIT image
<Wizzup> I boot a uImage with dtb attached
<Wizzup> I use one of the older chromeos nv u-boot's probably
<Wizzup> I can totally try mainline u-boot first
<javier__> Wizzup: yes, I meant to take in my case mainline u-boot out of the equation in case something is initialized that is not when booting a FIT
<Wizzup> ack.
<Wizzup> I am perfectly fine with 'you need mainline u-boot' as a requirement though, if that turns out to be the problem.
<javier__> Wizzup: well the kernel should not rely on previous initialization made by the bootloader
sjoerd` is now known as sjoerd
<Wizzup> I will try to get mainline u-boot on my peach (sd card) today and test it
<javier__> Wizzup: Ok, thanks. I'll confirm you the exat version I'm using in a couple of minutes
ssvb has quit [Ping timeout: 272 seconds]
<Wizzup> built u-boot, will try when I finish work
<javier__> Wizzup: U-boot 2015.10
<Wizzup> oh, ok
<Wizzup> I will use that
<javier__> Wizzup: tested your config (I just removed CONFIG_INITRAMFS_SOURCE="initramfs.cpio.xz") and had the same effect
<Wizzup> I just used git head
<Wizzup> ah - so it *is* my config
<javier__> Wizzup: master should be good as well, I just always use a stable version for u-boot
<Wizzup> I will take stable
<Wizzup> javier__: I did a vimdiff on my config and the exynos defconfig and didn't find any weird things I should have enabled
<javier__> Wizzup: no no, I meant that I used your config and had *no* effect
<Wizzup> Oh.
<javier__> Wizzup: no, maybe I'm not noticing since I'm testing with simple wav
<javier__> Wizzup: what are you using to play mp3 files?
<Wizzup> everything that I use has the problem. but I use mpv for most media
<Wizzup> aplay has the same problems - so does gstreamer
<javier__> Wizzup: Ok
<Wizzup> both with and without pulseaudio
<javier__> yes, I'm testing without pulse for now
<Wizzup> I disabled pulse for testing too - no difference
<Wizzup> p.s. load addr and entry point for peach-pi -> is 0x42400000 ok? (when using mkimage on the u-boot-dtb.bin)
<Wizzup> mkimage -A arm -O linux -T kernel -C none -a 0x42400000 -e 0x42400000 -n "Non-verified u-boot" -d u-boot-dtb.bin nv_uboot-peach.uimg
<Wizzup> (plus the vbutil_kernel part to get the kpart that I will dd to my sd card)
<javier__> Wizzup: no, 0x23E00000
<javier__> mkimage -A arm -O linux -T kernel -C none -e 0x23E00000 -a 0x23E00000 -d u-boot-dtb.bin uboot.img
<Wizzup> thx.
<Wizzup> (where do you get that value - there is no doc/ entry in u-boot)
<javier__> Wizzup: include/configs/peach-pi.h:#define CONFIG_SYS_TEXT_BASE 0x23E00000
<javier__> from the u-boot source
<Wizzup> ah...
<Wizzup> thanks.
* Wizzup makes mental note
<javier__> Wizzup: do you know if mpv as an option to use an alsa PCM device instead of pulseaudio ?
<javier__> I've a minimal rootfs on my peach
<Wizzup> javier__: it should just use it - mpv -vo alsa will make it use alsa for sure
<Wizzup> but if you don't get the problem with aplay, I doubt you get the problem with mpv
gordan has joined #linux-exynos
<javier__> Wizzup: yes I know, I just want to play an mp3 file in case I'm not noticing if playback is faster when playing simple wav files from /user/share/sounds/alsa
<javier__> although you said is quite noticable
<Wizzup> $ time aplay -f dat -d 0 /usr/share/sounds/alsa/Front_Center.wav
<Wizzup> Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
<Wizzup> real0m1.193s
<Wizzup> user0m0.045s
<Wizzup> sys0m0.020s
<Wizzup> normal real time is more like real0m1.552s
<Wizzup> btw specifying -f dat is not necessary, same results
<gordan> javier__, Wizzup, what hardware is this on? Samsung Chromebook perchance?
<javier__> Wizzup: mmm, I see. Playing on my laptop I see that is slower indeed
<javier__> gordan: Exynos5800 Peach Pi
<gordan> So you are able to make it produce noise?
<Wizzup> what do you mean, noise
<Wizzup> it plays, it just plays too fast (for me)
<gordan> I mean something other than silence. :)
<Wizzup> sure
<gordan> I get nothing, mainline 4.3.0 kernel
<Wizzup> on speaker or hp
<gordan> I see the Peach Pi audio show up in pulseaudio control panel.
<gordan> speaker.
<gordan> Not tried hp.
<Wizzup> try hp.
<Wizzup> speaker requires you to enable/unmute some dacs
<Wizzup> gordan: this is my amixer: http://sprunge.us/hQDH
<gordan> The problem is the devices are showing up greyed out / disabled in pulseaudio control panel.
<javier__> gordan: I'm testing with headphones because as Wizzup said the speaker is not enabled by default
<Wizzup> gordan: I don't know what 'greyed' out means in pulse control panel
<Wizzup> I use pulseaudio, and also plain alsa sometimes
<Wizzup> both 'work' to some degree
<gordan> In KDE multimedia settings, looking through audio devices.
<gordan> Dummy output is the only one that is actually selectable, there are two more devices but they are greyed out in the list for some reason.
<javier__> Wizzup: so audio is borked indeed
* Wizzup is happy it is not just him
<Wizzup> javier__: so it runs too fast for you too I assume - IIRC in my observations is mostly ran at 48000 / 44100 of the normal speed
<Wizzup> but at some point it would just go nuts and play way faster
<javier__> Wizzup: yes, I didn't get the got nuts and play way faster but playback is a little faster than it should
<Wizzup> I don't know when exactly that happens
zombah has quit [Quit: Leaving]
ssvb has joined #linux-exynos
amitk_ has quit [Quit: leaving]
prahal____ has joined #linux-exynos
Wizzup_ has joined #linux-exynos
prahal____ has quit [Remote host closed the connection]
Wizzup has quit [Ping timeout: 240 seconds]
afaerber has joined #linux-exynos
NaviFullroot has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
NaviFullroot has joined #linux-exynos
afaerber has quit [Quit: Ex-Chat]
indy has quit [*.net *.split]
cazzacarna has quit [*.net *.split]
tyler-baker has quit [*.net *.split]
gordan_ has joined #linux-exynos
gordan has quit [Ping timeout: 264 seconds]
gordan_ has quit [Ping timeout: 260 seconds]
ssvb has quit [*.net *.split]
leming has quit [*.net *.split]
dlan has quit [*.net *.split]
libv has quit [*.net *.split]
Zotan_ has quit [*.net *.split]
Wizzup_ has quit [*.net *.split]
daniels has quit [*.net *.split]
javier__ has quit [*.net *.split]
bgamari- has quit [*.net *.split]
bzyx has quit [*.net *.split]
ojn has quit [*.net *.split]
mturquette has quit [*.net *.split]
sjoerd has quit [*.net *.split]
masta has quit [*.net *.split]
Gottox has quit [*.net *.split]
krzk has quit [*.net *.split]
twitch153 has quit [*.net *.split]
caveat- has quit [*.net *.split]
NaviFullroot has quit [*.net *.split]
nashpa has quit [*.net *.split]
jnettlet has quit [*.net *.split]
silv312 has quit [*.net *.split]
masta has joined #linux-exynos
issoeocio has joined #linux-exynos
ssvb_ has joined #linux-exynos
17SAD5MBD has joined #linux-exynos
indy has joined #linux-exynos
cazzacarna has joined #linux-exynos
libv has joined #linux-exynos
gordan has left #linux-exynos ["Konversation terminated!"]
libv has joined #linux-exynos
libv has quit [Ping timeout: 260 seconds]
<issoeocio> javier__: about the [PATCH] ARM: dts: Add Exynos5250 Snow Rev5+ support. The Exynos5250 Snow Chromebook rev5 also has atmel trackpad instead of cyapa https://lkml.org/lkml/2015/9/29/306
<javier__> issoeocio: it seems there are two variants, since a co-worker has a Rev5+ with a cyapa
libv has joined #linux-exynos
libv has quit [Ping timeout: 260 seconds]
<javier__> it's a pity how static the HW description is with DT so we need a different DTS for each variant
<javier__> even moving common parts to a dtis, we will end with different levels of dtsi inclusion...
<issoeocio> but this is not a big problem (a small copy and paste the Peach Pi dts solves it), support for audio that you were discussing before is more important
<issoeocio> Hopefully it will be resolved soon, for complete support, minus the video 3D acceleration
Zotan has joined #linux-exynos
libv has quit [Ping timeout: 260 seconds]
libv has joined #linux-exynos
<javier__> issoeocio: yeah, still it would be good to have a proper DTS for that variant
<javier__> issoeocio: I had to context switch again to other task but I'll try to continue looking at the audio issue tomorrow
<javier__> at least now I have a reproducible test case
<Wizzup_> yay! :)
<Wizzup_> I guess quite some people here are going to FOSDEM?
<javier__> Wizzup_: unfortunately I'm not going to FOSDEM
<javier__> I'm not based in europe anymore so I can't justify such a long trip
<Wizzup_> aw :(
ssvb_ has quit [Ping timeout: 260 seconds]
ssvb_ has joined #linux-exynos
gordan has joined #linux-exynos
zombah has joined #linux-exynos
ojn has joined #linux-exynos
gordan_ has joined #linux-exynos
gordan has quit [Ping timeout: 246 seconds]
ssvb_ has quit [Ping timeout: 260 seconds]
ssvb_ has joined #linux-exynos
gordan_ is now known as gordan
issoeocio has quit [Quit: Page closed]
ssvb_ has quit [Ping timeout: 260 seconds]
ssvb_ has joined #linux-exynos
gordan has quit [Quit: Konversation terminated!]
gordan has joined #linux-exynos
daniels has joined #linux-exynos
zombah has quit [Ping timeout: 264 seconds]