|
From: David K. <da...@gn...> - 2020-04-29 22:14:17
|
Morgan Read <ms...@re...> writes: > I wish... > > $ jackd -d firewire --help > jackdmp 1.9.12 > Copyright 2001-2005 Paul Davis and others. > Copyright 2004-2016 Grame. > Copyright 2016-2017 Filipe Coelho. > jackdmp comes with ABSOLUTELY NO WARRANTY > This is free software, and you are welcome to redistribute it > under certain conditions; see the file COPYING for details > Unknown driver "firewire" > $ You did see that after I removed the jackd2-firewire package, the driver firewire was no longer listed by jackd help ? > > https://bugzilla.redhat.com/show_bug.cgi?id=1829403#c1 > > --- Comment #1 from Guido Aulisi <gui...@gm...> --- > That's because there is no ffado package in epel8. > > > And, I guess that's because there's no libxml++ > > Sigh > M > > On 29/04/2020 10:22 pm, David Kastrup wrote: >> Morgan Read via FFADO-user <ffa...@li...> writes: >> >>> Hmm... >>>> I'm not sure it's your worst nightmare, but it's certainly more than a >>>> little annoying. >>> Okay, dramatic licence... :) >>> >>> CentOS 8 (Stream'ish) >>> $ sudo dnf list --installed jack-audio-connection-kit >>> [sudo] password for admin: >>> Installed Packages >>> jack-audio-connection-kit.x86_64 >>> 1.9.12-8.el8 @epel >>> $ >>> >>> I can feel a bug filling frenzy coming on... >> Maybe you are just missing a package? >> >> On Ubuntu: >> >> dak@lola:/usr/local/tmp/lilypond$ jackd -d firewire --help >> jackdmp 1.9.12 >> [...] >> >> Available backends: >> dummy (master) >> loopback (slave) >> alsa (master) >> netone (master) >> firewire (master) >> net (master) >> alsarawmidi (slave) >> >> Available internals: >> netadapter >> profiler >> audioadapter >> netmanager >> >> dak@lola:/usr/local/tmp/lilypond$ sudo apt remove jackd2-firewire >> [sudo] password for dak: >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> The following packages will be REMOVED: >> jackd2-firewire >> 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. >> After this operation, 137 kB disk space will be freed. >> Do you want to continue? [Y/n] >> (Reading database ... 633017 files and directories currently installed.) >> Removing jackd2-firewire (1.9.12~dfsg-2ubuntu2) ... >> dak@lola:/usr/local/tmp/lilypond$ jackd --help >> jackdmp 1.9.12 >> [...] >> >> Available backends: >> dummy (master) >> loopback (slave) >> alsa (master) >> netone (master) >> net (master) >> alsarawmidi (slave) >> >> Available internals: >> netadapter >> profiler >> audioadapter >> netmanager >> >> -- David Kastrup |