uvos__ has quit [Ping timeout: 272 seconds]
pagurus has quit [Ping timeout: 265 seconds]
pagurus has joined #maemo-leste
pagurus has quit [Ping timeout: 252 seconds]
joerg has quit [Ping timeout: 272 seconds]
joerg has joined #maemo-leste
Twig has joined #maemo-leste
xmn has quit [Ping timeout: 272 seconds]
mardy has joined #maemo-leste
Twig has quit [Ping timeout: 265 seconds]
doc has joined #maemo-leste
Twig has joined #maemo-leste
ceene has joined #maemo-leste
<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
<uvos__> ok hmm
<Wizzup> https://wizzup.org/pa-log.txt here's the pa log btw
<uvos__> somethigs probubly wrong with the lsit command
<uvos__> it accepts odifiers/HiFi too as a empty list
<uvos__> anyhow i strongly suspect pulse is to blame here
<uvos__> what verison where we using in beowulf?
<Wizzup> the log ends up failing by opening the wrong device in /dev/snd it seems like
<Wizzup> and it complains very loudly about not finding PlaybackChannels and CaptureChannels in the ucm
<Wizzup> which could lead it to making the wrong path perhaps?
<uvos__> idk maybe
<uvos__> check pp ucm file
<uvos__> or this is ucm1 sutff
<Wizzup> can you check on your d4 what pa we have?
<uvos__> i dont have it here
<Wizzup> ok, sec
<Wizzup> welp my bionic said 'recharge battery' and it decided to shutdown
<Wizzup> in any case beowulf is 12.2-4+deb10u1
<Wizzup> bullseye is 14.2-2
<Wizzup> I think we can ignore the warning about some channels not being specified
* Wizzup gives up for now
ceene has quit [Ping timeout: 260 seconds]
uvos__ has quit [Remote host closed the connection]
parazyd has quit [Quit: parazyd]
xmn has joined #maemo-leste
parazyd has joined #maemo-leste
florentin has joined #maemo-leste
ceene has joined #maemo-leste
ceene has quit [Remote host closed the connection]
elastic_dog has quit [Read error: Connection reset by peer]
elastic_dog has joined #maemo-leste
florentin has quit [Ping timeout: 260 seconds]
rafael2k has joined #maemo-leste
uvos has joined #maemo-leste
rafael2k_ has joined #maemo-leste
rafael2k has quit [Ping timeout: 268 seconds]
rafael2k__ has joined #maemo-leste
rafael2k_ has quit [Ping timeout: 272 seconds]
rafael2k_ has joined #maemo-leste
rafael2k__ has quit [Ping timeout: 268 seconds]
rafael2k_ has quit [Ping timeout: 260 seconds]
mardy has quit [Quit: WeeChat 3.5]
Twig has joined #maemo-leste
Twig has quit [Remote host closed the connection]
<buZz> i was trying picodrive https://github.com/notaz/picodrive , runs fast but wasnt fullscreen , http://space.nurdspace.nl/~buzz/maemo/git-picodrive-gles.patch add gles for 'generic' platform , https://i.imgur.com/U7x7hEe.jpg
<buZz> was playing a game for a while until i realized i was still running it through strace
uvos has quit [Remote host closed the connection]
akossh has quit [Quit: Leaving.]
<Wizzup> buZz: heh strace won't speed it up ;)
<buZz> it can run ~600fps seemingly, if you hold down backspace its '15x fastforward'
<buZz> so it wasnt very noticable :D
<buZz> still needs something for fullscreen, some other bound keys and packaging :)
<Wizzup> did you check the picodrive patches from maemo.org pkg?
<Wizzup> seems to support fullscreen
<buZz> ooo fancy
<buZz> i'll check it out tomorrow :) nn
<Wizzup> gn
<Wizzup> btw the src is def out of date, so just look at it for potential patches
<Wizzup> freemangordon: btw I 'ported' http://maemo.org/downloads/product/Maemo5/abook-qrcode/ and it build locally (dh10 and all), but it doesn't show in abook it seems
<Wizzup> freemangordon: shall I do http://merge-contacts.garage.maemo.org/ too?