T42 | <Simon %lastname%> just did a zypper up and now sound works! :) (quality could be improved though) | 08:23 |
---|---|---|
T42 | <adampigg> Simon is BT working for you? its not on the phone here, but is on my tablet .. same kernel! | 08:44 |
T42 | <DennisSwe> Hey! Is there a port for nexus 7 (second gen, 2013)? | 08:45 |
T42 | <Simon %lastname%> @adampigg it is "working" in the sense of it does something and finds devices but it fails to connect to my pc. I have the "config file" renamed however | 08:50 |
T42 | <adampigg> in my dmesg, it doesnt even look like its trying to load the config | 08:50 |
T42 | <Simon %lastname%> strange | 08:51 |
T42 | <Simon %lastname%> I get some error messages for the sound config, might be from playing arround in alsamixer, can I reset that somehow? | 08:51 |
T42 | legend_leroy was added by: legend_leroy | 10:19 |
rinigus | pketo: please add XZ2c single for store access. device is "Xperia XZ2 Compact (h8314 / h8314)". ssu s returns the first imei as device id. | 11:02 |
pketo | rinigus: added | 11:20 |
rinigus | pketo: thank you very much! | 11:34 |
T42 | <Verevka86> Tell me can I do that nemo was created by default as before? And not defaultuser as it is now? | 12:19 |
T42 | <elros34> @Verevka86 I didn't test it yet so it might not work or cause some issues: "sed 's|defaultuser|nemo|g' /usr/lib/startup/start-autologin" in %post section in ks file | 12:35 |
mal | why can't you just use defaultuser? | 12:42 |
T42 | <elros34> I don't know about Verevka but nemo is just shorter then defaultuser and I don't need to wonder whether particular device was upgraded (still use nemo) or flashed (defaultuser) when ssh. | 12:51 |
T42 | <edp_17> I agree with Elros, I also needed to update all my FTP settings and need to remember which port of mine is already upgraded to 3.4 and which isn't. It is not clear why they changed the default user. | 13:14 |
rinigus | valid concerns. I have an impression that the change of the username was a work of marketing department. don't see any use in it and only confusion which we don't have to carry over to the ports | 13:35 |
T42 | <edp_17> Guys, what is sys-fs-pstore.service? Is it something I need or can be turned off? Thanks. | 14:39 |
mal | it can be disabled, that is for debugging kernel issues on some devices "%define makefstab_skip_entries /sys/fs/pstore" to droid-hal spec will help, other things can be disabled also if not needed | 14:43 |
T42 | <elros34> isn't that part of systemd and you can't disable it that easly? | 14:53 |
mal | but isn't the easy way to make sure the useless service is never created? | 14:55 |
mal | or more like clean way | 14:55 |
T42 | <elros34> I still have sys-fs-pstore.mount fail in logs even with makefstab_skip_entries /sys/fs/pstore | 14:55 |
mal | hmm | 14:56 |
mal | is the service file still in the rpm? | 14:57 |
T42 | <elros34> no, that is why I said it is something in systemd which start that | 14:58 |
T42 | <elros34> I can't even find such mount unit | 15:00 |
T42 | <edp_17> So, it is not really possible to turn this off. | 15:01 |
T42 | <elros34> maybe there is but I have never investigated it as it's harmless | 15:01 |
mal | @elros34 where did you look for it, is it on device still? | 15:02 |
T42 | <edp_17> Thanks @elros34. If this doesn't cause issues, then I leave it. I just spotted when was looking for something else. | 15:02 |
mal | it's nice to have systemd not in degraded state | 15:04 |
T42 | <elros34> maybe I have some leftovers from previous instaltion | 15:04 |
mal | could be | 15:05 |
mal | but why were those not removed during update | 15:06 |
T42 | <edp_17> Another question. On my Nexus5 I have a /cache folder. The owner is system/cache. On my Note4 this folder doesn't exist. Is it necessary for something? | 15:07 |
T42 | <elros34> @edp_17 maybe I was wrong. Looks like droid-hal enable systemd units in some post installation script so I might have some leftovers. So sorry for confusion about sys-fs-pstore.mount | 15:12 |
T42 | <edp_17> No worries. So, how can I switch it off on device? | 15:13 |
T42 | <elros34> probably like mal said if you build new image | 15:13 |
T42 | <elros34> systemd symlink should be int /etc/systemd/system/local-fs.target.wants/ | 15:14 |
T42 | <edp_17> Yep, there is a symlink /etc/systemd/system/local-fs.target.wants/sys-fs-pstore.mount | 15:16 |
T42 | <edp_17> Should I remove this symlink? (I have updated the droid-hal-$device.spec for further builds.) | 15:22 |
T42 | <elros34> sure you can remove it | 15:23 |
T42 | <edp_17> I have removed that symlink but am still getting the error in journal. Should I reboot? (the service cannot be stopped as it is not running: Loaded: error (Reason: Invalid argument)) | 15:44 |
mal | reboot would be useful | 15:46 |
mal | or systemctl daemon-reload | 15:46 |
T42 | <edp_17> mal: Thanks! | 17:45 |
T42 | <ankaos> (Document) https://irc.thaodan.de/.imgstore/Q00hliqvVX.null | 21:06 |
T42 | <ankaos> how fix this error? | 21:06 |
Thaodan | Read the log | 21:08 |
Thaodan | the mentioned option should be set to y | 21:08 |
T42 | <ankaos> Thaodan: https://del.dog/mexicybill.txt | 21:08 |
T42 | <ankaos> outpou config https://del.dog/stysyginga.txt | 21:24 |
Thaodan | Follow what is said in the script you have to have a kernel that support the option and enable it: OPTION=y | 21:26 |
T42 | <ankaos> CONFIG_LBDAF=y but output config say me not read =y | 21:27 |
Thaodan | You need to add it to the defconfig of your device | 21:31 |
vknecht | also don't care too much of warnings, esp. lbdaf which iirc only exist in really old kernels (eg. 3.4 or 3.0) | 21:34 |
T42 | <ankaos> Thaodan: add line | 21:37 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!