Could not communicate with the FFADO DBus service...
Hi
i'd like to make my firewire interface work, but after so many trials i ended up in total frustration. Maybe someone can help me?
I have a netbook, upgraded to ubuntustudio 12.10, and a edirol fa-101 interface. I plug in via expresscard and the lamp on the interface indicates there is connection. I start ffado mixer: p, li { white-space: pre-wrap; } Could not communicate with the FFADO DBus service...
Also i tried to start via QjackCtl with 'firewire' driver, but without success. What's wrong, where should i start to solve the problem??
Re: Could not communicate with the FFADO DBus service...
Re: Could not communicate with the FFADO DBus service...
thx jejeman, here is the output:
roughi@roughi-HP-2133:~$ ls /dev/fw*
ls: Zugriff auf /dev/fw* nicht möglich: Datei oder Verzeichnis nicht gefunden
roughi@roughi-HP-2133:~$ dmesg | grep fw
[ 22.439164] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.5, id: 0x1c0b1, caps: 0xa04711/0xa00000/0x0
sorry, it's german. Directory could not be found. I also checked with another cable.
further:
roughi@roughi-HP-2133:~$ lspci | grep FireWire
06:00.0 FireWire (IEEE 1394): Texas Instruments XIO2200A IEEE-1394a-2000 Controller (PHY/Link) (rev 01)
why isn't there a node?
Re: Could not communicate with the FFADO DBus service...
It is to early for the cable, you should have at least one node for the firewire card.
Check to see if the firewire modules are loaded with "lsmod" command. I doubt that.
For some reason probably modules are not loaded. See all "dmesg" output for clues. Try to load modules manualy with "modprobe".
Re: Could not communicate with the FFADO DBus service...
wow, it's moving! here what i did:
i edited /etc/modprobe.d/blacklist-firewire.conf and took away blacklist on firewire_ohci like that:
# Select the legacy firewire stack over the new CONFIG_FIREWIRE one.
#blacklist ohci1394
#blacklist sbp2
#blacklist dv1394
#blacklist raw1394
#blacklist video1394
#blacklist firewire-ohci
blacklist firewire-sbp2
then restart, then
roughi@roughi-HP-2133:~$ ls /dev/fw*
/dev/fw0 /dev/fw1
:D
Ffado mixer is ok! Only Jack and guitarix don't work, is there sth to configure?
Thank you so far, it feels a lot better now!
Re: Could not communicate with the FFADO DBus service...
Firewire-ohci was blacklisted? Strange. Here how it is on 12.04
Code:
$ cat /etc/modprobe.d/blacklist-firewire.conf
# Select the legacy firewire stack over the new CONFIG_FIREWIRE one.
blacklist ohci1394
blacklist sbp2
blacklist dv1394
blacklist raw1394
blacklist video1394
#blacklist firewire-ohci
#blacklist firewire-sbp2
Okay, firewire stack is working now, you have two nodes. One for firewire controler and one for FA-101. The hardware/driver side is good. Now, the software side.
Don't go to ffado mixer any more, it tends to bug JACK2 - JACK2 won't start after ffado mixer was started. Reboot needed.
Read the post #8 in the thread a gave. I can't tell you anything more but that.
Re: Could not communicate with the FFADO DBus service...
ok, now i get sound! Thx!
i turned off jack d-bus and pulseaudio with
echo "autospawn = no" > ~/.pulse/client.conf && pulseaudio -k
how can i re-activate pulseaudio, if ever?
do i have to close this thread or so?
Re: Could not communicate with the FFADO DBus service...
You can start pulseaudio at will with
You can mark thread as solved if the problem is solved. It will not be closed, I think, but it will be marked as solved.