Audio-Performance unter Linux

hier soll alles rein, was zum thema linux und musikmachen gehört, aber nicht mit speziellen programmen, speziellen distributionen oder spezieller hardware zusammenhängt...
nowhiskey
Power User
Power User
Beiträge: 496
Registriert: Sa Jan 22, 2005 8:26 pm
Wohnort: berlin

Beitrag von nowhiskey »

...hab es mir schon gedacht, bei den meisten distibutionen sind viel zu viele sachen angeschaltet. ich kann dir jetzt leider keinen tipp geben, woran das problem liegen könnte, aber nur mal zu vergleich, so sieht es aus auf einem gut funktionirendem 'custom':


nowhiskey@murija2:~$ ps ax
PID TTY STAT TIME COMMAND
1 ? Ss 0:00 init [2]
2 ? S< 0:00 [kthreadd]
3 ? S< 0:00 [posix_cpu_timer]
4 ? S< 0:00 [softirq-high/0]
5 ? S< 0:00 [softirq-timer/0]
6 ? S< 0:00 [softirq-net-tx/]
7 ? S< 0:00 [softirq-net-rx/]
8 ? S< 0:00 [softirq-block/0]
9 ? S< 0:00 [softirq-tasklet]
10 ? S< 0:00 [softirq-sched/0]
11 ? S< 0:00 [softirq-hrtimer]
12 ? S< 0:00 [softirq-rcu/0]
13 ? S< 0:00 [watchdog/0]
14 ? S< 0:00 [desched/0]
15 ? S< 0:00 [events/0]
16 ? S< 0:00 [khelper]
42 ? S< 0:00 [kblockd/0]
43 ? S< 0:00 [kacpid]
44 ? S< 0:00 [kacpi_notify]
45 ? S< 0:00 [IRQ-9]
136 ? S< 0:00 [ksuspend_usbd]
139 ? S< 0:00 [khubd]
141 ? S< 0:00 [kseriod]
158 ? S 0:00 [pdflush]
159 ? S 0:00 [pdflush]
160 ? S< 0:00 [kswapd0]
161 ? S< 0:00 [flush_filesd/0]
162 ? S< 0:00 [aio/0]
746 ? S< 0:00 [IRQ-8]
761 ? S< 0:00 [IRQ-7]
764 ? S< 0:00 [IRQ-14]
766 ? S< 0:00 [IRQ-15]
779 ? S< 0:00 [IRQ-11]
788 ? S< 0:00 [IRQ-12]
789 ? S< 0:00 [IRQ-1]
795 ? S< 0:00 [kpsmoused]
803 ? S< 0:00 [kjournald]
1466 ? S< 0:00 [IRQ-10]
1481 ? S< 0:00 [pccardd]
2982 ? Ss 0:00 /sbin/syslogd
2992 ? Ss 0:00 /sbin/klogd -x
3022 ? Ss 0:00 /usr/sbin/acpid -c /etc/acpi/events -s
/var/run/acpid.socket
3030 ? Ss 0:00 /usr/bin/dbus-daemon --system
3129 tty1 Ss 0:00 /bin/login --
3132 tty2 Ss+ 0:00 /sbin/getty 38400 tty2
3133 tty3 Ss+ 0:00 /sbin/getty 38400 tty3
3134 tty4 Ss+ 0:00 /sbin/getty 38400 tty4
3135 tty5 Ss+ 0:00 /sbin/getty 38400 tty5
3136 tty6 Ss+ 0:00 /sbin/getty 38400 tty6
3203 tty1 S 0:00 -bash
3208 tty1 S+ 0:00 xinit
3209 tty7 R<s+ 0:00 X :0
3240 tty1 S 0:00 xterm -geometry +1+1 -n login
3241 pts/0 Ss+ 0:00 bash
3244 pts/0 S 0:00 box
3246 ? Ss 0:00 xterm
3247 pts/1 Ss 0:00 bash
3251 pts/1 R+ 0:00 ps ax
nowhiskey@murija2:~$ lsmod
Module Size Used by
snd_rtctimer 2592 0
snd_intel8x0 26140 0
snd_ac97_codec 87588 1 snd_intel8x0
ac97_bus 2176 1 snd_ac97_codec
snd_pcm 60576 2 snd_intel8x0,snd_ac97_codec
snd_page_alloc 6920 2 snd_intel8x0,snd_pcm
uhci_hcd 19340 0
e100 29324 0
yenta_socket 21004 0
rsrc_nonstatic 8192 1 yenta_socket
pcmcia_core 29608 2 yenta_socket,rsrc_nonstatic
i2c_i801 8976 0
sd_mod 20544 0
ide_cd 31620 0
cdrom 30260 1 ide_cd
snd_seq_midi 5920 0
snd_rawmidi 16800 1 snd_seq_midi
snd_seq_midi_event 5632 1 snd_seq_midi
snd_seq 39500 2 snd_seq_midi,snd_seq_midi_event
snd_timer 16412 3 snd_rtctimer,snd_pcm,snd_seq
snd_seq_device 5900 3 snd_seq_midi,snd_rawmidi,snd_seq
snd 38828 7
snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
.........

das ist jetzt frisch rebootet ohne die hdsp und ohne usb_storage, aber viel mehr würde es dann auch nicht werden.

gruss,
doc
nowhiskey
Power User
Power User
Beiträge: 496
Registriert: Sa Jan 22, 2005 8:26 pm
Wohnort: berlin

Beitrag von nowhiskey »

