00:01
Renard has quit [Remote host closed the connection]
00:02
khuey|away is now known as khuey
00:03
<
toddinpal >
yeah, I was trying with a distro built using a 3.4 kernel, which probably didn't have btrfs support. I'm going to try the raspbian distro that has a 3.19 kernel I think
00:04
<
toddinpal >
This was the error message: vfs cannot open root device unknown-block(8,1) error -19
00:14
<
ssvb >
toddinpal: doesn't the raspbian distro contain the broadcom kernel?
00:17
<
toddinpal >
I don't know. How would I tell?
00:18
protoCall7 has quit [Quit: protoCall7]
00:22
gianMOD has quit [Remote host closed the connection]
00:26
iamfrankenstein has joined #linux-sunxi
00:28
<
ssvb >
toddinpal: how would I know?
00:29
<
ssvb >
it contains some information and links to additional instructions
00:39
cajg has quit [Ping timeout: 246 seconds]
01:08
<
Nyuutwo >
I have a little problem with booting board using FEL
01:08
<
Nyuutwo >
looks like I need to make _felconfig
01:09
<
Nyuutwo >
but why I cannot just select CONFIG_SPL_FEL and it should work
01:10
<
ssvb >
Nyuutwo: which version of u-boot?
01:12
<
ssvb >
Nyuutwo: you can select CONFIG_SPL_FEL, the *_felconfig thing is just for convenience
01:13
<
Nyuutwo >
for me it is strange that you sed .config to spl/.config to enable option
01:14
iamfrankenstein has quit [Remote host closed the connection]
01:14
<
Nyuutwo >
but I will try method with new spl way
01:15
iamfrankenstein has joined #linux-sunxi
01:15
<
ssvb >
Nyuutwo: the sed hack is going to be dropped soon, but it still should work either way
01:16
<
Nyuutwo >
it doesnt work
01:16
<
Nyuutwo >
include/config/auto.conf and spl/include/config/auto.conf are different
01:16
<
Nyuutwo >
I'm not using felconfig
01:16
<
ssvb >
can you paste a log?
01:16
<
Nyuutwo >
just editing .config
01:17
<
Nyuutwo >
i don't have spl/.config
01:17
<
Nyuutwo >
from build?
01:18
<
ssvb >
right, there was a change in v2014.04-rc3, which dropped separate menuconfig for spl and main u-boot binary
01:20
<
Nyuutwo >
make command (after make clean) CROSS_COMPILE=arm-linux-gnueabihf- make V=1
01:20
<
Nyuutwo >
forgot about |& and it didn't contain "arm-linux-gnueabihf-ld.bfd: warning: creating a DT_TEXTREL in object."
01:21
<
ssvb >
anyway, does the "new method" work?
01:22
<
Nyuutwo >
not tested
01:24
<
Nyuutwo >
U-Boot SPL 2015.04-rc2-04034-g77ef136 (Mar 10 2015 - 02:18:22)
01:24
<
Nyuutwo >
DRAM:Timeout initialising DRAM
01:24
<
Nyuutwo >
so more tinkering with dram
01:25
<
ssvb >
that's most likely because of selecting a wrong SoC variant
01:27
<
Nyuutwo >
i have sun7i selected
01:27
<
Nyuutwo >
but in spl I have sun5i
01:28
<
Nyuutwo >
btw I have used Inet_86VS_defconfig as base
01:28
<
Nyuutwo >
make Inet_86VS_defconfig, changed things in menuconfig and now this problem
01:28
<
ssvb >
hmm, the sun7i/sun5i mismatch looks like a mess
01:29
<
ssvb >
but this is -rc2?
01:30
<
Nyuutwo >
77ef136950b4649ff4844c3b72dab107a9c565a0
01:30
<
ssvb >
better just copy the defconfig file under a new name and edit it
01:31
<
Nyuutwo >
hmm I don't have it
01:31
<
Nyuutwo >
will switch to next and see what will break
01:31
cajg has joined #linux-sunxi
01:31
<
ssvb >
yes, the 'next' branch is better
01:31
<
ssvb >
and also don't use menuconfig
01:32
<
ssvb >
is is safer this way :-)
01:33
<
ssvb >
Nyuutwo: maybe try a defconfig from some sun7i tablet instead?
01:34
<
Nyuutwo >
maybe I just should do this
01:34
lerc has joined #linux-sunxi
01:34
<
ssvb >
drop the USB settings if you don't know the exact pins
01:34
<
Nyuutwo >
but it is strange that it don't see change
01:34
<
Nyuutwo >
ssvb: fex is good source of information?
01:35
<
ssvb >
yes, fex is the right source of information
01:35
<
ssvb >
it did not see the changes because you had to run menuconfig
*twice* (once for the SPL, and once for the main u-boot binary)
01:37
<
Nyuutwo >
so for me it doesn't work correctly
01:37
<
Nyuutwo >
but maybe I need to clean directory more
01:39
<
Nyuutwo >
I haven't yet done it
01:39
<
ssvb >
for Inet_k100c it is CONFIG_VIDEO_LCD_MODE="x:1024,y:600,depth:24,pclk_khz:52000,le:32,ri:287,up:22,lo:12,hs:1,vs:1,sync:3,vmode:0"
01:40
<
ssvb >
but "depth" may be wrong (it does not seem to be reliable for LVDS)
01:43
<
Nyuutwo >
now it seems to work
01:43
<
Nyuutwo >
I had to remove spl directory
01:44
<
Nyuutwo >
new way of booting worked
01:45
<
ssvb >
does LCD also work? or you have not added the VIDEO_* options yet?
01:45
<
Nyuutwo >
video not yet
01:46
<
Nyuutwo >
meminfo has outputted me .zq = 0x12333b7f,
01:46
<
Nyuutwo >
is it correct value?
01:46
<
ssvb >
maybe that's 0x7f
01:48
<
Nyuutwo >
maybe - from other source i had this value
01:48
<
Nyuutwo >
drivers/video/sunxi_display.c:1036:20: error: ‘CONFIG_VIDEO_LCD_I2C_BUS’ undeclared (first use in this function)
01:48
<
Nyuutwo >
when I disable init by i2c
01:49
naobsd has joined #linux-sunxi
01:49
<
Nyuutwo >
video works
01:51
<
ssvb >
with "depth:18" or "depth:24"?
01:52
<
Nyuutwo >
also checked gpio to lcd
01:52
<
Nyuutwo >
by gpio set/reset - works
01:53
<
ssvb >
what do you mean?
01:53
<
Nyuutwo >
I overrided signals on pins to lcd (power,backlight,pwm)
01:54
<
Nyuutwo >
and they work
01:54
<
ssvb >
so the original values were not correct?
01:54
<
Nyuutwo >
were correct
01:56
<
Nyuutwo >
but I think fex as more guide than answer
01:56
<
ssvb >
can you pastebin your current defconfig file?
01:59
popolon has quit [Ping timeout: 272 seconds]
01:59
popolon has joined #linux-sunxi
02:02
<
Nyuutwo >
sd card works
02:02
egbert has quit [Disconnected by services]
02:02
egbert has joined #linux-sunxi
02:03
<
ssvb >
Nyuutwo: looks good, but CONFIG_SPL_FEL=y is unnecessary
02:04
<
ssvb >
you can also add USB HOST support to u-boot, but everything is mostly already done
02:05
<
ssvb >
the next step is the dts file for the kernel, and it should run nicely as a linux desktop system
02:08
cnxsoft has joined #linux-sunxi
02:14
<
Nyuutwo >
usb ports checked
02:14
<
Nyuutwo >
but says MUSB host not registered
02:15
<
Nyuutwo >
for power detection as for driving
02:17
<
Nyuutwo >
found options in kconfig
02:17
<
Nyuutwo >
CONFIG_USB_STORAGE redefinied from kconfig and include/configs/sunxi-common.h:303
02:26
<
Nyuutwo >
now sleep
02:30
FreezingCold has quit [Ping timeout: 246 seconds]
02:46
khuey is now known as khuey|away
02:55
kurain has joined #linux-sunxi
02:56
<
kurain >
I am trying to booting kernel provided by allwinner, but it panics when starting /sbin/init
02:56
<
kurain >
I am using new uboot
02:57
<
kurain >
with legacy kernel
03:03
<
ssvb >
kurain: "Kernel panic - not syncing: No init found"
03:04
<
ssvb >
do you really have the file "/sbin/init" on /dev/mmcblk0p1 ?
03:32
<
kurain >
and I am using debian rootfs of qemu
03:32
<
kurain >
I am sure of that
03:36
<
kurain >
@ssvb: also I use the build.sh script for building kernel, but I am not booting it with boot.img or the initrd minimal rootfs, I just boot it in one single partition, which is also the rootfs partition
03:37
<
kurain >
also some log lines, I think they matter.
03:37
<
kurain >
[ 3.915218] Waiting for root device /dev/mmcblk0p1...
03:37
<
kurain >
[ 3.915497] mmcblk0: mmc0:0001 HYNIX 7.19 GiB
03:37
<
kurain >
[ 3.915670] mmcblk0boot0: mmc0:0001 HYNIX partition 1 4.00 MiB
03:37
<
kurain >
[ 3.915885] mmcblk0boot1: mmc0:0001 HYNIX partition 2 4.00 MiB
03:37
<
kurain >
[ 3.939585] mmcblk0: p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 >
03:37
<
kurain >
[ 3.946404] mmcblk0: p1 size 9871360 extends beyond EOD, truncated
03:37
<
kurain >
[ 3.958969] mmcblk0boot1: unknown partition table
03:37
<
kurain >
[ 3.965754] mmcblk0boot0: unknown partition table
03:43
<
ssvb >
kurain: maybe that's some sort of built-in memory (emmc)?
03:44
<
ssvb >
kurain: try to use /dev/mmcblk1p1 as root
03:46
<
kurain >
ssvb: I am trying this way
03:47
<
kurain >
but it failed, so I am wondering if I have some wrong configs in kernel
03:47
<
kurain >
like root partition detecting policy
04:08
Andy-D has quit [Ping timeout: 250 seconds]
04:24
paulk-collins has quit [Remote host closed the connection]
04:52
p1u3sch1 has joined #linux-sunxi
04:56
p1u3sch1_ has quit [Ping timeout: 252 seconds]
05:28
JohnDoe_71Rus has joined #linux-sunxi
05:49
reinforce has joined #linux-sunxi
05:50
Black_Horseman has quit [Remote host closed the connection]
05:55
naobsd1 has joined #linux-sunxi
05:57
naobsd has quit [Ping timeout: 252 seconds]
06:26
cubear has joined #linux-sunxi
06:35
gianMOD has joined #linux-sunxi
06:40
domidumont has joined #linux-sunxi
06:45
domidumont has quit [Remote host closed the connection]
06:45
domidumont has joined #linux-sunxi
06:48
gianMOD has quit []
06:53
andoma_ is now known as andoma
06:57
naobsd1 is now known as naobsd
07:04
HeHoPMaJIeH has joined #linux-sunxi
07:07
premoboss has quit [Remote host closed the connection]
07:13
protoCall7 has joined #linux-sunxi
07:19
hansg has joined #linux-sunxi
07:31
quitte_ has joined #linux-sunxi
07:34
simosx has joined #linux-sunxi
07:34
quitte has quit [Ping timeout: 245 seconds]
07:36
domidumont has quit [Ping timeout: 246 seconds]
07:38
cnxsoft1 has joined #linux-sunxi
07:38
cnxsoft has quit [Ping timeout: 245 seconds]
07:38
_massi has joined #linux-sunxi
07:47
leviathancn has joined #linux-sunxi
07:58
leviathancn has quit [Quit: No Ping reply in 180 seconds.]
07:58
domidumont has joined #linux-sunxi
07:58
sehraf has joined #linux-sunxi
08:07
hansg has quit [Quit: Leaving]
08:08
leviathancn has joined #linux-sunxi
08:08
jinzo has joined #linux-sunxi
08:13
leviathancn has quit [Ping timeout: 244 seconds]
08:13
leviathancn has joined #linux-sunxi
08:24
iamfrankenstein has quit [Quit: iamfrankenstein]
08:32
pirea has joined #linux-sunxi
08:32
pirea is now known as pirea_
08:32
<
pirea_ >
ssvb mp4 plays smooth
08:33
<
wens >
just realized vpdau requires X
08:34
<
pirea_ >
wens yes :) vdpau requires X
08:35
<
pirea_ >
wens and i think requires opengl too
08:37
ricardocrudo has joined #linux-sunxi
08:38
<
wens >
i think it uses opengl for unsupported functions
08:43
FR^2 has joined #linux-sunxi
08:46
protoCall7 has quit [Quit: protoCall7]
08:51
premoboss has joined #linux-sunxi
08:52
heffer has quit [Remote host closed the connection]
08:52
heffer has joined #linux-sunxi
08:57
Akagi201 has joined #linux-sunxi
08:57
lucaswang has joined #linux-sunxi
09:03
nicksydney has joined #linux-sunxi
09:09
prz has joined #linux-sunxi
09:21
lucaswang has quit [Quit: lucaswang]
09:22
Renard has joined #linux-sunxi
09:37
pirea_ has quit [Quit: pirea_]
09:38
jinzo has quit [Remote host closed the connection]
09:38
iamfrankenstein has joined #linux-sunxi
09:40
jinzo has joined #linux-sunxi
09:44
pirea has joined #linux-sunxi
09:44
pirea is now known as pirea_
09:44
pirea_ is now known as pirea
09:53
ricardocrudo has quit [Remote host closed the connection]
09:54
ricardocrudo has joined #linux-sunxi
09:55
naobsd has quit [Quit: naobsd]
10:00
pirea has quit [Quit: pirea]
10:05
diego_r has joined #linux-sunxi
10:11
diego_r has quit [Quit: Konversation terminated!]
10:13
diego_r has joined #linux-sunxi
10:19
naobsd has joined #linux-sunxi
10:27
petr has joined #linux-sunxi
10:47
naobsd has quit [Quit: naobsd]
10:49
leviathancn has quit [Ping timeout: 245 seconds]
10:49
doppo has quit [Ping timeout: 272 seconds]
10:49
cnxsoft1 has quit [Remote host closed the connection]
10:51
doppo has joined #linux-sunxi
10:51
Black_Horseman has joined #linux-sunxi
10:58
lucaswang has joined #linux-sunxi
11:02
lucaswang has quit [Read error: Connection reset by peer]
11:06
Andy-D has joined #linux-sunxi
11:09
cnxsoft has joined #linux-sunxi
11:11
lucaswang has joined #linux-sunxi
11:14
leviathancn has joined #linux-sunxi
11:20
afaerber has joined #linux-sunxi
11:23
leviathancn has quit [Ping timeout: 256 seconds]
11:23
leviathancn has joined #linux-sunxi
11:24
lucaswang has quit [Ping timeout: 244 seconds]
11:25
premoboss has quit [Remote host closed the connection]
11:28
nicksydney has quit [Remote host closed the connection]
11:30
nicksydney has joined #linux-sunxi
11:48
ssvb has quit [Ping timeout: 244 seconds]
11:57
doppo has quit [Ping timeout: 256 seconds]
11:59
doppo has joined #linux-sunxi
12:09
doppo has quit [Ping timeout: 252 seconds]
12:10
doppo has joined #linux-sunxi
12:25
leviathancn has quit [Ping timeout: 245 seconds]
12:26
naobsd has joined #linux-sunxi
12:29
hipboi_ has quit [Ping timeout: 272 seconds]
12:30
hipboi_ has joined #linux-sunxi
12:52
Net147 has joined #linux-sunxi
12:56
f15h has joined #linux-sunxi
13:00
Black_Horseman has quit [Ping timeout: 244 seconds]
13:01
reinforce has quit [Quit: Leaving.]
13:09
selfbg has joined #linux-sunxi
13:11
doppo has quit [Ping timeout: 252 seconds]
13:17
doppo has joined #linux-sunxi
13:24
doppo has quit [Ping timeout: 265 seconds]
13:29
reinforce has joined #linux-sunxi
13:32
doppo has joined #linux-sunxi
13:37
ssvb has joined #linux-sunxi
13:46
nove has joined #linux-sunxi
13:47
<
nove >
why waste time writing a driver, when one can play as fireman
13:48
lucaswang has joined #linux-sunxi
13:48
<
atsampson >
because if you only have a fireman, the train isn't going to go anywhere?
13:49
<
nove >
week after week, always something unpleasant happening, this way is not possible to concentrate
13:50
<
nove >
maybe if they was more fireman, the train could be repair to start moving
14:00
<
nove >
as it is as now, some of the train repair man are being forced to handle more that just the engine
14:03
cubear has quit [Quit: Leaving]
14:03
dlan has quit [Ping timeout: 245 seconds]
14:03
lucaswang has quit [Quit: lucaswang]
14:04
dlan has joined #linux-sunxi
14:10
bsdfox has quit [Ping timeout: 256 seconds]
14:12
gzhechu has joined #linux-sunxi
14:13
el3 has quit [Quit: WeeChat 0.3.8]
14:13
bsdfox has joined #linux-sunxi
14:15
doppo has quit [Ping timeout: 272 seconds]
14:16
el3 has joined #linux-sunxi
14:20
bsdfox has quit [Ping timeout: 246 seconds]
14:21
<
nove >
and don't forget that the fire started because of pulling too many wagons
14:25
reinforce has quit [Quit: Leaving.]
14:27
doppo has joined #linux-sunxi
14:28
Renard has quit [Ping timeout: 272 seconds]
14:29
bsdfox has joined #linux-sunxi
14:29
bsdfox has joined #linux-sunxi
14:36
bsdfox has quit [Ping timeout: 246 seconds]
14:40
bsdfox has joined #linux-sunxi
14:40
bsdfox has joined #linux-sunxi
14:41
Renard has joined #linux-sunxi
14:42
doppo has quit [Ping timeout: 265 seconds]
14:44
doppo has joined #linux-sunxi
14:45
cnxsoft has quit [Quit: cnxsoft]
14:47
bsdfox has quit [Ping timeout: 246 seconds]
14:50
iamfrankenstein has quit [Quit: iamfrankenstein]
14:51
doppo has quit [Ping timeout: 256 seconds]
14:54
trollinger has joined #linux-sunxi
14:54
bsdfox has joined #linux-sunxi
14:55
doppo has joined #linux-sunxi
15:01
bsdfox has quit [Ping timeout: 246 seconds]
15:03
tomcheng76 has quit [Read error: Connection reset by peer]
15:05
selfbg has quit [Quit: Leaving]
15:05
bsdfox has joined #linux-sunxi
15:05
bsdfox has joined #linux-sunxi
15:06
pmattern has joined #linux-sunxi
15:06
doppo has quit [Ping timeout: 252 seconds]
15:07
kurain has quit [Ping timeout: 246 seconds]
15:08
tomcheng76 has joined #linux-sunxi
15:12
doppo has joined #linux-sunxi
15:13
trollinger has quit [Quit: Reicht jetzt erst mal.]
15:13
bsdfox has quit [Ping timeout: 246 seconds]
15:17
ssvb has quit [Ping timeout: 244 seconds]
15:21
bsdfox has joined #linux-sunxi
15:26
imcsk8 has quit [Quit: Reconnecting]
15:26
imcsk8 has joined #linux-sunxi
15:28
bsdfox has quit [Ping timeout: 246 seconds]
15:29
protoCall7 has joined #linux-sunxi
15:31
protoCall7 has quit [Client Quit]
15:34
bsdfox has joined #linux-sunxi
15:36
trollinger has joined #linux-sunxi
15:39
cubear has joined #linux-sunxi
15:40
doppo has quit [Ping timeout: 265 seconds]
15:40
trollinger has left #linux-sunxi [#linux-sunxi]
15:41
bsdfox has quit [Ping timeout: 246 seconds]
15:42
reinforce has joined #linux-sunxi
15:45
bsdfox has joined #linux-sunxi
15:45
bsdfox has joined #linux-sunxi
15:50
HeHoPMaJIeH has quit [Quit: Konversation terminated!]
15:50
ssvb has joined #linux-sunxi
15:51
doppo has joined #linux-sunxi
15:52
bsdfox has quit [Ping timeout: 246 seconds]
15:55
bsdfox has joined #linux-sunxi
16:32
FreezingCold has joined #linux-sunxi
16:32
ricardocrudo has quit [Remote host closed the connection]
16:33
ricardocrudo has joined #linux-sunxi
16:43
protoCall7 has joined #linux-sunxi
16:43
protoCall7 has quit [Client Quit]
16:50
domidumont has quit [Ping timeout: 246 seconds]
16:52
Netlynx has joined #linux-sunxi
16:52
Netlynx has joined #linux-sunxi
16:58
Vespine has joined #linux-sunxi
17:00
cubear has quit [Ping timeout: 256 seconds]
17:01
khuey|away is now known as khuey
17:04
FR^2 has quit [Quit: Connection reset by peer]
17:06
FreezingCold has quit [Ping timeout: 256 seconds]
17:15
bonbons has joined #linux-sunxi
17:17
nicksydney has quit [Quit: No Ping reply in 180 seconds.]
17:17
nicksydney has joined #linux-sunxi
17:17
ricardocrudo has quit [Ping timeout: 256 seconds]
17:44
Vespine has quit [Quit: Leaving]
17:49
wens has quit [Ping timeout: 246 seconds]
17:50
wens has joined #linux-sunxi
17:52
prz has quit [Ping timeout: 264 seconds]
17:56
domidumont has joined #linux-sunxi
17:59
f15h has quit [Quit: Leaving]
18:14
_massi has quit [Quit: Leaving]
18:32
ricardocrudo has joined #linux-sunxi
18:34
gzhechu has quit [Remote host closed the connection]
18:35
premoboss has joined #linux-sunxi
18:36
ricardocrudo_ has joined #linux-sunxi
18:39
ricardocrudo has quit [Ping timeout: 264 seconds]
18:41
ricardocrudo_ has quit [Ping timeout: 244 seconds]
18:44
afaerber has quit [Quit: Verlassend]
18:48
paulk-collins has joined #linux-sunxi
18:48
iamfrankenstein has joined #linux-sunxi
18:53
dev1990 has joined #linux-sunxi
19:00
iamfrankenstein has quit [Quit: iamfrankenstein]
19:02
joost_dtn has joined #linux-sunxi
19:09
mzki has joined #linux-sunxi
19:10
cooper has joined #linux-sunxi
19:18
<
cooper >
Question: In the mainline kernel, drivers/ata/ahci_sunxi.c specifies a parameter that can be passed to the module to indicate you want PMP support (since the device IS capable of providing it). What I can't seem to figure out is what the name of the parameter is I need to provide.
19:20
<
diego71 >
cooper, have you tried with modinfo
19:21
f15h has joined #linux-sunxi
19:22
<
cooper >
Didn't even know about that command. Thanks!
19:23
<
diego71 >
you're welcome :)
19:27
afaerber has joined #linux-sunxi
19:28
<
cooper >
For reference, it's "enable_pmp=1"
19:28
<
cooper >
And working beautifully, I might add. :-)
19:32
simosx has quit [Read error: Connection reset by peer]
19:35
Akagi201 has quit [Ping timeout: 245 seconds]
19:37
Akagi201 has joined #linux-sunxi
19:43
f15h has quit [Quit: Leaving]
19:56
sehraf has quit [Ping timeout: 272 seconds]
19:58
Netlynx has quit [Quit: Leaving]
20:03
sehraf has joined #linux-sunxi
20:13
Froolap has joined #linux-sunxi
20:17
ricardocrudo_ has joined #linux-sunxi
20:18
domidumont has quit [Ping timeout: 246 seconds]
20:24
ricardocrudo__ has joined #linux-sunxi
20:27
ricardocrudo_ has quit [Ping timeout: 246 seconds]
20:27
gianMOD has joined #linux-sunxi
20:41
diego_r has quit [Read error: Connection reset by peer]
20:41
diego_r has joined #linux-sunxi
20:46
Renard- has joined #linux-sunxi
20:46
Renard has quit [Read error: No route to host]
21:01
pmattern has quit [Quit: Genug für heute.]
21:11
ricardocrudo__ has quit [Ping timeout: 245 seconds]
21:13
ricardocrudo__ has joined #linux-sunxi
21:24
ricardocrudo__ has quit [Ping timeout: 245 seconds]
21:29
paulk-collins has quit [Quit: Quitte]
21:29
ricardocrudo__ has joined #linux-sunxi
21:34
bonbons has quit [Quit: Leaving]
21:38
ricardocrudo__ has quit [Ping timeout: 250 seconds]
21:49
ricardocrudo__ has joined #linux-sunxi
21:51
Black_Horseman has joined #linux-sunxi
21:52
jinzo has quit [Quit: Leaving]
21:53
nobiz has quit [Ping timeout: 264 seconds]
21:54
ricardocrudo__ has quit [Ping timeout: 256 seconds]
22:05
souther has quit [Ping timeout: 252 seconds]
22:06
simosx has joined #linux-sunxi
22:08
souther has joined #linux-sunxi
22:10
reinforce has quit [Quit: Leaving.]
22:11
iamfrankenstein has joined #linux-sunxi
22:33
ssvb has quit [Ping timeout: 252 seconds]
22:38
akaizen has quit [Remote host closed the connection]
22:39
akaizen has joined #linux-sunxi
22:43
gianMOD has quit [Remote host closed the connection]
22:43
Andy-D has quit [Ping timeout: 272 seconds]
22:43
cooper has quit [Ping timeout: 246 seconds]
22:43
akaizen has quit [Ping timeout: 265 seconds]
22:46
ssvb has joined #linux-sunxi
22:50
naobsd has quit [Quit: naobsd]
23:00
dev1990 has quit [Quit: Konversation terminated!]
23:01
Andy-D has joined #linux-sunxi
23:16
FreezingCold has joined #linux-sunxi
23:31
simosx has quit [Quit: Leaving]
23:41
quitte_ has quit [Ping timeout: 264 seconds]