[02:35] how do I check that jack is running properly? [03:43] Mathnerd314, properly for what use? Properly includes is it using the right device, is the latency appropriate for the current project, is pulse connected.... etc. [03:45] hmm, well currently I don't think it's running at all, qjackctl says "Cannot lock down 82274202 byte memory area (Cannot allocate memory)" and then that it couldn't start jack [03:56] so from that I gather it's not running at all - which doesn't seem right IIRC [03:56] ^ Len-nb [03:57] Ok, are you running ubuntustudio or something else [03:59] Mathnerd314, or have you added another user? [03:59] Len-nb: I started with a ubuntu installation, then installed ubuntustudio-desktop and the other packages [04:00] Ah, that makes sense [04:00] I think kubuntu and edubuntu might be in there too :p [04:00] you need to add your user to the audio group [04:01] ah, stuff here: https://help.ubuntu.com/community/Ubuntu%20Studio%20Upgrade%20from%20Ubuntu ? [04:01] I wasn't certain how much of that was outdated [04:02] and make sure the file jack put in /etc/security/limits.d/ is named audio.conf [04:03] yep, contents seem OK [04:04] I guess I need to reboot one more time for linux to notice I'm in the audio group? [04:04] logout and in [04:04] reboot is ok too, but shouldn't be needed [04:08] well, at least the error message changed: "ERROR: ALSA: Cannot open PCM device alsa_pcm for playback. Falling back to capture-only mode" [04:11] which device do you have? [04:11] hmm, I'm not certain TBH [04:12] Yes it sounds like it is able to start up. [04:13] the message before that is ": creating alsa driver ... hw:0|hw:0|1024|2|44100|0|0|nomon|swmeter|-|32bit" [04:13] from qjackctl there is a setup dialog [04:13] yep [04:14] on the left side there is a > beside interface [04:14] if you click on it it should list what devices you have [04:15] Right now you are using the first one hw:0 [04:16] there's two "HD-Audio Generic"'s (hw:0 and hw:1) and "ALC892 Analog" (hw:0,1) [04:17] Are all of those internal? [04:18] I guess I am asking if you added an audio interface, or just have the ones that came with your computer? [04:18] they're all internal, I think. [04:19] > jackd -d alsa just says "device busy", so maybe it's a pulseaudio problem [04:20] Which version of ubuntu? [04:20] 12.04 or .10 [04:20] .10 [04:21] I might just switch to Arch, I don't really need these fancy GUI's :-) [04:21] Also did you set up an input and an output device? or just the interface? [04:22] That is why studio went with xfce [04:23] I'm using xfce right now, actually; maybe gnome is less fancy... :p [04:24] Seems a lot like the old gnome2 [04:25] unity was OK, my alt-tab seemd broken though [04:25] I really only installed ubuntustudio to try this out: http://yaxu.org/demonstrating-tidal/ [04:26] but after some discussion with him, I'm not certain ubuntustudio is enough [04:27] I will take a look...but really it shouldn't matter that much. [04:28] well, tidal depends on dirt, which depends on jack: https://github.com/yaxu/Dirt/blob/master/jack.c [04:29] Really it probably means building things from source whatever DE/distro you choose [04:29] well, building dirt and tidal was easy, the problem is figuring out how to run them [04:30] I can see that. [04:31] do you think wiping the disk and installing Ubuntu Studio from scratch would fix it? [04:32] I think it is just a matter of getting the right audio device set up. [04:32] You have jack running, Now find out why it doesn't see the output [04:33] well, I have audio playing now, and ps -Af doesn't list anything with 'jack' in the name... [04:33] It may be set up so that you need one device for input and another for output [04:34] default would be jackdbus if it was running [04:36] From a terminal what does aplay -l say? and arecord -l [04:37] is there a pastebin somewhere? [04:38] !pastebin [04:38] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [04:38] 'k. http://paste.ubuntu.com/5595066/ [04:39] so there is a jackd running, actually, but it's running as me, and it seems like pulseaudio got started before it at boot [04:39] *jackdbus [04:40] PA starts at session start and jackdbus when you run qjackctl [04:40] it looks like you need to be using hw:1 and not hw:0 [04:42] ... and that works [04:43] hw:0 is the audio port on your monitor out for DVI [04:43] hmm, but I think that's what I'm using for audio actually [04:44] DVI audio is not something I have experience with. [04:45] * Mathnerd314 checks the cables [04:45] But I think it would not have a plug on the computer itself [04:47] I guess there is a separate audio cable [04:48] but yeah, no audio playing at all now [04:49] What was the "it works" above for. [04:49] well, it creates/connects to the server successfully :p [04:51] If you are going to use DVI out, then it has to be set up as output only [04:52] ok, that sounds right [04:52] I do only have a pair of speakers... [04:52] (built into the monitor) [04:54] let me check my various manuals just to be sure... [05:03] hw:0 only shows as play back in your pastebin [05:06] so this is the motherboard: http://www.asus.com/Motherboard/F1A75M_PRO/#specifications [05:07] * Len-nb has an old P4 [05:08] it probably has much better linux support :-) [05:09] The owner has gotten to know it quite well [05:10] so part of the problem is there are 6 outputs, so I have to specify 1) that I'm only using one output and 2) which output I'm using [05:11] Anyway, to use the dvi out you have to set jack to just use that as output. If you wish you can set up HW:1 for inout. [05:11] Jack will show all 6 [05:11] you just connect to the ones you want. [05:11] hmm, yeah, so that part works [05:13] The way qjackctl works is that you can use either an Interface for one device for in and out or below that there is input and output for doing them different. [05:15] So you can set input to HW:1 and output to HW:0 [05:16] well, if I just tell it to use the ALC892 Analog then it successfully connects and finds 8 playback ports and 2 capture ports. which I think is the right device/setup [05:16] so I think that's working [05:16] Yup [05:16] but there's no audio coming through, so somehow I have to specify which playback port to use [05:16] Just have to plug speakers in to hear it :) [05:17] but I only have these (crappy) monitor speakers, which I connected through trial-and-error... [05:18] and they only take up one port [05:18] Yup [05:19] mine looks like 12/10 i/o but it is really 6x6, 4x4 audio plus 2x2 spdif [05:20] * magic_silver_box slaps Len-nb around a bit with a large trout [05:20] * magic_silver_box slaps Len-nb around a bit with a large trout [05:21] * Mathnerd314 googles to see where that meme came from [05:21] hmm: http://en.wikipedia.org/wiki/Wikipedia:Whacking_with_a_wet_trout [05:22] or http://www.youtube.com/watch?v=WsfiD78Cy0s [05:23] but that reminds me, I still have no audio [05:24] the plugs should be line out (-10db) and so might be really quiet if not amplified. [05:25] Also some of them may be muted. [05:25] alsamixer (in a terminal) should show this [05:26] pulse would have turned up HW:0, but maybe not HW:! [05:26] HW:1 [05:27] they all seem to be at max volume [05:27] * max gain [05:29] No Ms at the bottom? [05:31] * Len-nb hasn't used an internal sound card for a long time. [05:31] http://imagebin.org/249380 [05:34] Looks right [05:36] What are you using as a source? [05:37] trying to get Rhythmbox to work, I think it routes through pulseaudio first [05:38] So you should see pulse in jack then. In the connect window [05:40] And in pavucontrol Rhythmbox should be routed to jacksink [05:42] hmm, I don't see those [05:42] Ok, in qjackctl there is an icon that says connections [05:43] The audio tab will have system it should also have pulse [05:44] and it doesn't... so I need to configure pulseaudio to connect to jack? [05:44] pavucontrol can be started from a terminal though it show u [05:44] opps [05:45] it should be there. [05:45] pactl list short modules [05:46] about number 6 or 7 should something like dbus-jack-detect-module [05:47] module-jackdbus-detect [05:50] yep, it's there [05:51] and jack connections has system? [05:54] yep [05:55] http://imagebin.org/249382 [05:55] Odd [05:56] I need to sleep; pick this up in 8 hours? [05:57] with some one, I need sleep too. I 8 I'l be at work. [05:57] But there should be others around then in their tz [05:57] yeah, the weekend be more active too, I'm guessing [05:58] Never reall active. [05:58] see you around, I guess [05:58] ok [05:58] good night [11:57] hello. I have a windows 8 guest on virtualbox under linux (ubuntu, with pulseaudio). when playing audio, I hear some clicks. Is there a way to improve that? [12:16] faLUCE: use a bigger buffer. [12:16] zequence: on what? [12:16] faLUCE: The latency you can get with virtualboc, running audio apps, is quite high [12:16] virtualbox* [12:17] I mean, you can't run on a low latency, without clicks [12:17] zequence: ok, I understand [12:18] zequence: but where can I set the bigger buffer? [12:18] faLUCE: Probably in the application you are using in Windows [12:18] Or, you mean, audio in general? [12:18] audio in general [12:18] I don't know how to do that in Windows 8 [12:19] zequence: the problem is in ubuntustudio [12:19] I launch virtualbox through ubuntustudio [12:19] and vbox uses pulseaudio [12:19] faLUCE: No, the problem is in virtualbox [12:20] You can try on any linux distro if you want [12:21] zequence: so, I should try to reduce latency in the windows app? [12:21] No, you should raise it [12:21] virtualbox doesn't handle low latencies [12:21] zequence: yes, sorry [12:21] I would have said: red [12:21] I would have said: raise [12:41] zequence: I raised the latency from the default level, for the program, and it did not made difference. However, if I decrease latency from the default level, I hear more glitches [12:41] zequence: then, I think I should raise latency for the whole virtualbox [12:42] faLUCE: I'm quite able to run Win XP without glitches [12:43] faLUCE: I wouldn't know how to do that. But you could look at changing the latency for PA, something I've never tried doing [12:45] ok [14:00] hello. I have a windows 8 guest on virtualbox under linux (ubuntu, with pulseaudio). when playing audio, I hear some clicks. Is there a way to improve that? [14:01] faLUCE, well VMs don't normally have good audio quality [14:11] smartboyhw: but it would be strange to have so many glitches [14:11] faLUCE, dunno. [14:15] faLUCE: It's not strange, since you're running an entire OS on top of another one. There will be a bigger latency [14:16] faLUCE: You have to take into account that Win8 is more demanding on graphics too [14:16] faLUCE: I would use WinXP, if I were you [14:16] faLUCE, if I were you I would not use Windows at all:P [14:20] smartboyhw: I know, but I'm forced :-( .... look, I'm forced to use windows on virtulbox under ubuntu. that's bullshit [14:20] faLUCE, 1. Oh sorry and 2. No foul languages please:) [14:22] smartboyhw: ok :-) [14:23] sorr [14:23] sorry [14:27] zequence: the problem is that the software that I have to use is for windows7-8 only [14:29] faLUCE: So, why not install Win on your machine, or use a Win machine? [14:29] It would make sure you get the full power from the machine [14:29] zequence: it's a bit hard to explain, but I can't [14:30] faLUCE: Then see if you can raise latency on PA. You could try #pulseaudio [14:30] zequence: already tried [14:44] faLUCE: You raised PA latency, and got the same issue? [14:44] If so, the problem is entirely in Win8 [14:44] I mean, added to the latency problem introduced by VirtualBox [14:45] If Virtualbox is given more time to work, since you gave PA higher latency, it's not a problem between VB and Linux [15:53] zequence: It's not clear how to raise latency on pa. I tried several options, but none worked [15:53] faLUCE: I've never tried to find out why, but I'm sure someone at #pulseaudio aught to know [18:48] ok, getting JACK to work, round 2. I restarted pulseaudio, now I have a PA sink and source in qjackctl. But still no sound... [20:45] Mathnerd314: ? [20:45] i would take pulse out of the equation [20:46] get JACK working. test JACK with a known good audio file in something like audacious [20:46] these are the steps i would do... [20:46] from a fresh start, or checking with ps aux | grep jack to make sure jack is not working... [20:46] 1. test an audio file with audacious and pulse... [20:47] 2. troubleshoot and get jack started [20:47] 3. test same audio file with audacious using jack output [20:47] !proaudio | Mathnerd314 this can help troubleshoot jack [20:47] Mathnerd314 this can help troubleshoot jack: For information on professional audio tools in Ubuntu, see https://help.ubuntu.com/community/UbuntuStudio/ProAudioIntro [20:48] Mathnerd314: When you have the sink and source ready, you still need to set the PA mixer to use the jack sink and source [20:48] well, I'm playing audio now, through pulse [20:49] jack is not running AFAICT [20:49] Mathnerd314: then test JACK.. not pulse through JACK.. when JACK is working, then you can test pulse into jack === _dancer is now known as MOSMarauder