csound, jack and firewire

classic Classic list List threaded Threaded
36 messages Options
12
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Stefan Thomas-2
Dear obaudouin,
unfortunately, I still cant't get jack running.
I added a group jackuser and I added myself as a member of this group.
I changed  /etc/security/limits.d/limits.conf and I did
sudo chmod 777 /dev/fw0
When I type
ls -la /dev/fw0
2012/1/26 obaudouin <[hidden email]>:

> Use /etc/security/limits.d/limits.conf and add:
>
> @video  -  rtprio   90
> @video  -  memlock  100000
>
> With Fedora,  my fw audio device is placed by udev into the "video" group.
> That is confusing.
>
> You can display which group udev use for your device with:
>
> ls -la /dev/fw0
> (or fw1...)
>
> -----
>
> Olivier Baudouin, PhD
> http://olivierbaudouin.com
> MINT-OMF
> Paris-Sorbonne
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/csound-jack-and-firewire-tp5431283p5433409.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe csound"
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Stefan Thomas-2
Sorry, sended to early:
when I type
                    ls -la /dev/fw0
I get
                     crwxrwxrwx 1 root root 251, 0 2012-01-26 18:07 /dev/fw0
But I still can't start jack!
After
                  jackd -dfirewire -r48000 -p1024 -n
I get
             JACK server starting in realtime mode with priority 10
             libffado 2.999.0- built Oct 10 2011 08:11:23
             firewire ERR: FFADO: Error creating virtual device
             Cannot attach audio driver
             JackServer::Open() failed with -1
             no message buffer overruns
              Failed to open server
But ffado finds the device.
                  === 1394 PORT 0 ===
                 Node id  GUID                  VendorId     ModelId
Vendor - Model
               0       0x08004603035126ed  0x00080046  0x00000000
Linux            Firewire -

Maybee it could have to do with the blacklist of 1394?


2012/1/26 Stefan Thomas <[hidden email]>:

> Dear obaudouin,
> unfortunately, I still cant't get jack running.
> I added a group jackuser and I added myself as a member of this group.
> I changed  /etc/security/limits.d/limits.conf and I did
> sudo chmod 777 /dev/fw0
> When I type
> ls -la /dev/fw0
> 2012/1/26 obaudouin <[hidden email]>:
>> Use /etc/security/limits.d/limits.conf and add:
>>
>> @video  -  rtprio   90
>> @video  -  memlock  100000
>>
>> With Fedora,  my fw audio device is placed by udev into the "video" group.
>> That is confusing.
>>
>> You can display which group udev use for your device with:
>>
>> ls -la /dev/fw0
>> (or fw1...)
>>
>> -----
>>
>> Olivier Baudouin, PhD
>> http://olivierbaudouin.com
>> MINT-OMF
>> Paris-Sorbonne
>>
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/csound-jack-and-firewire-tp5431283p5433409.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email [hidden email] with body "unsubscribe csound"
>>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

obaudouin
In reply to this post by Stefan Thomas-2
you have to reboot to validate these changes. (you shouldn't get root:root when ls -la /dev/fw)

I don't know if Ubuntu is the more practical OS to run Csound and Jack. Fedora is better, notably with the rt kernel and irq optimization by Planetccrma.

Olivier Baudouin, PhD
http://olivierbaudouin.com
MINT-OMF
Paris-Sorbonne
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Dave Phillips
On 01/26/2012 12:23 PM, obaudouin wrote:
> you have to reboot to validate these changes. (you shouldn't get root:root
> when ls -la /dev/fw)
>
> I don't know if Ubuntu is the more practical OS to run Csound and Jack.
> Fedora is better, notably with the rt kernel and irq optimization by
> Planetccrma.
>
>

Csound with AVSynthesis runs perfectly well here on Ubuntu 10.04 with
kernel 2.6.31-11-rt.

Best,

dp



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

obaudouin
Thank you Dave, for the info. What is the last kernel-rt version with Ubuntu? Does this kernel come from the UbuntuStudio project?

The current kernel-rt on Fedora is: 3.0.17-1.rt33.1.fc16.ccrma.x86_64.rt

Olivier Baudouin, PhD
http://olivierbaudouin.com
MINT-OMF
Paris-Sorbonne
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Stefan Thomas-2
Dear obaudouin,
thanks for all Your help.
It seems, that fedora is a bit better than ubuntu in this case.
I have the kernel 3.0.0.15.17
As far as I know there is no special kernel for ubuntu-studio available.
I think I will switch to fedora.
Must the rt-kernel be installed separatedly?

2012/1/26 obaudouin <[hidden email]>:

> Thank you Dave, for the info. What is the last kernel-rt version with Ubuntu?
> Does this kernel come from the UbuntuStudio project?
>
> The current kernel-rt on Fedora is: 3.0.17-1.rt33.1.fc16.ccrma.x86_64.rt
>
> -----
>
> Olivier Baudouin, PhD
> http://olivierbaudouin.com
> MINT-OMF
> Paris-Sorbonne
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/csound-jack-and-firewire-tp5431283p5433553.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe csound"
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Dave Phillips
In reply to this post by obaudouin
On 01/26/2012 12:48 PM, obaudouin wrote:
> Thank you Dave, for the info. What is the last kernel-rt version with Ubuntu?
> Does this kernel come from the UbuntuStudio project?

Hi Olivier,

I don't know what the current kernel might be, I've not been following
the Ubuntu upgrades. :)

The rt kernel I use in 10.04 is from the standard repo, not from the
UStudio project.

Best,

dp



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Tarmo Johannes
In reply to this post by Stefan Thomas-2
Hello,



On Thursday 26 January 2012 18:44:06 Stefan Thomas wrote:
> Dear Tarmo,
> thanks for Your suggestions!
> When I type
> ffado-test ListDevices

>
> Doing the same as root I get:
> === 1394 PORT 0 ===
>   Node id  GUID                  VendorId     ModelId   Vendor - Model
>    0       0x08004603035126ed  0x00080046  0x00000000   Linux Firewire -

It does not look right. I am not now on the laptop where I use my firewire card (Focusrite Saffire with pcmcia firewire adapter) but as much i remeber, it should show also your firefire interface in this list. ' Linux Firewire - '  is probably just your firewire card in the computer.

So in some reason the computer does not connect with the interface... hm.

Am I right that you had the same interface working with the same computer just a week ago?

There is a great audio-video live distro available: AVlinux http://www.bandshed.net/AVLinux.html
you can download the liveDVD , AVLinux is good for firewire compatibility. If that does not see you interface, it must be the problem of hardware.

Keep up! There must be a solution!

greetings,
tarmo

