octonezd | I am failing to build gstreamer, pack_sourec_droidmedia-localbuild.sh always throws "Please build droidmedia per HADK instructions" | 09:41 |
---|---|---|
mal | how did you build the android side things? | 09:56 |
octonezd | using make | 09:57 |
octonezd | I found solution to that, build 32-bit libdroidmedia | 09:58 |
mal | in the beginning of chapter 13.2 there are quite clear instructions, make sure you have latest hadk pdf (2.2.0.1) | 09:58 |
octonezd | Now I got different error, build_packages says tar not found | 09:58 |
octonezd | I did it by that instructions, it didn't help. I found https://bitrvmpd.github.io/sailfish-santoni/Troubleshooting.html and fixed that error with latest thing | 09:59 |
octonezd | So now I am stuck on + tar -xvf droidmedia-0.20180709.0+2+gc4ea759.tgz /var/tmp/rpm-tmp.qJZ24C: line 37: tar: command not found | 09:59 |
mal | so install tar? it says to install it in chapter 4.2 | 09:59 |
octonezd | I already have tar | 10:00 |
octonezd | and if I type tar --help, it outputs tar --help. | 10:00 |
mal | so then install it to the target also sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -R -m sdk-install zypper in tar | 10:00 |
octonezd | It worked! Now I get libminisf.so no such file | 10:01 |
mal | octonezd: just to be sure, you used this to build the android side stuff: make -j4 $(external/droidmedia/detect_build_targets.sh $PORT_ARCH) | 10:01 |
octonezd | Yep, that commmand | 10:01 |
octonezd | Except -j8, not -j4 | 10:01 |
mal | that doesn't matter | 10:01 |
mal | ok, that should have built 32-bit automatically | 10:02 |
octonezd | So, what about libminisf.so not found? | 10:02 |
octonezd | Nevermind, found in FAQ. | 10:02 |
mal | NOO | 10:03 |
octonezd | ? | 10:03 |
mal | that should have been built, you are doing something wrong | 10:03 |
octonezd | I doing everything by guide | 10:03 |
mal | and the hadk pdf version is correct? | 10:03 |
mal | 2.2.0.1 | 10:03 |
octonezd | 2.2.0.1 | 10:03 |
octonezd | device arch is arm64, PORT_ARCH is armv7hl | 10:04 |
mal | hmm, then the detection script is broken | 10:05 |
mal | because it should have found what to use https://github.com/sailfishos/droidmedia/blob/master/detect_build_targets.sh | 10:05 |
octonezd | Ah, I think I get what was my current problem, should I redo hybris-hal package before, yep? | 10:05 |
octonezd | cat lunch_arch says not found | 10:06 |
mal | ok, then that is wrong | 10:07 |
mal | so then just build those manually | 10:08 |
octonezd | Should I redo build_packages.sh -d after that? | 10:09 |
mal | just follow the instructions, you first have to package droidmedia so it will remove the conflicting files | 10:10 |
mal | octonezd: also do chapter 13.3 also after doing that 13.2 | 10:10 |
octonezd | well, that is quite weird | 10:10 |
mal | what? | 10:10 |
octonezd | I am still getting minifs not found, but make clearly says that [100% 10/10] Install: /home/octo/hadk/out/target/product/s2/system/lib/libminisf.so | 10:11 |
mal | you didn't run make libminisf_32? | 10:11 |
octonezd | I did | 10:11 |
mal | ah, you always need to build all of those in that script | 10:12 |
mal | not just one | 10:12 |
octonezd | And there is out/target/product/s2/system/lib/libminisf.so | 10:12 |
mal | you are mixing minisf with libminisf | 10:12 |
mal | not the same thing | 10:12 |
octonezd | It says it can't stat out/target/product/*/system/lib/libminisf.so | 10:12 |
mal | just run make libdroidmedia_32 minimediaservice minisfservice libminisf_32 | 10:13 |
mal | octonezd: stop for a moment so I can explain | 10:13 |
octonezd | ok | 10:13 |
mal | octonezd: the pack_sourec_droidmedia-localbuild.sh can only be run ONCE after each build of make libdroidmedia_32 minimediaservice minisfservice libminisf_32 | 10:13 |
mal | it will move the files built from out | 10:14 |
octonezd | Oh, I get it now. Thanks! | 10:14 |
mal | so if you want to rerun pack script then you always rerun make libdroidmedia_32 minimediaservice minisfservice libminisf_32 before that | 10:14 |
octonezd | Building successful now | 10:15 |
mal | octonezd: so you will probably have the same issue of make in 13.3 so check external/audioflingerglue/detect_build_targets.sh when you are in that chapter to see what you need to build | 10:18 |
octonezd | Hmm | 10:51 |
octonezd | After installing gstreamer my phone stucks at logo and then shuts off with red light | 10:51 |
octonezd | Okaaay, it booted for some reason after multiple reboots | 10:57 |
octonezd | How can I check if gstreamer is really installed? | 10:58 |
elros | zypper se -s gstreamer1.0-droid. 'i' indicates installed package | 11:03 |
neothefox | https://imgur.com/a/tCBLz7h hey everyone, any idea where to start with this one? | 11:56 |
elros | neothefox: what android base? | 12:01 |
neothefox | elros, LinageOS 14.1 | 12:01 |
elros | I assume you didn't create needed symlinks described in faq | 12:02 |
neothefox | elros, let me check | 12:03 |
mal | neothefox: pastebin (or similar services) are much better for sharing text content | 12:05 |
neothefox | mal, the copy-paste is broken for me in this telnet, when I'll get to ssh it would be ok | 12:07 |
octonezd | I stuck at droid-camres, I moved the file, but the camera settings only have 16:9(?Mpix) 4:3(?Mpix) in both of them | 12:22 |
octonezd | Also, what about getting sound to work? | 12:24 |
mal | did the file look ok | 12:31 |
octonezd | Yeah, seems pretty much fine | 12:31 |
mal | depends on what you mean by sound, do all audio fail or just mp3s | 12:32 |
mal | as I have said many times logs logs logs | 12:32 |
octonezd | None of audio seems to work | 12:32 |
octonezd | No sound when clicking on things in menus, no sound when trying ringtones | 12:33 |
octonezd | Also my phone uses type-c to 3.5, audio over headphones wont work | 12:34 |
neothefox | ugh, the tar bug is back | 12:55 |
neothefox | and here I thought that a new recovery solved it | 12:55 |
pseudodev | octonezd: what device? | 13:10 |
pseudodev | also, can any one help me with infinite loading screen on lock screen? | 13:12 |
pseudodev | i dont have telnet so cant check | 13:12 |
mal | that is caused by ofono | 13:12 |
octonezd | LeEco Le 2, SD version | 13:14 |
mal | octonezd: you probably might need something like this for audio, assuming journalctl shows audio_policy.conf parsing error from pulseaudio, if you need it then you need to copy the audio_policy.conf from here https://github.com/LineageOS/android_device_leeco_s2/blob/49e673fb08c9f6e823561f27a0cf4df06444b5b1/audio/audio_policy.conf | 13:56 |
mal | oops forgot the other link https://github.com/mer-hybris/droid-config-sony-nile/commit/6849858c82a68e27fbc314bc7cf3d8e2360b834c | 13:56 |
mal | octonezd: so add that but use the correct audio_policy.con for your which I linked | 13:56 |
*** Nokius_ is now known as Nokius | 14:01 | |
_sven | mal: any idea what could be wrong if the device doesn't change from speaker output to headphone when i plug in a headphone? The gemini plays sound on both, headphone and speaker together after plugin a headphone. | 14:13 |
_sven | mal: 1. https://pastebin.ubuntu.com/p/3mMB4Xnvp3/ pacmd info output from X; 2. https://pastebin.ubuntu.com/p/vHTKQBxCdb/ pacmd info output from X after plugin a Headphone; 3. https://pastebin.ubuntu.com/p/9ThKYjTxVH/ diff between both files 4. https://pastebin.ubuntu.com/p/HqKcVBP5C8/ pacmd info output from gemini before and after plugin a headphone. There are no changes on the gemini | 14:15 |
mal | _sven: have you checked faq about headphone detection | 14:23 |
neothefox | so, I've created the symlinks and I've rebuild everything, but this is still the same https://pastebin.com/PB3hn1KP | 14:23 |
mal | that's not a log, get dmesg and journalctl | 14:23 |
neothefox | mal, of what unit? or just the kernel itself? It's pretty long in its entirety | 14:25 |
mal | neothefox: just the damn command I told and get the WHOLE output | 14:26 |
neothefox | ok, give me a second to fish it out with scp | 14:28 |
neothefox | mal, kernel log - https://pastebin.com/NQ2K5iWb , journal - https://pastebin.com/3ktJ9r6N | 14:37 |
mal | neothefox: you haven't installed droid-hal-$DEVICE-detritus package, you need to add that to patterns like this https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/patterns/jolla-hw-adaptation-fp2-sibon.yaml#L5 | 14:41 |
mal | neothefox: I assuem you used straggler_files in droid-hal-$DEVICE.spec | 14:42 |
neothefox | mal, thanks again! yup, I've added all extra files to straggler_files | 14:42 |
mal | of course remember to use the correct codename in patterns | 14:43 |
neothefox | by the way mal, you always know exactly what to do, are you involved in sailfish development directly? | 14:48 |
mal | I'm just a random porter who has done this way too much | 14:48 |
neothefox | mal, that's really cool how fast you can navigate these issues | 14:51 |
mal | most issues are very common | 14:52 |
_sven | mal: thanks for the hint, i checked the faq, evdev_trace doesn't show SW_HEADPHONE_INSERT* SW_MICROPHONE_INSERT* https://pastebin.ubuntu.com/p/qSHvFzCKNQ/ it only show me SW_LID for /dev/input/event0 | 15:17 |
mal | _sven: so check the uevent method described in faq | 15:19 |
_sven | mal: /sys/class/switch/h2w changes from 0 to 2 after plugin the headphone so i created the accessories.ini in /etc/ohm/plugins.d and added the 2 lines recommended in the faq | 15:19 |
_sven | do i have to reboot or restarting a service? | 15:21 |
mal | maybe restarting ohmd might be enough, not sure | 15:21 |
_sven | the problem is not like the faq points to. The audio is routed to headphone, but at the same time its routed to speaker. i want to stop the speaker after plugin the headphone. | 15:23 |
mal | _sven: some device route the audio to both by default | 15:25 |
_sven | mal: pacmd info show me that module-udev-detect is not loaded on gemini but it may neccessary because its loaded on the X. If i load it manually using "pactl load-module module-udev-detect" then the gemini reboots | 15:27 |
mal | udev detect is needed for usb audio I think | 15:27 |
_sven | whats the trick do disable manually the speaker? is there a /sys/class switch i can use? | 15:32 |
_sven | mal: strange, i rebootet, now (after creating the /etc/ohm/accessoires.ini) when i plug in the headphone the speaker is off like i wanted and sound comes only from headphone. but after unplug the headphone there is still no sound from speaker. | 15:39 |
mal | _sven: maybe it needs some quirk, I'll have a look a bit later today | 15:40 |
_sven | mal: ok thanks | 15:42 |
mal | _sven: just to be sure, that is geminipda, not the other gemini? | 15:43 |
_sven | what other gemini? its the geminipda yes. | 15:44 |
mal | _sven: xiaomi mi 5 has codename gemini | 15:44 |
mal | _sven: so it would be better to use geminipda to be clear | 15:44 |
_sven | ok | 15:45 |
neothefox | mal, doesn't look like much changed https://pastebin.com/5tMkbj6a https://pastebin.com/aFa519Vi | 15:45 |
mal | neothefox: get new dmesg after reboot | 15:47 |
mal | neothefox: that is missing all of the important parts | 15:47 |
neothefox | mal, https://pastebin.com/C6W9TSMy | 15:55 |
mal | neothefox: so what did you rebuild after adding the detritus package to patterns? | 16:00 |
neothefox | mal, everything, the whole repo and then the fs, also when I use zypper to check if this package is installed it shows that it is | 16:01 |
mal | neothefox: hmm, the log still says "droid-hal-init: Failed to initialize property area" which is usually caused by missing detritus packages and the /property_context file that with it | 16:03 |
neothefox | https://pastebin.com/4q46bqhS | 16:03 |
mal | so you have the /property_contexts file on the device? | 16:03 |
neothefox | mal, I do, and it it's not empty | 16:05 |
neothefox | https://pastebin.com/81pzmX5T | 16:06 |
neothefox | could this be selinux issue? | 16:07 |
mal | neothefox: did you disable audit in kernel config? | 16:08 |
neothefox | mal, https://github.com/NeoTheFox/android_kernel_samsung_exynos5410/blob/500b5dc254636badc37161f6cc184cb7006d67da/arch/arm/configs/lineageos_ja3gxx_defconfig#L3436 I've left them undefined since selinux doesn't work with this LOS14.1, if that can be related I would have to rebuild it and debug it further because they caused errors during build | 16:10 |
mal | we don't want to disable audit I think | 16:11 |
neothefox | mal, the config checker has this to say Comment says: Required by hybris, SELinux needs to be disabled. Leave as not set, if you have unset AUDIT (read more about the CONFIG_AUDIT flag) | 16:13 |
mal | we prefer to disable selinux via commandline and leave audit as it is | 16:14 |
mal | usually disabling audit disables selinux completely but can cause other issues, some kernels won't even build without audit | 16:14 |
neothefox | well, lets see what happens if I disable it | 16:22 |
neothefox | the boot and recovery haven't failed with USE_AUDIT=n | 16:28 |
_sven | mal: i have to correct me. unplugging the headphone does not stop speaker sound but sound level is very very low. its not the same level as before plugin the headphone. | 16:28 |
neothefox | Welp, it booted into GUI | 16:51 |
neothefox | https://imgur.com/a/HCpgbn9 | 16:52 |
neothefox | the touchscreen doesn't work, but it's most likely that I've put a wrong event devices as a touchscreen | 16:53 |
neothefox | is there a better way than bruteforce to find out? | 16:55 |
mal | neothefox: bruteforce is always there, for evdev_trace you need to install a package | 16:55 |
mal | neothefox: set the input device in https://github.com/mer-hybris/droid-config-sony-nile/blob/master/sparse/var/lib/environment/compositor/droid-hal-device.conf | 16:56 |
neothefox | mal, installing a package seems like a better option :) | 16:56 |
mal | neothefox: you probably should adjust pixel ratio to 2 or something like that in droid-config-$DEVICE.spec | 17:01 |
neothefox | mal, is it too small? | 17:02 |
mal | yes | 17:05 |
neothefox | mal, there is no mce_tools package, am I missing a repo? | 17:06 |
_sven | neothefox mce-tools? | 17:07 |
neothefox | _sven, the one where evdev_trace should be | 17:08 |
_sven | yes | 17:08 |
_sven | mce-tools not mce_tools | 17:09 |
neothefox | ok, nvm, I've taken a look at /sys, sec_touchscreen is event1 | 17:10 |
neothefox | by the way, I have an original Jolla Phone, is there a way for me to somehow yank aliendalvik package from there for personal usage? It's touch is dead | 17:36 |
neothefox | https://imgur.com/a/19Bsa5I | 18:17 |
mal | neothefox: that's an exynos based device? | 18:18 |
neothefox | mal, yup | 18:19 |
mal | ok, good that the graphics worked so easily | 18:20 |
neothefox | yeah, wifi works, camera doesn't and I am about to test the modem | 18:20 |
mal | for phone calls, camera etc you need to do chapters 13.2 and 13.3 from hadk pdf | 18:22 |
mal | for build issues check todays log from this channel, there are instructions | 18:22 |
neothefox | mal, not yet, I haven't got to these chapters yet, I think it's a good time to commit my configs | 18:23 |
mal | yes | 18:23 |
neothefox | while building gstreamer - /var/tmp/rpm-tmp.7TcfFa: line 37: tar: command not found - what? tar is installed | 18:43 |
pseudodev | neothefox: sb2 -t $VENDOR-$DEVICE-armv7hl -R -m sdk-install zypper in tar | 18:46 |
neothefox | pseudodev, ah, got it | 18:47 |
neothefox | thank you | 18:47 |
pseudodev | neothefox: anytime :) | 18:47 |
vknecht | http://merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2018-03-10.log.html#t2018-03-10T10:20:12 : got an idea where that weird third camera comes from : there's an "eye verify" feature for unlocking phone, and it seems it sets up that 3rd cam (checked by renaming some specific libmmcamera*eyeverify.so) | 18:49 |
neothefox | how long a droid-camres script usually runs? It takes a long time for me | 20:03 |
steeeve_ | lbt: can i have that obs repo? ._. | 20:04 |
mal | vknecht: quite interesting | 20:09 |
mal | neothefox: few seconds max | 20:09 |
mal | neothefox: just curious, go to external/droidmedia in your sources and check git log that it's up to date with this https://github.com/sailfishos/droidmedia/commits/master if it's behind then run repo sync external/droidmedia | 20:11 |
neothefox | mal, it's in sync with the repo | 20:14 |
mal | hmm, ok | 20:18 |
mal | neothefox: did you first run mk-cam-conf? | 20:18 |
mal | did that work? | 20:19 |
neothefox | mal, yup, it worked | 20:21 |
neothefox | https://pastebin.com/f17bT2RC I am having this issue with RIL now | 20:21 |
neothefox | the camera works somewhat so it's not a high priority right now | 20:21 |
neothefox | and here is the camera conf https://github.com/NeoTheFox/droid-config-ja3gxx/commit/f8e219e17e6b77090440fae054708a301f929bb0 | 20:22 |
mal | ok, then you need to get logs, this time /usr/libexec/droid-hybris/system/bin/logcat, preferrably after reboot and then try to run droid-camres, btw, which user were you when running that, it might have an effect | 20:23 |
neothefox | mal, nemo | 20:23 |
mal | neothefox: some devices need some additional configuration of ofono to get things working | 20:24 |
mal | neothefox: for RIL issue get logcat -b radio (of course the same path to logcat as before) | 20:28 |
neothefox | mal, https://pastebin.com/ZAx0j213 | 20:28 |
neothefox | fore some reason -b radio doesn't include RIL stuff, I've tried it from the guide, let me try it again | 20:29 |
mal | neothefox: monich is the best person to help with ofono and RIL related issues | 20:29 |
mal | neothefox: odd that the logcat has very little messages from camera | 20:30 |
mal | ah, somehow missed those, there were some | 20:31 |
neothefox | mal, https://paste.ee/p/6lDlI here is the -b radio | 20:31 |
monich | neothefox: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x2 in tid 736 (rild) - that sounds bad (rild is what ofono is talking to) | 20:32 |
neothefox | monich, which is strange since /system/bin/rild keeps running | 20:33 |
mal | neothefox: it might restart, check the process id with ps aux | grep rild | 20:34 |
neothefox | mal, yeah, the PID keeps changing | 20:35 |
steeeve_ | Ofono can be also journalded | 20:38 |
neothefox | steeeve_, https://pastebin.com/NaV7zBEB this is what it says | 20:39 |
neothefox | on repeat | 20:39 |
steeeve_ | Is that a samsung device? | 20:40 |
neothefox | steeeve_, yup, i9500 | 20:40 |
steeeve_ | Try this https://gitlab.com/Marco01/droid-config-a5ultexx/blob/master/sparse/etc/ofono/ril_subscription.conf | 20:42 |
steeeve_ | If you're lucky and it uses same ril it will work | 20:43 |
mal | I was just about to say the same thing, except for another device | 20:43 |
steeeve_ | Yaa | 20:43 |
mal | herolte has same config | 20:43 |
mal | neothefox: so copy that file to your device to /etc/ofono/ril_subscription.conf | 20:44 |
neothefox | mal, it worked! you guys are a dream team | 20:50 |
neothefox | so I should add it under the hybris/droid-configs/sparse/etc/ofono/ril/subscription.conf? | 20:51 |
steeeve_ | Esketitt | 20:51 |
steeeve_ | Yes | 20:52 |
steeeve_ | neothefox: do calls work? | 20:53 |
neothefox | steeeve_, let me install the glue... | 20:54 |
steeeve_ | K | 20:55 |
steeeve_ | However i meant if they worked, if you can actually call, no matter the audio | 20:56 |
steeeve_ | Because probably they wont, but maybe yes ^^ | 20:57 |
neothefox | steeeve_, no, they work | 20:58 |
steeeve_ | Niice | 20:58 |
neothefox | It can dial, it can recieve, but audio as a whole doesn't work yet | 20:58 |
mal | neothefox: maybe you need a similar fix I gave for another porter earlier today | 20:59 |
mal | for audio | 20:59 |
steeeve_ | Oh, nice install glue and test | 20:59 |
mal | neothefox: give me a link to your device repo | 20:59 |
mal | steeeve_: he said audio doesn't work at all on the device | 20:59 |
neothefox | mal, which one? https://github.com/NeoTheFox?tab=repositories | 21:00 |
steeeve_ | mal: ahh, rip | 21:00 |
neothefox | steeeve_, yeah, it was installed, but the audio doesn't work at all | 21:00 |
mal | neothefox: I mean the lineage device repo | 21:00 |
neothefox | mal, https://github.com/exynos5410/android_device_samsung_ja3gxx | 21:00 |
mal | neothefox: but if were able to call and the app didn't hang or something then after fixing audio calls should work | 21:00 |
steeeve_ | Exynos :/ | 21:01 |
neothefox | mal, this is great news! That means that Sailfish is going to get another mostly working device you can use daily (knock on the wood) | 21:01 |
mal | neothefox: what do you see in journalctl from pulseaudio | 21:03 |
mal | neothefox: does the device have /system/etc/audio_policy.conf? | 21:05 |
neothefox | mal, yes it does have audio_policy.conf, and I can't find the pulseaudio log in journalctl, isn't pulse meant to be run as a user? | 21:06 |
steeeve_ | Yea | 21:07 |
neothefox | https://paste.ee/p/q4rK8 here is the content of audio_policy | 21:09 |
mal | neothefox: systemctl status pulseaudio (run as nemo) | 21:10 |
neothefox | mal, not found, inactive(dead) | 21:11 |
neothefox | according to pactl an instance is working | 21:12 |
mal | hmm, does volume control seem to do anything? | 21:12 |
neothefox | well the slider is moving | 21:13 |
neothefox | hmm, the SINK1 is in SUSPENDED state | 21:14 |
mal | does it show anything about droid in pactl? | 21:14 |
steeeve_ | Pulseaudio is not even running wtf | 21:15 |
neothefox | mal, https://paste.ee/p/ue3aR the primary sink is there | 21:15 |
neothefox | steeeve_, it runs as a child of systemd | 21:15 |
steeeve_ | Ah | 21:15 |
neothefox | while I am playing a rington the primary sink changes state to RUNNING | 21:18 |
neothefox | and it says that its output is speaker, so as it should be | 21:19 |
mal | neothefox: but no audio? | 21:19 |
neothefox | mal, yup, also if headphones are plugged it doesn't switch the output | 21:19 |
mal | neothefox: headphone instructionsa are in faq but that doesn't help much is audio isn't working | 21:23 |
neothefox | mal, well it might be that only speaker doesn't | 21:23 |
mal | neothefox: this is probably not going to help but try anyway add file /etc/pulse/arm_droid_card_custom.pa with a line containing: load-module module-droid-card rate=48000 quirks=+no_hw_volume | 21:26 |
neothefox | mal, yup, that did nothing sadly | 21:33 |
steeeve_ | at least in lineage audio works? | 21:34 |
neothefox | yea | 21:36 |
steeeve_ | .. | 21:36 |
neothefox | it worked the last time I've checked | 21:36 |
mal | neothefox: need to investigate more maybe tomorrow | 21:37 |
neothefox | https://github.com/exynos5410/android_device_samsung_ja3gxx/blob/cm-14.1/audio/audioworkaround/src/org/cyanogenmod/audioworkaround/AudioWorkaround.java | 21:37 |
neothefox | there is this workaround for android in the repos tho | 21:37 |
neothefox | mal, ok, thanks for all the help, see you! | 21:38 |
mal | neothefox: another samsung device had this https://gitlab.com/Marco01/droid-config-a5ultexx/blob/master/sparse/etc/pulse/arm_droid_card_custom.pa | 21:38 |
mal | but that quirk should only affect call audio | 21:38 |
mal | tbr: it seems the sfe symlink in devaamo is not working anymore | 21:40 |
steeeve_ | Mine <3 | 21:40 |
steeeve_ | Yes, he probably doesnt need that | 21:41 |
mal | we'll see once audio is working | 21:41 |
steeeve_ | And it is only to switch to speaker on calls | 21:42 |
mal | ok | 21:42 |
neothefox | yeah, that quirk is not working either | 21:46 |
steeeve_ | If that workaround is needed to get audio, you'll probably need to modify pulseaudio module sources | 21:47 |
mal | we might need another quirk but we'll see | 21:48 |
steeeve_ | Yeah | 21:49 |
mal | but that workaround also mentions only in call | 21:49 |
steeeve_ | The commit says 'temp. fix for audio on boot" | 21:51 |
mal | ok | 21:51 |
steeeve_ | Also, the mediaplayer stuff and the is suspicious | 21:51 |
neothefox | ok, that's gotta be it for today, again, thanks to everyone for help! | 22:00 |
*** steeeve_ is now known as steeeve | 22:13 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!