Ajax

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • 8. November 2017 at 21:32 #32368

    Hallo Heiner,

    yep, this fixes the problem. Volume setting via rotary and alsamixer is now working.

    Thank You very much,

    Martin

    PS: Parameter position; AAARGH!
    PPS: Should be appended to Command line parameters for Squeezelite

    • This reply was modified 6 years, 5 months ago by Ajax.
    8. November 2017 at 10:11 #32341

    Hallo Heiner,

    humidity is not the problem: Around 20°C and 50% rel. in this room. Internal Audio was disabled already as is I2S-MMAP.
    The rotary is working without a hassle as is IQ_rot. I tried several different steps using the source code and alsamixer is showing exactly the chosen steps for one tick. Since changing the volume in alsamixer without using the rotary is also reseted , it is an action done by squeezelite. I suppose squeezelite is not monitoring volume settings done directly in alsa and then sets this arbitrary offset.

    I have another setup with Raspi 3, 7″ Touchdisplay and IQaudio DAC (not plus) instead of AMP+ without a rotary downstairs. I will try if setting volume in alsamixer will be changed there also like the system with AMP+. Then the cause is definitely not related to the rotary but within the interaction between ALSA and squeezelite.

    Ciao,

    Martin

    5. November 2017 at 22:15 #32297

    Some additional info:
    Raspi is connected via wire, IPv6 is active. Maybe this is the trigger? EDIT: No, IPv4 only still shows the same.
    Serverversion is:
    Logitech Media Server Version: 7.9.1 – 1505480690 @ Fri Sep 15 20:21:59 UTC 2017

    • This reply was modified 6 years, 5 months ago by Ajax.
    25. Mai 2017 at 10:23 #29062

    Hallo nochmal,

    ich habe meine EMMC entfernt und eine microSD mit dem obigen Image laufen lassen. Damit funktioniert die Aktivierung wieder, auch das Update ging. Das Image lieferte Max2Play 2.34 und ging brav auf 2.43. Allein meine USB-Platten wurden nicht erkannt, nicht mal eine Meldung in dmesg erschien, wenn ich sie angeschlossen habe, angezeigte Kernelversion war Version 3.10.96 nach apt-get update und apt-get distupgrade. Nach ein paar Versuchen habe ich meine EMMC mit dem alten System wieder gesteckt und nun läuft wieder alles ohne Aktivierung. Ich werde einfach damit leben, bis der Updatedruck zu groß geworden ist.

    Ciao,

    Martin

    PS: Es ist tatsächlich ein XU4.

    22. Mai 2017 at 19:09 #29008

    Hallo Heiner,

    werde ich machen, komme aber erst am Donnerstag dazu. Nachdem der Kleine mein Infrastrukturserver geworden ist (NFS, AFP, SAMBA, NTP, DNS,…), ist eine Umstellung etwas umfangreicher… Drum habe ich mich auch bisher davor gedrückt. Ich nehme an, ein „dd if=… of=/dev/sd… bs=4M“ tuts auch.

    Bei der Gelegenheit: Ich habe vor kurzem mein Netzwerk (mal wieder) auf Dual Stack IPv4 und IPv6 umgestellt. Ist Max2Play mit IPv6 ein mögliches Problem?

    Ich melde mich dann wieder, wenn ich das neue Image verwendet habe.

    Ciao,

    Martin

    • This reply was modified 6 years, 11 months ago by Ajax.
    1. Juli 2016 at 18:33 #21062

    Follow up to the Max2Play team: Feel free to include this modification in your distribution.

    Martin

    1. Juli 2016 at 18:30 #21061

    Hello together!

    I’m using an eleduino 7 inch display with a resolution of 1024×600 also. I have changed the applet code and it works good for me so far. Now playing screens are adjusted but analog VU does not work/show. Maybe I will refine the whole thing in the not so near future…
    I append the diff-file below and you can apply the changes yourself with „patch JogglerSkinApplet.lua < 1024x600JogglerSkin.diff“ after pasting this in a file named 1024x600JogglerSkin.diff. Make a backup of the original file before!

    Please share your refinements here!

    — Paste into file 1024x600JogglerSkin.diff after this line —
    7a8,9
    > This applet was modified to implement an 1024×600 skin
    > „This applet implements an 800×480 resolution skin.“
    9c11
    < This applet implements an 800×480 resolution skin.

    > Redesigned from StandardJoggler by Martin Schneider.
    96,97c98,99
    < THUMB_SIZE = 40,
    < THUMB_SIZE_MENU = 40,

    > THUMB_SIZE = 50,
    > THUMB_SIZE_MENU = 50,
    103c105
    < POPUP_THUMB_SIZE = 120,

    > POPUP_THUMB_SIZE = 150,
    112c114
    < artworkSize = ‚270×270‘,

    > artworkSize = ‚440×440‘,
    117c119
    < artworkSize = ‚450×450‘,

    > artworkSize = ‚570×570‘,
    123c125
    < artworkSize = ‚270×270‘,

    > artworkSize = ‚340×340‘,
    128c130
    < artworkSize = ‚270×270‘,

    > artworkSize = ‚340×340‘,
    134c136
    < artworkSize = ‚270×270‘,

    > artworkSize = ‚340×340‘,
    257c259
    < Framework:setVideoMode(800, 480, 0, false)

    > Framework:setVideoMode(1024, 600, 0, false)
    2775,2776c2777,2778
    < local NP_ARTISTALBUM_FONT_SIZE = 28
    < local NP_TRACK_FONT_SIZE = 30

    > local NP_ARTISTALBUM_FONT_SIZE = 30
    > local NP_TRACK_FONT_SIZE = 36
    2780,2781c2782,2783
    < local volumeBarWidth = 240 — screenWidth – (transport controls + volume controls + dividers + border around volume bar)
    < local buttonPadding = 0

    > local volumeBarWidth = 450 — screenWidth – (transport controls + volume controls + dividers + border around volume bar)
    > local buttonPadding = 10
    2807c2809
    < x = 318,

    > x = 460,
    2886c2888
    < w = 270,

    > w = 440,
    2888,2889c2890,2891
    < x = 20,
    < y = TITLE_HEIGHT + 33,

    > x = 7,
    > y = TITLE_HEIGHT + 7,
    2891c2893
    < h = 270,

    > h = 440,
    2894c2896
    < w = 270,

    > w = 440,
    2999,3000c3001,3003
    < x = 322,
    < y = TITLE_HEIGHT + 29 + 26 + 32 + 32 + 23 + 80,

    > x = 460,
    > –y = TITLE_HEIGHT + 29 + 26 + 32 + 32 + 23 + 80,
    > y = TITLE_HEIGHT + 289,
    3007c3010
    < font = _boldfont(18),

    > font = _boldfont(24),
    3015c3018
    < font = _boldfont(18),

    > font = _boldfont(24),
    3023c3026
    < font = _boldfont(18),

    > font = _boldfont(24),
    3031c3034
    < font = _boldfont(18),

    > font = _boldfont(24),
    3036,3037c3039,3040
    < w = 290,
    < h = 50,

    > w = 400,
    > h = 30,
    3050c3053
    < x = 322,

    > x = 403,
    3143c3146
    < w = 450,

    > w = 570,
    3145c3148
    < x = 172,

    > x = 220,
    3148c3151
    < h = 450,

    > h = 570,
    3150c3153
    < w = 450,

    > w = 570,
    3190,3191c3193,3194
    < x = 50,
    < y = 300,

    > x = 63,
    > y = 375,
    3194c3197
    < w = 80,

    > w = 100,
    3202c3205
    < w = 80,

    > w = 100,
    3210c3213
    < w = 80,

    > w = 100,
    3218c3221
    < w = 80,

    > w = 100,
    3226,3227c3229,3230
    < w = 540,
    < h = 50,

    > w = 675,
    > h = 63,
    3236c3239
    < x = 720,

    > x = 900,
    3272c3275
    < x = 80,

    > x = 100,
    3290c3293
    < h = 60,

    > h = 75,
    3301c3304
    < x = 10,

    > x = 13,
    3303c3306
    < h = 60,

    > h = 75,
    3306c3309
    < w = 80,

    > w = 100,
    3309c3312
    < w = 80,

    > w = 100,
    3312c3315
    < w = 80,

    > w = 100,
    3315c3318
    < w = 80,

    > w = 100,
    3318c3321
    < h = 29,

    > h = 37,
    3332c3335
    < h = 38,

    > h = 48,
    3344,3345c3347,3348
    < w = 800,
    < h = 446 – (2 * TITLE_HEIGHT + 4 + 45),

    > w = 1024,
    > h = 566 – (2 * TITLE_HEIGHT + 4 + 45),
    3353,3354c3356,3357
    < w = 800,
    < h = 446 – (2 * TITLE_HEIGHT + 4 + 45),

    > w = 1024,
    > h = 566 – (2 * TITLE_HEIGHT + 4 + 45),
    3392,3393c3395,3396
    < w = 800,
    < h = 413 – (TITLE_HEIGHT + 38 + 38),

    > w = 1024,
    > h = 533 – (TITLE_HEIGHT + 38 + 38),
    3401,3402c3404,3405
    < w = 800,
    < h = 413 – (TITLE_HEIGHT + 38 + 38),

    > w = 1024,
    > h = 533 – (TITLE_HEIGHT + 38 + 38),
    3421c3424
    < h = 56,

    > h = 70,
    3429,3430c3432,3433
    < w = 56,
    < h = 56,

    > w = 70,
    > h = 70,
    3434,3435c3437,3438
    < w = 56,
    < h = 56,

    > w = 70,
    > h = 70,
    3505c3508
    < h = 50,

    > h = 63,

Viewing 7 posts - 1 through 7 (of 7 total)