Tuesday, 2019-01-08

*** ChanServ sets mode: +v T402:56
*** ChanServ sets mode: +v T408:00
*** ChanServ sets mode: +v T414:12
saidinesh5@It_sMike what's the issue?14:29
saidinesh5iirc the fmradio relatedchanges in cancro also needed some patch to some hybris library14:30
saidinesh5@It_sMike : https://trello.com/c/UU4xyioX/41-fm-radio-upstream-fixes https://trello.com/c/hcwMpNB5/2-fix-fm-radio i hope these both issues will be useful to you14:34
T4<adampigg> Mido also has.a.modded fmradio pkugin that mal hates15:13
T4<adampigg> @lt_smike ^^15:13
Benclark006hi! so my image has built but now once i've flashed the images it'll switch on, hold for a few seconds and reboot, i've disable selinux like it says in the manual but it still won't work :(17:18
Benclark006here's my defconfig file https://paste.gnome.org/p0jpn2ih417:19
malwhat do you see in host dmesg? do you have time to telnet to the device?17:28
malBenclark006: also if you have hybris-15.1 based port did you check faq for 15.1 specific porting notes?17:29
Benclark006it shows [ 6011.459097] usb 1-1.1: SerialNumber: Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd17:35
Benclark006 but when i try to telnet into it it gets stuck on Trying 192.168.2.15...17:35
Benclark006i can't find anything about 15.1 in the faq17:44
malthere two usual ways first telnet can fail, kernel configs or missing/incorrectly mounted rootfs17:47
malso the question is are you sure the fixup-mountpoints are correct, pastebin the entry your added there and also point me to the fstab file for your device17:48
Benclark006oh i see what i've done wronge18:17
Benclark006**wrong18:18
Benclark006i ran repo sync and it reset fixup-mountpoints18:18
Benclark006mal: https://i.imgur.com/j8Z9xtH.png do these names at the bottom have any use or are they just random18:21
Benclark006oh i get it18:21
Benclark006they're the model names18:21
Benclark006nevermind18:21
T4<abhishek_0> *codenames18:25
Benclark006same thing lol18:34
piggzmal: https://github.com/mer-hybris/droid-hal-device/pull/20018:47
Benclark006mal: i've patched fixup-mountpoints but it still won't work18:55
Benclark006here's the file in question https://paste.gnome.org/p86xf9e2p18:56
malBenclark006: what device was that again? also give a link or pastebin your fstab file19:01
Benclark006nevermind, i got it working19:02
Benclark006or at least i hope i have19:02
Benclark006the device was mako btw and https://paste.gnome.org/p6sqnk2fn (i hope thats the right one)19:04
malno19:05
malhttps://github.com/LineageOS/android_device_lge_mako/blob/lineage-15.1/rootdir/etc/fstab.mako19:06
malthis is the file19:06
Benclark006https://paste.gnome.org/pc02jkevw19:06
malBenclark006: did you check that you have followed the 15.1 porting notes in faq?19:09
Benclark006https://github.com/r0kk3rz/hadk-docs/blob/master/hadk-faq.md19:10
Benclark006this one?19:10
malthe one in channel topic19:11
malhttp://bit.ly/faq-hadk19:11
malaround line 68419:11
malthe first part you don't need anymore, just make sure you do the last part which says to copy some files19:13
Benclark006where do i need to copy them to in the config repo?19:25
Benclark006sparse/usr/libexec/droid-hybris/system/etc/init doesn't exist in my config repo19:48
malso create it obviously19:52
Benclark006ok19:56
r0kk3rzsparse is your little sandbox, you can put whatever you like in there19:56
Benclark006ah ok19:56
r0kk3rzbut usually configs, scripts, symlinks19:57
*** ChanServ sets mode: +v T420:09
Benclark006so it doesn't immediately bootloop anymore so that's great20:21
Benclark006_but when i try to telnet into the phone it returns Trying 192.168.2.15...20:29
Benclark006_telnet: Unable to connect to remote host: No route to host20:29
*** Benclark006_ is now known as Benclark00620:30
r0kk3rztrying 23 or 2323?20:31
Benclark006i tried both20:38
Benclark006same thing for each time20:40
r0kk3rzlook in lsusb -v20:41
r0kk3rzand dmesg20:41
malalso check ifconfig -a output to see if the interface is up and has ip address20:42
Benclark006i saw it said 192.168.2.15 in dmesg20:46
Benclark006here's the output of lsusb -v https://paste.gnome.org/pmnzucjbt20:46
piggz@eugenio_g7 you can use mimer from openrepos to change webbrowser to webcat wile we cant use sailfish-browser20:55
T4<samyy_010101> Fwd from samyy_010101: schön21:00
Benclark006the usb networking is working, as it shows the connection in the network menu21:11
piggzdo you get an ip address assigned?21:11
Benclark006ifconfig doesn't show anything about usb but dmesg shows SerialNumber: Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd21:13
piggzBenclark006: ifconfig or "ip address" should show a device with an address in that range...21:18
piggzif you have a device, you can always set a static address21:18
Benclark006every ip address listed on ifconfig returns telnet: Unable to connect to remote host: Connection refused :/21:20
Benclark006apparently the phone does have an ip but when i try to telnet into i get connection refused21:24
r0kk3rzcan you ping it?21:28
T4<It_sMike> saidinesh5 : Hey Saidinesh21:30
T4<It_sMike> Thanks for your help :) It's fixed now.... radio problem I mean....21:30
Benclark006r0kk3rz: i'll try21:32
Benclark006yes i can21:33
T4<It_sMike> saidinesh5  :  Hmmm.... Could you add me on https://github.com/CancroSailors ? for updating the source ....21:33
piggzBenclark006: nmap?21:34
Benclark006piggz: how do i do that? (sorry for being dumb)21:35
piggzman nmap :D21:38
piggzthen21:38
piggznmap -p- 192.168.2.1521:38
malBenclark006: ip address is always 192.168.2.15, not the one listed in ifconfig which is your host ip21:42
Benclark006piggz: https://paste.gnome.org/p64ue1bgn here you go21:42
piggzso, it seems like your host is up? .5? and the phone is not21:43
malBenclark006: so what do you see in host ifconfig, usb or some odd name interface?21:43
Benclark006mal: no, i can only see enp0s29u1u1Link enp3s0f2 and wlp2s0 🤔21:44
malwhat ips do those first ones have?21:46
malusb has often some odd name like those21:46
Benclark006https://paste.gnome.org/puivowfro 192.168.2.521:47
malthat could be the device21:47
malso telnet 192.168.2.15 23 or 2323 doesn't work?21:47
Benclark006correct21:48
Benclark006could have i built it wrong?21:49
maldmesg says it's port 23? which is not very good21:49
Benclark006big oof21:50
malBenclark006: like I said before the usual reasons for that are missing rootfs, failing userdata mount or broken kernel configs21:51
Benclark006alright, i'll take a look in the morning21:52
Benclark006thanks for all the help21:52
T4<adampigg> mal, how does my dhd pr look?22:36
malseems ok22:49
r0kk3rzi dunno, your whitespace is a little dirty22:55

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!