rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
hanetzer has joined #linux-sunxi
anarsoul has quit [Ping timeout: 240 seconds]
buZz has quit [Quit: brb]
buZz has joined #linux-sunxi
buZz is now known as Guest3593
hanetzer has quit [Remote host closed the connection]
Guest3593 has quit [Changing host]
Guest3593 has joined #linux-sunxi
hanetzer has joined #linux-sunxi
Guest3593 is now known as buZz
buZz has quit [Read error: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number]
buZz has joined #linux-sunxi
buZz has quit [Changing host]
buZz has joined #linux-sunxi
buZz_ has joined #linux-sunxi
lurchi_ is now known as lurchi__
buZz_ has quit [Quit: leaving]
hanetzer has quit [Remote host closed the connection]
megi has quit [Ping timeout: 256 seconds]
hanetzer has joined #linux-sunxi
hanetzer has quit [Remote host closed the connection]
jstefanop has joined #linux-sunxi
hanetzer has joined #linux-sunxi
jstefanop has quit [Ping timeout: 240 seconds]
TheSeven has quit [Ping timeout: 240 seconds]
TheSeven has joined #linux-sunxi
chomwitt has quit [Ping timeout: 268 seconds]
hanetzer has quit [Remote host closed the connection]
hanetzer has joined #linux-sunxi
vagrantc has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
hanetzer has quit [Remote host closed the connection]
<lvrp16> Drahtnod: all working?
hanetzer has joined #linux-sunxi
LargePrime has quit [Remote host closed the connection]
dddddd has quit [Remote host closed the connection]
hanetzer has quit [Remote host closed the connection]
lurchi__ is now known as lurchi_
hanetzer1 has joined #linux-sunxi
hanetzer1 is now known as hanetzer
lurchi_ has quit [Quit: Konversation terminated!]
lurchi_ has joined #linux-sunxi
lurchi_ is now known as lurchi__
victhor has quit [Ping timeout: 256 seconds]
jbrown has quit [Ping timeout: 240 seconds]
<wens> the latest kernel also has Virtual GEM and Virtual KMS, that should also work?
vagrantc has quit [Quit: leaving]
jstefanop has joined #linux-sunxi
a|3x has quit [Ping timeout: 240 seconds]
a|3x has joined #linux-sunxi
jstefanop has quit [Ping timeout: 244 seconds]
DrJ6 has joined #linux-sunxi
DrJ6 has quit [Remote host closed the connection]
TheSeven has quit [Ping timeout: 240 seconds]
TheSeven has joined #linux-sunxi
rexxster has quit [Remote host closed the connection]
lurchi_ has joined #linux-sunxi
hanetzer has quit [Ping timeout: 240 seconds]
lurchi__ has quit [Ping timeout: 240 seconds]
hanetzer has joined #linux-sunxi
mobijubo7 has joined #linux-sunxi
pointfree18 has joined #linux-sunxi
mobijubo7 has quit [Remote host closed the connection]
iamfrankenstein has joined #linux-sunxi
pointfree18 has quit [Remote host closed the connection]
fire219 has quit [Ping timeout: 264 seconds]
fire219 has joined #linux-sunxi
Evidlo9 has joined #linux-sunxi
Evidlo9 has quit [Remote host closed the connection]
akaWolf has quit [Ping timeout: 260 seconds]
jaganteki has joined #linux-sunxi
reinforce has joined #linux-sunxi
nuuuciano_ has quit [Ping timeout: 240 seconds]
montjoie has joined #linux-sunxi
iamfrankenstein has quit [Ping timeout: 244 seconds]
verm1n18 has joined #linux-sunxi
verm1n18 has quit [Ping timeout: 264 seconds]
<jaganteki> Hi, any one knows how to get the mdio child device from emac parent
airwind has joined #linux-sunxi
<wens> huh?
<wens> struct stmmac_priv has a pointer pointing to the mdiobus. it's called mii
<jaganteki> wens, sorry I understand it in Linux
<jaganteki> I thought I have asked for u-boot in #u-boot
<jaganteki> I'm trying to do this in u-boot sun8i_emac and enable clk/reset of MDIO PHY
<ElBarto> jaganteki: speaking of u-boot, I can't netboot FreeBSD on my pinebook as u-boot shutdown the ehci controllers
<ElBarto> I guess the problem also exists if one use grub.efi and want to load the kernel from usb or whatever
asafniv has joined #linux-sunxi
<ElBarto> any idea on how to correctly fix this ?
<jaganteki> ElBarto, which SoC?
<ElBarto> A64
<ElBarto> but it doesn't matter
<ElBarto> it's just that since we shutdown the usb any efi application cannot use them
<ElBarto> so either a usb drive that will be exposed as a disk in efi, or usb<->eth that will also be exposed as a net device in EFI
<jaganteki> did 'usb reset' work ?
<ElBarto> ?
<ElBarto> I can use usb device from u-boot
<ElBarto> not from EFI application lunched by u-boot
<jaganteki> Better send to ML if not sent will discuss
<ElBarto> ok will do
<ElBarto> agraf: ^^ will cc you too :)
<agraf> uh
<agraf> ElBarto: so what does shut down usb when?
asafniv has quit [Ping timeout: 256 seconds]
<ElBarto> agraf: no idea, didn't really debug for now
<ElBarto> agraf: will try to do soon-ish
<agraf> ElBarto: there isn't much that gets called on bootefi really
<agraf> ElBarto: most things that i can imagine with your side effect really would only happen on exit boot services
<ElBarto> I may have completly wrongly debug this, will re-do test tonight
<agraf> ElBarto: what did get introduced recently is that when a uefi application starts to use the network, it gets reinitialized
<agraf> ElBarto: that was missing before, but potentially introduced a regression for you?
<ElBarto> I've used this usb<->eth a long time ago like a year ago
<ElBarto> that could be the problem yes
<ElBarto> reinitialized meaning ?
jstefanop has joined #linux-sunxi
<ElBarto> application needs to do dhcp request or something ?
AneoX_ has joined #linux-sunxi
<agraf> ElBarto: nah, you call ->start() or something on the SNP object
<ElBarto> ok, netbooting works for me with !usb eth device
AneoX has quit [Ping timeout: 256 seconds]
<ElBarto> this one hang on "EHCI timed out on TD" as soon as our loader try to use the network
<agraf> ElBarto: commit 0c5d2a3dac0
jstefanop has quit [Ping timeout: 256 seconds]
<agraf> ElBarto: try to revert that one and see if it makes it work ;)
<ElBarto> thanks, I'll see if it's efi problem or driver or allwinner related
<agraf> ElBarto: probably a combination
hardfalcon has joined #linux-sunxi
Guest3871 has joined #linux-sunxi
hardfalcon has quit [Ping timeout: 244 seconds]
Guest3871 has quit [Ping timeout: 244 seconds]
msimpson has joined #linux-sunxi
valkyr1e has quit [Ping timeout: 248 seconds]
indy has quit [Quit: ZNC - http://znc.sourceforge.net]
clemens3 has joined #linux-sunxi
bbrezillon has quit [Ping timeout: 248 seconds]
bbrezillon has joined #linux-sunxi
f0xx has joined #linux-sunxi
indy has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
f0xx has quit [Ping timeout: 244 seconds]
valkyr1e has joined #linux-sunxi
hlauer has joined #linux-sunxi
jaganteki has quit [Ping timeout: 252 seconds]
Mr__Anderson has joined #linux-sunxi
megi has joined #linux-sunxi
tl_lim has quit [Quit: Leaving]
x5eb has joined #linux-sunxi
_0x5eb_ has quit [Ping timeout: 264 seconds]
x5eb is now known as _0x5eb_
x5eb has joined #linux-sunxi
nemunaire has joined #linux-sunxi
_0x5eb_ has quit [Ping timeout: 256 seconds]
x5eb is now known as _0x5eb_
hlauer has quit [Quit: Leaving]
x5eb has joined #linux-sunxi
_0x5eb_ has quit [Ping timeout: 240 seconds]
_0x5eb_ has joined #linux-sunxi
f11f12 has joined #linux-sunxi
x5eb has quit [Ping timeout: 240 seconds]
f0xx has joined #linux-sunxi
<MoeIcenowy> wens: libwayland-egl is part of graphics driver
<MoeIcenowy> not part of wayland
<MoeIcenowy> check what package provides it ;-)
<MoeIcenowy> on AOSC OS it gets `mesa: /usr/lib/libwayland-egl.so`
fdcx has quit [Ping timeout: 260 seconds]
akaWolf has joined #linux-sunxi
<wens> MoeIcenowy: yeah that one I included as well
<wens> I made packages based on mripard's mali blobs
<wens> it was a pain to get all the package metadata right
<f11f12> should mali work on R40/V40? I've tested it a few weeks ago, without success
mavkhimenia has joined #linux-sunxi
x5eb has joined #linux-sunxi
TheSeven has quit [Ping timeout: 240 seconds]
_0x5eb_ has quit [Ping timeout: 240 seconds]
[7] has joined #linux-sunxi
x5eb is now known as _0x5eb_
<wens> there's no mali node
mavkhimenia has quit [Remote host closed the connection]
mossroy has joined #linux-sunxi
mavkhime_ has joined #linux-sunxi
<f11f12> wens: I added the DT entry to create /dev/mali, this works. It failed in userspace when in eglCreateWindowSurface with EGL_BAD_ALLOC. (two weeks ago, using mripards mali blobs)
<f11f12> hmm, the current sunxi-next doesn't seem to boot at all on R40.
<wens> the tree is missing some patches that didn't make it into drm-misc-next before the merge window deadline
mavkhime_ has quit [Ping timeout: 240 seconds]
<wens> so it looks like we'll have a 4.19-rc1 that doesn't work for R40 if you have DRM enabled :(
<f11f12> I'll check the mailing list patches. Thanks for the hint.
<wens> f11f12: just get the _latest_ drm-misc-next and merge that in
<wens> it will work. I just did the same thing a couple hours ago
[_^_] has quit [Quit: There are paranoid crossroads and shipwreck alleys.]
x5eb has joined #linux-sunxi
mavkhimenia has joined #linux-sunxi
[PinkSpark] has joined #linux-sunxi
_0x5eb_ has quit [Ping timeout: 256 seconds]
x5eb is now known as _0x5eb_
dddddd has joined #linux-sunxi
Gerwin_J has quit [Read error: Connection reset by peer]
Gerwin_J has joined #linux-sunxi
<f11f12> wens: works fine, indeed. /dev/fb0 (HDMI out) is present and I also have a /dev/mali after loading mali.ko. In userspace it still reports: eglCreateWindowSurface failed: 0x00003003 (EGL_BAD_ALLOC).
<wens> you replaced all the libraries right? including libEGL*?
<f11f12> yes, all from mripards repo. For the driver I use r6p2
<f11f12> libEGL*, LIBGLES* all point to libMali.so, CONFIG_DRM_FBDEV_OVERALLOC is 200
<ildar> ahh! I smell Russians here ☺)))
urdh12 has joined #linux-sunxi
victhor has joined #linux-sunxi
<ildar> nope, my mistake
<ildar> sorry for the noise
urdh12 has quit [Remote host closed the connection]
tom_nov has joined #linux-sunxi
<wens> codekipper: fixed that god awful noise in spdif through sheer luck
Mr__Anderson has quit [Remote host closed the connection]
<wens> god my dac is awful, no volume control and l-r unbalanced
fdcx has joined #linux-sunxi
mavkhimenia has quit [Ping timeout: 256 seconds]
<f11f12> HiFi-wens :-)
<pgreco> MoeIcenowy, any v2 wrt https://patchwork.kernel.org/patch/10542467/ ?
<pgreco> or should we just copy/paste for sync?
<wens> it was really sheer luck, I just started clearing register bits to see if it made any difference
msimpson_ has joined #linux-sunxi
<wens> and I should find time to implement full range fractional divider support, instead of the lousy table approach
<f11f12> mali seems to work: hellowindow (qt5 demo) runs, /proc/interrupts shows periodic mali interrupts I just have a blank screen :-). Not sure where mali is painting to
<wens> are you using the modesetting video driver for X?
msimpson has quit [Ping timeout: 264 seconds]
<f11f12> I have no X running, I'm using qt5 with eglfs backend to paint on /dev/fb0. fb0 itself works: I can show images.
mavkhimenia has joined #linux-sunxi
Wizzup has quit [Quit: brb]
<wens> hmm, ok, did you use the fbdev variant?
<wens> also IIRC there's a requirement that the framebuffer be twice as large, as Mali does double buffering or something
<f11f12> CONFIG_DRM_FBDEV_OVERALLOC is 200 -> 200% memory. I compiled qt5 with: QPA backends: EGLFS Mali (Qt Gui: EGL and OpenGL ES 2.0)
<f11f12> I'll poke around a bit
vpeter has joined #linux-sunxi
Wizzup has joined #linux-sunxi
fkluknav has joined #linux-sunxi
chomwitt has joined #linux-sunxi
vpeter has quit [Remote host closed the connection]
<MoeIcenowy> pgreco: oh I should re-reply it
chewitt has joined #linux-sunxi
mavkhimenia has quit [Remote host closed the connection]
aalm has quit [Ping timeout: 244 seconds]
Mr__Anderson has joined #linux-sunxi
<pgreco> MoeIcenowy, thanks!
jstefanop has joined #linux-sunxi
jstefanop has quit [Ping timeout: 268 seconds]
fire219 has quit [Read error: Connection reset by peer]
fire219 has joined #linux-sunxi
libv_ has joined #linux-sunxi
libv has quit [Ping timeout: 256 seconds]
fire219 has quit [Read error: Connection reset by peer]
msimpson_ has quit [Ping timeout: 260 seconds]
cnxsoft has quit [Ping timeout: 260 seconds]
fire219 has joined #linux-sunxi
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 256 seconds]
mavkhimenia has joined #linux-sunxi
mavkhimenia has quit [Ping timeout: 256 seconds]
msimpson_ has joined #linux-sunxi
msimpson__ has joined #linux-sunxi
afaerber has quit [Quit: Leaving]
msimpson_ has quit [Ping timeout: 240 seconds]
Gerwin_J has quit [Read error: Connection reset by peer]
fire219 has quit [Read error: Connection reset by peer]
Hello7113 has joined #linux-sunxi
Hello7113 has quit [Remote host closed the connection]
fire219 has joined #linux-sunxi
LargePrime has joined #linux-sunxi
afaerber has joined #linux-sunxi
nemunaire has quit [Quit: quit]
mavkhimenia has joined #linux-sunxi
aalm has joined #linux-sunxi
libv_ is now known as libv
adj_ has joined #linux-sunxi
adj_ has quit [Remote host closed the connection]
iamfrankenstein has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
mavkhimenia has quit [Remote host closed the connection]
mavkhimenia has joined #linux-sunxi
jbrown has joined #linux-sunxi
airwind has quit [Quit: airwind]
lurchi_ is now known as lurchi__
cnxsoft has quit [Read error: Connection reset by peer]
lostnord has joined #linux-sunxi
lostnord has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
mavkhimenia has quit [Remote host closed the connection]
mavkhimenia has joined #linux-sunxi
grossing14 has joined #linux-sunxi
grossing14 has quit [Remote host closed the connection]
Sagan16 has joined #linux-sunxi
Sagan16 has quit [Ping timeout: 260 seconds]
fkluknav has quit [Ping timeout: 264 seconds]
chewitt has quit [Quit: Adios!]
f0xx has quit [Ping timeout: 240 seconds]
cnxsoft has joined #linux-sunxi
rexxster has joined #linux-sunxi
freemangordon has quit [Ping timeout: 240 seconds]
jstein_ has joined #linux-sunxi
jstein_ is now known as jstein
f0xx has joined #linux-sunxi
Blendify_i5 has joined #linux-sunxi
Blendify_i5 has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
aalm has quit [Ping timeout: 240 seconds]
SP7RT has joined #linux-sunxi
f0xx has quit [Ping timeout: 260 seconds]
cnxsoft has quit [Quit: cnxsoft]
cnxsoft has joined #linux-sunxi
cnxsoft has quit [Remote host closed the connection]
cnxsoft has joined #linux-sunxi
LargePrime has quit [Ping timeout: 256 seconds]
reinforce has quit [Quit: Leaving.]
Putti has joined #linux-sunxi
vagrantc has joined #linux-sunxi
micken_ has joined #linux-sunxi
LargePrime has joined #linux-sunxi
micken has quit [Ping timeout: 260 seconds]
tllim has joined #linux-sunxi
jbrown has quit [Ping timeout: 256 seconds]
nope__ has joined #linux-sunxi
nope__ has quit [Remote host closed the connection]
nuuuciano_ has joined #linux-sunxi
msimpson__ has quit [Quit: Leaving]
mavkhimenia has quit [Remote host closed the connection]
mavkhimenia has joined #linux-sunxi
codekipper has quit [Remote host closed the connection]
jbrown has joined #linux-sunxi
paulliu has quit [Quit: Leaving.]
jbrown has quit [Read error: Connection reset by peer]
cnxsoft has quit [Quit: cnxsoft]
aalm has joined #linux-sunxi
jbrown has joined #linux-sunxi
nemunaire has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
jstefanop has joined #linux-sunxi
pmpp has joined #linux-sunxi
reinforce has joined #linux-sunxi
hanni76 has joined #linux-sunxi
clemens3 has quit [Ping timeout: 244 seconds]
arete74 has quit [Quit: leaving]
arete74 has joined #linux-sunxi
keithn23 has joined #linux-sunxi
SP7RT has quit [Ping timeout: 244 seconds]
keithn23 has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
Gerwin_J has joined #linux-sunxi
f0xx has joined #linux-sunxi
Andy-D has joined #linux-sunxi
xyntrix has quit [Quit: Leaving]
mavkhimenia has quit [Remote host closed the connection]
mavkhimenia has joined #linux-sunxi
jbrown has quit [Ping timeout: 256 seconds]
leio has quit [Ping timeout: 245 seconds]
popolon has joined #linux-sunxi
tlwoerner has quit [Quit: Leaving]
chomwitt has quit [Ping timeout: 264 seconds]
d0nn1e has joined #linux-sunxi
d0nn1e has quit [K-Lined]
micken_ has left #linux-sunxi [#linux-sunxi]
micken has joined #linux-sunxi
<micken> test
leio has joined #linux-sunxi
leio has quit [Client Quit]
libv_ has joined #linux-sunxi
libv has quit [Ping timeout: 240 seconds]
leio has joined #linux-sunxi
libv has joined #linux-sunxi
libv_ has quit [Ping timeout: 256 seconds]
anarsoul has joined #linux-sunxi
tom_nov has quit [Quit: Leaving]
libv has quit [Ping timeout: 240 seconds]
<jakllsch> micken: test acknowledged
leio has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
libv has joined #linux-sunxi
leio has joined #linux-sunxi
<micken> thx
elros has joined #linux-sunxi
tkaiser has joined #linux-sunxi
Andy-D has quit [Remote host closed the connection]
<jernej> MoeIcenowy: does the patch you just send fix SD card speed issue?
<jernej> or speed up any other peripheral for that matter?
iamfrankenstein1 has joined #linux-sunxi
iamfrankenstein1 has quit [Client Quit]
iamfrankenstein has quit [Ping timeout: 240 seconds]
mavkhimenia has quit [Remote host closed the connection]
alekz17 has joined #linux-sunxi
alekz17 has quit [Remote host closed the connection]
SP7RT has joined #linux-sunxi
SP7RT has quit [Ping timeout: 244 seconds]
SP7RT has joined #linux-sunxi
popolon has quit [Quit: WeeChat 1.9.1]
afaerber has quit [Remote host closed the connection]
tlwoerner has joined #linux-sunxi
tlwoerner has quit [Changing host]
tlwoerner has joined #linux-sunxi
cosm has quit [Ping timeout: 240 seconds]
cosm has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
elros has quit [Remote host closed the connection]
[PinkSpark] has quit [Quit: There are paranoid crossroads and shipwreck alleys.]
[Equalizer] has joined #linux-sunxi
hanni76 has quit [Quit: Leaving]
afaerber has joined #linux-sunxi
rej has quit [Quit: Obviously a major malfunction.]
rej has joined #linux-sunxi
rej has quit [Changing host]
rej has joined #linux-sunxi
SP7RT has quit [Ping timeout: 264 seconds]
SP7RT has joined #linux-sunxi
aalm has quit [Ping timeout: 260 seconds]
mniip0 has joined #linux-sunxi
mniip0 has quit [Ping timeout: 256 seconds]
mavkhimenia has joined #linux-sunxi
mavkhimenia has quit [Ping timeout: 256 seconds]
montjoie has quit [Quit: leaving]
aalm has joined #linux-sunxi
mossroy has quit [Quit: Leaving]
Gerwin_J has quit [Ping timeout: 265 seconds]
Gerwin_J has joined #linux-sunxi
SP7RT has quit [Ping timeout: 256 seconds]
SP7RT has joined #linux-sunxi
ATDT911 has joined #linux-sunxi
ATDT911 has quit [Remote host closed the connection]
Gerwin_J has quit [Read error: Connection reset by peer]
Gerwin_J has joined #linux-sunxi
iamfrankenstein has quit [Quit: iamfrankenstein]
iamfrankenstein has joined #linux-sunxi
lurchi__ is now known as lurchi_
Gerwin_J_ has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 265 seconds]
Gerwin_J has joined #linux-sunxi
Mr__Anderson has quit [Remote host closed the connection]
iamfrankenstein has quit [Quit: iamfrankenstein]
Gerwin_J_ has quit [Ping timeout: 265 seconds]
iamfrankenstein has joined #linux-sunxi
LargePrime has quit [Ping timeout: 240 seconds]
iamfrankenstein has quit [Client Quit]
f0xx has quit [Ping timeout: 244 seconds]
Putti has quit [Ping timeout: 256 seconds]
LargePrime has joined #linux-sunxi
roang_ has joined #linux-sunxi
roang_ has left #linux-sunxi [#linux-sunxi]
maskedlua20 has joined #linux-sunxi
maskedlua20 has quit [Remote host closed the connection]
return0e has quit [Read error: Connection reset by peer]
jstein has quit [Quit: quit]
return0e has joined #linux-sunxi
tkaiser has quit [Quit: jIRCii - http://www.oldschoolirc.com]
adaptor has joined #linux-sunxi
adaptor has quit [Client Quit]
Gerwin_J has quit [Quit: Gerwin_J]
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 265 seconds]
f11f12 has quit [Quit: f11f12]
jstefanop has quit [Remote host closed the connection]
jstefanop has joined #linux-sunxi
jstefano_ has joined #linux-sunxi
jstefanop has quit [Ping timeout: 244 seconds]
[7] has quit [Ping timeout: 240 seconds]
TheSeven has joined #linux-sunxi
jstefano_ has quit [Ping timeout: 260 seconds]
Asara_ has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
hanetzer1 has joined #linux-sunxi
Wizzup_ has joined #linux-sunxi
zumbi_ has joined #linux-sunxi
aalm| has joined #linux-sunxi
aalm has quit [*.net *.split]
Wizzup has quit [*.net *.split]
AneoX has quit [*.net *.split]
hanetzer has quit [*.net *.split]
jtf has quit [*.net *.split]
Asara has quit [*.net *.split]
zumbi has quit [*.net *.split]
FergusL has quit [*.net *.split]
aalm| has quit [Client Quit]
FergusL has joined #linux-sunxi
venb has quit [Remote host closed the connection]
venb has joined #linux-sunxi
aalm has joined #linux-sunxi
black_ink has quit [Ping timeout: 240 seconds]
captainigloo has quit [Ping timeout: 240 seconds]
captainigloo has joined #linux-sunxi
black_ink has joined #linux-sunxi
jtf has joined #linux-sunxi
qew has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
qew has quit [K-Lined]
DenSchub17 has joined #linux-sunxi
DenSchub17 has quit [Read error: Connection reset by peer]
lurchi_ is now known as lurchi__
megi has quit [Quit: WeeChat 2.2]
nemunaire has quit [Quit: quit]
vagrantc has joined #linux-sunxi
jstefanop has joined #linux-sunxi
jstefano_ has joined #linux-sunxi
jstefano_ has quit [Read error: Connection reset by peer]
jstefanop has quit [Read error: Connection reset by peer]
sunshavi has quit [Ping timeout: 240 seconds]
hanetzer1 is now known as hanetzer