EmilMedve has joined #linux-exynos
EmilMedve has quit [Quit: Leaving.]
prahal_____ has quit [Quit: prahal_____]
amitk has joined #linux-exynos
twitch153 has quit [Ping timeout: 260 seconds]
twitch153 has joined #linux-exynos
EmilMedve has joined #linux-exynos
EmilMedve has quit [Quit: Leaving.]
gordan has joined #linux-exynos
silv312 has joined #linux-exynos
silv312 has quit [Ping timeout: 245 seconds]
silv312 has joined #linux-exynos
gordan_ has joined #linux-exynos
gordan has quit [Read error: Connection reset by peer]
dlezcano has quit [Ping timeout: 264 seconds]
EmilMedve has joined #linux-exynos
dlezcano has joined #linux-exynos
dlan has joined #linux-exynos
afaerber has quit [Ping timeout: 260 seconds]
afaerber has joined #linux-exynos
EmilMedve has quit [Quit: Leaving.]
EmilMedve has joined #linux-exynos
Tenkawa has joined #linux-exynos
<Tenkawa> hi all
<Tenkawa> Anyone using internal bluetooth successfully on the xe303c12?
<Tenkawa> have everything else working great on the 4.3 kernel now
<Wizzup> Never tried
<Wizzup> audio?
<Tenkawa> no
<Tenkawa> want to use a mouse
<Tenkawa> so i can keep both usb ports free
<Tenkawa> haaha
<Tenkawa> had to tweak the kernel makefile too
<Tenkawa> to even test the compile of the 8723au staging driver
<Tenkawa> now lets see if this will compile and work... I'll update later if it does
<Tenkawa> here goes experiment 1
Tenkawa has quit [Quit: leaving]
Tenkawa has joined #linux-exynos
<Tenkawa> wow.. it might have worked
<Tenkawa> yay it did
<gordan_> BTW, what driver should be used for the audio device on the Peach Pi?
<Tenkawa> gordan_: wish I could help.. I'm using snow
<gordan_> Yeah, there's an exynos snow driver. :)
gordan_ is now known as gordan
<gordan> Less obvious on the Peach Pi
<Tenkawa> ahh
<gordan> I modprobed everything and alsamixer still isn't showing audio devices
<gordan> Well, other than the pulseaudio that doesn't work, and that seems to be using the dummy device.
<gordan> So I'm reasonably sure there's a kernel level issue I'm up against, like a lack of driver.
<javier__> gordan: if you are using exynos_defconfig or multi_v7_defconfig, everything is already enabled
<javier__> gordan: but sound is not working, I tried to figure out on Monday what's missing but failed
<javier__> seems to be related to missing hw_params in the ASoC machine driver and missing clocks setup
<javier__> asked on the list to Alim who should be more familiar with the sound on these machines and he said that will take a look when he is back from a business trip
<gordan> I did use exynos_defconfig initially, but I since modularized as much as possible, and added a whole bunch of stuff that I needed for various other things like distro features and out-of-tree kernel module features (e.g. for ZFS).
<gordan> I just want to know what the name of the kernel module and kernel config option are.
<javier__> gordan: ok, answering your question then: CONFIG_SND_SOC_SNOW for the ASoC machine driver and CONFIG_SND_SOC_MAX98090 for the codec driver
<gordan> Thanks. :)
<gordan> I'll try to find those.
<gordan> I hadn't realized the snow driver was also used for the Peach.
<gordan> I was specifically not trying that one.
<gordan> *facepalm*
<javier__> gordan: next time you could do something like this:
<javier__> $ git grep audio arch/arm/boot/dts/exynos5800-peach-pi.dts | grep compatible
<javier__> arch/arm/boot/dts/exynos5800-peach-pi.dts: compatible = "google,snow-audio-max98091";
<javier__> $ git grep "google,snow-audio-max98091" sound/
<javier__> sound/soc/samsung/snow.c: { .compatible = "google,snow-audio-max98091", },
ssvb has joined #linux-exynos
<gordan> javier__: Thanks, I feel really stupid for not having thought of that myself. :'(
<Tenkawa> yay bluetooth mouse is connected up :)
pekka30 has quit [Ping timeout: 246 seconds]
<Tenkawa> basicly the kernel just needed the staging/rtl8723au makefile and dependencies files fixed
<javier__> gordan: sorry, it was not my intention to make you feel like that... I just was trying to help
<Tenkawa> brb... going to see how much of a pain it is to pair after reboot
Tenkawa has quit [Quit: leaving]
<javier__> gordan: so hopefully Alim can have more luck at figuring out what's missing for audio
<javier__> I tried myself but it was not trivial (at least for me since I'm not familiar with alsa and asoc sound)
Tenkawa has joined #linux-exynos
Tenkawa has quit [Changing host]
Tenkawa has joined #linux-exynos
<Tenkawa> that was easy
<Tenkawa> didnt expect this to be done so fast :)
<Tenkawa> brb again
Tenkawa has quit [Quit: leaving]
<gordan> javier__: It's OK, it turns out I need the obvious pointed out from time to time. :)
Tenkawa has joined #linux-exynos
<Tenkawa> yay!!
<Tenkawa> one more port available and one less mouse to carry around
<gordan> :)
<Tenkawa> indeed
<Tenkawa> I'm really having fun with this machine again
<Tenkawa> the 4.3 kernel has really opened up a lot of new options for it
<Tenkawa> my java apps are even running like lightning (using Oracle's jdk)
<Tenkawa> might try netflix and hulu next
<Tenkawa> haahaa
amitk has quit [Quit: leaving]
EmilMedve has quit [Quit: Leaving.]
<Tenkawa> (once i find and hook up my usb sound card that is heheheh)
<Tenkawa> since it sounds like noone has had any luck with the internal sound yet right?
<Tenkawa> whats the recommended adobe flash method for the chromebook atm?
<Tenkawa> they don't do arm natively at all do they?
<gordan> No flash.
<gordan> Friends don't let friends use flash.
<gordan> Don't do it.
<gordan> But FYI there are some versions of libflash.so floating around, IIRC one very old soft-float, and two newer hard-float versions. All extracted from Android versions, from back in the day before they stopped shippingit on Android.
<gordan> If you very thoroughly google for it and search in the right places you might be able to find one of those.
<gordan> But seriously, just don't. Those versions are all ancient, and there must have been literally thousands of RCE bugs fixed since them.
<gordan> I uninstalled flash from everything a long time ago, and haven't missed it at all.
<Tenkawa> well darn
<Tenkawa> no hulu or netflix then on this box
<javier__> Tenkawa: well, I guess there should be something in the ChromeOS rootfs ?
<Tenkawa> I'll take a look
<Tenkawa> i built this all without a chromeos rootfs though so i'll need to get it first
<javier__> Tenkawa: /opt/google/chrome/pepper/libpepflashplayer.so
<Tenkawa> thanks
<Tenkawa> isnt there a chrome page to download installer/repair media?
<Wizzup> gnash works fine for my flash uses
<Tenkawa> Wizzup: tried netflix or hulu on it?
<Wizzup> Tenkawa: I would never support that (nor watch it)
<Tenkawa> javier__: thanks
<Tenkawa> javier__: thats only for amd64 and i386
<Wizzup> 17:45 < javier__> Tenkawa: /opt/google/chrome/pepper/libpepflashplayer.so
<Tenkawa> Wizzup: debian only lists those 2 archs
<Tenkawa> I'm going to try the updater though..
<Wizzup> He suggested to get it from ChromeOS rootfs.
<Tenkawa> yeah
<Tenkawa> and like i said,.. I dont have one currently
<Tenkawa> no biggie
<Tenkawa> I got the major things I really wanted working
<Tenkawa> ahh haa
<Tenkawa> might be on the right trail now
<Tenkawa> thanks for all of the help
<javier__> Tenkawa: I really didn't look at that page in detail, but I'm prettu sure you can find it doing some search
<Tenkawa> javier__: I think i found it buried
<Tenkawa> bbl.. need lunch .. thanks for all of the help.
Tenkawa has quit [Quit: leaving]
gordan has left #linux-exynos ["Konversation terminated!"]
masta has quit [Ping timeout: 240 seconds]
masta has joined #linux-exynos
pekka30 has joined #linux-exynos
masta has quit [Read error: Connection reset by peer]
masta has joined #linux-exynos
Swabbles has quit [Quit: Lost terminal]
zombah has joined #linux-exynos
masta has quit [Ping timeout: 240 seconds]
zombah has quit [Ping timeout: 260 seconds]
zombah has joined #linux-exynos
zombah has quit [Quit: Leaving]