MNZ | What's Line Output Plus/Minus Control ? | 00:00 |
---|---|---|
DocScrutinizer | whatthehelleverthatmightmean | 00:00 |
DocScrutinizer | sounds like differential or inverted phase related | 00:00 |
DocScrutinizer | # IHF and headset | 00:02 |
DocScrutinizer | ihfandheadset = @outband_cancellation@ | 00:02 |
DocScrutinizer | ihfandheadset = @outband_cancellation@ | 00:02 |
MNZ | I Headphone Filter | 00:02 |
DocScrutinizer | SIC! now if that's no bug or at least flaw | 00:02 |
DocScrutinizer | well, to me it seems alsaped is some kind of a(lsa)mixer 'replacement', with d-bus interface instead UI, and some weird obscured way to have 'presets' that allow setting several control elements with a single command | 00:08 |
MNZ | hrm so something else is picking up on the changes and doing the 'context reuest' ? | 00:10 |
MNZ | lemme kill PA | 00:10 |
MNZ | yup it's PA | 00:11 |
MNZ | killed PA, no more context reuests | 00:11 |
MNZ | so alsaped sits there with its presets waiting for someone to tell it to reuest a change | 00:12 |
MNZ | how do we snoop on dbus messages? | 00:13 |
DocScrutinizer | MNZ: dbus-monitor --system; dbus-momitor --session; | 00:19 |
DocScrutinizer | MNZ: or mdbus2 --help | 00:19 |
MNZ | that's a lot of shit for plugging in the headphone | 00:21 |
DocScrutinizer | though on listening dbus-monitor is more verbose | 00:21 |
MNZ | no wonder it takes a second or two to register | 00:21 |
DocScrutinizer | than mdbus2 | 00:21 |
DocScrutinizer | but mdbus2 is great on tab-expanding dbus method/system pathes | 00:22 |
DocScrutinizer | which dbus-send doesn't know at all | 00:23 |
*** 18VABI4FY has quit IRC | 00:23 | |
MNZ | signal sender=:1.9 -> dest=(null destination) serial=1433 path=/org/freedesktop/Hal/devices/platform_headphone; interface=org.freedesktop.Hal.Device; member=PropertyModified | 00:31 |
MNZ | mdbus2 :1.9 = / | 00:32 |
MNZ | does a program need to register with the dbus interface if it just wants to listen to certain signals? | 00:36 |
DocScrutinizer | yes | 01:19 |
DocScrutinizer | afaik | 01:20 |
DocScrutinizer | I'd think usually the interface is a good hint | 01:20 |
DocScrutinizer | interface=org.freedesktop.Hal.Device | 01:21 |
DocScrutinizer | path as well, it suggests sender if this signal was HAL | 01:23 |
MNZ | the one that's interesting me more is signal sender=:1.92 -> dest=(null destination) serial=64 path=/org/kernel/class/input/input16; interface=org.kernel.kevent; member=add | 01:24 |
DocScrutinizer | which easily might be correct | 01:24 |
DocScrutinizer | dunno if kernel is supposed to send dbus signals by itself :-S | 01:24 |
MNZ | I highly doubt it :D | 01:25 |
DocScrutinizer | it's a kevent obviously, so means kernel emitted a sysfs related signal to any process that registered for it using uevent - aiui | 01:26 |
MNZ | it should be possible to see what signals a certain prog listens for by watching out for calls to libdbus, correct? | 01:26 |
DocScrutinizer | there's probably some listener to kevents that sends dbus events when it receives kevents | 01:27 |
DocScrutinizer | nope, I don't think so. probably each process listening to any signal on dbus will get an activation on this lib function when a arbitrary dbus signal is sent. But honestly I'm talking out of my ass, I got no clue about dbus | 01:28 |
MNZ | I have no clue either D: off to #dbus then | 01:29 |
MNZ | but before pursuing this any further... why are we doing this again? | 01:29 |
SpeedEvil | arbitrarily being able to stop signals would be good. | 01:34 |
MNZ | <thiago_home> no, there's no way to do that with D-Bus | 01:37 |
MNZ | <thiago_home> you have to watch the program from its start and guess what signals it's listening by the AddMatch calls it makes | 01:37 |
MNZ | the process doing the kevent broadcasting is /usr/sbin/hulda | 01:40 |
*** SpeedEvil has quit IRC | 01:40 | |
*** SpeedEvil has joined #maemo-devel | 01:41 | |
MNZ | ke-recv-extra: Program for receiving low-memory events from the kernel and forwarding them | 01:43 |
MNZ | to the D-Bus system bus, etc. Kimmo Hämäläinen <kimmo.hamalainen@nokia.com> | 01:43 |
MNZ | how would I intercept shared library calls from PA and see what's happening? gdb the only way? | 01:45 |
*** Rarok has quit IRC | 01:49 | |
*** madsy has quit IRC | 01:54 | |
MNZ | meh off to sleep. night | 01:55 |
*** MNZ has quit IRC | 01:56 | |
*** TheXception is now known as TheXception|off | 01:56 | |
*** madsy has joined #maemo-devel | 01:57 | |
lcuk | lbt, the giants causeway has many pillars who could make this union of openness visual | 02:11 |
lcuk | and a load of us are going near there in a few weeks ;) | 02:12 |
lcuk | would be great to flood that with media and spool it together | 02:13 |
*** Rarok has joined #maemo-devel | 02:14 | |
ShadowJK | "ltrace is a program that simply runs the specified command until it exits. It intercepts and records the dynamic library calls which are called by the executed process and the signals which are received by that process. It can also intercept and print the system calls executed by the program." | 02:15 |
*** TheXception|off is now known as TheXception | 02:15 | |
lcuk | oops, wrong channel | 02:15 |
*** fecub has joined #maemo-devel | 02:38 | |
*** Rarok has quit IRC | 03:00 | |
*** fecub has quit IRC | 03:02 | |
*** fecub has joined #maemo-devel | 03:06 | |
*** SpeedEvil has quit IRC | 03:09 | |
*** fecub has quit IRC | 03:09 | |
*** SpeedEvil has joined #maemo-devel | 03:10 | |
*** fecub has joined #maemo-devel | 03:12 | |
*** fecub has quit IRC | 03:23 | |
*** csaavedra has quit IRC | 03:26 | |
*** edisson has quit IRC | 03:47 | |
*** TheXception is now known as TheXception|off | 04:20 | |
*** TheXception|off is now known as TheXception | 04:34 | |
*** TheXception is now known as TheXception|off | 04:36 | |
*** mindfaq has quit IRC | 06:02 | |
*** swc|666 has joined #maemo-devel | 06:43 | |
*** swc|666 has joined #maemo-devel | 06:43 | |
*** swc|666 has quit IRC | 06:53 | |
*** DocScrutinizer has quit IRC | 07:34 | |
*** DocScrutinizer has joined #maemo-devel | 07:34 | |
*** zgoldberg has quit IRC | 09:34 | |
*** kamui__ has joined #maemo-devel | 10:11 | |
*** Rarok has joined #maemo-devel | 10:12 | |
*** shinkamui has quit IRC | 10:14 | |
*** MNZ has joined #maemo-devel | 10:24 | |
*** ilius has joined #maemo-devel | 10:25 | |
*** Rarok has quit IRC | 11:28 | |
*** csaavedra has joined #maemo-devel | 11:52 | |
*** DocScrutinizer2 has joined #maemo-devel | 12:53 | |
*** DocScrutinizer2 has quit IRC | 12:53 | |
*** DocScrutinizer2 has joined #maemo-devel | 12:53 | |
*** DocScrutinizer has quit IRC | 12:53 | |
*** simeoni has quit IRC | 12:53 | |
*** humis has joined #maemo-devel | 12:53 | |
*** DocScrutinizer2 is now known as DocScrutinizer | 12:53 | |
*** humis is now known as simeoni | 12:53 | |
*** ilius has quit IRC | 13:46 | |
*** ilius has joined #maemo-devel | 13:46 | |
*** ilius has quit IRC | 13:47 | |
*** ilius1 has joined #maemo-devel | 13:47 | |
*** ilius1 has quit IRC | 13:58 | |
*** tortoisedoc has joined #maemo-devel | 15:46 | |
tortoisedoc | hey all | 15:46 |
tortoisedoc | anyone could give a hand with the n900 Openmax packages? | 15:47 |
tortoisedoc | seems they are not available on fremantle reps? | 15:47 |
tortoisedoc | added both extras + extras-devel to the sources.list | 15:47 |
tortoisedoc | but still no luck :( | 15:47 |
tortoisedoc | oh btw, I installed the latest SDL release | 15:51 |
tortoisedoc | erm | 15:51 |
tortoisedoc | *SDK | 15:51 |
air | have you searched for the correct repo? | 16:06 |
tortoisedoc | hmm | 16:12 |
tortoisedoc | extras and extras-devel i have yes | 16:12 |
tortoisedoc | perhaps they are not enough? | 16:12 |
tortoisedoc | from http://maemo.org/packages/package_instance/view/fremantle_root_pr_armel/libomxil-ti-components/0.200937-1+0m5/ | 16:12 |
tortoisedoc | it actually says something about Maemo 5 device root filesystem (PR1.0) | 16:13 |
tortoisedoc | but i havent been able to get any information about that repository | 16:13 |
tortoisedoc | sorry im kindof new in here heh | 16:13 |
*** lbt has quit IRC | 16:13 | |
*** lbt has joined #maemo-devel | 16:14 | |
*** lbt has quit IRC | 16:14 | |
*** lbt has joined #maemo-devel | 16:14 | |
air | do you have a website with a click-to-install link for the package? | 16:15 |
tortoisedoc | afraid not eh | 16:17 |
air | did you set non-free? | 16:18 |
air | oh, that might not be the extra repo | 16:19 |
*** tortoisedoc has quit IRC | 16:21 | |
*** _0x47 has joined #maemo-devel | 16:57 | |
*** DocScrutinizer has quit IRC | 18:58 | |
*** air has quit IRC | 19:07 | |
*** zgoldberg has joined #maemo-devel | 19:42 | |
*** DocScrutinizer has joined #maemo-devel | 20:23 | |
*** MNZ has quit IRC | 21:02 | |
*** villager has joined #maemo-devel | 21:52 | |
*** villager has quit IRC | 22:01 | |
*** dazo_afk has quit IRC | 23:02 | |
*** dazo_afk has joined #maemo-devel | 23:02 | |
*** Weiss has quit IRC | 23:04 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!