...hab es mir schon gedacht, bei den meisten distibutionen sind viel zu viele sachen angeschaltet. ich kann dir jetzt leider keinen tipp geben, woran das problem liegen könnte, aber nur mal zu vergleich, so sieht es aus auf einem gut funktionirendem 'custom':


nowhiskey@murija2:~$ ps ax
PID TTY STAT TIME COMMAND
1 ? Ss 0:00 init [2]
2 ? S< 0:00 [kthreadd]
3 ? S< 0:00 [posix_cpu_timer]
4 ? S< 0:00 [softirq-high/0]
5 ? S< 0:00 [softirq-timer/0]
6 ? S< 0:00 [softirq-net-tx/]
7 ? S< 0:00 [softirq-net-rx/]
8 ? S< 0:00 [softirq-block/0]
9 ? S< 0:00 [softirq-tasklet]
10 ? S< 0:00 [softirq-sched/0]
11 ? S< 0:00 [softirq-hrtimer]
12 ? S< 0:00 [softirq-rcu/0]
13 ? S< 0:00 [watchdog/0]
14 ? S< 0:00 [desched/0]
15 ? S< 0:00 [events/0]
16 ? S< 0:00 [khelper]
42 ? S< 0:00 [kblockd/0]
43 ? S< 0:00 [kacpid]
44 ? S< 0:00 [kacpi_notify]
45 ? S< 0:00 [IRQ-9]
136 ? S< 0:00 [ksuspend_usbd]
139 ? S< 0:00 [khubd]
141 ? S< 0:00 [kseriod]
158 ? S 0:00 [pdflush]
159 ? S 0:00 [pdflush]
160 ? S< 0:00 [kswapd0]
161 ? S< 0:00 [flush_filesd/0]
162 ? S< 0:00 [aio/0]
746 ? S< 0:00 [IRQ-8]
761 ? S< 0:00 [IRQ-7]
764 ? S< 0:00 [IRQ-14]
766 ? S< 0:00 [IRQ-15]
779 ? S< 0:00 [IRQ-11]
788 ? S< 0:00 [IRQ-12]
789 ? S< 0:00 [IRQ-1]
795 ? S< 0:00 [kpsmoused]
803 ? S< 0:00 [kjournald]
1466 ? S< 0:00 [IRQ-10]
1481 ? S< 0:00 [pccardd]
2982 ? Ss 0:00 /sbin/syslogd
2992 ? Ss 0:00 /sbin/klogd -x
3022 ? Ss 0:00 /usr/sbin/acpid -c /etc/acpi/events -s
/var/run/acpid.socket
3030 ? Ss 0:00 /usr/bin/dbus-daemon --system
3129 tty1 Ss 0:00 /bin/login --
3132 tty2 Ss+ 0:00 /sbin/getty 38400 tty2
3133 tty3 Ss+ 0:00 /sbin/getty 38400 tty3
3134 tty4 Ss+ 0:00 /sbin/getty 38400 tty4
3135 tty5 Ss+ 0:00 /sbin/getty 38400 tty5
3136 tty6 Ss+ 0:00 /sbin/getty 38400 tty6
3203 tty1 S 0:00 -bash
3208 tty1 S+ 0:00 xinit
3209 tty7 R<s+ 0:00 X :0
3240 tty1 S 0:00 xterm -geometry +1+1 -n login
3241 pts/0 Ss+ 0:00 bash
3244 pts/0 S 0:00 box
3246 ? Ss 0:00 xterm
3247 pts/1 Ss 0:00 bash
3251 pts/1 R+ 0:00 ps ax
nowhiskey@murija2:~$ lsmod
Module Size Used by
snd_rtctimer 2592 0
snd_intel8x0 26140 0
snd_ac97_codec 87588 1 snd_intel8x0
ac97_bus 2176 1 snd_ac97_codec
snd_pcm 60576 2 snd_intel8x0,snd_ac97_codec
snd_page_alloc 6920 2 snd_intel8x0,snd_pcm
uhci_hcd 19340 0
e100 29324 0
yenta_socket 21004 0
rsrc_nonstatic 8192 1 yenta_socket
pcmcia_core 29608 2 yenta_socket,rsrc_nonstatic
i2c_i801 8976 0
sd_mod 20544 0
ide_cd 31620 0
cdrom 30260 1 ide_cd
snd_seq_midi 5920 0
snd_rawmidi 16800 1 snd_seq_midi
snd_seq_midi_event 5632 1 snd_seq_midi
snd_seq 39500 2 snd_seq_midi,snd_seq_midi_event
snd_timer 16412 3 snd_rtctimer,snd_pcm,snd_seq
snd_seq_device 5900 3 snd_seq_midi,snd_rawmidi,snd_seq
snd 38828 7
snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
.........

das ist jetzt frisch rebootet ohne die hdsp und ohne usb_storage, aber viel mehr würde es dann auch nicht werden.

gruss,
doc
Crestfallen
New User
New User
Beiträge: 10
Registriert: So Okt 16, 2005 12:53 pm
Kontaktdaten:

Beitrag von Crestfallen »

hallo,

ich wollte mich nur nochmal für eure hilfe bedanken.

ich hab alles ausprobiert, und konnte die performance auf ein gutes niveau bringen. was ich nicht verbessern konnte ist, dass an bestimmten stellen in der aufnahme alles zusammenbricht :) das hat aber anscheinend was mit ardour selber zu tun, da es immer nur an stellen passiert, an denen viele audioregionen zu ende gehen. hab die frage jetzt auch mal im ardour-forum gestellt, vielleicht weiß da jemand mehr drüber!

bis dann
if i knew where i was going, i would already be there..
Antworten

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 0 Gäste