* seti@home and es1371
@ 2001-01-31 16:11 Rainer Wiener
2001-01-31 19:28 ` LA Walsh
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Rainer Wiener @ 2001-01-31 16:11 UTC (permalink / raw)
To: linux-kernel
Hi,
I hope you can help me. I have a problem with my on board soundcard and
seti. I have a Gigabyte GA-7ZX Creative 5880 sound chip. I use the kernel
driver es1371 and it works goot. But when I run seti@home I got some noise
in my sound when I play mp3 and other sound. But it is not every time 10s
play good than for 2 s bad and than 10s good 2s bad and so on. When I kill
seti@home every thing is ok. So what can I do?
I have a Athlon 800 Mhz and 128 MB RAM
cu
Rainer
--
panic("Lucy in the sky....");
2.2.16 /usr/src/linux/arch/sparc64/kernel/starfire.c
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: seti@home and es1371
@ 2001-01-31 19:13 Alex Deucher
2001-02-10 0:25 ` Dr. Kelsey Hudson
0 siblings, 1 reply; 9+ messages in thread
From: Alex Deucher @ 2001-01-31 19:13 UTC (permalink / raw)
To: rainer, linux-kernel
Rainer,
I'm not too familiar with the ct5880 sound chip that comes built onto
motherboards. I do know that alot of the AC'97 compliant built in sound
chips tend to let the host cpu do most of the processing involved in
playing the sound. That being said, even if you have a dedicated sound
processor, mp3 decoding is very processor intensive. It just so happens
that seti is also very processor intensive. Both of these processes are
vying for time on the cpu. Since both of these processes are so
processor intensive and the cpu can only do one thing at a time, the
performance of one or the other process will suffer from time to time.
Alex
----------------------------------------
Hi,
I hope you can help me. I have a problem with my on board soundcard and
seti. I have a Gigabyte GA-7ZX Creative 5880 sound chip. I use the
kernel
driver es1371 and it works goot. But when I run seti@home I got some
noise
in my sound when I play mp3 and other sound. But it is not every time
10s
play good than for 2 s bad and than 10s good 2s bad and so on. When I
kill
seti@home every thing is ok. So what can I do?
I have a Athlon 800 Mhz and 128 MB RAM
cu
Rainer
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: seti@home and es1371
2001-01-31 16:11 Rainer Wiener
@ 2001-01-31 19:28 ` LA Walsh
2001-02-01 9:13 ` Rainer Wiener
2001-02-01 0:09 ` Joerg Dietrich
2001-02-01 6:40 ` Robert-Jan Oosterloo
2 siblings, 1 reply; 9+ messages in thread
From: LA Walsh @ 2001-01-31 19:28 UTC (permalink / raw)
To: Rainer Wiener; +Cc: linux-kernel
Try "freeamp". It uses darn close to 0 CPU and may not be affected by setiathome.
2nd -- renice setiathome to '19' -- you only want it to use up 'background' cputime
anyway
Rainer Wiener wrote:
>
> Hi,
>
> I hope you can help me. I have a problem with my on board soundcard and
> seti. I have a Gigabyte GA-7ZX Creative 5880 sound chip. I use the kernel
> driver es1371 and it works goot. But when I run seti@home I got some noise
> in my sound when I play mp3 and other sound. But it is not every time 10s
> play good than for 2 s bad and than 10s good 2s bad and so on. When I kill
> seti@home every thing is ok. So what can I do?
>
> I have a Athlon 800 Mhz and 128 MB RAM
--
Linda A Walsh | Trust Technology, Core Linux, SGI
law@sgi.com | Voice: (650) 933-5338
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: seti@home and es1371
2001-01-31 16:11 Rainer Wiener
2001-01-31 19:28 ` LA Walsh
@ 2001-02-01 0:09 ` Joerg Dietrich
2001-02-01 6:40 ` Robert-Jan Oosterloo
2 siblings, 0 replies; 9+ messages in thread
From: Joerg Dietrich @ 2001-02-01 0:09 UTC (permalink / raw)
To: linux-kernel
> I hope you can help me. I have a problem with my on board soundcard and
> seti. I have a Gigabyte GA-7ZX Creative 5880 sound chip. I use the kernel
This board doesn't by any chance have a VIA KT133 chip set?
> driver es1371 and it works goot. But when I run seti@home I got some noise
> in my sound when I play mp3 and other sound. But it is not every time 10s
I had the same problem with my ASUS A7V and Soundblaster PCI64,
and I know someone who had the same problem with a Gigabyte 7KX.
Only link between us was the chip set and the sound driver (and
the knowledge that it worked flawlessly under Windows and with
other chip sets on slower CPUs).
So all claims linking this to CPU hungry programs or bad onboard
hardware are simply wrong. Which Kernel version do you run? 2.2.17?
All I can tell you is that it is gone now. I wrote a wrapper
script around xmms to stop seti when xmms start and continue seti
when xmms exits. Not very nice but it worked.
Then one day I started mpg123 without stoping seti first. The
problem was gone. What had changed? The kernel version from
2.2.17 to 2.2.18+VM-global. I don't know if it's 2.2.18 or the
VM-global patch the made the problem disappear. I never digged
into this.
Try them, I hope it works for you.
Regards,
Jo:rg
--
Fortune cookie of the day:
Weinberg's Principle:
An expert is a person who avoids the small errors while
sweeping on to the grand fallacy.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: seti@home and es1371
2001-01-31 16:11 Rainer Wiener
2001-01-31 19:28 ` LA Walsh
2001-02-01 0:09 ` Joerg Dietrich
@ 2001-02-01 6:40 ` Robert-Jan Oosterloo
2001-02-01 9:11 ` Rainer Wiener
2 siblings, 1 reply; 9+ messages in thread
From: Robert-Jan Oosterloo @ 2001-02-01 6:40 UTC (permalink / raw)
To: Rainer Wiener; +Cc: linux-kernel
On Wed, 31 Jan 2001, Rainer Wiener wrote:
> I hope you can help me. I have a problem with my on board soundcard and
> seti. I have a Gigabyte GA-7ZX Creative 5880 sound chip. I use the kernel
> driver es1371 and it works goot. But when I run seti@home I got some noise
> in my sound when I play mp3 and other sound. But it is not every time 10s
> play good than for 2 s bad and than 10s good 2s bad and so on. When I kill
> seti@home every thing is ok. So what can I do?
>
I had the same problem. I have an Athlon 1000 Mhz on an Asus A7V board
with a Soundblaster 128 PCI which also uses the es1371 driver.
Yesterday I upgraded to kernel 2.4.1 and now my sound is okay.
> I have a Athlon 800 Mhz and 128 MB RAM
Regards
Robert-Jan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: seti@home and es1371
2001-02-01 6:40 ` Robert-Jan Oosterloo
@ 2001-02-01 9:11 ` Rainer Wiener
0 siblings, 0 replies; 9+ messages in thread
From: Rainer Wiener @ 2001-02-01 9:11 UTC (permalink / raw)
To: Robert-Jan Oosterloo; +Cc: linux-kernel
Hi Robert-Jan!
On Thu, 01 Feb 2001, Robert-Jan Oosterloo wrote:
> I had the same problem. I have an Athlon 1000 Mhz on an Asus A7V board
> with a Soundblaster 128 PCI which also uses the es1371 driver.
> Yesterday I upgraded to kernel 2.4.1 and now my sound is okay.
I also have 2.4.1 running but it do not help. :(
I try mpg123 and there I can hear a time without any bad sound but after 3
songs it came back.
cu
Rainer
--
That secret you've been guarding, isn't.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: seti@home and es1371
2001-01-31 19:28 ` LA Walsh
@ 2001-02-01 9:13 ` Rainer Wiener
[not found] ` <3A792A49.CDE8FBE0@sgi.com>
0 siblings, 1 reply; 9+ messages in thread
From: Rainer Wiener @ 2001-02-01 9:13 UTC (permalink / raw)
To: LA Walsh; +Cc: linux-kernel
Hi LA!
On Wed, 31 Jan 2001, LA Walsh wrote:
> Try "freeamp". It uses darn close to 0 CPU and may not be affected by setiathome.
> 2nd -- renice setiathome to '19' -- you only want it to use up 'background' cputime
> anyway
I also try freeamp with no success. Seti is also running with nice 19.
cu
Rainer
--
FORTUNE PROVIDES QUESTIONS FOR THE GREAT ANSWERS: #31
A: Chicken Teriyaki.
Q: What is the name of the world's oldest kamikaze pilot?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: seti@home and es1371
[not found] ` <3A792A49.CDE8FBE0@sgi.com>
@ 2001-02-01 9:57 ` Rainer Wiener
0 siblings, 0 replies; 9+ messages in thread
From: Rainer Wiener @ 2001-02-01 9:57 UTC (permalink / raw)
To: LA Walsh; +Cc: linux-kernel
On Thu, 01 Feb 2001, LA Walsh wrote:
> Now that's just plain weird. Doesn't sound like a cpu thing. Hmmm. Have your
> run "vmstat 5" - is there disk activity when the sound drops? How about 'top'
> does it show anything interesting? You could try upping the priority of freeamp, but
> that would just be a hack...the nicing of set to 19 should have done the trick.
> Hmmmm...
This is what vmstat 5 give out. When I play mp3 with xmms for 1 min.:
procs memory swap io system cpu
r b w swpd free buff cache si so bi bo in cs us sy id
1 0 0 12 5848 3316 75912 0 0 2 2 198 430 99 1 1
2 0 0 12 5920 3320 75924 0 0 1 18 517 1731 97 3 0
1 0 0 12 4640 3320 76176 0 0 13 1 227 868 100 0 0
3 0 0 12 4512 3320 76304 0 0 6 0 236 910 100 0 0
1 0 0 12 5536 3320 76304 0 0 0 6 238 909 99 1 0
1 0 0 12 4380 3320 76432 0 0 6 0 238 870 99 1 0
1 0 0 12 5280 3320 76560 0 0 6 0 227 839 100 0 0
1 0 0 12 4764 3320 76560 0 0 0 1 225 822 99 1 0
1 0 0 12 5152 3320 76688 0 0 6 0 236 860 100 0 0
1 0 0 12 4124 3320 76688 0 0 0 0 225 828 100 0 0
1 0 0 12 5024 3320 76816 0 0 6 0 226 852 99 1 0
1 0 0 12 3868 3320 76944 0 0 6 6 239 904 99 1 0
1 0 0 12 4764 3320 76944 0 0 0 0 445 1591 97 3 0
Set nice higher bei xmms do not help.
This is the output form top:
10:56am up 12:52, 7 users, load average: 1.00, 1.05, 1.07
98 processes: 96 sleeping, 2 running, 0 zombie, 0 stopped
CPU states: 1.2% user, 0.6% system, 97.6% nice, 0.6% idle
Mem: 255736K total, 251904K used, 3832K free, 3520K buffers
Swap: 128484K total, 12K used, 128472K free, 75800K cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
384 rainer 20 19 14768 14M 932 R N 95.1 5.7 756:06 setiathome
9145 rainer 14 0 1064 1064 824 R 4.7 0.4 0:00 top
9141 rainer 9 0 8532 8532 4668 S 0.9 3.3 0:00 xmms
1 root 8 0 528 528 460 S 0.0 0.2 0:05 init
2 root 9 0 0 0 0 SW 0.0 0.0 0:00 keventd
3 root 9 0 0 0 0 SW 0.0 0.0 0:00 kapm-idled
4 root 9 0 0 0 0 SW 0.0 0.0 0:00 kswapd
5 root 9 0 0 0 0 SW 0.0 0.0 0:00 kreclaimd
6 root 9 0 0 0 0 SW 0.0 0.0 0:00 bdflush
7 root 9 0 0 0 0 SW 0.0 0.0 0:00 kupdate
105 daemon 9 0 480 480 396 S 0.0 0.1 0:00 portmap
173 root 9 0 768 768 636 S 0.0 0.3 0:00 syslogd
175 root 9 0 1152 1152 464 S 0.0 0.4 0:00 klogd
181 root 8 0 524 524 456 S 0.0 0.2 0:00 apmd
193 root 9 0 500 500 428 S 0.0 0.1 0:00 gpm
198 root 8 0 672 672 580 S 0.0 0.2 0:00 inetd
206 root 9 0 720 720 608 S 0.0 0.2 0:00 lpd
214 root 9 0 1192 1192 992 S 0.0 0.4 0:00 sshd
218 root 9 0 3424 3424 656 S 0.0 1.3 0:00 xfs
221 daemon 9 0 612 612 524 S 0.0 0.2 0:00 atd
224 root 8 0 708 708 584 S 0.0 0.2 0:00 cron
229 root 9 0 1408 1408 1316 S 0.0 0.5 0:00 apache
232 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
234 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
235 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
236 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
237 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
240 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
241 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
242 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
243 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
244 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
271 root 9 0 1648 1648 1268 S 0.0 0.6 0:00 Login.app
272 root 5 -10 132M 20M 4768 S < 0.0 8.1 2:16 X
274 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
292 root 9 0 1808 1808 1432 S 0.0 0.7 0:00 xconsole
295 rainer 9 0 3248 3248 2004 S 0.0 1.2 0:13 WindowMaker
329 rainer 9 0 884 884 716 S 0.0 0.3 0:00 ssh-agent
336 rainer 9 0 2392 2392 1900 S 0.0 0.9 0:00 wmxmms
337 rainer 9 0 884 884 752 S 0.0 0.3 0:00 asclock
338 rainer 9 0 1456 1456 1240 S 0.0 0.5 0:13 WMMail
339 rainer 9 0 936 936 772 S 0.0 0.3 0:00 wmmon
340 rainer 9 0 848 848 744 S 0.0 0.3 0:00 wmnet
341 rainer 9 0 1392 1392 1052 S 0.0 0.5 0:00 wmpinboard
342 rainer 9 0 972 972 812 S 0.0 0.3 0:00 wmWeather
366 rainer 9 0 6140 6140 4480 S 0.0 2.4 0:03 xchat
393 rainer 9 0 1208 1204 928 S 0.0 0.4 0:00 run-mozilla.sh
398 rainer 9 0 38960 38M 15232 S 0.0 15.2 4:47 mozilla-bin
400 rainer 8 0 38960 38M 15232 S 0.0 15.2 0:00 mozilla-bin
401 rainer 9 0 38960 38M 15232 S 0.0 15.2 0:00 mozilla-bin
403 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:01 java_vm
404 rainer 8 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
405 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
406 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
407 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
408 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
409 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
410 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
411 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
412 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
413 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
414 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
415 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
416 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
417 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
418 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
577 mailhole 9 0 1668 1668 1328 S 0.0 0.6 0:00 fetchmail
794 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
3979 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3980 rainer 8 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3981 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3982 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3983 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:01 licq
4003 rainer 9 0 1460 1460 1148 S 0.0 0.5 0:00 aterm
4004 rainer 9 0 1452 1452 1108 S 0.0 0.5 0:00 bash
8112 rainer 9 0 1656 1656 1264 S 0.0 0.6 0:00 mutt
8153 rainer 9 0 38960 38M 15232 S 0.0 15.2 0:00 mozilla-bin
8316 rainer 9 0 1460 1460 1148 S 0.0 0.5 0:00 aterm
8317 rainer 9 0 1448 1448 1104 S 0.0 0.5 0:00 bash
8318 rainer 9 0 2636 2636 1224 S 0.0 1.0 0:00 mutt
8324 rainer 9 0 1456 1456 1148 S 0.0 0.5 0:00 aterm
8325 rainer 9 0 1452 1452 1108 S 0.0 0.5 0:00 bash
8326 rainer 8 0 1584 1584 1208 S 0.0 0.6 0:00 mutt
8618 rainer 9 0 1460 1460 1148 S 0.0 0.5 0:00 aterm
8619 rainer 9 0 1448 1448 1104 S 0.0 0.5 0:00 bash
8620 rainer 9 0 1664 1664 1272 S 0.0 0.6 0:00 mutt
8893 rainer 9 0 1808 1804 1088 S 0.0 0.7 0:00 jed
8909 rainer 9 0 1456 1456 1148 S 0.0 0.5 0:00 aterm
8910 rainer 8 0 1456 1456 1112 S 0.0 0.5 0:00 bash
8922 rainer 9 0 1468 1468 1148 S 0.0 0.5 0:00 aterm
8923 rainer 9 0 1472 1472 1120 S 0.0 0.5 0:00 bash
8947 rainer 9 0 1476 1476 1148 S 0.0 0.5 0:00 aterm
8948 rainer 9 0 1628 1628 1188 S 0.0 0.6 0:00 bash
8965 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
8966 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
8967 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
8970 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
9140 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
10:56am up 12:52, 7 users, load average: 1.00, 1.05, 1.07
98 processes: 93 sleeping, 5 running, 0 zombie, 0 stopped
CPU states: 1.0% user, 1.6% system, 97.4% nice, 0.0% idle
Mem: 255736K total, 252428K used, 3308K free, 3520K buffers
Swap: 128484K total, 12K used, 128472K free, 75808K cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
384 rainer 20 19 15284 14M 932 R N 98.0 5.9 756:11 setiathome
9145 rainer 14 0 1064 1064 824 R 1.1 0.4 0:00 top
398 rainer 9 0 38960 38M 15232 R 0.3 15.2 4:47 mozilla-bin
9141 rainer 9 0 8532 8532 4668 S 0.3 3.3 0:00 xmms
1 root 8 0 528 528 460 S 0.0 0.2 0:05 init
2 root 9 0 0 0 0 SW 0.0 0.0 0:00 keventd
3 root 9 0 0 0 0 SW 0.0 0.0 0:00 kapm-idled
4 root 9 0 0 0 0 SW 0.0 0.0 0:00 kswapd
5 root 9 0 0 0 0 SW 0.0 0.0 0:00 kreclaimd
6 root 9 0 0 0 0 SW 0.0 0.0 0:00 bdflush
7 root 9 0 0 0 0 SW 0.0 0.0 0:00 kupdate
105 daemon 9 0 480 480 396 S 0.0 0.1 0:00 portmap
173 root 9 0 768 768 636 S 0.0 0.3 0:00 syslogd
175 root 9 0 1152 1152 464 S 0.0 0.4 0:00 klogd
181 root 8 0 524 524 456 S 0.0 0.2 0:00 apmd
193 root 9 0 500 500 428 S 0.0 0.1 0:00 gpm
198 root 8 0 672 672 580 S 0.0 0.2 0:00 inetd
206 root 9 0 720 720 608 S 0.0 0.2 0:00 lpd
214 root 9 0 1192 1192 992 S 0.0 0.4 0:00 sshd
218 root 9 0 3424 3424 656 S 0.0 1.3 0:00 xfs
221 daemon 9 0 612 612 524 S 0.0 0.2 0:00 atd
224 root 8 0 708 708 584 S 0.0 0.2 0:00 cron
229 root 9 0 1408 1408 1316 S 0.0 0.5 0:00 apache
232 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
234 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
235 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
236 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
237 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
240 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
241 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
242 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
243 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
244 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
271 root 9 0 1648 1648 1268 S 0.0 0.6 0:00 Login.app
272 root 5 -10 132M 20M 4768 S < 0.0 8.1 2:16 X
274 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
292 root 9 0 1808 1808 1432 S 0.0 0.7 0:00 xconsole
295 rainer 9 0 3248 3248 2004 S 0.0 1.2 0:13 WindowMaker
329 rainer 9 0 884 884 716 S 0.0 0.3 0:00 ssh-agent
336 rainer 9 0 2392 2392 1900 S 0.0 0.9 0:00 wmxmms
337 rainer 9 0 884 884 752 S 0.0 0.3 0:00 asclock
338 rainer 9 0 1456 1456 1240 S 0.0 0.5 0:13 WMMail
339 rainer 9 0 936 936 772 S 0.0 0.3 0:00 wmmon
340 rainer 9 0 848 848 744 S 0.0 0.3 0:00 wmnet
341 rainer 9 0 1392 1392 1052 S 0.0 0.5 0:00 wmpinboard
342 rainer 9 0 972 972 812 R 0.0 0.3 0:00 wmWeather
366 rainer 9 0 6140 6140 4480 S 0.0 2.4 0:03 xchat
393 rainer 9 0 1208 1204 928 S 0.0 0.4 0:00 run-mozilla.sh
400 rainer 8 0 38960 38M 15232 R 0.0 15.2 0:00 mozilla-bin
401 rainer 9 0 38960 38M 15232 S 0.0 15.2 0:00 mozilla-bin
403 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:01 java_vm
404 rainer 8 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
405 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
406 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
407 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
408 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
409 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
410 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
411 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
412 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
413 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
414 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
415 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
416 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
417 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
418 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
577 mailhole 9 0 1668 1668 1328 S 0.0 0.6 0:00 fetchmail
794 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
3979 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3980 rainer 8 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3981 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3982 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3983 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:01 licq
4003 rainer 9 0 1460 1460 1148 S 0.0 0.5 0:00 aterm
4004 rainer 9 0 1452 1452 1108 S 0.0 0.5 0:00 bash
8112 rainer 9 0 1656 1656 1264 S 0.0 0.6 0:00 mutt
8153 rainer 9 0 38960 38M 15232 S 0.0 15.2 0:00 mozilla-bin
8316 rainer 9 0 1460 1460 1148 S 0.0 0.5 0:00 aterm
8317 rainer 9 0 1448 1448 1104 S 0.0 0.5 0:00 bash
8318 rainer 9 0 2636 2636 1224 S 0.0 1.0 0:00 mutt
8324 rainer 9 0 1456 1456 1148 S 0.0 0.5 0:00 aterm
8325 rainer 9 0 1452 1452 1108 S 0.0 0.5 0:00 bash
8326 rainer 8 0 1584 1584 1208 S 0.0 0.6 0:00 mutt
8618 rainer 9 0 1460 1460 1148 S 0.0 0.5 0:00 aterm
8619 rainer 9 0 1448 1448 1104 S 0.0 0.5 0:00 bash
8620 rainer 9 0 1664 1664 1272 S 0.0 0.6 0:00 mutt
8893 rainer 9 0 1808 1804 1088 S 0.0 0.7 0:00 jed
8909 rainer 9 0 1456 1456 1148 S 0.0 0.5 0:00 aterm
8910 rainer 8 0 1456 1456 1112 S 0.0 0.5 0:00 bash
8922 rainer 9 0 1468 1468 1148 S 0.0 0.5 0:00 aterm
8923 rainer 9 0 1472 1472 1120 S 0.0 0.5 0:00 bash
8947 rainer 9 0 1476 1476 1148 S 0.0 0.5 0:00 aterm
8948 rainer 9 0 1628 1628 1188 S 0.0 0.6 0:00 bash
8965 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
8966 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
8967 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
8970 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
9140 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
10:56am up 12:53, 7 users, load average: 1.00, 1.05, 1.07
98 processes: 95 sleeping, 3 running, 0 zombie, 0 stopped
CPU states: 0.6% user, 1.2% system, 98.2% nice, 0.0% idle
Mem: 255736K total, 252948K used, 2788K free, 3520K buffers
Swap: 128484K total, 12K used, 128472K free, 75816K cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
384 rainer 20 19 15796 15M 932 R N 98.4 6.1 756:16 setiathome
9145 rainer 14 0 1064 1064 824 R 1.1 0.4 0:00 top
272 root 5 -10 132M 20M 4768 S < 0.1 8.1 2:16 X
9141 rainer 9 0 8532 8532 4668 S 0.1 3.3 0:00 xmms
1 root 8 0 528 528 460 S 0.0 0.2 0:05 init
2 root 9 0 0 0 0 SW 0.0 0.0 0:00 keventd
3 root 9 0 0 0 0 SW 0.0 0.0 0:00 kapm-idled
4 root 9 0 0 0 0 SW 0.0 0.0 0:00 kswapd
5 root 9 0 0 0 0 SW 0.0 0.0 0:00 kreclaimd
6 root 9 0 0 0 0 SW 0.0 0.0 0:00 bdflush
7 root 9 0 0 0 0 SW 0.0 0.0 0:00 kupdate
105 daemon 9 0 480 480 396 S 0.0 0.1 0:00 portmap
173 root 9 0 768 768 636 S 0.0 0.3 0:00 syslogd
175 root 9 0 1152 1152 464 S 0.0 0.4 0:00 klogd
181 root 8 0 524 524 456 S 0.0 0.2 0:00 apmd
193 root 9 0 500 500 428 S 0.0 0.1 0:00 gpm
198 root 8 0 672 672 580 S 0.0 0.2 0:00 inetd
206 root 9 0 720 720 608 S 0.0 0.2 0:00 lpd
214 root 9 0 1192 1192 992 S 0.0 0.4 0:00 sshd
218 root 9 0 3424 3424 656 S 0.0 1.3 0:00 xfs
221 daemon 9 0 612 612 524 S 0.0 0.2 0:00 atd
224 root 8 0 708 708 584 S 0.0 0.2 0:00 cron
229 root 9 0 1408 1408 1316 S 0.0 0.5 0:00 apache
232 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
234 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
235 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
236 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
237 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
240 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
241 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
242 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
243 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
244 www-data 9 0 1412 1412 1328 S 0.0 0.5 0:00 apache
271 root 9 0 1648 1648 1268 S 0.0 0.6 0:00 Login.app
274 root 9 0 492 492 424 S 0.0 0.1 0:00 getty
292 root 9 0 1808 1808 1432 S 0.0 0.7 0:00 xconsole
295 rainer 9 0 3248 3248 2004 S 0.0 1.2 0:13 WindowMaker
329 rainer 9 0 884 884 716 S 0.0 0.3 0:00 ssh-agent
336 rainer 9 0 2392 2392 1900 S 0.0 0.9 0:00 wmxmms
337 rainer 9 0 884 884 752 S 0.0 0.3 0:00 asclock
338 rainer 9 0 1456 1456 1240 S 0.0 0.5 0:13 WMMail
339 rainer 9 0 936 936 772 S 0.0 0.3 0:00 wmmon
340 rainer 9 0 848 848 744 S 0.0 0.3 0:00 wmnet
341 rainer 9 0 1392 1392 1052 S 0.0 0.5 0:00 wmpinboard
342 rainer 9 0 972 972 812 R 0.0 0.3 0:00 wmWeather
366 rainer 9 0 6140 6140 4480 S 0.0 2.4 0:03 xchat
393 rainer 9 0 1208 1204 928 S 0.0 0.4 0:00 run-mozilla.sh
398 rainer 9 0 38960 38M 15232 S 0.0 15.2 4:47 mozilla-bin
400 rainer 8 0 38960 38M 15232 S 0.0 15.2 0:00 mozilla-bin
401 rainer 9 0 38960 38M 15232 S 0.0 15.2 0:00 mozilla-bin
403 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:01 java_vm
404 rainer 8 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
405 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
406 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
407 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
408 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
409 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
410 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
411 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
412 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
413 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
414 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
415 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
416 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
417 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
418 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
577 mailhole 9 0 1668 1668 1328 S 0.0 0.6 0:00 fetchmail
794 rainer 9 0 19900 19M 5180 S 0.0 7.7 0:00 java_vm
3979 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3980 rainer 8 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3981 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3982 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:00 licq
3983 rainer 9 0 6004 6004 4884 S 0.0 2.3 0:01 licq
4003 rainer 9 0 1460 1460 1148 S 0.0 0.5 0:00 aterm
4004 rainer 9 0 1452 1452 1108 S 0.0 0.5 0:00 bash
8112 rainer 9 0 1656 1656 1264 S 0.0 0.6 0:00 mutt
8153 rainer 9 0 38960 38M 15232 S 0.0 15.2 0:00 mozilla-bin
8316 rainer 9 0 1460 1460 1148 S 0.0 0.5 0:00 aterm
8317 rainer 9 0 1448 1448 1104 S 0.0 0.5 0:00 bash
8318 rainer 9 0 2636 2636 1224 S 0.0 1.0 0:00 mutt
8324 rainer 9 0 1456 1456 1148 S 0.0 0.5 0:00 aterm
8325 rainer 9 0 1452 1452 1108 S 0.0 0.5 0:00 bash
8326 rainer 8 0 1584 1584 1208 S 0.0 0.6 0:00 mutt
8618 rainer 9 0 1460 1460 1148 S 0.0 0.5 0:00 aterm
8619 rainer 9 0 1448 1448 1104 S 0.0 0.5 0:00 bash
8620 rainer 9 0 1664 1664 1272 S 0.0 0.6 0:00 mutt
8893 rainer 9 0 1808 1804 1088 S 0.0 0.7 0:00 jed
8909 rainer 9 0 1456 1456 1148 S 0.0 0.5 0:00 aterm
8910 rainer 8 0 1456 1456 1112 S 0.0 0.5 0:00 bash
8922 rainer 9 0 1468 1468 1148 S 0.0 0.5 0:00 aterm
8923 rainer 9 0 1472 1472 1120 S 0.0 0.5 0:00 bash
8947 rainer 9 0 1476 1476 1148 S 0.0 0.5 0:00 aterm
8948 rainer 9 0 1628 1628 1188 S 0.0 0.6 0:00 bash
8965 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
8966 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
8967 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
8970 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
9140 rainer 9 0 8532 8532 4668 S 0.0 3.3 0:00 xmms
cu
Rainer
--
You will be married within a year, and divorced within two.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: seti@home and es1371
2001-01-31 19:13 seti@home and es1371 Alex Deucher
@ 2001-02-10 0:25 ` Dr. Kelsey Hudson
0 siblings, 0 replies; 9+ messages in thread
From: Dr. Kelsey Hudson @ 2001-02-10 0:25 UTC (permalink / raw)
To: Alex Deucher; +Cc: rainer, linux-kernel
You might also want to run setiathome with the -nice option...for
instance i *always* run it with -nice 19 so that it lays in the background
consuming otherwise idle cycles. anything wanting cpu time will then take
it from seti.
On Wed, 31 Jan 2001, Alex Deucher wrote:
> Rainer,
>
> I'm not too familiar with the ct5880 sound chip that comes built onto
> motherboards. I do know that alot of the AC'97 compliant built in sound
> chips tend to let the host cpu do most of the processing involved in
> playing the sound. That being said, even if you have a dedicated sound
> processor, mp3 decoding is very processor intensive. It just so happens
> that seti is also very processor intensive. Both of these processes are
> vying for time on the cpu. Since both of these processes are so
> processor intensive and the cpu can only do one thing at a time, the
> performance of one or the other process will suffer from time to time.
>
> Alex
>
>
> ----------------------------------------
>
> Hi,
>
> I hope you can help me. I have a problem with my on board soundcard and
> seti. I have a Gigabyte GA-7ZX Creative 5880 sound chip. I use the
> kernel
> driver es1371 and it works goot. But when I run seti@home I got some
> noise
> in my sound when I play mp3 and other sound. But it is not every time
> 10s
> play good than for 2 s bad and than 10s good 2s bad and so on. When I
> kill
> seti@home every thing is ok. So what can I do?
>
> I have a Athlon 800 Mhz and 128 MB RAM
>
> cu
> Rainer
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Kelsey Hudson khudson@ctica.com
Software Engineer
Compendium Technologies, Inc (619) 725-0771
---------------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2001-02-10 0:26 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-31 19:13 seti@home and es1371 Alex Deucher
2001-02-10 0:25 ` Dr. Kelsey Hudson
-- strict thread matches above, loose matches on Subject: below --
2001-01-31 16:11 Rainer Wiener
2001-01-31 19:28 ` LA Walsh
2001-02-01 9:13 ` Rainer Wiener
[not found] ` <3A792A49.CDE8FBE0@sgi.com>
2001-02-01 9:57 ` Rainer Wiener
2001-02-01 0:09 ` Joerg Dietrich
2001-02-01 6:40 ` Robert-Jan Oosterloo
2001-02-01 9:11 ` Rainer Wiener
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox