Re: [ubuntu-studio-devel] Introduction to feature definition (for all you newcomers, and memory refresh for the rest)

2015-12-11 Thread Len Ovens
On Thu, 10 Dec 2015, WMID wrote: I suggest something a little harder it becomes.  Happens is that when I started at UbuntuStudio 12.04  I did not know that there is aplications that only work fine with Jack excecuted first, so if someone comes from scratch I wish there was something that can e

Re: [ubuntu-studio-devel] Introduction to feature definition (for all you newcomers, and memory refresh for the rest)

2015-12-11 Thread WMID
ok thanks for reply 2015-12-11 2:25 GMT-05:00 Kaj Ailomaa : > On Fri, Dec 11, 2015, at 05:43 AM, WMID wrote: > > Or > > > > UbuntuStudio/Wily/FreedesktopCategories/Audio > > >(start > > QjackCtl first) > > UbuntuStudio/Wily

Re: [ubuntu-studio-devel] Introduction to feature definition (for all you newcomers, and memory refresh for the rest)

2015-12-10 Thread Kaj Ailomaa
On Fri, Dec 11, 2015, at 05:43 AM, WMID wrote: > Or > > UbuntuStudio/Wily/FreedesktopCategories/Audio > (start > QjackCtl first) > UbuntuStudio/Wily/FreedesktopCategories/Audio >

Re: [ubuntu-studio-devel] Introduction to feature definition (for all you newcomers, and memory refresh for the rest)

2015-12-10 Thread WMID
Or UbuntuStudio/Wily/FreedesktopCategories/Audio (start QjackCtl first) UbuntuStudio/Wily/FreedesktopCategories/Audio (without QjackCtl) UbuntuStudio/Wily/

Re: [ubuntu-studio-devel] Introduction to feature definition (for all you newcomers, and memory refresh for the rest)

2015-12-10 Thread WMID
I suggest something a little harder it becomes. Happens is that when I started at UbuntuStudio 12.04 I did not know that there is aplications that only work fine with Jack excecuted first, so if someone comes from scratch I wish there was something that can explain that there are only those appli

Re: [ubuntu-studio-devel] Introduction to feature definition (for all you newcomers, and memory refresh for the rest)

2015-12-10 Thread Kaj Ailomaa
Btw, since we most certainly do not make use of all of our blueprints, and many of them are not really specified for a single release (like some of our applications), I will be doing some reorganization. I'd like to make things as simple as possible now. Once I'm done with that, I'd like us to do

[ubuntu-studio-devel] Introduction to feature definition (for all you newcomers, and memory refresh for the rest)

2015-12-10 Thread Kaj Ailomaa
All contributors who don't know what this is, please ready through this, as it is crucial for how we organize our development. # Introduction to feature definitiion ## What is feature definition? Typically, at the beginning of a development cycel (6 months), some sort of plan is laid out on wha

Re: [ubuntu-studio-devel] Introduction.

2015-06-01 Thread Ralf Mardorf
sudo pitfalls $ grep EDIT ~/.bashrc export EDITOR="nano" $ su -c visudo $ sudo visudo As wanted, su does run nano for visudo, but sudo falls back to vi(m). That has to do with the $(id -un) vs $USER issue I pointed out by a former email. -- ubuntu-studio-devel mailing list ubuntu-studio-devel@

Re: [ubuntu-studio-devel] Introduction.

2015-06-01 Thread Ralf Mardorf
On Mon, 1 Jun 2015 12:34:01 -0700 (PDT), Len Ovens wrote: >On Mon, 1 Jun 2015, Ralf Mardorf wrote: > >> On Mon, 1 Jun 2015 09:47:51 -0400, Mike Holstein wrote: >>> There's no need in this version. Those commands do not require root. >>> You run the sudo commands as the normal user. You don't n

Re: [ubuntu-studio-devel] Introduction.

2015-06-01 Thread Ralf Mardorf
On Mon, 1 Jun 2015 12:34:01 -0700 (PDT), Len Ovens wrote: >On Mon, 1 Jun 2015, Ralf Mardorf wrote: > >> On Mon, 1 Jun 2015 09:47:51 -0400, Mike Holstein wrote: >>> There's no need in this version. Those commands do not require root. >>> You run the sudo commands as the normal user. You don't n

Re: [ubuntu-studio-devel] Introduction.

2015-06-01 Thread Len Ovens
On Mon, 1 Jun 2015, Ralf Mardorf wrote: On Mon, 1 Jun 2015 09:47:51 -0400, Mike Holstein wrote: There's no need in this version. Those commands do not require root. You run the sudo commands as the normal user. You don't need to enable the root account. You don't need a root password. +1 V

Re: [ubuntu-studio-devel] Introduction.

2015-06-01 Thread Ralf Mardorf
On Mon, 1 Jun 2015 16:14:30 +0200, Ralf Mardorf wrote: >On Mon, 1 Jun 2015 09:47:51 -0400, Mike Holstein wrote: >>On Monday, June 1, 2015, Grant Burton wrote: >> >>> I got in as root, I just had to create a root password first. >>> >>> to get my TV card to work I need to do this >>> >>> sudo

