You are not logged in.

#1 2019-11-14 22:20:08

bizarre
Member
Registered: 2019-11-14
Posts: 2

[SOLVED] ffado-mixer failed to start after last Syu

Hi!

Today I updated my Arch and after that ffado-mixer from libffado failed to start.

I found a workaround, opened an issue on a github, but later I saw that this is an read-only mirror of another repo and I couldn't find how to write to a contributors.

Could anyone know what I can do in this situation?

And of cause if anybody has same problem - just apply this workaround - https://github.com/adiknoth/ffado/issues/1

Last edited by bizarre (2020-04-21 22:20:40)

Offline

#2 2019-11-18 14:45:51

BorOfi
Member
Registered: 2019-11-18
Posts: 3

Re: [SOLVED] ffado-mixer failed to start after last Syu

I had the same issue with ffado-mixer since last saturday:

$ ffado-mixer 
Cannot create RT messagebuffer thread: Operation not permitted (1)
Retrying messagebuffer thread without RT scheduling
Messagebuffer not realtime; consider enabling RT scheduling for user
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/ffado/panelmanager.py", line 454, in updatePanels
    self.addPanel(idx)
  File "/usr/lib/python3.8/site-packages/ffado/panelmanager.py", line 273, in addPanel
    dev = self.devices.getDeviceById( vendorId, modelId )
  File "/usr/lib/python3.8/site-packages/ffado/configuration.py", line 70, in getDeviceById
    if int("%s" % dev['vendorid'], 0) == int("%s" % vendor, 0) and \
ValueError: invalid literal for int() with base 0: 'dbus.Int32(3436)'
Abortado (`core' generado)

IIRC libffado last update was a couple of weeks ago, so could this issue be related to the recent python updates?

Thanks bizarre for:

bizarre wrote:

And of cause if anybody has same problem - just apply this workaround - https://github.com/adiknoth/ffado/issues/1

The workaround makes ffado-mixer open correctly.

Offline

#3 2019-11-25 16:00:24

BorOfi
Member
Registered: 2019-11-18
Posts: 3

Re: [SOLVED] ffado-mixer failed to start after last Syu

The issue seems to be solved with the last update of libffado (2.4.2-3).

Offline

Board footer

Powered by FluxBB