> no message buffer overruns
>
> I also get different outputs for  ffado-dbus-server.
> As root I get
> Discovering devices...
> DBUS service running
> And as "stefan" I get:
>
> Discovering devices...
> 02687676277: Fatal (devicemanager.cpp)[ 191] initialize: No firewire
> adapters (ports) found.
> 02687676313: Error (ffado-dbus-server.cpp)[ 277] main: Could not
> initialize device manager
> I must have to do with the case, that I disabled (a few minutes ago)
> the raw1394 in Ubuntustudio controls, I thought raw1394 is obsolete
> now.
>
> 2012/1/26 Tarmo Johannes <[hidden email]>:
> > Dear Stefan,
> >
> > Why did the situation change? Did you upgrade your system or renew the
> > kernel or ffado packages?
> >
> > please check at first if  your ffado system sees your device. What output
> > does
> >
> > ffado-test ListDevices
> >
> > show?
> >
> > Does ffado-mixer shows the controls of the device? (might be that you need
> > to start  ffado-dbus-server & before)
> >
> >
> > If the thing worked before, I am sure you will get it back again - my
> > (little) experience is that mostly the new firewire stack is much better and
> > in many cases works out of the box pretty well.
> >
> > greetings,
> > tarmo
> >
> >
> > 26. jaanuar 2012 18:06 kirjutas Stefan Thomas
> > <[hidden email]>:
> >
> >> Dear obaudouin,
> >> the output of qjackctl is:
> >>
> >>  17:04:23.281 Steckfeld deaktiviert.
> >> 17:04:23.366 Statistik zurückgesetzt.
> >> 17:04:23.422 ALSA-Verbindung geändert.
> >> 17:04:23.595 D-BUS: Dienst ist verfügbar (org.jackaudio.service aka
> >> jackdbus).
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >> 17:04:23.607 Schaubild der ALSA-Verbindungen geändert.
> >> 17:04:27.086 D-BUS: JACK-Server konnte nicht gestartet werden. Tut mir
> >> leid
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: driver "firewire" selected
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Starting jack server...
> >> Thu Jan 26 17:04:26 2012: JACK server starting in realtime mode with
> >> priority 70
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: firewire ERR: FFADO: Error
> >> creating virtual device [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Cannot attach audio driver [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: JackServer::Open() failed with
> >> -1 [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Failed to open server [0m
> >> 17:04:34.238 Keine Verbindungsaufnahme als Client zum JACK-Server
> >> möglich. - Gesamtbetrieb schlug fehl. - Verbindungsaufnahme zum Server
> >> gescheitert. Bitte sehen Sie im Meldungsfenster nach weiteren
> >> Informationen.
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >>
> >>
> >> 2012/1/26 obaudouin <[hidden email]>:
> >> > Paste also the jack outpout please.
> >> >
> >> > -----
> >> >
> >> > Olivier Baudouin, PhD
> >> > http://olivierbaudouin.com
> >> > MINT-OMF
> >> > Paris-Sorbonne
> >> >
> >> > --
> >> > View this message in context:
> >> > http://csound.1045644.n5.nabble.com/csound-jack-and-firewire-tp5431283p5433097.html
> >> > Sent from the Csound - General mailing list archive at Nabble.com.
> >> >
> >> >
> >> > Send bugs reports to the Sourceforge bug tracker
> >> >            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >> > Discussions of bugs and features can be posted here
> >> > To unsubscribe, send email [hidden email] with body "unsubscribe
> >> > csound"
> >> >
> >>
> >>
> >> Send bugs reports to the Sourceforge bug tracker
> >>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >> Discussions of bugs and features can be posted here
> >> To unsubscribe, send email [hidden email] with body "unsubscribe
> >> csound"
> >>
> >
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Stefan Thomas-2
Dear Tarmo,
thanks for Your hint!
I think, it's not a problem of hardware, because it runs well on windows.

2012/1/26 Tarmo Johannes <[hidden email]>
Hello,



On Thursday 26 January 2012 18:44:06 Stefan Thomas wrote:
> Dear Tarmo,
> thanks for Your suggestions!
> When I type
> ffado-test ListDevices

>
> Doing the same as root I get:
> === 1394 PORT 0 ===
>   Node id  GUID                  VendorId     ModelId   Vendor - Model
>    0       0x08004603035126ed  0x00080046  0x00000000   Linux Firewire -

It does not look right. I am not now on the laptop where I use my firewire card (Focusrite Saffire with pcmcia firewire adapter) but as much i remeber, it should show also your firefire interface in this list. ' Linux Firewire - '  is probably just your firewire card in the computer.

So in some reason the computer does not connect with the interface... hm.

Am I right that you had the same interface working with the same computer just a week ago?

There is a great audio-video live distro available: AVlinux http://www.bandshed.net/AVLinux.html
you can download the liveDVD , AVLinux is good for firewire compatibility. If that does not see you interface, it must be the problem of hardware.

Keep up! There must be a solution!

greetings,
tarmo

> no message buffer overruns
>
> I also get different outputs for  ffado-dbus-server.
> As root I get
> Discovering devices...
> DBUS service running
> And as "stefan" I get:
>
> Discovering devices...
> 02687676277: Fatal (devicemanager.cpp)[ 191] initialize: No firewire
> adapters (ports) found.
> 02687676313: Error (ffado-dbus-server.cpp)[ 277] main: Could not
> initialize device manager
> I must have to do with the case, that I disabled (a few minutes ago)
> the raw1394 in Ubuntustudio controls, I thought raw1394 is obsolete
> now.
>
> 2012/1/26 Tarmo Johannes <[hidden email]>:
> > Dear Stefan,
> >
> > Why did the situation change? Did you upgrade your system or renew the
> > kernel or ffado packages?
> >
> > please check at first if  your ffado system sees your device. What output
> > does
> >
> > ffado-test ListDevices
> >
> > show?
> >
> > Does ffado-mixer shows the controls of the device? (might be that you need
> > to start  ffado-dbus-server & before)
> >
> >
> > If the thing worked before, I am sure you will get it back again - my
> > (little) experience is that mostly the new firewire stack is much better and
> > in many cases works out of the box pretty well.
> >
> > greetings,
> > tarmo
> >
> >
> > 26. jaanuar 2012 18:06 kirjutas Stefan Thomas
> > <[hidden email]>:
> >
> >> Dear obaudouin,
> >> the output of qjackctl is:
> >>
> >>  17:04:23.281 Steckfeld deaktiviert.
> >> 17:04:23.366 Statistik zurückgesetzt.
> >> 17:04:23.422 ALSA-Verbindung geändert.
> >> 17:04:23.595 D-BUS: Dienst ist verfügbar (org.jackaudio.service aka
> >> jackdbus).
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >> 17:04:23.607 Schaubild der ALSA-Verbindungen geändert.
> >> 17:04:27.086 D-BUS: JACK-Server konnte nicht gestartet werden. Tut mir
> >> leid
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: driver "firewire" selected
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Starting jack server...
> >> Thu Jan 26 17:04:26 2012: JACK server starting in realtime mode with
> >> priority 70
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: firewire ERR: FFADO: Error
> >> creating virtual device [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Cannot attach audio driver [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: JackServer::Open() failed with
> >> -1 [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Failed to open server [0m
> >> 17:04:34.238 Keine Verbindungsaufnahme als Client zum JACK-Server
> >> möglich. - Gesamtbetrieb schlug fehl. - Verbindungsaufnahme zum Server
> >> gescheitert. Bitte sehen Sie im Meldungsfenster nach weiteren
> >> Informationen.
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >>
> >>
> >> 2012/1/26 obaudouin <[hidden email]>:
> >> > Paste also the jack outpout please.
> >> >
> >> > -----
> >> >
> >> > Olivier Baudouin, PhD
> >> > http://olivierbaudouin.com
> >> > MINT-OMF
> >> > Paris-Sorbonne
> >> >
> >> > --
> >> > View this message in context:
> >> > http://csound.1045644.n5.nabble.com/csound-jack-and-firewire-tp5431283p5433097.html
> >> > Sent from the Csound - General mailing list archive at Nabble.com.
> >> >
> >> >
> >> > Send bugs reports to the Sourceforge bug tracker
> >> >            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >> > Discussions of bugs and features can be posted here
> >> > To unsubscribe, send email [hidden email] with body "unsubscribe
> >> > csound"
> >> >
> >>
> >>
> >> Send bugs reports to the Sourceforge bug tracker
> >>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >> Discussions of bugs and features can be posted here
> >> To unsubscribe, send email [hidden email] with body "unsubscribe
> >> csound"
> >>
> >
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

BKLZ
Tarmo,   I read the manual for AVLinux and plan on trying it out as I am a beginner with linux and it seems streamlined and focused.  I am currently using ubuntu.  Is there any good reason not to use AVLinux? I found it odd that CSound wasnt included in the package, unless I missed something.

On Thu, Jan 26, 2012 at 5:12 PM, Stefan Thomas <[hidden email]> wrote:
Dear Tarmo,
thanks for Your hint!
I think, it's not a problem of hardware, because it runs well on windows.


2012/1/26 Tarmo Johannes <[hidden email]>
Hello,



On Thursday 26 January 2012 18:44:06 Stefan Thomas wrote:
> Dear Tarmo,
> thanks for Your suggestions!
> When I type
> ffado-test ListDevices

>
> Doing the same as root I get:
> === 1394 PORT 0 ===
>   Node id  GUID                  VendorId     ModelId   Vendor - Model
>    0       0x08004603035126ed  0x00080046  0x00000000   Linux Firewire -

It does not look right. I am not now on the laptop where I use my firewire card (Focusrite Saffire with pcmcia firewire adapter) but as much i remeber, it should show also your firefire interface in this list. ' Linux Firewire - '  is probably just your firewire card in the computer.

So in some reason the computer does not connect with the interface... hm.

Am I right that you had the same interface working with the same computer just a week ago?

There is a great audio-video live distro available: AVlinux http://www.bandshed.net/AVLinux.html
you can download the liveDVD , AVLinux is good for firewire compatibility. If that does not see you interface, it must be the problem of hardware.

Keep up! There must be a solution!

greetings,
tarmo

> no message buffer overruns
>
> I also get different outputs for  ffado-dbus-server.
> As root I get
> Discovering devices...
> DBUS service running
> And as "stefan" I get:
>
> Discovering devices...
> 02687676277: Fatal (devicemanager.cpp)[ 191] initialize: No firewire
> adapters (ports) found.
> 02687676313: Error (ffado-dbus-server.cpp)[ 277] main: Could not
> initialize device manager
> I must have to do with the case, that I disabled (a few minutes ago)
> the raw1394 in Ubuntustudio controls, I thought raw1394 is obsolete
> now.
>
> 2012/1/26 Tarmo Johannes <[hidden email]>:
> > Dear Stefan,
> >
> > Why did the situation change? Did you upgrade your system or renew the
> > kernel or ffado packages?
> >
> > please check at first if  your ffado system sees your device. What output
> > does
> >
> > ffado-test ListDevices
> >
> > show?
> >
> > Does ffado-mixer shows the controls of the device? (might be that you need
> > to start  ffado-dbus-server & before)
> >
> >
> > If the thing worked before, I am sure you will get it back again - my
> > (little) experience is that mostly the new firewire stack is much better and
> > in many cases works out of the box pretty well.
> >
> > greetings,
> > tarmo
> >
> >
> > 26. jaanuar 2012 18:06 kirjutas Stefan Thomas
> > <[hidden email]>:
> >
> >> Dear obaudouin,
> >> the output of qjackctl is:
> >>
> >>  17:04:23.281 Steckfeld deaktiviert.
> >> 17:04:23.366 Statistik zurückgesetzt.
> >> 17:04:23.422 ALSA-Verbindung geändert.
> >> 17:04:23.595 D-BUS: Dienst ist verfügbar (org.jackaudio.service aka
> >> jackdbus).
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >> 17:04:23.607 Schaubild der ALSA-Verbindungen geändert.
> >> 17:04:27.086 D-BUS: JACK-Server konnte nicht gestartet werden. Tut mir
> >> leid
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: driver "firewire" selected
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Starting jack server...
> >> Thu Jan 26 17:04:26 2012: JACK server starting in realtime mode with
> >> priority 70
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: firewire ERR: FFADO: Error
> >> creating virtual device [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Cannot attach audio driver [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: JackServer::Open() failed with
> >> -1 [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Failed to open server [0m
> >> 17:04:34.238 Keine Verbindungsaufnahme als Client zum JACK-Server
> >> möglich. - Gesamtbetrieb schlug fehl. - Verbindungsaufnahme zum Server
> >> gescheitert. Bitte sehen Sie im Meldungsfenster nach weiteren
> >> Informationen.
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >>
> >>
> >> 2012/1/26 obaudouin <[hidden email]>:
> >> > Paste also the jack outpout please.
> >> >
> >> > -----
> >> >
> >> > Olivier Baudouin, PhD
> >> > http://olivierbaudouin.com
> >> > MINT-OMF
> >> > Paris-Sorbonne
> >> >
> >> > --
> >> > View this message in context:
> >> > http://csound.1045644.n5.nabble.com/csound-jack-and-firewire-tp5431283p5433097.html
> >> > Sent from the Csound - General mailing list archive at Nabble.com.
> >> >
> >> >
> >> > Send bugs reports to the Sourceforge bug tracker
> >> >            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >> > Discussions of bugs and features can be posted here
> >> > To unsubscribe, send email [hidden email] with body "unsubscribe
> >> > csound"
> >> >
> >>
> >>
> >> Send bugs reports to the Sourceforge bug tracker
> >>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >> Discussions of bugs and features can be posted here
> >> To unsubscribe, send email [hidden email] with body "unsubscribe
> >> csound"
> >>
> >
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Stefan Thomas-2
In reply to this post by Tarmo Johannes
Dear Tarmo,
there isn't a 64-bit-version of AVlinux available?
2012/1/26 Tarmo Johannes <[hidden email]>
Hello,



On Thursday 26 January 2012 18:44:06 Stefan Thomas wrote:
> Dear Tarmo,
> thanks for Your suggestions!
> When I type
> ffado-test ListDevices

>
> Doing the same as root I get:
> === 1394 PORT 0 ===
>   Node id  GUID                  VendorId     ModelId   Vendor - Model
>    0       0x08004603035126ed  0x00080046  0x00000000   Linux Firewire -

It does not look right. I am not now on the laptop where I use my firewire card (Focusrite Saffire with pcmcia firewire adapter) but as much i remeber, it should show also your firefire interface in this list. ' Linux Firewire - '  is probably just your firewire card in the computer.

So in some reason the computer does not connect with the interface... hm.

Am I right that you had the same interface working with the same computer just a week ago?

There is a great audio-video live distro available: AVlinux http://www.bandshed.net/AVLinux.html
you can download the liveDVD , AVLinux is good for firewire compatibility. If that does not see you interface, it must be the problem of hardware.

Keep up! There must be a solution!

greetings,
tarmo

> no message buffer overruns
>
> I also get different outputs for  ffado-dbus-server.
> As root I get
> Discovering devices...
> DBUS service running
> And as "stefan" I get:
>
> Discovering devices...
> 02687676277: Fatal (devicemanager.cpp)[ 191] initialize: No firewire
> adapters (ports) found.
> 02687676313: Error (ffado-dbus-server.cpp)[ 277] main: Could not
> initialize device manager
> I must have to do with the case, that I disabled (a few minutes ago)
> the raw1394 in Ubuntustudio controls, I thought raw1394 is obsolete
> now.
>
> 2012/1/26 Tarmo Johannes <[hidden email]>:
> > Dear Stefan,
> >
> > Why did the situation change? Did you upgrade your system or renew the
> > kernel or ffado packages?
> >
> > please check at first if  your ffado system sees your device. What output
> > does
> >
> > ffado-test ListDevices
> >
> > show?
> >
> > Does ffado-mixer shows the controls of the device? (might be that you need
> > to start  ffado-dbus-server & before)
> >
> >
> > If the thing worked before, I am sure you will get it back again - my
> > (little) experience is that mostly the new firewire stack is much better and
> > in many cases works out of the box pretty well.
> >
> > greetings,
> > tarmo
> >
> >
> > 26. jaanuar 2012 18:06 kirjutas Stefan Thomas
> > <[hidden email]>:
> >
> >> Dear obaudouin,
> >> the output of qjackctl is:
> >>
> >>  17:04:23.281 Steckfeld deaktiviert.
> >> 17:04:23.366 Statistik zurückgesetzt.
> >> 17:04:23.422 ALSA-Verbindung geändert.
> >> 17:04:23.595 D-BUS: Dienst ist verfügbar (org.jackaudio.service aka
> >> jackdbus).
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >> 17:04:23.607 Schaubild der ALSA-Verbindungen geändert.
> >> 17:04:27.086 D-BUS: JACK-Server konnte nicht gestartet werden. Tut mir
> >> leid
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: driver "firewire" selected
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Starting jack server...
> >> Thu Jan 26 17:04:26 2012: JACK server starting in realtime mode with
> >> priority 70
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: firewire ERR: FFADO: Error
> >> creating virtual device [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Cannot attach audio driver [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: JackServer::Open() failed with
> >> -1 [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Failed to open server [0m
> >> 17:04:34.238 Keine Verbindungsaufnahme als Client zum JACK-Server
> >> möglich. - Gesamtbetrieb schlug fehl. - Verbindungsaufnahme zum Server
> >> gescheitert. Bitte sehen Sie im Meldungsfenster nach weiteren
> >> Informationen.
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >>
> >>
> >> 2012/1/26 obaudouin <[hidden email]>:
> >> > Paste also the jack outpout please.
> >> >
> >> > -----
> >> >
> >> > Olivier Baudouin, PhD
> >> > http://olivierbaudouin.com
> >> > MINT-OMF
> >> > Paris-Sorbonne
> >> >
> >> > --
> >> > View this message in context:
> >> > http://csound.1045644.n5.nabble.com/csound-jack-and-firewire-tp5431283p5433097.html
> >> > Sent from the Csound - General mailing list archive at Nabble.com.
> >> >
> >> >
> >> > Send bugs reports to the Sourceforge bug tracker
> >> >            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >> > Discussions of bugs and features can be posted here
> >> > To unsubscribe, send email [hidden email] with body "unsubscribe
> >> > csound"
> >> >
> >>
> >>
> >> Send bugs reports to the Sourceforge bug tracker
> >>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >> Discussions of bugs and features can be posted here
> >> To unsubscribe, send email [hidden email] with body "unsubscribe
> >> csound"
> >>
> >
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

BKLZ
There is something called POE(?)

On Fri, Jan 27, 2012 at 12:52 AM, Stefan Thomas <[hidden email]> wrote:
Dear Tarmo,
there isn't a 64-bit-version of AVlinux available?

2012/1/26 Tarmo Johannes <[hidden email]>
Hello,



On Thursday 26 January 2012 18:44:06 Stefan Thomas wrote:
> Dear Tarmo,
> thanks for Your suggestions!
> When I type
> ffado-test ListDevices

>
> Doing the same as root I get:
> === 1394 PORT 0 ===
>   Node id  GUID                  VendorId     ModelId   Vendor - Model
>    0       0x08004603035126ed  0x00080046  0x00000000   Linux Firewire -

It does not look right. I am not now on the laptop where I use my firewire card (Focusrite Saffire with pcmcia firewire adapter) but as much i remeber, it should show also your firefire interface in this list. ' Linux Firewire - '  is probably just your firewire card in the computer.

So in some reason the computer does not connect with the interface... hm.

Am I right that you had the same interface working with the same computer just a week ago?

There is a great audio-video live distro available: AVlinux http://www.bandshed.net/AVLinux.html
you can download the liveDVD , AVLinux is good for firewire compatibility. If that does not see you interface, it must be the problem of hardware.

Keep up! There must be a solution!

greetings,
tarmo

> no message buffer overruns
>
> I also get different outputs for  ffado-dbus-server.
> As root I get
> Discovering devices...
> DBUS service running
> And as "stefan" I get:
>
> Discovering devices...
> 02687676277: Fatal (devicemanager.cpp)[ 191] initialize: No firewire
> adapters (ports) found.
> 02687676313: Error (ffado-dbus-server.cpp)[ 277] main: Could not
> initialize device manager
> I must have to do with the case, that I disabled (a few minutes ago)
> the raw1394 in Ubuntustudio controls, I thought raw1394 is obsolete
> now.
>
> 2012/1/26 Tarmo Johannes <[hidden email]>:
> > Dear Stefan,
> >
> > Why did the situation change? Did you upgrade your system or renew the
> > kernel or ffado packages?
> >
> > please check at first if  your ffado system sees your device. What output
> > does
> >
> > ffado-test ListDevices
> >
> > show?
> >
> > Does ffado-mixer shows the controls of the device? (might be that you need
> > to start  ffado-dbus-server & before)
> >
> >
> > If the thing worked before, I am sure you will get it back again - my
> > (little) experience is that mostly the new firewire stack is much better and
> > in many cases works out of the box pretty well.
> >
> > greetings,
> > tarmo
> >
> >
> > 26. jaanuar 2012 18:06 kirjutas Stefan Thomas
> > <[hidden email]>:
> >
> >> Dear obaudouin,
> >> the output of qjackctl is:
> >>
> >>  17:04:23.281 Steckfeld deaktiviert.
> >> 17:04:23.366 Statistik zurückgesetzt.
> >> 17:04:23.422 ALSA-Verbindung geändert.
> >> 17:04:23.595 D-BUS: Dienst ist verfügbar (org.jackaudio.service aka
> >> jackdbus).
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >> 17:04:23.607 Schaubild der ALSA-Verbindungen geändert.
> >> 17:04:27.086 D-BUS: JACK-Server konnte nicht gestartet werden. Tut mir
> >> leid
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: driver "firewire" selected
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Saving settings to
> >> "/home/stefan/.config/jack/conf.xml" ...
> >> Thu Jan 26 17:04:26 2012: Starting jack server...
> >> Thu Jan 26 17:04:26 2012: JACK server starting in realtime mode with
> >> priority 70
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: firewire ERR: FFADO: Error
> >> creating virtual device [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Cannot attach audio driver [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: JackServer::Open() failed with
> >> -1 [0m
> >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Failed to open server [0m
> >> 17:04:34.238 Keine Verbindungsaufnahme als Client zum JACK-Server
> >> möglich. - Gesamtbetrieb schlug fehl. - Verbindungsaufnahme zum Server
> >> gescheitert. Bitte sehen Sie im Meldungsfenster nach weiteren
> >> Informationen.
> >> Cannot connect to server socket err = Datei oder Verzeichnis nicht
> >> gefunden
> >> Cannot connect to server socket
> >> jack server is not running or cannot be started
> >>
> >>
> >> 2012/1/26 obaudouin <[hidden email]>:
> >> > Paste also the jack outpout please.
> >> >
> >> > -----
> >> >
> >> > Olivier Baudouin, PhD
> >> > http://olivierbaudouin.com
> >> > MINT-OMF
> >> > Paris-Sorbonne
> >> >
> >> > --
> >> > View this message in context:
> >> > http://csound.1045644.n5.nabble.com/csound-jack-and-firewire-tp5431283p5433097.html
> >> > Sent from the Csound - General mailing list archive at Nabble.com.
> >> >
> >> >
> >> > Send bugs reports to the Sourceforge bug tracker
> >> >            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >> > Discussions of bugs and features can be posted here
> >> > To unsubscribe, send email [hidden email] with body "unsubscribe
> >> > csound"
> >> >
> >>
> >>
> >> Send bugs reports to the Sourceforge bug tracker
> >>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >> Discussions of bugs and features can be posted here
> >> To unsubscribe, send email [hidden email] with body "unsubscribe
> >> csound"
> >>
> >
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Dave Phillips
On 01/27/2012 12:59 AM, JER BOK wrote:
There is something called POE(?)

On Fri, Jan 27, 2012 at 12:52 AM, Stefan Thomas <[hidden email]> wrote:
Dear Tarmo,
there isn't a 64-bit-version of AVlinux available?


Greetings,

There is no 64-bit AVLinux, nor is one planned. AVLinux is the system of choice for my laptop, I build Csound for it myself though it may be available through the Synaptic package manager (I never checked, sorry).

Btw, if I understand correctly, PAE kernels simply allow 32-bit systems to address >4G memory.

Best,

dp



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Tarmo Johannes-2
In reply to this post by Stefan Thomas-2
Hello,

I am back on my laptop. When I have my fw interface on, I get from ffado-test:
-----------
ffado-test ListDevices
-----------------------------------------------
FFADO test and diagnostic utility
Part of the FFADO project -- www.ffado.org
Version: 2.0.1
(C) 2008, Daniel Wagner, Pieter Palmers
This program comes with ABSOLUTELY NO WARRANTY.
-----------------------------------------------

=== 1394 PORT 0 ===
  Node id  GUID                  VendorId     ModelId   Vendor - Model
   0       0x0011060000003044  0x00001106  0x00000000   Linux Firewire -
   1       0x00130e0100013c13  0x0000130E  0x00000000   Focusrite - Saffire
=== 1394 PORT 1 ===
  Node id  GUID                  VendorId     ModelId   Vendor - Model
   0       0x334fc000297dc070  0x00334FC0  0x00000000   Linux Firewire -
no message buffer overruns
------------------
(I use a 2 port pcmcia firewire card for the connection)

So I am sure your problem is in ffado
Try to reinstall it or compile the latest version from source see
subversion.ffado.org/wiki/CompilationGuide

For any case the output about kernel modules info from dmesg:
-----------
 lsmod | grep 1394
button                 13949  1 nouveau
tarmo@linux-le9h:~> lsmod | grep firewire
firewire_ohci          40717  0
firewire_core          63680  1 firewire_ohci
crc_itu_t              12707  1 firewire_core

dmesg | grep firewire

[53509.634360] firewire_ohci: Added fw-ohci device 0000:04:00.0, OHCI v1.0, 4
IR + 8 IT contexts, quirks 0x11
[53510.135536] firewire_core: created device fw1: GUID 0011060000003044,
S400
[53524.185551] firewire_ohci: isochronous cycle inconsistent
[53524.888274] firewire_core: created device fw2: GUID 00130e0100013c13,
S400, 1 config ROM retries
[53524.888286] firewire_core: phy config: card 1, new root=ffc1, gap_count=5
------------


AVLinux is built only 32bit /they have decided it is more efficient), but all
32bit systems should run perfectly on dual- or multicore machines as well,
don't worry.

I have tried AVLinux only from Live DVD. It looks very nice. One hint: when I
started qjackctl, it could not start the firefire driver since loading the
program from dvd was too slow. When I copied the jackd command from qjackctl
messages window to terminal, it started very well (perhapsd on the second
try... )

Hope it helps...

tarmo


On Thursday 26 January 2012 23:12:58 Stefan Thomas wrote:

> Dear Tarmo,
> thanks for Your hint!
> I think, it's not a problem of hardware, because it runs well on windows.
>
> 2012/1/26 Tarmo Johannes <[hidden email]>
>
> > Hello,
> >
> > On Thursday 26 January 2012 18:44:06 Stefan Thomas wrote:
> > > Dear Tarmo,
> > > thanks for Your suggestions!
> > > When I type
> > > ffado-test ListDevices
> > >
> > >
> > > Doing the same as root I get:
> > > === 1394 PORT 0 ===
> > >
> > >   Node id  GUID                  VendorId     ModelId   Vendor -
> > >   Model
> > >  
> > >    0       0x08004603035126ed  0x00080046  0x00000000   Linux
> > >    Firewire ->
> > It does not look right. I am not now on the laptop where I use my
> > firewire card (Focusrite Saffire with pcmcia firewire adapter) but as
> > much i remeber, it should show also your firefire interface in this
> > list. ' Linux Firewire - '  is probably just your firewire card in the
> > computer.
> >
> > So in some reason the computer does not connect with the interface...
> > hm.
> >
> > Am I right that you had the same interface working with the same
> > computer
> > just a week ago?
> >
> > There is a great audio-video live distro available: AVlinux
> > http://www.bandshed.net/AVLinux.html
> > you can download the liveDVD , AVLinux is good for firewire
> > compatibility. If that does not see you interface, it must be the
> > problem of hardware.
> >
> > Keep up! There must be a solution!
> >
> > greetings,
> > tarmo
> >
> > > no message buffer overruns
> > >
> > > I also get different outputs for  ffado-dbus-server.
> > > As root I get
> > > Discovering devices...
> > > DBUS service running
> > > And as "stefan" I get:
> > >
> > > Discovering devices...
> > > 02687676277: Fatal (devicemanager.cpp)[ 191] initialize: No firewire
> > > adapters (ports) found.
> > > 02687676313: Error (ffado-dbus-server.cpp)[ 277] main: Could not
> > > initialize device manager
> > > I must have to do with the case, that I disabled (a few minutes ago)
> > > the raw1394 in Ubuntustudio controls, I thought raw1394 is obsolete
> > > now.
> > >
> > > 2012/1/26 Tarmo Johannes <[hidden email]>:
> > > > Dear Stefan,
> > > >
> > > > Why did the situation change? Did you upgrade your system or
> > > > renew the kernel or ffado packages?
> > > >
> > > > please check at first if  your ffado system sees your device.
> > > > What
> >
> > output
> >
> > > > does
> > > >
> > > > ffado-test ListDevices
> > > >
> > > > show?
> > > >
> > > > Does ffado-mixer shows the controls of the device? (might be
> > > > that you
> >
> > need
> >
> > > > to start  ffado-dbus-server & before)
> > > >
> > > >
> > > > If the thing worked before, I am sure you will get it back again
> > > > - my
> > > > (little) experience is that mostly the new firewire stack is
> > > > much
> >
> > better and
> >
> > > > in many cases works out of the box pretty well.
> > > >
> > > > greetings,
> > > > tarmo
> > > >
> > > >
> > > > 26. jaanuar 2012 18:06 kirjutas Stefan Thomas
> > > >
> > > > <[hidden email]>:
> > > >> Dear obaudouin,
> > > >>
> > > >> the output of qjackctl is:
> > > >>  17:04:23.281 Steckfeld deaktiviert.
> > > >>
> > > >> 17:04:23.366 Statistik zurückgesetzt.
> > > >> 17:04:23.422 ALSA-Verbindung geändert.
> > > >> 17:04:23.595 D-BUS: Dienst ist verfügbar
> > > >> (org.jackaudio.service aka
> > > >> jackdbus).
> > > >> Cannot connect to server socket err = Datei oder Verzeichnis
> > > >> nicht
> > > >> gefunden
> > > >> Cannot connect to server socket
> > > >> jack server is not running or cannot be started
> > > >> 17:04:23.607 Schaubild der ALSA-Verbindungen geändert.
> > > >> 17:04:27.086 D-BUS: JACK-Server konnte nicht gestartet werden.
> > > >> Tut mir leid
> > > >> Cannot connect to server socket err = Datei oder Verzeichnis
> > > >> nicht
> > > >> gefunden
> > > >> Cannot connect to server socket
> > > >> jack server is not running or cannot be started
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: driver "firewire" selected
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Starting jack server...
> > > >> Thu Jan 26 17:04:26 2012: JACK server starting in realtime
> > > >> mode with
> > > >> priority 70
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: firewire ERR: FFADO:
> > > >> Error
> > > >> creating virtual device [0m
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Cannot attach audio
> > > >> driver
> >
> > [0m
> >
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: JackServer::Open()
> > > >> failed
> >
> > with
> >
> > > >> -1 [0m
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Failed to open
> > > >> server [0m
> > > >> 17:04:34.238 Keine Verbindungsaufnahme als Client zum
> > > >> JACK-Server
> > > >> möglich. - Gesamtbetrieb schlug fehl. - Verbindungsaufnahme
> > > >> zum Server gescheitert. Bitte sehen Sie im Meldungsfenster
> > > >> nach weiteren Informationen.
> > > >> Cannot connect to server socket err = Datei oder Verzeichnis
> > > >> nicht
> > > >> gefunden
> > > >> Cannot connect to server socket
> > > >> jack server is not running or cannot be started
> > > >>
> > > >> 2012/1/26 obaudouin <[hidden email]>:
> > > >> > Paste also the jack outpout please.
> > > >> >
> > > >> > -----
> > > >> >
> > > >> > Olivier Baudouin, PhD
> > > >> > http://olivierbaudouin.com
> > > >> > MINT-OMF
> > > >> > Paris-Sorbonne
> > > >> >
> > > >> > --
> >
> > > >> > View this message in context:
> > http://csound.1045644.n5.nabble.com/csound-jack-and-firewire-tp5431283p5
> > 433097.html>
> > > >> > Sent from the Csound - General mailing list archive at
> > > >> > Nabble.com.
> > > >> >
> > > >> >
> > > >> > Send bugs reports to the Sourceforge bug tracker
> >
> > https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >
> > > >> > Discussions of bugs and features can be posted here
> > > >> > To unsubscribe, send email [hidden email] with
> > > >> > body
> >
> > "unsubscribe
> >
> > > >> > csound"
> > > >>
> > > >> Send bugs reports to the Sourceforge bug tracker
> >
> > https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >
> > > >> Discussions of bugs and features can be posted here
> > > >> To unsubscribe, send email [hidden email] with body
> >
> > "unsubscribe
> >
> > > >> csound"
> > >
> > > Send bugs reports to the Sourceforge bug tracker
> > >
> > >             https://sourceforge.net/tracker/?group_id=81
> > >             968&atid=564599
> > >
> > > Discussions of bugs and features can be posted here
> > > To unsubscribe, send email [hidden email] with body
> >
> > "unsubscribe csound"
> >
> >
> >
> >
> > Send bugs reports to the Sourceforge bug tracker
> >
> >            https://sourceforge.net/tracker/?group_id=81968&at
> >            id=564599
> >
> > Discussions of bugs and features can be posted here
> > To unsubscribe, send email [hidden email] with body "unsubscribe
> > csound"
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe
> csound"


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Stefan Thomas-2
Dear all,
thank You for all Your friendly help and support.
Unfortunately I will be very busy the next days.
But und Sunday or Monday I will try Your suggestions and maybee everything will work ok, at least on the machine

2012/1/27 Tarmo Johannes <[hidden email]>
Hello,

I am back on my laptop. When I have my fw interface on, I get from ffado-test:
-----------
ffado-test ListDevices
-----------------------------------------------
FFADO test and diagnostic utility
Part of the FFADO project -- www.ffado.org
Version: 2.0.1
(C) 2008, Daniel Wagner, Pieter Palmers
This program comes with ABSOLUTELY NO WARRANTY.
-----------------------------------------------

=== 1394 PORT 0 ===
 Node id  GUID                  VendorId     ModelId   Vendor - Model
  0       0x0011060000003044  0x00001106  0x00000000   Linux Firewire -
  1       0x00130e0100013c13  0x0000130E  0x00000000   Focusrite - Saffire
=== 1394 PORT 1 ===
 Node id  GUID                  VendorId     ModelId   Vendor - Model
  0       0x334fc000297dc070  0x00334FC0  0x00000000   Linux Firewire -
no message buffer overruns
------------------
(I use a 2 port pcmcia firewire card for the connection)

So I am sure your problem is in ffado
Try to reinstall it or compile the latest version from source see
subversion.ffado.org/wiki/CompilationGuide

For any case the output about kernel modules info from dmesg:
-----------
 lsmod | grep 1394
button                 13949  1 nouveau
tarmo@linux-le9h:~> lsmod | grep firewire
firewire_ohci          40717  0
firewire_core          63680  1 firewire_ohci
crc_itu_t              12707  1 firewire_core

dmesg | grep firewire

[53509.634360] firewire_ohci: Added fw-ohci device 0000:04:00.0, OHCI v1.0, 4
IR + 8 IT contexts, quirks 0x11
[53510.135536] firewire_core: created device fw1: GUID 0011060000003044,
S400
[53524.185551] firewire_ohci: isochronous cycle inconsistent
[53524.888274] firewire_core: created device fw2: GUID 00130e0100013c13,
S400, 1 config ROM retries
[53524.888286] firewire_core: phy config: card 1, new root=ffc1, gap_count=5
------------


AVLinux is built only 32bit /they have decided it is more efficient), but all
32bit systems should run perfectly on dual- or multicore machines as well,
don't worry.

I have tried AVLinux only from Live DVD. It looks very nice. One hint: when I
started qjackctl, it could not start the firefire driver since loading the
program from dvd was too slow. When I copied the jackd command from qjackctl
messages window to terminal, it started very well (perhapsd on the second
try... )

Hope it helps...

tarmo


On Thursday 26 January 2012 23:12:58 Stefan Thomas wrote:
> Dear Tarmo,
> thanks for Your hint!
> I think, it's not a problem of hardware, because it runs well on windows.
>
> 2012/1/26 Tarmo Johannes <[hidden email]>
>
> > Hello,
> >
> > On Thursday 26 January 2012 18:44:06 Stefan Thomas wrote:
> > > Dear Tarmo,
> > > thanks for Your suggestions!
> > > When I type
> > > ffado-test ListDevices
> > >
> > >
> > > Doing the same as root I get:
> > > === 1394 PORT 0 ===
> > >
> > >   Node id  GUID                  VendorId     ModelId   Vendor -
> > >   Model
> > >
> > >    0       0x08004603035126ed  0x00080046  0x00000000   Linux
> > >    Firewire ->
> > It does not look right. I am not now on the laptop where I use my
> > firewire card (Focusrite Saffire with pcmcia firewire adapter) but as
> > much i remeber, it should show also your firefire interface in this
> > list. ' Linux Firewire - '  is probably just your firewire card in the
> > computer.
> >
> > So in some reason the computer does not connect with the interface...
> > hm.
> >
> > Am I right that you had the same interface working with the same
> > computer
> > just a week ago?
> >
> > There is a great audio-video live distro available: AVlinux
> > http://www.bandshed.net/AVLinux.html
> > you can download the liveDVD , AVLinux is good for firewire
> > compatibility. If that does not see you interface, it must be the
> > problem of hardware.
> >
> > Keep up! There must be a solution!
> >
> > greetings,
> > tarmo
> >
> > > no message buffer overruns
> > >
> > > I also get different outputs for  ffado-dbus-server.
> > > As root I get
> > > Discovering devices...
> > > DBUS service running
> > > And as "stefan" I get:
> > >
> > > Discovering devices...
> > > 02687676277: Fatal (devicemanager.cpp)[ 191] initialize: No firewire
> > > adapters (ports) found.
> > > 02687676313: Error (ffado-dbus-server.cpp)[ 277] main: Could not
> > > initialize device manager
> > > I must have to do with the case, that I disabled (a few minutes ago)
> > > the raw1394 in Ubuntustudio controls, I thought raw1394 is obsolete
> > > now.
> > >
> > > 2012/1/26 Tarmo Johannes <[hidden email]>:
> > > > Dear Stefan,
> > > >
> > > > Why did the situation change? Did you upgrade your system or
> > > > renew the kernel or ffado packages?
> > > >
> > > > please check at first if  your ffado system sees your device.
> > > > What
> >
> > output
> >
> > > > does
> > > >
> > > > ffado-test ListDevices
> > > >
> > > > show?
> > > >
> > > > Does ffado-mixer shows the controls of the device? (might be
> > > > that you
> >
> > need
> >
> > > > to start  ffado-dbus-server & before)
> > > >
> > > >
> > > > If the thing worked before, I am sure you will get it back again
> > > > - my
> > > > (little) experience is that mostly the new firewire stack is
> > > > much
> >
> > better and
> >
> > > > in many cases works out of the box pretty well.
> > > >
> > > > greetings,
> > > > tarmo
> > > >
> > > >
> > > > 26. jaanuar 2012 18:06 kirjutas Stefan Thomas
> > > >
> > > > <[hidden email]>:
> > > >> Dear obaudouin,
> > > >>
> > > >> the output of qjackctl is:
> > > >>  17:04:23.281 Steckfeld deaktiviert.
> > > >>
> > > >> 17:04:23.366 Statistik zurückgesetzt.
> > > >> 17:04:23.422 ALSA-Verbindung geändert.
> > > >> 17:04:23.595 D-BUS: Dienst ist verfügbar
> > > >> (org.jackaudio.service aka
> > > >> jackdbus).
> > > >> Cannot connect to server socket err = Datei oder Verzeichnis
> > > >> nicht
> > > >> gefunden
> > > >> Cannot connect to server socket
> > > >> jack server is not running or cannot be started
> > > >> 17:04:23.607 Schaubild der ALSA-Verbindungen geändert.
> > > >> 17:04:27.086 D-BUS: JACK-Server konnte nicht gestartet werden.
> > > >> Tut mir leid
> > > >> Cannot connect to server socket err = Datei oder Verzeichnis
> > > >> nicht
> > > >> gefunden
> > > >> Cannot connect to server socket
> > > >> jack server is not running or cannot be started
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: driver "firewire" selected
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Starting jack server...
> > > >> Thu Jan 26 17:04:26 2012: JACK server starting in realtime
> > > >> mode with
> > > >> priority 70
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: firewire ERR: FFADO:
> > > >> Error
> > > >> creating virtual device [0m
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Cannot attach audio
> > > >> driver
> >
> > [0m
> >
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: JackServer::Open()
> > > >> failed
> >
> > with
> >
> > > >> -1 [0m
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Failed to open
> > > >> server [0m
> > > >> 17:04:34.238 Keine Verbindungsaufnahme als Client zum
> > > >> JACK-Server
> > > >> möglich. - Gesamtbetrieb schlug fehl. - Verbindungsaufnahme
> > > >> zum Server gescheitert. Bitte sehen Sie im Meldungsfenster
> > > >> nach weiteren Informationen.
> > > >> Cannot connect to server socket err = Datei oder Verzeichnis
> > > >> nicht
> > > >> gefunden
> > > >> Cannot connect to server socket
> > > >> jack server is not running or cannot be started
> > > >>
> > > >> 2012/1/26 obaudouin <[hidden email]>:
> > > >> > Paste also the jack outpout please.
> > > >> >
> > > >> > -----
> > > >> >
> > > >> > Olivier Baudouin, PhD
> > > >> > http://olivierbaudouin.com
> > > >> > MINT-OMF
> > > >> > Paris-Sorbonne
> > > >> >
> > > >> > --
> >
> > > >> > View this message in context:
> > http://csound.1045644.n5.nabble.com/csound-jack-and-firewire-tp5431283p5
> > 433097.html>
> > > >> > Sent from the Csound - General mailing list archive at
> > > >> > Nabble.com.
> > > >> >
> > > >> >
> > > >> > Send bugs reports to the Sourceforge bug tracker
> >
> > https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >
> > > >> > Discussions of bugs and features can be posted here
> > > >> > To unsubscribe, send email [hidden email] with
> > > >> > body
> >
> > "unsubscribe
> >
> > > >> > csound"
> > > >>
> > > >> Send bugs reports to the Sourceforge bug tracker
> >
> > https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >
> > > >> Discussions of bugs and features can be posted here
> > > >> To unsubscribe, send email [hidden email] with body
> >
> > "unsubscribe
> >
> > > >> csound"
> > >
> > > Send bugs reports to the Sourceforge bug tracker
> > >
> > >             https://sourceforge.net/tracker/?group_id=81
> > >             968&atid=564599
> > >
> > > Discussions of bugs and features can be posted here
> > > To unsubscribe, send email [hidden email] with body
> >
> > "unsubscribe csound"
> >
> >
> >
> >
> > Send bugs reports to the Sourceforge bug tracker
> >
> >            https://sourceforge.net/tracker/?group_id=81968&at
> >            id=564599
> >
> > Discussions of bugs and features can be posted here
> > To unsubscribe, send email [hidden email] with body "unsubscribe
> > csound"
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe
> csound"


Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: csound, jack and firewire

Stefan Thomas-2
In reply to this post by Tarmo Johannes-2
Dear community,
my firewire device is working again!
I had to start with the boot-parameter
firewire_ohci.quirks=17
( another user from the ffado mailing list gave me the advice).
Again, thank You all for Your proposals.
2012/1/27 Tarmo Johannes <[hidden email]>
Hello,

I am back on my laptop. When I have my fw interface on, I get from ffado-test:
-----------
ffado-test ListDevices
-----------------------------------------------
FFADO test and diagnostic utility
Part of the FFADO project -- www.ffado.org
Version: 2.0.1
(C) 2008, Daniel Wagner, Pieter Palmers
This program comes with ABSOLUTELY NO WARRANTY.
-----------------------------------------------

=== 1394 PORT 0 ===
 Node id  GUID                  VendorId     ModelId   Vendor - Model
  0       0x0011060000003044  0x00001106  0x00000000   Linux Firewire -
  1       0x00130e0100013c13  0x0000130E  0x00000000   Focusrite - Saffire
=== 1394 PORT 1 ===
 Node id  GUID                  VendorId     ModelId   Vendor - Model
  0       0x334fc000297dc070  0x00334FC0  0x00000000   Linux Firewire -
no message buffer overruns
------------------
(I use a 2 port pcmcia firewire card for the connection)

So I am sure your problem is in ffado
Try to reinstall it or compile the latest version from source see
subversion.ffado.org/wiki/CompilationGuide

For any case the output about kernel modules info from dmesg:
-----------
 lsmod | grep 1394
button                 13949  1 nouveau
tarmo@linux-le9h:~> lsmod | grep firewire
firewire_ohci          40717  0
firewire_core          63680  1 firewire_ohci
crc_itu_t              12707  1 firewire_core

dmesg | grep firewire

[53509.634360] firewire_ohci: Added fw-ohci device 0000:04:00.0, OHCI v1.0, 4
IR + 8 IT contexts, quirks 0x11
[53510.135536] firewire_core: created device fw1: GUID 0011060000003044,
S400
[53524.185551] firewire_ohci: isochronous cycle inconsistent
[53524.888274] firewire_core: created device fw2: GUID 00130e0100013c13,
S400, 1 config ROM retries
[53524.888286] firewire_core: phy config: card 1, new root=ffc1, gap_count=5
------------


AVLinux is built only 32bit /they have decided it is more efficient), but all
32bit systems should run perfectly on dual- or multicore machines as well,
don't worry.

I have tried AVLinux only from Live DVD. It looks very nice. One hint: when I
started qjackctl, it could not start the firefire driver since loading the
program from dvd was too slow. When I copied the jackd command from qjackctl
messages window to terminal, it started very well (perhapsd on the second
try... )

Hope it helps...

tarmo


On Thursday 26 January 2012 23:12:58 Stefan Thomas wrote:
> Dear Tarmo,
> thanks for Your hint!
> I think, it's not a problem of hardware, because it runs well on windows.
>
> 2012/1/26 Tarmo Johannes <[hidden email]>
>
> > Hello,
> >
> > On Thursday 26 January 2012 18:44:06 Stefan Thomas wrote:
> > > Dear Tarmo,
> > > thanks for Your suggestions!
> > > When I type
> > > ffado-test ListDevices
> > >
> > >
> > > Doing the same as root I get:
> > > === 1394 PORT 0 ===
> > >
> > >   Node id  GUID                  VendorId     ModelId   Vendor -
> > >   Model
> > >
> > >    0       0x08004603035126ed  0x00080046  0x00000000   Linux
> > >    Firewire ->
> > It does not look right. I am not now on the laptop where I use my
> > firewire card (Focusrite Saffire with pcmcia firewire adapter) but as
> > much i remeber, it should show also your firefire interface in this
> > list. ' Linux Firewire - '  is probably just your firewire card in the
> > computer.
> >
> > So in some reason the computer does not connect with the interface...
> > hm.
> >
> > Am I right that you had the same interface working with the same
> > computer
> > just a week ago?
> >
> > There is a great audio-video live distro available: AVlinux
> > http://www.bandshed.net/AVLinux.html
> > you can download the liveDVD , AVLinux is good for firewire
> > compatibility. If that does not see you interface, it must be the
> > problem of hardware.
> >
> > Keep up! There must be a solution!
> >
> > greetings,
> > tarmo
> >
> > > no message buffer overruns
> > >
> > > I also get different outputs for  ffado-dbus-server.
> > > As root I get
> > > Discovering devices...
> > > DBUS service running
> > > And as "stefan" I get:
> > >
> > > Discovering devices...
> > > 02687676277: Fatal (devicemanager.cpp)[ 191] initialize: No firewire
> > > adapters (ports) found.
> > > 02687676313: Error (ffado-dbus-server.cpp)[ 277] main: Could not
> > > initialize device manager
> > > I must have to do with the case, that I disabled (a few minutes ago)
> > > the raw1394 in Ubuntustudio controls, I thought raw1394 is obsolete
> > > now.
> > >
> > > 2012/1/26 Tarmo Johannes <[hidden email]>:
> > > > Dear Stefan,
> > > >
> > > > Why did the situation change? Did you upgrade your system or
> > > > renew the kernel or ffado packages?
> > > >
> > > > please check at first if  your ffado system sees your device.
> > > > What
> >
> > output
> >
> > > > does
> > > >
> > > > ffado-test ListDevices
> > > >
> > > > show?
> > > >
> > > > Does ffado-mixer shows the controls of the device? (might be
> > > > that you
> >
> > need
> >
> > > > to start  ffado-dbus-server & before)
> > > >
> > > >
> > > > If the thing worked before, I am sure you will get it back again
> > > > - my
> > > > (little) experience is that mostly the new firewire stack is
> > > > much
> >
> > better and
> >
> > > > in many cases works out of the box pretty well.
> > > >
> > > > greetings,
> > > > tarmo
> > > >
> > > >
> > > > 26. jaanuar 2012 18:06 kirjutas Stefan Thomas
> > > >
> > > > <[hidden email]>:
> > > >> Dear obaudouin,
> > > >>
> > > >> the output of qjackctl is:
> > > >>  17:04:23.281 Steckfeld deaktiviert.
> > > >>
> > > >> 17:04:23.366 Statistik zurückgesetzt.
> > > >> 17:04:23.422 ALSA-Verbindung geändert.
> > > >> 17:04:23.595 D-BUS: Dienst ist verfügbar
> > > >> (org.jackaudio.service aka
> > > >> jackdbus).
> > > >> Cannot connect to server socket err = Datei oder Verzeichnis
> > > >> nicht
> > > >> gefunden
> > > >> Cannot connect to server socket
> > > >> jack server is not running or cannot be started
> > > >> 17:04:23.607 Schaubild der ALSA-Verbindungen geändert.
> > > >> 17:04:27.086 D-BUS: JACK-Server konnte nicht gestartet werden.
> > > >> Tut mir leid
> > > >> Cannot connect to server socket err = Datei oder Verzeichnis
> > > >> nicht
> > > >> gefunden
> > > >> Cannot connect to server socket
> > > >> jack server is not running or cannot be started
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: driver "firewire" selected
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Saving settings to
> > > >> "/home/stefan/.config/jack/conf.xml" ...
> > > >> Thu Jan 26 17:04:26 2012: Starting jack server...
> > > >> Thu Jan 26 17:04:26 2012: JACK server starting in realtime
> > > >> mode with
> > > >> priority 70
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: firewire ERR: FFADO:
> > > >> Error
> > > >> creating virtual device [0m
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Cannot attach audio
> > > >> driver
> >
> > [0m
> >
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: JackServer::Open()
> > > >> failed
> >
> > with
> >
> > > >> -1 [0m
> > > >> Thu Jan 26 17:04:27 2012:  [1m [31mERROR: Failed to open
> > > >> server [0m
> > > >> 17:04:34.238 Keine Verbindungsaufnahme als Client zum
> > > >> JACK-Server
> > > >> möglich. - Gesamtbetrieb schlug fehl. - Verbindungsaufnahme
> > > >> zum Server gescheitert. Bitte sehen Sie im Meldungsfenster
> > > >> nach weiteren Informationen.
> > > >> Cannot connect to server socket err = Datei oder Verzeichnis
> > > >> nicht
> > > >> gefunden
> > > >> Cannot connect to server socket
> > > >> jack server is not running or cannot be started
> > > >>
> > > >> 2012/1/26 obaudouin <[hidden email]>:
> > > >> > Paste also the jack outpout please.
> > > >> >
> > > >> > -----
> > > >> >
> > > >> > Olivier Baudouin, PhD
> > > >> > http://olivierbaudouin.com
> > > >> > MINT-OMF
> > > >> > Paris-Sorbonne
> > > >> >
> > > >> > --
> >
> > > >> > View this message in context:
> > http://csound.1045644.n5.nabble.com/csound-jack-and-firewire-tp5431283p5
> > 433097.html>
> > > >> > Sent from the Csound - General mailing list archive at
> > > >> > Nabble.com.
> > > >> >
> > > >> >
> > > >> > Send bugs reports to the Sourceforge bug tracker
> >
> > https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >
> > > >> > Discussions of bugs and features can be posted here
> > > >> > To unsubscribe, send email [hidden email] with
> > > >> > body
> >
> > "unsubscribe
> >
> > > >> > csound"
> > > >>
> > > >> Send bugs reports to the Sourceforge bug tracker
> >
> > https://sourceforge.net/tracker/?group_id=81968&atid=564599
> >
> > > >> Discussions of bugs and features can be posted here
> > > >> To unsubscribe, send email [hidden email] with body
> >
> > "unsubscribe
> >
> > > >> csound"
> > >
> > > Send bugs reports to the Sourceforge bug tracker
> > >
> > >             https://sourceforge.net/tracker/?group_id=81
> > >             968&atid=564599
> > >
> > > Discussions of bugs and features can be posted here
> > > To unsubscribe, send email [hidden email] with body
> >
> > "unsubscribe csound"
> >
> >
> >
> >
> > Send bugs reports to the Sourceforge bug tracker
> >
> >            https://sourceforge.net/tracker/?group_id=81968&at
> >            id=564599
> >
> > Discussions of bugs and features can be posted here
> > To unsubscribe, send email [hidden email] with body "unsubscribe
> > csound"
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe
> csound"


Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"


12
Loading...