Re: [ubuntu-studio-devel] Introduction.

2015-06-01 Thread Ralf Mardorf
On Mon, 1 Jun 2015 09:47:51 -0400, Mike Holstein wrote: >On Monday, June 1, 2015, Grant Burton wrote: > >> I got in as root, I just had to create a root password first. >> >> to get my TV card to work I need to do this >> >> sudo gedit /etc/modprobe.d/saa7134.conf >> >> options saa7134 card=43 t

Re: [ubuntu-studio-devel] Introduction.

2015-06-01 Thread Mike Holstein
On Monday, June 1, 2015, Grant Burton wrote: > I got in as root, I just had to create a root password first. > > to get my TV card to work I need to do this > > sudo gedit /etc/modprobe.d/saa7134.conf > > options saa7134 card=43 tuner=69 > > > sudo rm /etc/modprobe.d/saa7134.conf > sudo gedit /et

Re: [ubuntu-studio-devel] Introduction.

2015-05-31 Thread Grant Burton
I got in as root, I just had to create a root password first. to get my TV card to work I need to do this sudo gedit /etc/modprobe.d/saa7134.conf options saa7134 card=43 tuner=69 sudo rm /etc/modprobe.d/saa7134.conf sudo gedit /etc/modprobe.d/options.conf card=43 tuner=69

Re: [ubuntu-studio-devel] Introduction.

2015-05-31 Thread Mike Holstein
On Sunday, May 31, 2015, wrote: > "There is no root?" Technically that's incorrect, there is always the root > user of the system, even if the root account is disabled for > terminal/console > login. Root login in disabled by default in Ubuntu, though that can easily > be changed. I have heard

Re: [ubuntu-studio-devel] Introduction.

2015-05-31 Thread lukefromdc
"There is no root?" Technically that's incorrect, there is always the root user of the system, even if the root account is disabled for terminal/console login. Root login in disabled by default in Ubuntu, though that can easily be changed. I have heard reports of people having to log in root to g

Re: [ubuntu-studio-devel] Introduction.

2015-05-31 Thread Mike Holstein
On Saturday, May 30, 2015, Grant Burton wrote: > ok thanks > > one thing new the terminal works different, I need a root terminal, I > done this a lot of times and never has this happen before. normally sudo is > enough Everything is correct. The TV works but the s-video and the > other i

Re: [ubuntu-studio-devel] Introduction.

2015-05-30 Thread Grant Burton
ok thanks one thing new the terminal works different, I need a root terminal, I done this a lot of times and never has this happen before. normally sudo is enough Everything is correct. The TV works but the s-video and the other input don't. even in TVTime it's not possible to change the i

Re: [ubuntu-studio-devel] Introduction.

2015-05-30 Thread Ross Gammon
On 05/30/2015 12:49 PM, Grant Burton wrote: > Hi Ross > > Thanks > > https://launchpad.net/~bbbabynet > > IRC is "bbbabynet" > > I'll start reading whats on the links but since I upgraded I think I > have programs that aren't being tested like,( video which don't work at > all now and xcine

Re: [ubuntu-studio-devel] Introduction.

2015-05-30 Thread Grant Burton
Hi Ross Thanks https://launchpad.net/~bbbabynet IRC is "bbbabynet" I'll start reading whats on the links but since I upgraded I think I have programs that aren't being tested like,( video which don't work at all now and xcine where only the sound works) I need to make a video today so I'm

Re: [ubuntu-studio-devel] Introduction.

2015-05-30 Thread Ross Gammon
On 05/30/2015 09:46 AM, Grant Burton wrote: > Greetings all > > my name is Grant and I'm an American ex-pat living in Spain. I'm a > musician/computer repair dude. I've been using Ubuntu studio several > years because, somehow I ended up with an HP media center PC with a TV > card and studio is th

Re: [ubuntu-studio-devel] Introduction.

2015-05-30 Thread Grant Burton
Greetings all my name is Grant and I'm an American ex-pat living in Spain. I'm a musician/computer repair dude. I've been using Ubuntu studio several years because, somehow I ended up with an HP media center PC with a TV card and studio is the only operating system I could get everything to work.

Re: [ubuntu-studio-devel] Introduction.

2015-05-17 Thread Kaj Ailomaa
On Fri, May 15, 2015, at 10:36 PM, argumento wrote: > > > Hi all. > > I've been using ubuntu studio for the past 9 months, previously I used > crunchbang, but I found the low latency kernel a pain to maintain. I've > been using GNU/linux for the last 3 years. > > I'm answering to the call for c

[ubuntu-studio-devel] Introduction.

2015-05-15 Thread argumento
Hi all. I've been using ubuntu studio for the past 9 months, previously I used crunchbang, but I found the low latency kernel a pain to maintain. I've been using GNU/linux for the last 3 years. I'm answering to the call for contributors to ubuntu studio, I don't know much about coding, but I ca