[07:28] Help, my "jack sink" virtual audio device disappeared :( [07:34] ok, got it back... had to edit the pulseaudio config file to load modules.. wonder how it was working before, without those lines..?????? [07:36] delt magicjack? [07:44] jackdbus [07:46] what does magicjack even have to do with...bah nm :3 [07:46] delt: pulseaudio was loading the module by default. But, it didn't create the sink and source unless it got a message from dbus, yes [07:47] I guess you are using jackd now instead? [07:47] the module works with jackd2, but not with jackd1 [08:35] ps xau | grep jack shows jackdbus [08:36] trying to run jackdbus --version says: jackdbus should be auto-executed by D-Bus message bus daemon. \n If you want to run it manually anyway, specify "auto" as only parameter [08:36] delt: try using the tool jack_control instead [08:36] it's a python tool that sends commands via dbus to jackdbus [08:37] replaces qjackctl? [08:37] ah, nope.. [08:37] no, it's a command line tool to control jackdbus. You still probably prefer some form of connections gui [08:38] yeah... figuring out device ID's and using them command-line is a bit awkward [08:38] so the "connect" box in qjackctl is very useful, yes [08:39] but, ...is there a command-line equivalent to clicking "set as fallback" on a device in pavucontrol? [08:39] so i can put it in my .xprofile or something, and not have to select it each time i boot / login [08:40] ? [08:40] there's pactl [08:40] ah, nice..seems like it can do exactly what i need [08:42] [pts/11][user@phobos]:~$ pactl set-default-sink askldfjllaksdf [08:42] Failure: No such entity [08:42] same with jack instead of aksdlfjasdfja [08:43] what is aksdl..? [08:43] ah, got it from "pactl list" ... the command i need is: pactl set-default-sink jack_out [08:44] :) thanks for the info! [08:44] np [08:46] oh, and this would probably help for recording too: pactl set-default-source jack_in [08:52] why not make it the default in the distro, to have all this audio stuff already set up out-of-the-box? [08:53] ie. jackd/jackdbus running, pulseaudio jack-sink module loaded, ...? [08:55] 14.04 will get an update later where this will be possible [08:59] ah, awesome. [09:00] question: is there a package that provides native VNC support to Xorg? As opposed to a program like x0vncserver that continually polls the frame buffer? [09:02] i downloaded "tigerVNC" from sourceforge, but the source code won't build, and the binary linux package contains a module in the form of libvnc.la ...which X doesn't seem to be able to load [19:45] I am having problems with Guitarix......tried everything and cant get audio in or out [20:15] anyone here uses guitarix? I having problems here [20:21] hansford: i have [20:21] hansford: do you have JACK running properly? [20:21] !proaudio [20:21] For information on professional audio tools in Ubuntu, see https://help.ubuntu.com/community/UbuntuStudio/ProAudioIntro [20:24] not sure..... [20:24] hansford: ok.. that will be step one [20:25] hansford: learn to use, and configure jack.. otherwise, guitarix wont work properly [20:25] jack will be running on your machine, and allowing you to route your guitar into and out of guitarix [20:25] if you have an internal audio device, you likely wont get low enough latency to use it for live effects processing [20:26] i have u-control uca222 as external audio device [20:27] guitarman in #opensourcemusicians has one of those [20:27] it'll do, but, it likely wont be low enough for effects processing of live signal [20:28] i would suggest unplugging the USB device, and learning jack with the internal device [20:28] *then* learn to run JACK on the USB device.. then move on the guitarix [20:29] ok....\ === arges_ is now known as arges [21:27] question, am I on crack if I want to use Studio w/ Unity? [21:28] just updated to 14.04 studio from 13.10 Gnome [21:29] BobbyMac: You can use which ever DE you want [21:29] yeah, was looking to see if there were any religions or major bugs [21:29] thx [21:31] wow, 948 MB additional disk used [22:48] Hi, I just installed ubuntustudio and wondering about broken links while compiling my application. [22:49] weedlight: ok.. let us know if you have a question [22:50] Yes, I have a question. I can compile it with most common distributions except ubuntustudio [22:51] weedlight: it, being, your application.. and you created it, and can compile it on everything but ubuntu? [22:51] it's a gtk application. do you have a automake howto [22:52] i dont, but ubuntustudio *is* ubuntu.. so, any documentation for ubuntu is relevant [22:52] namely: debian, opensuse and fedora [22:52] is there something special for ubuntu [22:52] anything debian should be relevant.. i would just get in the larger ubuntu community and see [22:53] https://sourceforge.net/p/ags/code/HEAD/tree/ [22:53] nothing about ubuntustudio is specifically breaking your application [22:53] what's wrong with my configure.ac [22:54] i assure you i dont know, and i dont expect you to get that answer here.. though, in a larger ubuntu community channel or mailing list, or general linux channel, you may [22:54] do you recommend a reboot for installation of gtk+-2.0 [22:54] I just reboot ... cu [22:57] doesn't work [22:58] you might need to elaboarate in another channel [22:58] "doesnt work" is just a statement [22:59] /home/joel/ags-code/./src/ags/X/ags_listing_editor.c:75: Nicht definierter Verweis auf `g_type_register_static' [22:59] seems like problem with linker [23:00] What channel would you recommend [23:00] weedlight: ? [23:00] weedlight: still the main ubuntu one [23:00] weedlight: and maybe a general linux one, or programming [23:00] weedlight: ubuntustudio *is* ubuntu,a nd is based on debian [23:01] anything for ubuntu will be relevant,a nd anything for debian should be able to be used [23:01] weedlight: when i say "anything for", im refering to information [23:02] I didn't have problem with linker on other platforms [23:02] weedlight: i hear you, and this is just not the channel to address that [23:02] ok, sorry [23:02] weedlight: no need to be sorry [23:02] im not kicking you out [23:03] what are you talking about on this channel [23:03] im just saying, we dont talk about that here, and you will be sitting here, with just me for a *long* time [23:03] weedlight: ubuntustudio specificially [23:03] weedlight: setting up JACK, audio production.. video application questions.. etc [23:04] weedlight: your issue is the same for main ubuntu, so why limit the search? [23:09] libtool was missing, thx [23:09] cheers..