Re: [RFC][PATCH] fsogsmd: allow to disable URC configuration on specific channels, use for Calypso

2013-01-31 Thread Lukas Märdian
Am 31.01.2013 09:57, schrieb Paul Fertser: Commit fa9cdf0455a5a6ca36b4b30f1c715e4cb318b047 introduced automatic URC config for +CREG notifications on the main channel. However, modem_ti_calypso uses a dedicated channel for all URCs and takes special care to silence them on that channel prior

Re: volume control in FSO

2013-03-07 Thread Lukas Märdian
Am 07.03.2013 18:39, schrieb Rico Rommel: Am Donnerstag, 7. März 2013, 18:28:41 schrieb Lukas Märdian: Ouch, that doesn't look good. Could you describe a simple test case, so I can try it in SHR? mdbus2 -s org.freesmartphone.odeviced /org/freesmartphone/Device/Audio

Re: volume control in FSO

2013-03-17 Thread Lukas Märdian
Am 13.03.2013 18:39, schrieb Rico Rommel: mel.next() returns mixerelements in this (alphabetical) order so they don't match the control ids in the scenario-config: You're right. The mixer controls in src/lib/alsa.vala seem to have different IDs from the controls in

Re: volume control in FSO

2013-03-18 Thread Lukas Märdian
Am 07.03.2013 18:16, schrieb Rico Rommel: mel.next() returns mixerelements in this (alphabetical) order so they don't match the control ids in the scenario-config: Analog Analog Left AUXL Analog Left Carkit Mic Analog Left Headset Mic Analog Left Main Mic Analog Right AUXR Analog Right

Re: volume control in FSO

2013-03-18 Thread Lukas Märdian
Am 17.03.2013 20:31, schrieb Lukas Märdian: So there's definitely something wrong in the alsa router. Can you or somebody else provide a patch? I have no idea how to solve this. I'm not sure how to fix this either, but I'll try to have a deeper look before my vacation (still few days left

Re: fso vibrator-plugin

2013-04-03 Thread Lukas Märdian
Am 03.04.2013 16:07, schrieb Rico Rommel: I created a plugin for fsodeviced, which uses force feedback, as provided by 3.7 kernel for gta04. Due to my limited vala-knowledge and missing ff-support in vala, i had to implement some parts in c. Maybe somebody can help to convert the c part

Re: volume control in FSO

2013-04-03 Thread Lukas Märdian
Am 19.03.2013 14:20, schrieb Rico Rommel: attached is a patch, which should apply cleanly atop of the 0.12 branch of cornucopia. I do not yet understand all the alsa stuff, but this first patch seems to fix the issue on my laptop. Could you please try, if it fixes your use case as well?

Re: volume control in FSO

2013-04-03 Thread Lukas Märdian
Am 03.04.2013 22:28, schrieb Lukas Märdian: I've finally found some time again and coded a (pretty huge) helper function to translate the ID from the alsa CONTROL interface (scenario) to the alsa MIXER interface (which is used to set the volume). An alsa expert could maybe have done

Re: volume control in FSO

2013-04-04 Thread Lukas Märdian
Am 03.04.2013 22:28, schrieb Lukas Märdian: Unfortunately I had to find out, that there is another bug: FSO assumes the volume to be linear, whereas this isn't true for the human ear. I hope to have a look at this soon. Just for the reference, the difference between linear percentage (aka

Re: volume control in FSO

2013-04-10 Thread Lukas Märdian
Am 08.04.2013 17:56, schrieb Rico Rommel: I think, the linear control is enough, but somebody else could see it differently. OK. I don't care currently, either. So we'll keep it like that for now. But I've created a ticket, just for the reference: http://trac.freesmartphone.org/ticket/732

Re: fso and gta04: need working configurations (and maybe a pointer to the well-hidden documentation?)

2013-05-25 Thread Lukas Märdian
Am 25.05.2013 06:34, schrieb Rico Rommel: Am Samstag, 25. Mai 2013, 01:36:03 schrieb arne anka: hi, in case there's indeed still someone out there using FSO with the GTA04 (and debian), can you please post your configs? i started a new attempt with the FSO in debian/sid (0.11) and confs from

Re: fso and gta04: need working configurations (and maybe a pointer to the well-hidden documentation?)

2013-05-26 Thread Lukas Märdian
Am 25.05.2013 13:37, schrieb arne anka: And to play around within mdbus2 -s, you could use this documentation, do have a nice overview of the FSO API. http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD same here: why didn't i find this at the FSO page? to