<si1v3r>
Hm. THe mixer shows up but audio is not making it to my headphones...
dlezcano has quit [Ping timeout: 255 seconds]
<Wizzup>
si1v3r: that is probably caused by alsa settings hell
<Wizzup>
I can help you find the right switches for that
<Wizzup>
when I slept a bit more
Wizzup has quit [Quit: Lost terminal]
Wizzup has joined #linux-exynos
<si1v3r>
I've got the usual speaker dac1 and headphone dac1 silliness already done
daniels has quit [Ping timeout: 240 seconds]
daniels has joined #linux-exynos
acts_as_coder has joined #linux-exynos
_whitelogger_ has joined #linux-exynos
acts_as_coder has left #linux-exynos [#linux-exynos]
gallit has joined #linux-exynos
leming has quit [Ping timeout: 265 seconds]
leming has joined #linux-exynos
suihkulo1ki has joined #linux-exynos
dlezcano has joined #linux-exynos
suihkulokki has quit [Ping timeout: 264 seconds]
tilmann has joined #linux-exynos
<tilmann>
anyone has hardware performance counters working on the Arndale Octa?
hnaves has joined #linux-exynos
hnaves has quit [Quit: Leaving]
gallit has quit [Quit: Ex-Chat]
<si1v3r>
Neat. cpu_freq works on my snow box.
<chrs_>
nice
<chrs_>
what are you running?
<si1v3r>
kernel 3.16 and debian jessie on a samsung chromebook
<Wizzup>
cool
* Wizzup
will fix the wiki tonight
<Wizzup>
that's a promise
<si1v3r>
hahahaha
<si1v3r>
No huge hurry
<Wizzup>
we need to gear up the wiki more :)
<Wizzup>
draw people in
<Wizzup>
One of the main goals if to reduce the scattered knowledge
<si1v3r>
Update with current kernel info
<Wizzup>
yes
<si1v3r>
reducing scattered knowledge is not useful. Increasing consolidated knowledge is though.
<si1v3r>
Lots of summary pages.
<Wizzup>
yes, same thing ^_^
<si1v3r>
So I did some more testing on my sleep issue. It's certainly going to sleep, and it's waking up. I can run commands on wake if I tag them on the end of pm suspend, but commands entered after the sleep don't work. Screen lights up but I guess the console isn't being set up on wake.
<si1v3r>
Still having the wifi sdio issues too.
<Wizzup>
si1v3r: what x driver
<si1v3r>
fbdev
<Wizzup>
that should wake up
<Wizzup>
I think
<si1v3r>
If I don't run X at all it's the same thing.
<si1v3r>
So it's a kernel issue...?
<Wizzup>
ack
<si1v3r>
I have some suggestions for the exynos defconfig from my testing if you can use those.
<si1v3r>
Not sure if all are proper, maybe a snow_defconfig would be a good idea.
<Wizzup>
I need to run first
<Wizzup>
well, cycle
<Wizzup>
I'll be online again in 1 hour
<Wizzup>
:)
<si1v3r>
sure sure
<si1v3r>
I'll be here a while
<javier__>
si1v3r: the idea is to go in the opposite direction w.r.t kernel configs
<javier__>
si1v3r: its possible that even exynos_defconfig gets removed in the future and only arch/arm/configs/multi_v7_defconfig is used
<si1v3r>
Making things more generic would allow more devices to be supported I suppose.
<si1v3r>
That would move specific device support to be disto maintainer's problem then?
<javier__>
si1v3r: well with multi platform support and DT ideally you should be able to have a single kernel image and device support can be built as a loadable module
<javier__>
like distros kernel do for x86
<si1v3r>
That makes sense.
<sjoerd>
Debian will only support arm boxes that use the multi platform config for the next release for example
ssvb has quit [Ping timeout: 250 seconds]
<si1v3r>
Sounds like individual device support suffers a bit in the short term as a result.
ssvb has joined #linux-exynos
<sjoerd>
I'm not sure how much out there is support in mainline but does not support multiplatform kernels at this point
<javier__>
also usually the foo_defconfig for foo gives you a serial console but not more than that
<javier__>
ime if you want more peripherals even if they are supported you need to enable different config options so even if a distro used those I'm how useful would be
<javier__>
so makes sense to me what debian decided to support only arm machines that use multi platform config
<si1v3r>
yeah, I've been doing that. Almost have my machine all working. Still working on some bits.
<javier__>
si1v3r: to keep a delta what I do btw is to have a config fragments with the options I need and then do: