Re: [ubuntu-studio-users] [solved] Jack can´t start

2016-03-30 Thread Ralf Mardorf
IIRC I used the following script, to build a broken package, but the
files missing by the package, were copied by the script to the
appropriate locations:

[root@moonstudio ~]# cat /usr/src/qjackctl.sh  
#!/bin/bash

version="qjackctl.sh 2015.09.17"

chlog() {
echo "qjackctl ($qjackctl_version-1) wily; urgency=low"
cat<  $(date "+%a, %d %b %Y 
%T %z")"
echo
}

usage() {
echo $version
cat< debian/changelog
echo "$qjackctl_chanlog" >> debian/changelog
echo "done"

# correct description
sed -i s/"Qt4"/"Qt5"/g debian/control

# build packages
printf "\n\033[7mbuild packages \033[0m\n"
#printf "starting step 1 of 4 steps"
#libtoolize --force --copy --automake
#sleep 1
#printf "\033[26Dstarting step 2 of 4 steps"
#aclocal
#printf "\033[26Dstarting step 3 of 4 steps"
#autoreconf
#printf "\033[26Dstarting step 4 of 4 steps\n"
debuild -i -us -uc -b

# install packages and resolve dependencies
printf "\n\033[7minstall packages and resolve dependencies  \033[0m\n"
sudo dpkg -i $(ls ../*$qjackctl_version*deb | grep -v dbg)
echo
sudo apt-get install -f

# workaround
build=/usr/src/packages/BUILD/debian/qjackctl
sudo cp -ip $build/usr/bin/qjackctl /usr/bin/qjackctl
sudo cp -ip $build/usr/share/applications/qjackctl.desktop 
/usr/share/applications/qjackctl.desktop
sudo cp -ip $build/usr/share/icons/hicolor/32x32/apps/qjackctl.png 
/usr/share/icons/hicolor/32x32/apps/qjackctl.png
sudo cp -ip /usr/src/qjackctl.deb/qjackctl-0.3.13/debian/qjackctl.xpm 
/usr/share/pixmaps/qjackctl.xpm
# /workaround

rm ../qjackctl_*.debian.tar.xz  ../qjackctl_*.dsc  ../qjackctl_*.orig.tar.gz
echo
printf "\033[7m"; date "+%a, %m %b %Y %T %z"; printf "\033[0m"

exit

-- 
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: [ubuntu-studio-users] [solved] Jack can´t start

2016-03-30 Thread Joao Bruno
I agree with you,  it will be difficult to me, if it was so difficult to
"see" the second button and looks like is working really well until now.

Thanks again
Best regards,
JB
On 30 Mar 2016 7:37 p.m., "Ralf Mardorf"  wrote:

> The new qjackctl GUI only provides one button. It will be available for
> the next release: http://packages.ubuntu.com/xenial/qjackctl
>
> I have it installed for my Arch Linux.
>
> [rocketmouse@archlinux ~]$ pacman -Q qjackctl
> qjackctl 0.4.1-2
>
> It's already possible to compile it for Wily and it works even with
> Qt5 already, but the repositories still provide the old GUI.
>
> [root@moonstudio ~]# lsb_release -rc;dpkg -l qjackctl|grep ii
> Release:15.10
> Codename:   wily
> ii  qjackctl   0.4.0-29-g45508a354d-1 amd64JACK Audio
> Connection Kit Qt GUI Interface.
>
> At the moment I only have access to the command line of my Ubuntu
> install, since I run it in a systemd-nspawn containmer, so I don't know
> if there is already just one button for 0.4.0, however, Xenial will
> provide 0.4.1 too and most likely it can be compiled for Wily.
>
> I dislike that "Most advanced Setup/Settings are moved into new
> Setup/Advanced settings tab" [1], but seemingly the removed button
> seems to be an advantage for newbies.
>
> [1] http://qjackctl.sourceforge.net/qjackctl-downloads.html
>
> Anyway, I recommend to stay with the current version, since it now
> works for you and building it for Wily might not be that easy for a
> beginner.
>
> Regards,
> Ralf
>
> --
> ubuntu-studio-users mailing list
> ubuntu-studio-users@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
>
-- 
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: [ubuntu-studio-users] [solved] Jack can´t start

2016-03-30 Thread Ralf Mardorf
The new qjackctl GUI only provides one button. It will be available for
the next release: http://packages.ubuntu.com/xenial/qjackctl

I have it installed for my Arch Linux.

[rocketmouse@archlinux ~]$ pacman -Q qjackctl
qjackctl 0.4.1-2

It's already possible to compile it for Wily and it works even with
Qt5 already, but the repositories still provide the old GUI.

[root@moonstudio ~]# lsb_release -rc;dpkg -l qjackctl|grep ii
Release:15.10
Codename:   wily
ii  qjackctl   0.4.0-29-g45508a354d-1 amd64JACK Audio Connection 
Kit Qt GUI Interface.

At the moment I only have access to the command line of my Ubuntu
install, since I run it in a systemd-nspawn containmer, so I don't know
if there is already just one button for 0.4.0, however, Xenial will
provide 0.4.1 too and most likely it can be compiled for Wily.

I dislike that "Most advanced Setup/Settings are moved into new
Setup/Advanced settings tab" [1], but seemingly the removed button
seems to be an advantage for newbies.

[1] http://qjackctl.sourceforge.net/qjackctl-downloads.html

Anyway, I recommend to stay with the current version, since it now
works for you and building it for Wily might not be that easy for a
beginner.

Regards,
Ralf

-- 
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: [ubuntu-studio-users] [solved] Jack can´t start

2016-03-30 Thread Joao Bruno
working well.

Thank you very much again,

Best Regards,JB

On Wed, Mar 30, 2016 at 4:08 PM, Joao Bruno 
wrote:

>
>
> On Wed, Mar 30, 2016 at 4:02 PM, Joao Bruno 
> wrote:
>
>> looks like now is working well, should be that change of buttons on the
>> interface, now i used the one on the right and starts by itself working
>> well, without start in jackd in terminal.
>> To be honest never noticed that button before..
>>
>> Thank you very much, JB
>>
>> PS- i will make several trials and if still working good i will put as
>> solved.
>>
>> On Wed, Mar 30, 2016 at 3:44 PM, Joao Bruno 
>> wrote:
>>
>>> Ok,  I will do it. Just to be more precise, QjackCtl only works after I
>>> run jackd from terminal and after run a software, I'm using ardour, if I
>>> run QjackCtl before open ardour it fails and send me the usual failure
>>> message.
>>> On 30 Mar 2016 5:36 p.m., "Kaj Ailomaa"  wrote:
>>>
 On Wed, Mar 30, 2016, at 04:33 PM, Kaj Ailomaa wrote:
 > On Wed, Mar 30, 2016, at 04:10 PM, Joao Bruno wrote:
 > > In this case I put default,  but I also did it with the both
 devices that
 > > appears, hw:0 or plughw:0, doesn't work as well. At this moment I
 started
 > > jackd by the terminal and after opened the QjackCtl and looks like
 is
 > > working correctly,  with the settings as default.
 > >
 > > Thank you, it was by your advice that jackd was working by terminal
 that
 > > I
 > > did this way, at least is working,  not by the regular way but is
 > > working.
 > >
 > > Thank you very much, JB
 > >
 >  default means hw:0. Better to choose the correct device in
 "Interface",
 >  rather than default. Why? Because each time you boot your computer,
 the
 >  device may be in a different order.
 >
 > Again, under "Interface", select the correct device, the start jack.

 btw, there are two buttons next to "Interface". Confusing, I know. It is
 the one to the right you should use, no the one to the left.

 --
 ubuntu-studio-users mailing list
 ubuntu-studio-users@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users

>>>
>>
>
-- 
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: [ubuntu-studio-users] [solved] Jack can´t start

2016-03-30 Thread Joao Bruno
On Wed, Mar 30, 2016 at 4:02 PM, Joao Bruno 
wrote:

> looks like now is working well, should be that change of buttons on the
> interface, now i used the one on the right and starts by itself working
> well, without start in jackd in terminal.
> To be honest never noticed that button before..
>
> Thank you very much, JB
>
> PS- i will make several trials and if still working good i will put as
> solved.
>
> On Wed, Mar 30, 2016 at 3:44 PM, Joao Bruno 
> wrote:
>
>> Ok,  I will do it. Just to be more precise, QjackCtl only works after I
>> run jackd from terminal and after run a software, I'm using ardour, if I
>> run QjackCtl before open ardour it fails and send me the usual failure
>> message.
>> On 30 Mar 2016 5:36 p.m., "Kaj Ailomaa"  wrote:
>>
>>> On Wed, Mar 30, 2016, at 04:33 PM, Kaj Ailomaa wrote:
>>> > On Wed, Mar 30, 2016, at 04:10 PM, Joao Bruno wrote:
>>> > > In this case I put default,  but I also did it with the both devices
>>> that
>>> > > appears, hw:0 or plughw:0, doesn't work as well. At this moment I
>>> started
>>> > > jackd by the terminal and after opened the QjackCtl and looks like is
>>> > > working correctly,  with the settings as default.
>>> > >
>>> > > Thank you, it was by your advice that jackd was working by terminal
>>> that
>>> > > I
>>> > > did this way, at least is working,  not by the regular way but is
>>> > > working.
>>> > >
>>> > > Thank you very much, JB
>>> > >
>>> >  default means hw:0. Better to choose the correct device in
>>> "Interface",
>>> >  rather than default. Why? Because each time you boot your computer,
>>> the
>>> >  device may be in a different order.
>>> >
>>> > Again, under "Interface", select the correct device, the start jack.
>>>
>>> btw, there are two buttons next to "Interface". Confusing, I know. It is
>>> the one to the right you should use, no the one to the left.
>>>
>>> --
>>> ubuntu-studio-users mailing list
>>> ubuntu-studio-users@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
>>>
>>
>
-- 
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users