<tmlind>
Wizzup, uvos: could not find sre's dtb gpio signalmap parser pythong script, so created a bloated rust tool for it while suffering a cold: https://github.com/tmlind/dtb-signalmap
<tmlind>
the output is sorted by gpios so its more diffable between various dtb files
<tmlind>
only tried between xt875 to mz619, not sure if others use it too
<tmlind>
bbl later tonight
uvos__ has joined #maemo-leste
Twig has quit [Remote host closed the connection]
uvos__ has quit [Ping timeout: 265 seconds]
<Wizzup>
tmlind: hey cool
akossh has joined #maemo-leste
Guest21 has joined #maemo-leste
<Guest21>
hello?
<Wizzup>
hi
<Guest21>
ha. a person. i recognize your name, too, from maemo.org
<Guest21>
i'll have to configure this Libera Chat. i've not been here before
<Wizzup>
welcome
<Guest21>
i'm _radv_ when on the pinephone bulletin board
<Wizzup>
welcome
<Guest21>
thanks
<Wizzup>
uvos: so alsa-lib has 1.2.3 when we pkg'd it, bullseye/chimaera has 1.2.4, so we should be ok there
<Wizzup>
uvos: but also-utils is only 1.2.2 in bullseye/chimaera, whereas we have 1.2.4 iiuc
<Wizzup>
uvos: I bet this is why ucm is not loaded
<vectis_>
How do I setup my D4 to make/receive phone calls? I can't seem to find any info on the wiki.
<Wizzup>
vectis_: add the -devel repos and then just upgrade and reboot, if you want to wait for another week, the next chimaera release will have it all built in
<Guest21>
there's a new pinephone distribution, i see.
<Wizzup>
we're not exactly new for the pinephone, but yes, we also try to support it :)
<Guest21>
i'll try it out some day soon. i'd snarled the process when i tried to boot the 1113 release...something happened to my sd card nothing would write to it
<Wizzup>
btw, you can change your name to something other than 'guest21' by using /nick _rady_ or something
<Wizzup>
1113 release of what?
<Guest21>
leste
<Wizzup>
ah, right
<Wizzup>
sorry, still waking up ;)
<Guest21>
i'm not staying long today.
<Guest21>
np
<vectis_>
Wizzup: Already have Leste on (beowulf) -devel. When I try to dial via sphone I get: unable to transmit or dial number via ofono.
<Wizzup>
vectis_: are you fully upgraded?
<vectis_>
I believe so (apt-get dist-upgrade)
<Wizzup>
are hildon-connectivity-mobile and hildon-connectivity-rtcom installed?
Guest21 has quit [Quit: Client closed]
<Wizzup>
uvos: I think this might be the problem:
<Wizzup>
I: [pulseaudio] alsa-ucm.c: UCM file does not specify 'CaptureChannels' for device Earpiece, assuming stereo.
<Wizzup>
not sure, but it is trying to open a file in /dev/snd that does not exist
<Wizzup>
D: [pulseaudio] alsa-util.c: Trying hw:Audio,0 with SND_PCM_NO_AUTO_FORMAT ...
<Wizzup>
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0c' failed (-2)
<Wizzup>
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:Audio,0: No such file or directory
<Wizzup>
uvos: or is this somehow the quoting problem?
Guest8298 is now known as buZz
uvos__ has joined #maemo-leste
<uvos__>
sounds like a problem with pa not alsa
<uvos__>
in beowulf the alsa libs dident support ucm2
<uvos__>
thats why i added the then newes git version
<uvos__>
but it doubt thats the problem in chimaera
<uvos__>
(besides the alsa-utils problem with # that only affects volume restore
<uvos__>
)
<uvos__>
anyhow if you dont use pulse dose alsa/ucm work ok?
<Wizzup>
I guess I have ot uninstall pulse for that?
<Wizzup>
nvm
<Wizzup>
I mean I can see the card in alsamixer
<Wizzup>
I have no idea how to use alsaucm, it's documentation it not great :)
<uvos__>
Wizzup: besides alsaucm, what about aplay -d hw0 or whatever the syntax was
<uvos__>
dose that work?
<Wizzup>
with ucm I could configure it for hifi, but I'll try to figure out the channels myself
<Wizzup>
sec
<uvos__>
with alsaucm?
<uvos__>
its something with pulse then
<Wizzup>
what I mean is
<Wizzup>
I have to go into alsamixers and configure all the settings manually
<Wizzup>
since I can't use ucm (or don't know how to use alsaucm tool) to set it
<uvos__>
ok
<Wizzup>
just five me a second, I will test aplay momentarily
<Wizzup>
there are many alsa devices so I also have to figure out which one to use
<uvos__>
should just be something like alsaucm -c hw0 list verbs
<Wizzup>
# alsaucm -c Mapphone_Audio list verbs
<Wizzup>
alsaucm: error failed to get list verbs: No such file or directory
<Wizzup>
aplay does something, but I have no idea whether it works, I don't hear it, did put speaker on hifi though
<uvos__>
its alsaucm -c hw:0 list _verbs
<Wizzup>
# alsaucm -c hw:0 list _verbs
<Wizzup>
0: HiFi
<Wizzup>
1: Voice Call
<Wizzup>
Play HiFi quality music
<Wizzup>
Make a phone call
<uvos__>
ok
<uvos__>
so alsa is loading ucm just fine
<uvos__>
alsaucm -c hw:0 list _modifiers/HiFi?
<Wizzup>
# alsaucm -c hw:0 list _modifiers/HiFi list is empty
<Wizzup>
newline disappeared, but it says 'list is empty'
<uvos__>
hmm
<uvos__>
wierd
<uvos__>
what about trieng to set one?
<uvos__>
alsaucm -c hw:0 set _verb HiFi
<Wizzup>
the _ was supposed to be there?
<uvos__>
yes
<Wizzup>
after running the set, the list command still says its empty