Moderators: khz, MattKingUSA
briandc wrote:...
I can't figure out if it's the audio card (new), or something in a cable, or...
Anyone ever had a similar problem? Is there a way to determine the culprit?
Regarding Yoshimi: No. Some instrument patches are just heavy on resources. With which patch did you encounter this? Probably one of Will J. Godfrey's patchesbriandc wrote:I think I have an idea now of what's going on. Last night I ran "top" while playing around with various sounds on Yoshimi. I discovered that when using certain sounds, CPU usage rises easily to up to 80%!!! Wow..
Is there any way to control this?
What do you have now?briandc wrote:Is getting a new processor a realistic option? (finances aside)
AutoStatic wrote:Regarding Yoshimi: No. Some instrument patches are just heavy on resources. With which patch did you encounter this? Probably one of Will J. Godfrey's patchesWhat do you have now?briandc wrote:Is getting a new processor a realistic option? (finances aside)
brian@brian-kxstudio:~$ lscpu
Architecture: i686
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 23
Stepping: 10
CPU MHz: 1203.000
BogoMIPS: 6428.83
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 2048KCapoeira wrote:find out if you cpu is on performance scaling, this can be an issue
cat /proc/cpuinfobriandc wrote:Here's what lscpu gives (I forgot the other command I wanted..)
Yeah, those patches are renown for being resource intensive. Which is in some cases quite handy, they're very useful for stress-testing your system.briandc wrote:Yes, it was in fact a Godfrey patch, one of the last ones: "Hyper Matrix." --The name fits!![]()
briandc wrote:How can I do this?
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governorecho -n performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governorAutoStatic wrote:cat /proc/cpuinfo
But lscpu is fine too.
Yeah, those patches are renown for being resource intensive. Which is in some cases quite handy, they're very useful for stress-testing your system.briandc wrote:How can I do this?
- Code: Select all
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
If it's output is ondemand you should set it to performance:
- Code: Select all
echo -n performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
And regarding your CPU, looks like it's an Intel Core Duo that's probably not running at its max. CPU freq (at least, the number of bogomips don't really match the current CPU freq).
Yes there is: http://wiki.linuxmusicians.com/doku.php ... figurationbriandc wrote:Is there an audio setup reference manual or something?
AutoStatic wrote:People can tell you whatever they want but in a lot of cases the terminal is the fastest way to get things done, especially in a forum context (a CLI command is so much less typing than explaining where to click in which menu).
AutoStatic wrote:Yes there is: http://wiki.linuxmusicians.com/doku.php ... figurationbriandc wrote:Is there an audio setup reference manual or something?
And the best way to learn these tricks:
- Get to know your Linux system.
- Don't just copy and paste commands, try to figure out what they're doing, read the man pages or any other available documentation, preferably BEFORE you run them
- Know how to use Google.
- If you have questions, ask! There are things that are also uncharted territory for me so I ask.
- Make actual music and run into the ever existent troubles, your question about Yoshimi is a great example.
- If possible, use Linux exclusively. A job as a Linux administrator definitely helps too
- The terminal is a friend, not a foe. People can tell you whatever they want but in a lot of cases the terminal is the fastest way to get things done, especially in a forum context (a CLI command is so much less typing than explaining where to click in which menu).
- Keep track of the changes you made on your system, be it in a Wiki, a blog or some place else. I use my personal blog for this and the LinuxMusicians and linuxaudio.org Wikis.
raboof wrote:AutoStatic wrote:People can tell you whatever they want but in a lot of cases the terminal is the fastest way to get things done, especially in a forum context (a CLI command is so much less typing than explaining where to click in which menu).
Also the CLI tends to be more 'stable' - it's so frustrating to see GUI documentation that shows all kinds of menu's and buttons that apparantly have been moved around in my version of the software, of course undocumented because as a GUI everything should be obvious...
</rant>
Return to System Tuning and Configuration
Users browsing this forum: No registered users and 1 guest