<zombu2>
well woot woot i managed to fix my server
<zombu2>
and i got hexchat installed
Turl has quit [*.net *.split]
Turl has joined #radxa
codemonkeyalx has quit [Quit: Leaving]
cnxsoft has joined #radxa
FreezingCold has quit [Ping timeout: 240 seconds]
Dsphost has joined #radxa
FreezingCold has joined #radxa
cnxsoft has quit [Ping timeout: 264 seconds]
Dsphost has quit [Remote host closed the connection]
cnxsoft has joined #radxa
cnxsoft has quit [Ping timeout: 264 seconds]
Turl has quit [*.net *.split]
Turl has joined #radxa
cnxsoft has joined #radxa
cnxsoft has quit [Quit: cnxsoft]
hramrach has quit [Remote host closed the connection]
hramrach has joined #radxa
Dsphost has joined #radxa
stderr_ has joined #radxa
<stderr_>
anyone compile in the 3.10 kernel yet?
<zombu2>
i am going to today
<zombu2>
got the source already just was too lazy to do it
<stderr_>
github is being slow as hell today
<stderr_>
about to give it a shot as well
<mrueg>
anyone here got the binary mali modules installed?
<zombu2>
yup
<mrueg>
zombu2: can you tell me what cat /dev/ump outputs?
<mrueg>
cat: /dev/ump: No such device
<zombu2>
not at the box atm
<mrueg>
that's what i get.
<zombu2>
did you compile it
<mrueg>
yes.
<zombu2>
hmm wierd
<mrueg>
from r3p2-01rel2-olegk0 branch
<mrueg>
i also tried already compiled modules.
<zombu2>
lemme look real quick 5 mins
<mrueg>
thanks :)
<mrueg>
dmesg says: Minor not zero in ump_file_open()
stderr_ is now known as not_stderr
<zombu2>
aright i m at the box
<zombu2>
and that shouldn t be readable since it is a device
<zombu2>
what is the actual problem you got
<mrueg>
yes, but it shouldn't say "no such device"
<zombu2>
well does the device exist
<zombu2>
go look
<mrueg>
proc/devices 248 ump
<zombu2>
what you mean proc
<mrueg>
no that's the file
<zombu2>
you said /dev/ump
<mrueg>
yes /dev/ump exists
<mrueg>
my problem is that gles doesn't work
<zombu2>
did you move the mesa stuff
<mrueg>
yes
<mrueg>
it is moved
<mrueg>
it worked some time ago, until i tried to remove the _mali_clz_lut errors
<zombu2>
k did you add : Option "AccelMethod" "CPU"
<zombu2>
to xorg.conf
<zombu2>
what did you change
<mrueg>
disclaimer: i'm working in a gentoo userland
<zombu2>
if you run es2gears does it say it uses the mali drivers
<mrueg>
if i run es2_info it says
<mrueg>
UMP: ump_arch_open() failed to open UMP device driver
<mrueg>
Error: eglInitilaize() failed
<mrueg>
i run "strace es2_info"
<zombu2>
hmm looks like it don t load the kernel module
<mrueg>
and this says open("/dev/ump", O_RDWR) = -1 ENODEV (No such device)
<mrueg>
lsmod says mali, mali_drm, ump, drm have been loaded
<zombu2>
hmm funny you mention that mine says mali 0
<mrueg>
2543 0 crw-rw---- 1 root video 248, 0 Jun 15 19:01 /dev/ump
<zombu2>
hmm i dunno beats me
<mrueg>
thanks for your help anyway :)
<zombu2>
these mali drivers are driving me nuts
<mrueg>
yes they do
<zombu2>
now i gotta figure out whats wrong with mine
<zombu2>
lol
<zombu2>
it uses em running es2gears but it seems desktop composing don t
<mrueg>
what happens if you do cat /dev/ump ?
<mrueg>
do you get the same message in dmesg?
<zombu2>
cat: /dev/ump: Invalid argument
<mrueg>
and what does dmesg say?
<zombu2>
1 sec
<mrueg>
thanks :)
<zombu2>
you got the command handy my dmesg is full of wifi errors ugh
<mrueg>
well try dmesg | grep UMP
<zombu2>
12.004810] UMP: UMP device driver loaded
<mrueg>
dmesg | grep ump
<mrueg>
with small letters?
<zombu2>
nothing
<mrueg>
well it looks like my module stuff seems to work not properly.
<zombu2>
rebuild it
<mrueg>
already done
<zombu2>
did you get any compile errors?
<mrueg>
no i didn't
<mrueg>
i wrote ebuilds for it
<mrueg>
maybe i just do it again by hand
<zombu2>
yeah try that
<zombu2>
i gotta tell ya heh you know more about it them me
<zombu2>
i tell ya what how about we try to solve that problem and make an autoinstaller so it can just be run in a shell and it does it automatically for ppll
<mrueg>
rebuild and rebooting ;)
<zombu2>
k
<mrueg>
still the same error
<mrueg>
argh.
<zombu2>
i wonder if we could bake the modules into the 3.10 kernel and then image it
<mrueg>
I doubt it will work with 3.10
<zombu2>
why
<mrueg>
binaries are evil.
<zombu2>
we got the sources
<mrueg>
ah yes you're talking about the kernel modules
<zombu2>
yeah
<mrueg>
probably it could work
<zombu2>
that would eliminate a lot of issues
<zombu2>
1 sec brb 1 min
<zombu2>
back
<mrueg>
well i'm desperate enough to try 3.10
<zombu2>
yeah
<mrueg>
3.10-rk3188 is the correct branch right?
<zombu2>
if you tell me how to get it compiled on the radxa we can try it on mine
<zombu2>
i got the damn thing since 3 days soooooo
<mrueg>
or is it wip/lsk-android-14.04-rk3188 ?
<zombu2>
i think it is the android one
<mrueg>
well i just write an ebuild for that
<zombu2>
tell me .. what is an ebuild
<mrueg>
it is a package format for gentoo
<mrueg>
i just use the package manager to install it