Gentoo Archives: gentoo-user

From: Andrew MacKenzie <amackenz@×××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problem with X100P clone
Date: Wed, 31 Aug 2005 14:05:15
Message-Id: 20050831135359.GQ12762@edespot.com
In Reply to: Re: [gentoo-user] problem with X100P clone by Walter Willis
1 +++ Walter Willis [gentoo-user] [Fri, Aug 19, 2005 at 05:42:07PM -0500]:
2 > yes
3 > include :
4 > #rc-update add zaptel default
5 > #rc-update add asterisk default
6 >
7 > and after
8 > #rc-update del asterisk
9 >
10 > # reboot
11 > and reboot normality, charge modules etc, etc.
12 >
13 > login in gentoo linux and :
14 > #/etc/init.d/asterisk start and
15 > #ps aux
16 > USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
17 > root 3 0.0 0.0 0 0 ? SN 16:48 0:00 [ksoftirqd/0]
18
19 <snippage>
20
21 > mpg123 -q -s --mono -r 8000 -b 2048 -f 4096 fpm-calm-river.mp
22 > root 9101 0.0 0.3 2440 832 pts/0 R+ 16:54 0:00 ps aux
23 >
24 >
25 > but no work!!!
26 >
27 > for asterisk is necesary sound card ????
28 I do not believe so. I had a similar issue to what you are seeing. Oddly
29 enough I'm not sure how I "fixed" it but doing the following seemed to
30 help:
31
32 rmmod wcfxo
33 rmmod zaptel
34 sleep1
35 modprobe zaptel
36 modprobe wcfxo
37 sleep 1
38 ztcfg -vvv
39
40 asterisk -vvvvc
41
42 I know it seems no different from what you've been doing (same here), but
43 do them right in a row like that and I think you may get asterisk to start
44 working.
45
46
47 As an aside, for me the interface seems to "stop listening" after a certain
48 amount of time (a few minutes I think). I can't seem to find anybody else
49 having this problem. If you hit it too then it's likely a Gentoo specific
50 issue...
51
52
53 --
54 // Andrew MacKenzie | http://www.edespot.com
55 // GPG public key: http://www.edespot.com/~amackenz/public.key
56 // An adequate bootstrap is a contradiction in terms.
57 // - Alan Perlis

Replies

Subject Author
Re: [gentoo-user] problem with X100P clone Walter Willis <walterwn@×××××.com>