/srv/irclogs.ubuntu.com/2019/12/15/#ubuntustudio-devel.txt

EickmeyerGdflk7sj00:19
EickmeyerDang dog...00:19
OvenWerkscool, what is the official speed of your cpu?02:36
OvenWerksEickmeyer: is your cpu rated at 2.6G then?02:37
Eickmeyer2.6Ghz02:37
EickmeyerTurbo boost goes to 3.3Ghz02:38
OvenWerksYa, I see that, my boost is much lower compared to normal02:39
OvenWerksMine is 3.2 but goes only till 3.6 (I think)02:39
EickmeyerMy new machine is 3.4 boost to 3.9.02:40
OvenWerksMy son's is something like that too.02:41
OvenWerksBasically, in intel speak, Your default setup is boost on and CPU controls the speed02:42
OvenWerksThis the same as intel boost on and powersave.02:42
EickmeyerSoooooo... basically, AMD controls everything, including the governor.02:43
OvenWerksIt looks like we can turn turbo boost off, but not set governor to OS control... with the kernel you have02:44
EickmeyerStrange, used to be able to do that. I wonder what changed.02:44
OvenWerksFirst of all, a scaling driver has to be registered for CPUFreq to work. It is only possible to register one scaling driver at a time, so the scaling driver is expected to be able to handle all CPUs in the system.02:46
EickmeyerGotcha. I might check a different install to see if there's an issue. If not, then it's likely my install got borked somehow.02:47
OvenWerksAl,ost like the module that got loaded was the wrong one for the cpu02:47
OvenWerksThe page I am reading is for kernel 4.15... which happens to be what we have in 18.04. My liquerix is a 5.402:49
EickmeyerClean install has same issue. I'm guessing the module got removed from Ubuntu or the kernel.02:51
OvenWerksIf you encounter a problem while using this driver, add intel_pstate=disable to your kernel line. 02:55
OvenWerksThe module you should find is acpi-cpufreq02:58
OvenWerksSo far as I can tell we don't ship that... I see: amd_freq_sensitivity.ko  p4-clockmod.ko  speedstep-lib.ko03:00
EickmeyerJust modprobed that and no response, so assuming OK. intel_pstate=disable was added to the command line. Still showing  'no or unknown cpufreq driver is active on this CPU'.03:00
OvenWerksdoes lsmod |grep amd03:01
OvenWerksshow anything03:01
Eickmeyerhttps://paste.ubuntu.com/p/Dcx5jyDDDk/03:01
OvenWerksso modprobe amd_freq_sensitivity does that help or work?03:03
Eickmeyerstill no or unknown cpufreq driver03:03
OvenWerksdoes lsmod |grep amd show it loaded?03:04
EickmeyerYep, shows loaded.03:07
OvenWerksand the first line of cpupower frequency-info03:10
OvenWerksdoesn't show that as the driver?03:10
OvenWerks(mine says: driver: intel_pstate03:10
Eickmeyerhttps://paste.ubuntu.com/p/4kGwVJwrwZ/03:11
EickmeyerThat's exactly what it shows.03:11
OvenWerksno driver03:12
EickmeyerExactly. Something in 19.10 got screwed up.03:12
EickmeyerConfirmed with two different installations. I might up this one to 20.04 to see if that changes anything.03:13
OvenWerkssounds like a kernel bug03:13
EickmeyerRight.03:13
OvenWerkswhich release did it last work with?03:13
EickmeyerIt definitely worked in 19.04.03:14
OvenWerksliquerix includes acpi-cpufreq.ko03:15
OvenWerks*liquorix03:16
OvenWerksEickmeyer: for the generic kernel maybe this is not a problem but for lowlatency work it matters03:17
EickmeyerOvenWerks: Agreed.03:27
EickmeyerI'm prepping my machine to upgrade to Focal.03:28
OvenWerksI may do that as well03:29
EickmeyerI'm also opening autobuilds for focal.03:29
OvenWerksOk, controls bug 1 and two fixed (pulseout remove button works now, displaying no bridge works and does not error.04:09
ubottubug 1 in Ubuntu Malaysia LoCo Team "Microsoft has a majority market share" [Critical,In progress] https://launchpad.net/bugs/104:09
OvenWerks:) thankyou ubottu04:10
OvenWerksEickmeyer: With regard to connections for pulse. A simple number still works. For example 1 is the same as system:capture_1 (and _2) (or playback)04:12
EickmeyerOvenWerks: That's still not intuitive.04:12
OvenWerks:) no04:12
OvenWerksbut it is there. I an thinking that for the first bridge set up that should be the default04:13
EickmeyerAgreed.04:13
OvenWerksto be honest, I am not sure what would be intuitive04:13
OvenWerks(that is at the same time reasonably easy to do)04:14
EickmeyerA drop-down with only hardware connections. No software, let patchbay software handle that.04:15
OvenWerksAnd not midi04:17
EickmeyerRight.04:17
OvenWerksThat would mean it could only be set if jack is actually running04:18
EickmeyerWell, you could also make that a process where it sets right after Jack is started.04:20
EickmeyerHowever it was being done before was perfect.04:21
OvenWerksYes but... many people would expect to be able to set this before starting jack.04:21
OvenWerksThe way it was done before only dealt with the default output which was expected to go to jack master. It also used two entries04:23
OvenWerksThis will need some thought04:23
OvenWerksThere are people who want more than what we had before04:24
EickmeyerThen they need to use a patchbay. There's a reason we have a shortcut to Carla.04:24
OvenWerksEickmeyer: Not the connection so much as number of bridges and naming04:25
EickmeyerThe bridges and the naming is going in a good direction. Just the default connections? That needs to be intuitive.04:26
OvenWerksYa, I know.04:26
EickmeyerNaming can be arbitrary. But the default connections cannot.04:26
OvenWerksAnyway, There are a few things to fix first04:28
EickmeyerYep.04:28
EickmeyerI do like where it is going. It looks good, things are categorized... it's looking good.04:29
OvenWerksI think I might just do system:* and have a drop down that goes from 1-2 to 15-16 or 31-32. I will make the system:capture part of the label04:37
EickmeyerThat might work.04:37
OvenWerks(when jack is not running) when jack is running we can rebuild to the actual number the device has.04:38
EickmeyerNot a bad idea!04:38
OvenWerksBTW, I am not going to worry about AMD cpu speeds at this point. I think it is straight driver problems and not something I can really work on.04:41
EickmeyerYeah, I agree.04:42
EickmeyerJust updated to Focal, we'll see what's going on.04:42
EickmeyerNope, same issue.04:50
OvenWerkstwo bug reports? or one04:51
EickmeyerJust the cpufreq issue04:51
OvenWerksShould be a bug report agaist 19.10 that is still there in 20.0404:51
EickmeyerI'm not even looking at -controls right now. No cpufreq driver still in 20.04.04:53
OvenWerksright, that is where the bug should be04:53
OvenWerks-controls just deals with what the os gives it.... which is nothing in this case04:54
EickmeyerOvenWerks: Just filed bug 1856440 against the kernel in 20.04. I doubt any bug will get fixed and backported for 19.10.05:17
ubottubug 1856440 in linux (Ubuntu) "cpufreq: no or unknown cpufreq driver" [Undecided,New] https://launchpad.net/bugs/185644005:17
OvenWerksEickmeyer: I have fixed the errors with no pulse bridges on one side or the other05:45
OvenWerksI have not yet fixed the connection display. but I need to do other things so I pushed what I have.05:46
EickmeyerOvenWerks: Cool05:47

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!