[02:38] trying to get an m-audio firewire solo working on maverick [02:38] it was working under lucid [02:39] i plug it in and dmesg says "firewire_core: phy config: card 0, new root=ffc1, gap_count=5" [02:39] "firewire_core: created device fw1: GUID 000d6c0b00e2e0cf, S400, 1 config ROM retries" [02:40] but i'm not seeing a /dev/raw1394 [02:40] thraxil: put this in /etc/udev/rules.d/ http://git.debian.org/?p=pkg-multimedia/ffado.git;a=blob_plain;f=debian/60-ffado.rules [02:41] Don't have a device myself, so I can't check. We discussed this a couple of days ago. [02:41] ok [02:41] And reboot to load the rules [02:42] alright. i'll try that out [02:42] or the file should be /etc/udev/rules.d/60-ffado.rules of course [02:42] jackd -d firewire is also telling me "no such driver firewire" [02:42] not sure if that's the same problem [02:43] but i'll try this first [02:43] thraxil: as a trouble shooting step [02:43] i like to run [02:43] sudo qjackctl [02:43] and see if JACK starts [02:44] can narrow down the search [02:44] nope [02:44] no luck with sudo qjackctl [02:44] thraxil: go to setup [02:45] sample rate 44100 [02:45] frames/period 512 [02:45] periods/buffer 3 [02:45] double check that you have the firewire driver selected [02:45] yep [02:45] can't start jackd [02:46] who said start JACK ;) [02:46] unknown driver "firewire" [02:46] in the messages window from qjackctl [02:46] thraxil: go ahead and spit out what you got [02:46] in that message window [02:47] in a paster [02:47] ailo: this would temporarily get aroudn that file right? [02:48] maybe its the kernel... i had to get a RT kernel for mine to work [02:48] and i dont remember what the errors were.... [02:48] http://dpaste.com/294741/ [02:49] right, it's also depending on the kernel. I've already forgotten most of what we did :) [02:49] i've got: 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 02:41:37 UTC 2010 x86_64 GNU/Linux [02:50] thraxil: you mind trying a different kernel? [02:50] The easy solution is to keep Lucid and wait with upgrading until Natty [02:50] i needed it with my firewire device [02:50] well, it's already upgraded to maverick and i mostly use this machine as my desktop, so i don't really want to go back to lucid [02:50] http://jackschnippes.freeunix.net/index.php/2010/11/04/lowlatency-kernel-and-realtime-kernel-for-ubuntu-10-10-maverick [02:51] i'm hesitant to switch to an rt kernel because i use the nvidia drivers for dual monitor stuff [02:51] AH [02:51] well, i couldnt get any joy without it [02:51] and neither could another FW user [02:51] the other day [02:52] thraxil: let me get a bug for you to add yourself to if you dont mind... [02:54] https://bugs.launchpad.net/ubuntustudio/+bug/695893 [02:54] Ubuntu bug 695893 in Ubuntu Studio "JACK wont start with presonus firepod and generic kernel" [Undecided,Confirmed] [02:58] ok. i'm going to try the udev change first [03:00] right [03:00] and you shoud [03:00] should* [03:00] BUT im afraid sudo would get around that [03:00] let us know though [03:17] no luck with the udev stuff [03:18] it's still not creating that /dev/raw1394 [03:18] and jackd still won't start. firewire or no [03:18] sudo or not, i mean [03:20] Here's a good page. https://help.ubuntu.com/community/FireWire [03:20] that's what i've been following [03:21] ok [03:21] it pretty much starts with "ls -al /dev/raw1394" [03:21] and i get ls: cannot access /dev/raw1394: No such file or directory [03:23] thraxil: check lspci [03:23] maybe your FW is not there [03:23] or unsupported/blacklisted [03:23] How about this command? lsmod | grep 'firewire\|1394' [03:23] ieee1394 95219 1 sbp2 [03:23] firewire_ohci 24615 0 [03:23] firewire_core 54327 1 firewire_ohci [03:23] crc_itu_t 1739 1 firewire_core [03:24] and it was working with Lucid (and Karmic, and Hardy) [03:24] thraxil: what chipset? [03:24] not that that should make this error happen... [03:24] so i'd be a bit surprised if it suddenly became blacklisted [03:24] thraxil: according to the page, you should not be using /dev/raw1394, so that's fine [03:25] Check out the chapter: Driver Confusion: FireWire stacks explained [03:27] I can only confirm from Natty, that raw1394 is blacklisted [03:27] because we want to use the new stack instead [03:27] The blacklist file is /etc/modprobe.d/blacklist-firewire.conf [03:28] grep 'firewire\|1394' /proc/interrupts [03:28] says that firewire_ohci is in charge [03:29] i unloaded sbp2 and ieee1394 [03:29] so, according to that page you can switch between the new stack and the old one. [03:29] so now it's just firewire_ohci, firewire_core, and crc_itu_t [03:30] Again, I have no way of testing this stuff myself.. [03:30] ie, new stack exactly as it says there [03:30] I think it's the new stack that may be giving you problems on that kernel. [03:31] ok [03:31] How about trying to switch? Just follow the instructions at "Switching bewteen stacks". [03:31] yep [03:31] ok. /dev/raw1394 shows up now [03:32] audio group, which i'm in [03:32] crw-rw---- 1 root audio 171, 0 2011-01-05 22:31 /dev/raw1394 [03:32] And jack? [03:32] jackd -dfirewire is still saying: Unknown driver "firewire" [03:33] How about sudo qjackctl? [03:33] same [03:34] im not ugrading to anything on my production box [03:34] maybe 12.04 [03:36] thraxil: you sure that the other stack is unloaded now? [03:36] $ lsmod | grep 'firewire\|1394' [03:36] raw1394 25814 0 [03:36] ohci1394 30338 0 [03:36] ieee1394 95219 2 raw1394,ohci1394 [03:38] jackd doesn't want to run with any backend [03:38] not even alsa or pulseaudio [03:38] That's strange. [03:39] just "Unknown driver "alsa"" or whatever [03:39] Do have a browser open with loaded flashplayer or something [03:39] nope [03:39] Something maby be occupying th card [03:39] Jack from the standard repo? [03:40] i assume [03:41] hmmm [03:41] interesting [03:41] i did the "basics" apt-get from https://help.ubuntu.com/community/UbuntuStudioPreparation [03:41] thraxil: dummy? [03:41] thast telling [03:41] thats* [03:41] i still think you'll want an RT kernel [03:41] runs with dummy [03:41] BUT thats telling [03:42] WTH [03:43] could there be old backend libraries on the system somewhere that it's finding first and that don't work with this version of jack? [03:44] holstein: you have a 10.10, right. Did you ever try with the generic kernel? [03:44] thraxil: you did an upgrade? [03:44] yeah, i've upgraded this machine since... probably gutsy [03:44] hmmm [03:44] thraxil: good for you [03:46] ailo: let me try it [03:48] thraxil: so you don't even have desktop audio? [03:48] yeah [03:48] desktop audio works great [03:49] just can't jackd to talk to my external firewire interface [03:49] And not to your alsa card either? [03:49] my alsa card doesn't have XLR inputs [03:50] and, yeah, jackd doesn't seem to want to talk to anything right now [03:50] ailo: no good [03:50] fairly modest JACK settings [03:51] im going to reboot into the RT kernel [03:51] holstein: but you can get alsa running at least, right? [03:51] without changing anything [03:51] and i'll go back [03:51] alsa on its own is fine [03:51] but jackd with the alsa backend fails [03:51] I mean from jack :) [03:51] its a strage issue too [03:51] its like it wants to start [03:52] and i have a light that turns blue [03:52] that turns blue [03:52] jack hesitates for a while [03:52] at least 6 seconds [03:52] then just POW [03:53] but its runnning fine with RT [03:53] thraxil: how about /etc/security/limits.conf ? Do you have settings for the audio group there? [03:53] Cause if you have, those should be removed. [03:54] nope [03:54] let me check natty [03:54] just in limits.d/audio.conf [03:54] while im here [03:55] Well, ff on Maverick is tough, but jack/alsa is mystic. I would like to solve that first. [03:57] thraxil: So, you have a builtin card on your desktop? Can you get jackd started from the command line by doing: jackd -d alsa [03:57] Unknown driver "alsa" [03:58] right [03:58] natty is not happy [03:58] something glitchy with apt going on [03:59] natty is buggy [04:00] its been over 2 weeks since i updated too [04:00] im going to try and force some update [04:02] thraxil: perhaps you could discuss the jack/alsa problem on #jack. I'm googling a bit, but not finding anything useful yet. [04:03] k. thanks. [04:03] i think i've had about enough for tonight :) [04:04] Well, as for firewire, I'm still to hear of someone getting it working on the generic kernel But jack/alsa should of course work. [04:46] tanders12: not you again ;) [04:46] ailo: no luck on natty [04:46] holstein: hehehe [04:46] only good news this time [04:46] AH [04:46] good [04:47] got everything working a couple days ago. Haven't messed with it for while now actually [04:47] tanders12: I seem to remeber I had something I was supposed to tell you, but can't remember what it was :( [04:47] trying to decide whether to work on that or android right now [04:47] tanders12: congrats [04:47] ailo: If you're like me you'll remember as soon as I'm gone ;) [04:49] holstein: according to asmo on the -dev list he didn't do any fixes to get firewire working. [04:49] But, he's getting back on that [04:49] cool [04:49] i added to my bug [04:50] holstein: so did you do all the other usual stuff, audio groups etc.. [04:50] i just tried sudo qjackctl [04:50] first thing [04:50] ok [04:50] then it was kinda stuck [04:50] i couldnt seem to kill jack [04:50] without restarting [04:50] and i gave up on it [04:50] seems like I ran into that a couple times [04:50] And it's aboganis kernel? [04:50] if i recall [04:50] i'll see if alsa starts [04:51] ailo: no, just generic [04:51] Ok [04:51] i'll try alsa and the other kernel soon [04:51] Cause in the generic there's the cgroup problem [04:51] might be next week [04:51] You should be able to start jackd with alsa, but not getting rt rights [04:51] So, for now, only aboganis kernel should be used for rt [04:52] On aboganis the cgroups are turned off [04:54] holstein: I'm assuming udev rules will still be needed, though [04:57] we'll see [04:57] i just might make some noise about it [04:57] so FW users can use ubuntustudio [04:57] after doing a few work arounds at least [04:58] The cgroup stuff is discussed between the audio community and the kernel people, and they're discussing how to solve it [04:58] there just aren't enough ppl doing high-end audio on linux :/ [04:59] just a few dedicated devs keeping things running [15:43] hi... =) [15:43] finally everything is nice here with my momĀ“s computer [16:01] virtu: o/ [16:01] good to hear [16:04] holstein: changed the video card and it worked liked a charm, so my mom decided to give her computer to a placed that cares old people (dont know the name in english) [16:04] then, for a few bucks she got a new one... [16:06] yesterday I got this new one and installed some software... she loves it and the place where she gave her old desktop are very happy because now they can do admin task with a computer