IRC logs for #automotive for Friday, 2017-12-01

*** jlrmagnus has quit IRC00:00
*** jlrmagnus has joined #automotive00:26
furyGoogled around a bit, found a reference somewhere to connmanctl config wifi_randomcharacters --remove but it returned "not supported", so I winged it, deleted the wifi_* dirs in /var/lib/connman, restarted connman service, and that seemed to do the trick I wanted which was to forget work's network so I could join my phone's network. I was trying to see if work's WiFi was a culprit in some performance issues. It00:33
furywasn't, really--seems to be localized to the AGL demo unit. Even just the act of trying to find and join a network is like playing whack a mole but adding in the step of having to retype the password 6 or 7 times :D anyways, I'll check the source of the WiFi app to see if I'm just overlooking a forget action built into the UI, then I'll write up some JIRA issues, maybe even a Gerrit change or two if I think can00:33
furyimprove any of that--maybe I'm the only one trying WiFi at the moment or maybe I'm doing something wrong. I tried to stop it from scanning the WiFi in the background after the settings app was left, but couldn't find the right combination00:33
furythat seemed to have the biggest impact on WiFi performance, next to which router/hotspot I tried it on. I mean, it doesn't need to be perfect, it's WiFi and it's a USB dongle and it is on the same hub as the Bluetooth dongle and the flash drive it's playing music from and all, but I was sending some messages back and forth over the network maaaaybe once a second and it couldn't even keep up with that O_o in the end,00:42
furyjust hardwired the board to a router, forced the router to DHCP/NAT mode, made it reserve an IP, that works for my purposes at the moment00:42
furyIt's an extra router and extra cables that I was hoping to avoid hauling around but yeah, hardwire works :D00:43
*** stevenvdschoot has quit IRC01:02
*** jlrmagnus has quit IRC01:22
*** salamanderrake has quit IRC01:49
*** domn8rstang has joined #automotive02:12
*** ToxicGumbo-work1 has joined #automotive02:16
*** kooltux__ has joined #automotive02:16
*** kooltux_ has quit IRC02:22
*** domn8r has quit IRC02:22
*** joone_ has quit IRC02:22
*** gattuso has quit IRC02:22
*** ToxicGumbo-work has quit IRC02:22
*** amine_ahd has quit IRC02:22
*** gattuso has joined #automotive02:23
*** joone_ has joined #automotive02:27
*** amine_ahd has joined #automotive02:27
*** mdurnev has quit IRC03:04
*** mdurnev has joined #automotive04:32
*** iivanov has joined #automotive06:00
*** iivanov has joined #automotive06:00
*** iivanov has quit IRC06:58
*** iivanov has joined #automotive06:59
*** mfritzsch has joined #automotive07:38
*** claneys has joined #automotive08:00
*** rajm has joined #automotive08:13
*** jobol has joined #automotive08:21
*** [AD]Turbo has joined #automotive08:45
[AD]Turbohi there08:45
jobolhi guys08:47
*** mdurnev has quit IRC09:17
*** leon has joined #automotive09:19
*** leon is now known as leon-anavi09:20
leon-anavihi09:20
*** kbroulik has joined #automotive09:35
*** clopez has quit IRC09:59
*** stevenvdschoot has joined #automotive10:33
*** rdale has joined #automotive10:41
*** stevenvdschoot has quit IRC10:46
*** salamanderrake has joined #automotive11:02
*** stevenvdschoot has joined #automotive11:06
*** rajm has quit IRC11:17
*** dingbat has quit IRC11:26
*** salamanderrake has quit IRC11:55
*** clopez has joined #automotive12:00
*** jobol has quit IRC12:01
*** gunnarx has quit IRC12:23
*** rajm has joined #automotive12:34
*** rdale has quit IRC12:37
*** rdale has joined #automotive12:38
*** fredw has joined #automotive12:50
*** gunnarx has joined #automotive13:01
*** kbroulik has quit IRC13:20
*** mresidori has joined #automotive13:45
*** mfritzsch has quit IRC14:14
*** Vamsi has quit IRC14:32
*** rajm has quit IRC14:35
*** kooltux__ has quit IRC14:44
*** rajm has joined #automotive14:50
*** Vamsi has joined #automotive14:53
VamsiHello is there a repository where I can access the qlibwindowmanager library?14:54
VamsiThe AGL gerrit repository has the source code but I do not know the compile options that it needs to be built with.14:55
dl9pfqmake && make ?14:59
Vamsidl9pf: That's it? No AGL specific dependencies?15:00
Vamsidl9pf: Also doesn't qmake && make generate an executable instead of a shared library?15:01
dl9pfVamsi: check the recipe for qlibwindowmanager about the dependencies15:02
Vamsidl9pf: Thanks! Will check...15:02
*** mresidori has quit IRC15:11
*** rajm has quit IRC15:12
*** kooltux has joined #automotive15:14
*** [AD]Turbo has quit IRC15:14
*** [AD]Turbo has joined #automotive15:15
*** stevenvdschoot has quit IRC16:04
*** jobol has joined #automotive16:21
*** praneeth has quit IRC16:22
*** praneeth has joined #automotive16:23
*** rajm has joined #automotive16:43
*** jobol has quit IRC16:43
*** jlrmagnus has joined #automotive16:47
*** [AD]Turbo has quit IRC16:51
*** rdale has quit IRC16:59
*** CTtpollard has quit IRC17:12
*** fredw has quit IRC17:14
*** rajm has quit IRC17:17
*** halfline has quit IRC17:20
*** halfline has joined #automotive17:23
*** jlrmagnus has quit IRC17:37
*** Vamsi has quit IRC17:39
*** leon-anavi has quit IRC17:41
*** jlrmagnus has joined #automotive17:47
*** jlrmagnus has quit IRC18:03
*** claneys has quit IRC18:18
*** jlrmagnus has joined #automotive18:31
dl9pfmranostay: good to merge 12225 to fix the big msg bug ?19:01
mranostayyeah19:02
dl9pfok, +1 and we go19:02
*** gunnarx has quit IRC19:45
*** jlrmagnus has quit IRC19:51
*** pretec has joined #automotive19:59
*** gunnarx has joined #automotive20:10
dl9pfTartarus: what was the arg limit for bootcmd again ? 16 ?20:10
dl9pfworkaround using " " ?20:11
Tartarusdl9pf: Ugh20:12
dl9pfs/bootcmd/  setenv bootargs ....20:12
TartarusIt should be something like 32 or 256, but yes, quoting should keep it counting as one20:12
Tartarusand then you have a total length limit20:13
dl9pfand that length limit is ?20:13
Tartarus256 or 512 are common values20:13
dl9pfchar ?20:13
Tartarusyes20:13
dl9pfok ... sigh.20:13
dl9pfwe might hit that20:13
dl9pfok, we reach 243 easily ... so we might cross 256 ... sigh20:17
Tartarusugh20:29
dl9pfsome boards need a big set of options, plus nbdroot plus systemd.log_color=false20:37
*** jlrmagnus has joined #automotive20:46
dl9pffunny ....21:07
dl9pfif I set loglevel=2  I get no getty on serial21:07
smurrayI was hitting the limit on Porter when tinkering with systemd options on the kernel cmdline22:01
*** iivanov has quit IRC22:09
*** iivanov has joined #automotive22:09
*** iivanov has quit IRC22:14
dl9pfyes22:15
*** salamanderrake has joined #automotive22:37
*** john3voltas has joined #automotive23:09
*** john3voltas has quit IRC23:29

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