IRC log of #maemo for Tuesday, 2017-07-18

*** dafox has quit IRC00:04
*** dafox has joined #maemo00:13
*** Kabouik has quit IRC00:27
*** Kabouik has joined #maemo00:38
*** RzR is now known as rZr00:43
*** dafox has quit IRC00:47
*** troulouliou_div2 has joined #maemo00:56
*** louisdk has joined #maemo00:57
*** troulouliou_div2 has quit IRC01:01
*** cyteen_ has joined #maemo01:10
*** cyteen has quit IRC01:11
*** Pali has quit IRC01:26
*** xy2_ has quit IRC01:37
*** jon_y has quit IRC02:09
*** LjL has joined #maemo02:13
*** jon_y has joined #maemo02:25
*** DocScrutinizer05 has quit IRC02:35
*** DocScrutinizer05 has joined #maemo02:35
*** louisdk has quit IRC02:39
*** pagurus has joined #maemo02:43
Wizzupsomehow I missed this https://lkml.org/lkml/2016/12/19/31302:48
Wizzupsweet. should try that.02:49
*** infobot has quit IRC03:21
*** infobot has joined #maemo03:23
DocScrutinizer05Wizzup: well, that's H-E-N03:26
DocScrutinizer05help me out! is >>if (test == MUSB_TEST_FORCE_HOST | MUSB_TEST_FORCE_FS)  <<    actually equivalent to  >>  if (test & (MUSB_TEST_FORCE_HOST | MUSB_TEST_FORCE_FS)) <<  ??03:40
DocScrutinizer05lets assume MUSB_TEST_FORCE_HOST = 0x01  and MUSB_TEST_FORCE_FS=0x02 then  >>test & (MUSB_TEST_FORCE_HOST | MUSB_TEST_FORCE_FS)<< was sth like 0xf7 & 0x03; while the if (test == MUSB_TEST_FORCE_HOST | MUSB_TEST_FORCE_FS)  is If (0xf7 == 0x03)03:43
DocScrutinizer05if my c fu doesn't evade me, the first evaluates TRUE while the second evaluates FALSE03:44
DocScrutinizer05I also wonder hwy not rather using a case here03:48
DocScrutinizer05https://lkml.org/lkml/2016/12/15/777  https://lkml.org/lkml/2016/12/19/30003:49
DocScrutinizer05honestly, the whole code in https://lkml.org/lkml/2016/12/19/300 looks incorrect03:52
DocScrutinizer05iirc and aiui the if bit0 then print "bit0 "; if bit1 then print "bit1 "; ... is what been meant to happen there. What's now happening is  if register==0x01 then print "bit0\n"  ELSE if register==0x02 then print "bit1\n". This is a completely different logic and won't work04:04
DocScrutinizer05also what's this comment >>since multiple tests at the same time are not allowed.<< re >>if (test & (MUSB_TEST_FORCE_HOST | MUSB_TEST_FORCE_FS))<<  this is _not_ "multiple tests"04:07
DocScrutinizer05honestly why didn't pali ask me to sign it off resp review it04:08
DocScrutinizer05the funny detail in this: I think it was me who wrote that particular code segment originally04:16
Maxdamantus`test == a | b` is always non-zero if `b` is non-zero04:20
Maxdamantusah, that's not what's in the patch.04:22
*** florian_ has joined #maemo04:26
*** florian has quit IRC04:29
*** Kabouik_ has joined #maemo04:55
*** Kabouik has quit IRC04:57
*** nslu2-log has quit IRC04:59
*** guerby_ has joined #maemo05:07
*** yosafbridge` has joined #maemo05:07
*** TriztAway has joined #maemo05:09
*** guerby has quit IRC05:13
*** l_bratch has quit IRC05:13
*** Trizt has quit IRC05:13
*** yosafbridge has quit IRC05:13
*** `0660 has quit IRC05:13
*** nslu2-log has joined #maemo05:14
*** `0660 has joined #maemo05:15
*** l_bratch has joined #maemo05:19
*** Juesto has joined #maemo05:45
Juestopsst Oksana05:45
Juestohow it's going people05:46
*** mike727 has joined #maemo05:55
*** guerby__ has joined #maemo06:00
*** guerby_ has quit IRC06:00
Juestooksana...06:06
* Juesto sighs06:06
*** Oksana has quit IRC06:20
*** Oksana has joined #maemo06:21
*** Oksana has quit IRC06:25
*** Oksana has joined #maemo06:26
*** cyphase has quit IRC07:03
*** at1as has quit IRC07:19
*** guerby__ has quit IRC08:33
*** guerby__ has joined #maemo08:33
*** guerby__ is now known as guerby08:33
*** N-Mi_ has quit IRC08:52
WizzupDocScrutinizer05: last time I tried it on mainline there wasn't a debugfs option08:58
WizzupDocScrutinizer05: the point was that it got merged and is in mainline08:58
*** dafox has joined #maemo09:01
WizzupDocScrutinizer05: I'm sure pali tested it09:02
Juestoporting status?09:17
Juestomaemo to devuan09:18
Wizzupwaiting on devuan to do some build infra stuff. also thinking about trying the ports on motorola droid 409:19
WizzupJuesto: nothing you can 'download yet', but it's coming soon09:19
Juesto:/09:20
Wizzupthere's a bit of delay in the devuan groups as they figure out who runs what infra...09:20
Wizzupbut the coding work seems to mostly continuing09:20
Juestolet me know when it's ready for "qa"09:20
Juestoi don't mind having to compile everything09:21
WizzupI do, because it wastes a lot of time, and we're not anywhere near 'ready', which then means you have to figure out when to recompile what, and it becomes a total mess09:22
Wizzupbrb09:22
Juestowell, until packaging time then?09:23
Juestos/,/, nothing/09:23
infobotJuesto meant: well, nothing until packaging time then?09:23
*** dafox has quit IRC09:28
*** dmth|intevation has joined #maemo09:44
*** lamerx has joined #maemo09:49
WizzupJuesto: there's no point in being snarky09:51
*** florian_ has quit IRC10:02
*** ecloud_ has joined #maemo10:22
*** ecloud has quit IRC10:23
*** louisdk has joined #maemo10:35
*** florian has joined #maemo10:44
*** Juesto has quit IRC10:48
*** LjL has quit IRC10:49
*** Vajb_ is now known as Vajb10:52
*** jskarvad has joined #maemo11:04
*** jskarvad has quit IRC11:04
*** jskarvad has joined #maemo11:04
*** geaaru has joined #maemo11:26
*** cyteen_ has quit IRC11:40
*** mike727 has quit IRC11:43
*** kalin has quit IRC11:48
*** kalin has joined #maemo11:49
*** kalin has quit IRC12:01
*** clopez has quit IRC12:07
*** N-Mi_ has joined #maemo13:23
*** TheKit has joined #maemo13:28
*** NeKit has quit IRC13:32
*** cyteen_ has joined #maemo13:36
*** zGrr has joined #maemo13:47
zGrrmoin ;)13:48
*** mike727 has joined #maemo13:51
DocScrutinizer05Wizzup: it's diagnostic printout, easy to miss it's wrong, during testing14:02
*** ecloud_ has quit IRC14:08
*** ecloud has joined #maemo14:11
*** Kabouik has joined #maemo14:16
*** ecloud_ has joined #maemo14:28
*** ecloud has quit IRC14:29
*** louisdk has quit IRC14:56
*** mike727 has quit IRC15:00
*** louisdk has joined #maemo15:09
*** L29Ah has left #maemo15:21
*** L29Ah has joined #maemo15:23
*** louisdk has quit IRC16:00
*** chainsawbike has quit IRC16:04
*** louisdk has joined #maemo16:09
*** florian has quit IRC16:15
*** florian has joined #maemo16:19
*** Kabouik has quit IRC16:26
*** Kabouik has joined #maemo16:40
*** jskarvad has quit IRC16:55
*** jskarvad has joined #maemo16:59
*** jskarvad has quit IRC16:59
*** jskarvad has joined #maemo16:59
*** silviof has quit IRC17:05
*** LjL has joined #maemo17:13
*** dmth|intevation has quit IRC17:34
*** err0r3o3_ has joined #maemo17:38
*** err0r3o3 has quit IRC17:42
*** louisdk has quit IRC17:42
*** xy2_ has joined #maemo18:00
*** jskarvad has quit IRC18:04
*** Pali has joined #maemo18:24
*** Venemo has joined #maemo18:32
*** SmilybOrg has quit IRC18:40
*** Smily has joined #maemo18:49
*** jskarvad has joined #maemo18:57
*** jskarvad has quit IRC18:57
*** jskarvad has joined #maemo18:57
*** xy2_ has quit IRC19:01
*** infobot has quit IRC19:02
*** infobot has joined #maemo19:07
*** infobot has quit IRC19:10
*** dafox has joined #maemo19:10
*** infobot has joined #maemo19:12
*** silviof has joined #maemo19:15
*** infobot has quit IRC19:21
*** xy2_ has joined #maemo19:25
*** Juesto has joined #maemo19:26
*** florian has quit IRC19:27
JuestoWizzup: Snarky how?19:29
Wizzupyou're free to work on packaging and testing more things meanwhile, in a structured manner :p19:31
Wizzupbefore your regex it seemed a bit snarky19:32
*** jskarvad has quit IRC19:32
*** infobot has joined #maemo19:39
JuestoI'm confused19:39
Juestowhat regex19:40
Juestoyes sure, we'll coordinate about testing and everything19:40
*** Kabouik has quit IRC19:45
*** Kabouik has joined #maemo19:47
Wizzupside note19:47
Wizzupthe droid 4 might also be a fun target19:47
bencohtrue19:52
bencohapart from the bloated "bootloader"19:52
bencoh(aka android to kexec custom kernel)19:52
DocScrutinizer05Oksana: LOL what did you do?19:53
DocScrutinizer05a 26h ago19:53
DocScrutinizer05[2017-07-18 Tue 05:20:50] * Oksana is no longer away - Gone for 2 mins 17 secs19:54
DocScrutinizer05[2017-07-18 Tue 05:20:51] <-- Oksana (~Wikiwide@Maemo/community/ex-council/Wikiwide) has left this server (Excess Flood).19:54
JuestoDocScrutinizer05: she had $awayreason first19:55
Juestobefore the excess flood disconnect, and after, the away message without reason19:55
DocScrutinizer05never use such stuff19:55
Juestouses icechat19:55
Juestowhy droid 4?19:56
Juestoi have a gt-i5500, would it run there Wizzup ?19:56
DocScrutinizer05~ping19:56
Juestorun well19:56
infobot1 packet transmitted, 1 packet received, 0.0% packet loss19:57
DocScrutinizer05damn bot either getting ddosed or has swap help galore19:57
JuestoI'm still confused, what regex you talking about Wizzup19:57
DocScrutinizer05or a rat in the internet cable19:57
Juesto:(19:58
DocScrutinizer05s/help/hell/19:58
*** dafox has quit IRC20:00
Wizzup08:23 < Juesto> well, until packaging time then?20:00
Wizzup08:23 < Juesto> s/,/, nothing/20:00
Wizzup08:23 < infobot> Juesto meant: well, nothing until packaging time then?20:00
Wizzupbencoh: did you see sre's work on it20:01
Juestohmmm20:01
JuestoStill confused about that20:02
Juestolol20:02
WizzupYou're applying a regex but you don't know it? :D20:02
*** louisdk has joined #maemo20:02
Juestoi know what i did but i am confused at you20:02
bencohWizzup: yeah :)20:02
WizzupI like the microhdmi and 1gb ram :p20:03
Juestolol20:03
*** dafox has joined #maemo20:03
bencohI've actually wondered about this device for a long time (3years maybe) and was amazed when I saw he picked that up :)20:03
bencohI never bought it because I spend too much time on embedded/kernel stuff at $work already20:04
bencoh(and didn't want to kill my free time with it)20:04
Wizzup:)20:04
Juestoi still need something to get started with20:06
Juesto:P20:06
* Juesto looks up a guide to Debian packaging20:07
*** infobot has quit IRC20:21
*** ecloud_ has quit IRC20:27
*** ecloud has joined #maemo20:33
*** dafox has quit IRC20:37
*** ecloud has quit IRC20:40
JuestoI feel overwhelmed20:41
*** ecloud has joined #maemo20:43
*** ecloud has quit IRC20:49
*** zGrr has quit IRC20:52
*** chainsawbike has joined #maemo21:01
*** N-Mi_ has quit IRC21:01
*** ecloud has joined #maemo21:07
*** arcean has joined #maemo21:09
*** deep-book-gk_ has joined #maemo21:11
*** deep-book-gk_ has left #maemo21:12
*** clopez has joined #maemo21:13
*** geaaru has quit IRC21:28
*** infobot has joined #maemo21:30
*** xy2_ has quit IRC21:53
DocScrutinizer05~ping21:58
infobot1 packet transmitted, 1 packet received, 0.0% packet loss21:58
*** arcean has quit IRC22:00
*** xy2_ has joined #maemo22:10
WizzupJuesto: hehe22:11
Juesto?22:25
Juesto:)22:25
JuestoI'm getting started with bsd22:25
KotCzarnybondage sado distro ?22:25
Juestofreebsd22:26
JuestoBerkeley software distribution22:26
KotCzarnysame thing i guess22:26
Juestohm22:43
Juestonah22:43
*** infobot has quit IRC22:53
Juestorip22:59
sicelowho died :)23:04
*** florian has joined #maemo23:07
*** florian has joined #maemo23:07
*** Zungo has joined #maemo23:29
*** Juesto has quit IRC23:33

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!