Search found 1490 matches
- Fri Jan 15, 2021 7:30 pm
- Forum: Computer Related Hardware
- Topic: Silent / Fanless PC for music production
- Replies: 4
- Views: 152
Re: Silent / Fanless PC for music production
@@bluebell I saw your comment last time about that Cirrus 7 PC: https://www.cirrus7.com/ I thought about buying a Mac Mini recently, but I think I rather stay with Linux. Do you have any experiences with this fanless Cirus7 and can you recommend it? No, I have the "Cirrus One" with a big, slowly tu...
- Fri Jan 15, 2021 7:27 pm
- Forum: Newbies
- Topic: What Linux dist could i use?¿
- Replies: 15
- Views: 470
Re: What Linux dist could i use?¿
How stable is Manjaro compared to Debian / Ubuntu? I read quite often in the past days that you break your system much more easily with Manjaro. Actually, more stable in my experience. I was a Mint (Based on Ubuntu/Debian) user before Manjaro and experienced more problems. My life is way easier on ...
- Thu Jan 14, 2021 8:56 pm
- Forum: Original Scores & Recordings
- Topic: Sharp
- Replies: 6
- Views: 193
Re: Sharp
Sounds great! I like that there's a lot of depths in the track (Tiefenstaffelung). Maybe a bit more bass?
- Thu Jan 14, 2021 8:48 pm
- Forum: Computer Related Hardware
- Topic: Silent / Fanless PC for music production
- Replies: 4
- Views: 152
Silent / Fanless PC for music production
@ bluebell I saw your comment last time about that Cirrus 7 PC: https://www.cirrus7.com/ I thought about buying a Mac Mini recently, but I think I rather stay with Linux. Do you have any experiences with this fanless Cirus7 and can you recommend it? At the moment I have a six year old Mini ITX PC (s...
- Thu Jan 14, 2021 7:47 pm
- Forum: Newbies
- Topic: What Linux dist could i use?¿
- Replies: 15
- Views: 470
Re: What Linux dist could i use?¿
How stable is Manjaro compared to Debian / Ubuntu? I read quite often in the past days that you break your system much more easily with Manjaro. You could use loads of different ones. The main thing will just be setting up Jack, Realtime privilages and the audio group. Installing Cadence will make y...
- Fri Jan 08, 2021 2:42 pm
- Forum: Computer Related Hardware
- Topic: audiofuse 8pre audio cracker/pops
- Replies: 21
- Views: 200
Re: audiofuse 8pre audio cracker/pops
Then I assume there's an error with the interface or it does not work well with Linux. Maybe others know more about it. Could be you need a kernel patch.
- Fri Jan 08, 2021 2:39 pm
- Forum: Computer Related Hardware
- Topic: audiofuse 8pre audio cracker/pops
- Replies: 21
- Views: 200
Re: audiofuse 8pre audio cracker/pops
Hmm.. can you check a different interface or the internal soundcard?
- Fri Jan 08, 2021 2:33 pm
- Forum: Computer Related Hardware
- Topic: audiofuse 8pre audio cracker/pops
- Replies: 21
- Views: 200
Re: audiofuse 8pre audio cracker/pops
96kHz is not needed. Is it better with 48 kHz?
- Fri Jan 08, 2021 2:25 pm
- Forum: Computer Related Hardware
- Topic: audiofuse 8pre audio cracker/pops
- Replies: 21
- Views: 200
Re: audiofuse 8pre audio cracker/pops
Are you using Jack and what are the settings of your interface?
Try increasing the buffer size to 512 samples or 1024.
Try increasing the buffer size to 512 samples or 1024.
- Fri Jan 08, 2021 2:18 pm
- Forum: Computer Related Hardware
- Topic: audiofuse 8pre audio cracker/pops
- Replies: 21
- Views: 200
Re: audiofuse 8pre audio cracker/pops
Can you try
as described here: https://unix.stackexchange.com/question ... r-governor
Code: Select all
sudo apt-get install -y linux-tools-$(uname -r)
- Fri Jan 08, 2021 2:11 pm
- Forum: Computer Related Hardware
- Topic: audiofuse 8pre audio cracker/pops
- Replies: 21
- Views: 200
Re: audiofuse 8pre audio cracker/pops
What distro are you using?
- Fri Jan 08, 2021 2:00 pm
- Forum: Computer Related Hardware
- Topic: audiofuse 8pre audio cracker/pops
- Replies: 21
- Views: 200
Re: audiofuse 8pre audio cracker/pops
Try
Code: Select all
sudo apt install cpufrequtils
- Fri Jan 08, 2021 1:55 pm
- Forum: Computer Related Hardware
- Topic: audiofuse 8pre audio cracker/pops
- Replies: 21
- Views: 200
Re: audiofuse 8pre audio cracker/pops
Ok, as a first check I would set the CPU governor to performance with
and see if that helps already. After rebooting it will fall back to on demand again. So on the long run you will make this persistent maybe.
That's one of the most important settings.
Code: Select all
sudo cpupower frequency-set -g performance
That's one of the most important settings.
- Fri Jan 08, 2021 1:44 pm
- Forum: System Tuning and Configuration
- Topic: xruncounter script not running under Manjaro Linux
- Replies: 2
- Views: 81
Re: xruncounter script not running under Manjaro Linux
Hi @lilith rgrep is a variant of grep, usually comes with the grep package, I see it isn't part of the Arch grep package anymore. However, we could use grep -r instead. I've pushed a fix to the repository. Thanks, it's working now. But somehow the DSP load is not increasing. I also observed this la...
- Fri Jan 08, 2021 1:28 pm
- Forum: Linux Distributions & Other Software
- Topic: Mixbus and Manjaro
- Replies: 2
- Views: 114
Re: Mixbus and Manjaro
Mixbus and Ardour are Distro-agnostic bundles of their own... Mixbus has to be downloaded from Harrison's web site. Also the Ardour devs do not support any Distribution packages of Ardour, they rely on a heavily patched build stack of the support libs and most (or probably all) distros don't have t...