Project

General

Profile

EC25 » History » Version 21

laforge, 12/17/2016 06:05 PM

1 4 laforge
{{>toc}}
2
3 1 laforge
h1. EC25
4
5 3 laforge
Below testing has been made on an EC25-E Revision: EC25EFAR02A03M4G (according to ATI0 and the label on the device)
6
7 2 laforge
h2. serial console
8
9
In the EC25-E miniPCI that was analyzed, the serial console of bootloader and Linux appears to be active on pins 11+12 of the LGA module (DBG_RXD, DBG_TXD). The console is at 1.8V and at 115200bps.
10
11 21 laforge
h2. enabling adb
12
13
h3. via serial console
14
15
access the serial console of the device and enter the following commands
16
17
<pre>
18
echo 0 > /sys/class/android_usb/android0/enable                       
19
echo adb,diag,serial,rmnet > /sys/class/android_usb/android0/functions
20
echo 1 > /sys/class/android_usb/android0/enable
21
</pre>
22
23
at this point the usb device re-enumerates on the PC and has now 6 instead of 5 interfaces, in the following order:
24
25
|_.Interface|_.Type|_.Driver|_.Purpose|
26
|0|adb|-|adbd on USB host|
27
|1|diag|-|diag software on host|
28
|2|serial|qcserial|GPS|
29
|3|serial|qcserial|AT commands|
30
|4|serial|qcserial|AT commands|
31
|5|rmnet|qmi_wwan|libqmi/qmicli|
32
33
See [[Android_USB_Gadget]] for more information on configuration options of the USB gadget.
34
35 5 laforge
h2. processes
36
37
h3. quectel_daemon
38
39
seems to be primarily concerned with voice routing / alsa codec related bits, including playback of ringtones
40
41
h3. atfwd_daemon
42
43 18 laforge
implements Quectel specific extensions to the AT command interpreter (ATCOP) using the QMI framework to register them in the modem processor. See [[AT Commands]].
44 5 laforge
45
h3. Quec_WIFI_CLI
46
47
h3. /usr/bin/time_daemon
48
49 17 laforge
* get time from modem via qmi
50
* get time from RTC
51
52 20 laforge
<pre>
53
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 0
54
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: ats_rtc_init: Time read from RTC -- year = 70, month = 0,day = 1
55
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Value read from RTC seconds = 700000
56
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_init_config: ATS_RTC initialized
57
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 1
58
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  Storage Name: ats_1 
59
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_1
60
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff Read operation 
61
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 2
62
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  Storage Name: ats_2 
63
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_2
64
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff Read operation 
65
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Unable to open filefor read
66
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_post_init:Error in accessing storage
67
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 3
68
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  Storage Name: ats_3 
69
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_3
70
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff Read operation 
71
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Unable to open filefor read
72
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_post_init:Error in accessing storage
73
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 4
74
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  Storage Name: ats_4 
75
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_4
76
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff Read operation 
77
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Unable to open filefor read
78
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_post_init:Error in accessing storage
79
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 5
80
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  Storage Name: ats_5 
81
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_5
82
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff Read operation 
83
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Unable to open filefor read
84
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_post_init:Error in accessing storage
85
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 6
86
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  Storage Name: ats_6 
87
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_6
88
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff Read operation 
89
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Unable to open filefor read
90
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_post_init:Error in accessing storage
91
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 7
92
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  Storage Name: ats_7 
93
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_7
94
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff Read operation 
95
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Unable to open filefor read
96
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_post_init:Error in accessing storage
97
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 8
98
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  Storage Name: ats_8 
99
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_8
100
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff Read operation 
101
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Unable to open filefor read
102
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_post_init:Error in accessing storage
103
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 9
104
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  Storage Name: ats_9 
105
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_9
106
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff Read operation 
107
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Unable to open filefor read
108
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_post_init:Error in accessing storage
109
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 10
110
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  Storage Name: ats_10 
111
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_10
112
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff Read operation 
113
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Unable to open filefor read
114
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_post_init:Error in accessing storage
115
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_pre_init::Base = 11
116
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  Storage Name: ats_11 
117
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_11
118
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff Read operation 
119
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Unable to open filefor read
120
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_post_init:Error in accessing storage
121
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_init_config: Other bases initilized, exiting genoff_init
122
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_opr: Base = 1, val = 198101071560715, operation = 1
123
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff get for 1
124
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: rtc_get: Time read from RTC -- year = 70, month = 0,day = 1
125
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Value read from RTC seconds = 700000
126
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Value read from RTC seconds = 700000
127
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Final Time = 315965500246
128
Jan  1 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_boot_tod_init: Updating system time to sec=315965500, usec=246000
129
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_modem_qmi_init: Initiallizing QMI 
130
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_modem_qmi_init: qmi_client_get_service_list returned 0num_services 1
131
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_modem_qmi_init: Sending initial transaction to read time
132
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Daemon:genoff_modem_qmi_init:Time received 315965500233
133
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_opr: Base = 1, val = 315965500233, operation = 0
134
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: rtc_get: Time read from RTC -- year = 70, month = 0,day = 1
135
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Value read from RTC seconds = 701000
136
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: new time 315965500233 
137
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: delta 315964799233 genoff 315964799233 
138
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_persistent_update: Writing genoff = 315964799233 to memory
139
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Opening File: /data/time/ats_1
140
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: time_persistent_memory_opr:Genoff write operation 
141
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: Daemon:genoff_modem_qmi_init: offset 1 updated
142
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_modem_qmi_init: Updating system time to sec=315965500, usec=233000
143
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]: genoff_modem_qmi_init: Local Genoff update for base = 1 , rc = 0
144
Jan  6 00:11:40 mdm9607-perf user.err time_daemon_mdm:[1081]:  starting with pid (1081)
145
Jan  6 00:11:45 mdm9607-perf authpriv.notice login[1080]: ROOT LOGIN  on '/dev/ttyHSL0'
146
Jan  6 03:26:20 mdm9607-perf user.info quectel_daemon: [Max][CodeFlag] rc = 0
147
</pre>
148
149 5 laforge
h3. /usr/bin/mbimd
150
151
h3. /usr/bin/pdc_daemon
152
153
h3. /usr/bin/diagrebootapp
154
155 9 laforge
an application registering a DIAG command with /dev/diag.  Once that diag command is received, it will write to @/dev/rebooterdev@ which will be picked up by reboot-daemon to actually do the reboot. Weird architecture.
156 5 laforge
157
h3. /sbin/reboot-daemon
158
159 8 laforge
strange minimalistic daemon that does a blocking read on @/dev/rebooterdev@ and issues a system("reboot") as soon as the read returns.
160 7 laforge
161 5 laforge
h3. wlan_services
162
163
h3. /usr/bin/qmi_ip_multiclient
164
165
h3. eMBMs_TunnelingModule
166
167
something related to eMBMS (evolved=LTE Multicast)
168
169
h3. alsaucm_test
170
171
h3. /usr/bin/quectel-remotefs-service
172
173 15 laforge
* uses /dev/smd8
174
175
176 5 laforge
h3. /usr/bin/quectel_psm_aware
177
178
h3. /usr/bin/quectel_monitor_daemon
179
180 14 laforge
* reads from  /sys/devices/4080000.qcom,mss/subsys1/quec_state
181
182
183 5 laforge
h3. /usr/bin/quectel-gps-handle
184
185 13 laforge
* uses /dev/ttyGS0 to print NMEA to host
186
* uses /dev/smd7 to communicate with  BB
187
188
189 5 laforge
h3. /usr/bin/qmi_shutdown_modem
190
191 10 laforge
something low power mode related, uses @qmi_simple_ril_test@ and data in /tmp/qmi-shutdown-modem/
192
193 5 laforge
h3. /usr/bin/netmgrd
194
195
h3. /usr/bin/thermal-engine
196
197 6 laforge
some kind of thermal management for the MSM SoC
198
199 19 laforge
<pre>
200
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: Thermal daemon started
201
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: No target config file, falling back to '/etc/thermal-engine.conf'
202
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: devices_manager_init: Init
203
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: Unable to open /sys/class/kgsl
204
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: Number of gpus :0
205
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: Number of cpus :1
206
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: update_cpu_topology: Cluster info node not found/sys/module/msm_thermal/cluster_info
207
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: tmd_init_cluster_devs: No clusters found
208
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: vdd_rstr_init: Init KTM VDD RSTR enabled: 0
209
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: cpr_band_init: Could not read /sys/module/msm_thermal/cpr_band/curr_cpr_band
210
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: sensors_manager_init: Init
211
Jan  1 00:11:36 mdm9607-perf user.err thermal-engine: bcl_setup: Unexpected node error
212
Jan  1 00:11:36 mdm9607-perf user.err thermal-engine: add_tgt_sensors_set: Error adding bcl
213
Jan  1 00:11:36 mdm9607-perf user.err thermal-engine: sensors_init: Error adding BCL TS
214
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: Loading configuration file /etc/thermal-engine.conf
215
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: Parsing section global
216
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: [PEAK_POWER_MONITOR]
217
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: #algo_type monitor
218
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: sampling 1000 sensor tsens_tz_sensor2
219
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds 110000
220
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds_clr 105000
221
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: actions cpu
222
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: action_info 400000
223
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: [MODEM_MONITOR]
224
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: #algo_type monitor
225
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: sampling 1000 sensor tsens_tz_sensor2
226
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds 100000
227
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds_clr 95000
228
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: actions modem
229
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: action_info 2
230
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: [PA_MONITOR]
231
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: #algo_type monitor
232
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: sampling 1000 sensor tsens_tz_sensor2
233
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds 95000
234
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds_clr 90000
235
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: actions modem
236
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: action_info 1
237
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: [CX_MODEM_MONITOR]
238
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: #algo_type monitor
239
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: sampling 1000 sensor tsens_tz_sensor2
240
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds 110000 112000 115000
241
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds_clr 105000 110000 112000
242
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: actions modem_cx modem_cx modem_cx
243
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: action_info 1 2 3
244
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: [VDD_RSTR_MONITOR-TSENS4]
245
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: #algo_type monitor
246
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: sampling 1000 sensor tsens_tz_sensor4
247
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds 5000
248
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds_clr 10000
249
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: actions vdd_restriction
250
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: action_info 1
251
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: descending
252
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: [VDD_RSTR_MONITOR-TSENS3]
253
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: #algo_type monitor
254
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: sampling 1000 sensor tsens_tz_sensor3
255
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds 5000
256
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds_clr 10000
257
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: actions vdd_restriction
258
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: action_info 1
259
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: descending
260
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: [VDD_RSTR_MONITOR-TSENS2]
261
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: #algo_type monitor
262
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: sampling 1000 sensor tsens_tz_sensor2
263
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds 5000
264
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds_clr 10000
265
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: actions vdd_restriction
266
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: action_info 1
267
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: descending
268
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: [VDD_RSTR_MONITOR-TSENS1]
269
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: #algo_type monitor
270
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: sampling 1000 sensor tsens_tz_sensor1
271
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds 5000
272
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds_clr 10000
273
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: actions vdd_restriction
274
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: action_info 1
275
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: descending
276
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: [VDD_RSTR_MONITOR-TSENS0]
277
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: #algo_type monitor
278
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: sampling 1000 sensor tsens_tz_sensor0
279
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds 5000
280
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: thresholds_clr 10000
281
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: actions vdd_restriction
282
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: action_info 1
283
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: descending
284
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: [SS-CPU]
285
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: #algo_type ss
286
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: sampling 65 sensor cpu0 device cpu
287
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: set_point 95000 set_point_clr 90000 time_constant 0
288
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: vdd_restrict_qmi_request: MODEM req level(0) is recorded and waiting for completing QMI registration
289
Jan  1 00:11:36 mdm9607-perf user.info thermal-engine: vdd_restrict_qmi_request: ADSP req level(0) is recorded and waiting for completing QMI registration
290
Jan  1 00:11:37 mdm9607-perf user.info quectel_daemon: [Max][CodeFlag] rc = 0
291
Jan  1 00:11:37 mdm9607-perf user.info thermal-engine: MODEM thermal mitigation available.
292
Jan  1 00:11:37 mdm9607-perf user.info thermal-engine: ACTION: MODEM - Pending request: pa mitigation succeeded for level 0.
293
Jan  1 00:11:37 mdm9607-perf user.info thermal-engine: Mitigation:Modem:0
294
Jan  1 00:11:37 mdm9607-perf user.info thermal-engine: ACTION: MODEM - Pending request: cpuv_restriction_cold mitigation succeeded for level 0.
295
Jan  1 00:11:37 mdm9607-perf user.info thermal-engine: Mitigation:VDD[MODEM-cpuv_restriction_cold]:0
296
Jan  1 00:11:37 mdm9607-perf user.info thermal-engine: ACTION: MODEM - Pending request: cx_vdd_limit mitigation succeeded for level 0.
297
Jan  1 00:11:37 mdm9607-perf user.info thermal-engine: Mitigation:VDD[MODEM-cx_vdd_limit]:0
298
Jan  1 00:11:37 mdm9607-perf user.info thermal-engine: ACTION: MODEM - Pending request: modem mitigation succeeded for level 0.
299
Jan  1 00:11:37 mdm9607-perf user.info thermal-engine: Mitigation:VDD[MODEM-modem]:0
300
</pre>
301
302 5 laforge
h3. /usr/bin/qmuxd
303
304
h3. /usr/bin/quectel_pcm_daemon
305
306
related to alsa soc (asoc) codec configuration, uses /etc/auxpcm.conf
307
308
h3. /usr/bin/qti
309
310 16 laforge
rmnet/tethering related
311
* /dev/dpl_ctrl 
312
* /dev/rmnet_ctrl
313
314
315 5 laforge
h3. QCMAP_ConnectionManager
316
317 11 laforge
related to WLAN/WWAN back-haul switching
318
319 12 laforge
h3. QCMAP_CLI
320
321
Program to configure QCMAP. Cnfiguration can also be done via web?
322
323
<pre>
324
Please select an option to test from the items listed below.
325
326
 1. Display Current Config         49. Get UPnP Status                
327
 2. Delete SNAT Entry              50. Get DLNA Status                
328
 3. Add SNAT Entry                 51. Get MDNS Status                
329
 4. Get SNAT Config                52. Get Station Mode Status        
330
 5. Set Roaming                    53. Set DLNA Media Directory       
331
 6. Get Roaming                    54. Get DLNA Media Directory       
332
 7. Delete DMZ IP                  55. Set MobileAP/WLAN Bootup Config
333
 8. Add DMZ IP                     56. Get MobileAP/WLAN Bootup Config
334
 9. Get DMZ IP                     57. Enable/Disable IPV4            
335
10. Set IPSEC VPN Passthrough      58. Get IPv4 State                 
336
11. Get IPSEC VPN Passthrough      59. Get Data Bitrate               
337
12. Set PPTP VPN Passthrough       60. Set UPnP Notify Interval       
338
13. Get PPTP VPN Passthrough       61. Get UPnP Notify Interval       
339
14. Set L2TP VPN Passthrough       62. Set DLNA Notify Interval       
340
15. Get L2TP VPN Passthrough       63. Get DLNA Notify Interval       
341
16. Set Autoconnect Config         64. Add DHCP Reservation Record    
342
17. Get Autoconnect Config         65. Get DHCP Reservation Records   
343
18. Get WAN status                 66. Edit DHCP Reservation Record   
344
19. Add Firewall Entry             67. Delete DHCP Reservation Record 
345
20. Enable/Disable M-DNS           68. Activate Hostapd Config        
346
21. Enable/Disable UPnP            69. Activate Supplicant Config     
347
22. Enable/Disable DLNA            70. Get Webserver WWAN access flag 
348
23. Display Firewalls              71. Set Webserver WWAN access flag 
349
24. Delete Firewall Entry          72. Enable/Disable ALG             
350
25. Get WWAN Statistics            73. Set SIP server info            
351
26. Reset WWAN Statistics          74. Get SIP server info            
352
27. Get Network Configuration      75. Restore Factory Default Settings(** Will Reboot Device )
353
28. Get NAT Type                   76. Get Connected Device info      
354
29. Set NAT Type                   77. Get Cradle Mode                
355
30. Enable/Disable Mobile AP       78. Set Cradle Mode                
356
31. Enable/Disable WLAN            79. Get Prefix Delegation Config   
357
32. Connect/Disconnect Backhaul    80. Set Prefix Delegation Config   
358
33. Get Mobile AP status           81. Get Prefix Delegation Status   
359
34. Set NAT Timeout                82. Set/Get Gateway URL            
360
35. Get NAT Timeout                83. Enable/Disable DDNS            
361
36. Set WLAN Config                84. Set DDNS Config                
362
37. Get WLAN Config                85. Get DDNS Config                
363
38. Activate WLAN                  86. Enable/Disable TinyProxy       
364
39. Set  LAN Config                87. Get TinyProxy Status           
365
40. Get  LAN Config                88. Set DLNAWhitelisting           
366
41. Activate  LAN                  89. Get DLNAWhitelisting           
367
42. Get WLAN Status                90. Add DLNAWhitelistingIP         
368
43. Enable/Disable IPV6            91. Delete DLNAWhitelistingIP      
369
44. Set Firewall Config            92. Set UPNPPinhole State          
370
45. Get Firewall Config            93. Get UPNPPinhole State          
371
46. Get IPv6 State                 94. Configure Active Backhaul Priority
372
47. Get WWAN Profile               95. Get Backhaul Priority          
373
48. Set WWAN Profile               96. Teardown/Disable and Exit      
374
</pre>
375
376 5 laforge
h3. ipacmdiag
377
378
related to https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/data-ipa-cfg-mgr/ ?
379
h3. ipacm_perf
380
381
related to https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/data-ipa-cfg-mgr/ ?
382
383
h3. psmd
384
385
/dev/socket/psm
386
387
h3. /sbin/adbd
388
389
android debug bridge.
390
391
h2. misc outputs
392
393
h3. lsusb output
394 1 laforge
395
<pre>
396
Bus 001 Device 058: ID 2c7c:0125··
397
Device Descriptor:
398
  bLength                18
399
  bDescriptorType         1
400
  bcdUSB               2.00
401
  bDeviceClass            0 (Defined at Interface level)
402
  bDeviceSubClass         0·
403
  bDeviceProtocol         0·
404
  bMaxPacketSize0        64
405
  idVendor           0x2c7c·
406
  idProduct          0x0125·
407
  bcdDevice            3.18
408
  iManufacturer           1 Android
409
  iProduct                2 Android
410
  iSerial                 0·
411
  bNumConfigurations      1
412
  Configuration Descriptor:
413
    bLength                 9
414
    bDescriptorType         2
415
    wTotalLength          209
416
    bNumInterfaces          5
417
    bConfigurationValue     1
418
    iConfiguration          0·
419
    bmAttributes         0xa0
420
      (Bus Powered)
421
      Remote Wakeup
422
    MaxPower              500mA
423
    Interface Descriptor:
424
      bLength                 9
425
      bDescriptorType         4
426
      bInterfaceNumber        0
427
      bAlternateSetting       0
428
      bNumEndpoints           2
429
      bInterfaceClass       255 Vendor Specific Class
430
      bInterfaceSubClass    255 Vendor Specific Subclass
431
      bInterfaceProtocol    255 Vendor Specific Protocol
432
      iInterface              0·
433
      Endpoint Descriptor:
434
        bLength                 7
435
        bDescriptorType         5
436
        bEndpointAddress     0x81  EP 1 IN
437
        bmAttributes            2
438
          Transfer Type            Bulk
439
          Synch Type               None
440
          Usage Type               Data
441
        wMaxPacketSize     0x0200  1x 512 bytes
442
        bInterval               0
443
      Endpoint Descriptor:
444
        bLength                 7
445
        bDescriptorType         5
446
        bEndpointAddress     0x01  EP 1 OUT
447
        bmAttributes            2
448
          Transfer Type            Bulk
449
          Synch Type               None
450
          Usage Type               Data
451
        wMaxPacketSize     0x0200  1x 512 bytes
452
        bInterval               0
453
    Interface Descriptor:
454
      bLength                 9
455
      bDescriptorType         4
456
      bInterfaceNumber        1
457
      bAlternateSetting       0
458
      bNumEndpoints           3
459
      bInterfaceClass       255 Vendor Specific Class
460
      bInterfaceSubClass      0·
461
      bInterfaceProtocol      0·
462
      iInterface              0·
463
      ** UNRECOGNIZED:  05 24 00 10 01
464
      ** UNRECOGNIZED:  05 24 01 00 00
465
      ** UNRECOGNIZED:  04 24 02 02
466
      ** UNRECOGNIZED:  05 24 06 00 00
467
      Endpoint Descriptor:
468
        bLength                 7
469
        bDescriptorType         5
470
        bEndpointAddress     0x83  EP 3 IN
471
        bmAttributes            3
472
          Transfer Type            Interrupt
473
          Synch Type               None
474
          Usage Type               Data
475
        wMaxPacketSize     0x000a  1x 10 bytes
476
        bInterval               9
477
      Endpoint Descriptor:
478
        bLength                 7
479
        bDescriptorType         5
480
        bEndpointAddress     0x82  EP 2 IN
481
        bmAttributes            2
482
          Transfer Type            Bulk
483
          Synch Type               None
484
          Usage Type               Data
485
        wMaxPacketSize     0x0200  1x 512 bytes
486
        bInterval               0
487
      Endpoint Descriptor:
488
        bLength                 7
489
        bDescriptorType         5
490
        bEndpointAddress     0x02  EP 2 OUT
491
        bmAttributes            2
492
          Transfer Type            Bulk
493
          Synch Type               None
494
          Usage Type               Data
495
        wMaxPacketSize     0x0200  1x 512 bytes
496
        bInterval               0
497
    Interface Descriptor:
498
      bLength                 9
499
      bDescriptorType         4
500
      bInterfaceNumber        2
501
      bAlternateSetting       0
502
      bNumEndpoints           3
503
      bInterfaceClass       255 Vendor Specific Class
504
      bInterfaceSubClass      0·
505
      bInterfaceProtocol      0·
506
      iInterface              0·
507
      ** UNRECOGNIZED:  05 24 00 10 01
508
      ** UNRECOGNIZED:  05 24 01 00 00
509
      ** UNRECOGNIZED:  04 24 02 02
510
      ** UNRECOGNIZED:  05 24 06 00 00
511
      Endpoint Descriptor:
512
        bLength                 7
513
        bDescriptorType         5
514
        bEndpointAddress     0x85  EP 5 IN
515
        bmAttributes            3
516
          Transfer Type            Interrupt
517
          Synch Type               None
518
          Usage Type               Data
519
        wMaxPacketSize     0x000a  1x 10 bytes
520
        bInterval               9
521
      Endpoint Descriptor:
522
        bLength                 7
523
        bDescriptorType         5
524
        bEndpointAddress     0x84  EP 4 IN
525
        bmAttributes            2
526
          Transfer Type            Bulk
527
          Synch Type               None
528
          Usage Type               Data
529
        wMaxPacketSize     0x0200  1x 512 bytes
530
        bInterval               0
531
      Endpoint Descriptor:
532
        bLength                 7
533
        bDescriptorType         5
534
        bEndpointAddress     0x03  EP 3 OUT
535
        bmAttributes            2
536
          Transfer Type            Bulk
537
          Synch Type               None
538
          Usage Type               Data
539
        wMaxPacketSize     0x0200  1x 512 bytes
540
        bInterval               0
541
    Interface Descriptor:
542
      bLength                 9
543
      bDescriptorType         4
544
      bInterfaceNumber        3
545
      bAlternateSetting       0
546
      bNumEndpoints           3
547
      bInterfaceClass       255 Vendor Specific Class
548
      bInterfaceSubClass      0·
549
      bInterfaceProtocol      0·
550
      iInterface              0·
551
      ** UNRECOGNIZED:  05 24 00 10 01
552
      ** UNRECOGNIZED:  05 24 01 00 00
553
      ** UNRECOGNIZED:  04 24 02 02
554
      ** UNRECOGNIZED:  05 24 06 00 00
555
      Endpoint Descriptor:
556
        bLength                 7
557
        bDescriptorType         5
558
        bEndpointAddress     0x87  EP 7 IN
559
        bmAttributes            3
560
          Transfer Type            Interrupt
561
          Synch Type               None
562
          Usage Type               Data
563
        wMaxPacketSize     0x000a  1x 10 bytes
564
        bInterval               9
565
      Endpoint Descriptor:
566
        bLength                 7
567
        bDescriptorType         5
568
        bEndpointAddress     0x86  EP 6 IN
569
        bmAttributes            2
570
          Transfer Type            Bulk
571
          Synch Type               None
572
          Usage Type               Data
573
        wMaxPacketSize     0x0200  1x 512 bytes
574
        bInterval               0
575
      Endpoint Descriptor:
576
        bLength                 7
577
        bDescriptorType         5
578
        bEndpointAddress     0x04  EP 4 OUT
579
        bmAttributes            2
580
          Transfer Type            Bulk
581
          Synch Type               None
582
          Usage Type               Data
583
        wMaxPacketSize     0x0200  1x 512 bytes
584
        bInterval               0
585
    Interface Descriptor:
586
      bLength                 9
587
      bDescriptorType         4
588
      bInterfaceNumber        4
589
      bAlternateSetting       0
590
      bNumEndpoints           3
591
      bInterfaceClass       255 Vendor Specific Class
592
      bInterfaceSubClass    255 Vendor Specific Subclass
593
      bInterfaceProtocol    255 Vendor Specific Protocol
594
      iInterface              0·
595
      Endpoint Descriptor:
596
        bLength                 7
597
        bDescriptorType         5
598
        bEndpointAddress     0x89  EP 9 IN
599
        bmAttributes            3
600
          Transfer Type            Interrupt
601
          Synch Type               None
602
          Usage Type               Data
603
        wMaxPacketSize     0x0008  1x 8 bytes
604
        bInterval               9
605
      Endpoint Descriptor:
606
        bLength                 7
607
        bDescriptorType         5
608
        bEndpointAddress     0x88  EP 8 IN
609
        bmAttributes            2
610
          Transfer Type            Bulk
611
          Synch Type               None
612
          Usage Type               Data
613
        wMaxPacketSize     0x0200  1x 512 bytes
614
        bInterval               0
615
      Endpoint Descriptor:
616
        bLength                 7
617
        bDescriptorType         5
618
        bEndpointAddress     0x05  EP 5 OUT
619
        bmAttributes            2
620
          Transfer Type            Bulk
621
          Synch Type               None
622
          Usage Type               Data
623
        wMaxPacketSize     0x0200  1x 512 bytes
624
        bInterval               0
625
Device Qualifier (for other device speed):
626
  bLength                10
627
  bDescriptorType         6
628
  bcdUSB               2.00
629
  bDeviceClass            0 (Defined at Interface level)
630
  bDeviceSubClass         0·
631
  bDeviceProtocol         0·
632
  bMaxPacketSize0        64
633
  bNumConfigurations      1
634
Device Status:     0x0000
635
  (Bus Powered)
636 4 laforge
</pre>
637
638
h3. ps
639
640
<pre>
641
root@mdm9607-perf:/firmware/image# ps axuw
642
PID   USER     TIME   COMMAND
643
    1 root       0:06 init [5]
644
    2 root       0:00 [kthreadd]
645
    3 root       0:02 [ksoftirqd/0]
646
    4 root       0:04 [kworker/0:0]
647
    5 root       0:00 [kworker/0:0H]
648
    6 root       0:00 [kworker/u2:0]
649
    7 root       0:00 [rcu_preempt]
650
    8 root       0:00 [rcu_sched]
651
    9 root       0:00 [rcu_bh]
652
   10 root       0:00 [khelper]
653
   11 root       0:00 [netns]
654
   12 root       0:00 [perf]
655
   13 root       0:00 [msm_watchdog]
656
   14 root       0:00 [smd_channel_clo]
657
   15 root       0:00 [smsm_cb_wq]
658
   17 root       0:00 [deferwq]
659
   19 root       0:00 [irq/52-cpr]
660
   20 root       0:00 [mpm]
661
   29 root       0:00 [writeback]
662
   30 root       0:00 [crypto]
663
   31 root       0:00 [bioset]
664
   32 root       0:00 [kblockd]
665
   33 root       0:00 [system]
666
   34 root       0:00 [devfreq_wq]
667
   35 root       0:00 [cfg80211]
668
   36 root       0:00 [power_off_alarm]
669
   37 root       0:00 [kswapd0]
670
   38 root       0:00 [fsnotify_mark]
671
   46 root       0:00 [glink_ssr_wq]
672
   47 root       0:00 [apr_driver]
673
   48 root       0:00 [k_hsuart]
674
   49 root       0:00 [msm_serial_hs_0]
675
   50 root       0:00 [msm_serial_hs_0]
676
   51 root       0:00 [diag_real_time_]
677
   52 root       0:00 [diag_wq]
678
   53 root       0:00 [DIAG_USB_diag]
679
   54 root       0:00 [diag_cntl_wq]
680
   55 root       0:00 [diag_dci_wq]
681
   56 root       0:00 [DIAG_SMD_MODEM_]
682
   57 root       0:00 [DIAG_SMD_MODEM_]
683
   58 root       0:00 [DIAG_SMD_MODEM_]
684
   59 root       0:00 [DIAG_SMD_MODEM_]
685
   60 root       0:00 [DIAG_SMD_MODEM_]
686
   61 root       0:00 [DIAG_SMD_LPASS_]
687
   62 root       0:00 [DIAG_SMD_LPASS_]
688
   63 root       0:00 [DIAG_SMD_LPASS_]
689
   64 root       0:00 [DIAG_SMD_LPASS_]
690
   65 root       0:00 [DIAG_SMD_LPASS_]
691
   66 root       0:00 [DIAG_SMD_WCNSS_]
692
   67 root       0:00 [DIAG_SMD_WCNSS_]
693
   68 root       0:00 [DIAG_SMD_WCNSS_]
694
   69 root       0:00 [DIAG_SMD_WCNSS_]
695
   70 root       0:00 [DIAG_SMD_WCNSS_]
696
   71 root       0:00 [DIAG_SMD_SENSOR]
697
   72 root       0:00 [DIAG_SMD_SENSOR]
698
   73 root       0:00 [DIAG_SMD_SENSOR]
699
   74 root       0:00 [DIAG_SMD_SENSOR]
700
   75 root       0:00 [DIAG_SMD_SENSOR]
701
   76 root       0:00 [DIAG_SOCKMODEM_]
702
   77 root       0:00 [DIAG_SOCKMODEM_]
703
   78 root       0:00 [DIAG_SOCKMODEM_]
704
   79 root       0:00 [DIAG_SOCKMODEM_]
705
   80 root       0:00 [DIAG_SOCKMODEM_]
706
   81 root       0:00 [DIAG_SOCKLPASS_]
707
   82 root       0:00 [DIAG_SOCKLPASS_]
708
   83 root       0:00 [DIAG_SOCKLPASS_]
709
   84 root       0:00 [DIAG_SOCKLPASS_]
710
   85 root       0:00 [DIAG_SOCKLPASS_]
711
   86 root       0:00 [DIAG_SOCKWCNSS_]
712
   87 root       0:00 [DIAG_SOCKWCNSS_]
713
   88 root       0:00 [DIAG_SOCKWCNSS_]
714
   89 root       0:00 [DIAG_SOCKWCNSS_]
715
   90 root       0:00 [DIAG_SOCKWCNSS_]
716
   91 root       0:00 [DIAG_SOCKSENSOR]
717
   92 root       0:00 [DIAG_SOCKSENSOR]
718
   93 root       0:00 [DIAG_SOCKSENSOR]
719
   94 root       0:00 [DIAG_SOCKSENSOR]
720
   95 root       0:00 [DIAG_SOCKSENSOR]
721
   96 root       0:00 [DIAG_CNTL_SOCKE]
722
   97 root       0:00 [k_gserial]
723
   98 root       0:00 [k_ipa_usb]
724
   99 root       0:00 [uether]
725
  100 root       0:00 [k_gbridge]
726
  101 root       0:00 [therm_core:noti]
727
  102 root       0:00 [therm_core:noti]
728
  103 root       0:00 [therm_core:noti]
729
  104 root       0:00 [therm_core:noti]
730
  105 root       0:00 [therm_core:noti]
731
  106 root       0:00 [irq/216-tsens_i]
732
  107 root       0:00 [therm_core:noti]
733
  108 root       0:00 [therm_core:noti]
734
  109 root       0:00 [cfinteractive]
735
  110 root       0:00 [irq/170-7824900]
736
  111 root       0:00 [irq/155-mmc0]
737
  112 root       0:03 [irq/253-7864900]
738
  113 root       0:00 [irq/157-mmc1]
739
  114 root       0:00 [usb_bam_wq]
740
  115 root       0:00 [qsmd]
741
  116 root       0:00 [ipv6_addrconf]
742
  117 root       0:00 [msm_ipc_router]
743
  118 root       0:00 [irq/441-modem]
744
  119 root       0:00 [sysmon_wq]
745
  120 root       0:00 [qmi_svc_event_w]
746
  122 root       0:00 [bam_dmux_rx]
747
  123 root       0:00 [bam_dmux_tx]
748
  124 root       0:00 [ubi_bgt0d]
749
  125 root       0:00 [ubi_bgt1d]
750
  126 root       0:00 [k_bam_data]
751
  127 root       0:00 [f_mtp]
752
  129 root       0:00 [msm_thermal:fre]
753
  130 root       0:00 [msm_thermal:the]
754
  131 root       0:00 [ubifs_bgt0_0]
755
  132 root       0:00 [IPCRTR]
756
  133 root       0:00 [modem_IPCRTR]
757
  186 root       0:00 [ubifs_bgt0_1]
758
  195 root       0:00 /sbin/adbd
759
  216 root       0:00 psmd
760
  324 root       0:00 ipacm_perf
761
  333 root       0:00 ipacmdiag
762
  343 root       0:00 QCMAP_ConnectionManager /etc/mobileap_cfg.xml d
763
  347 root       0:00 /usr/bin/qti
764
  358 root       0:00 /sbin/tftp_server
765
  359 root       0:00 /sbin/fs-scrub-daemon
766
  377 root       0:00 /usr/bin/quectel_pcm_daemon
767
  397 root       0:00 [sh]
768
  435 root       0:00 /sbin/syslogd -n -C64
769
  444 root       0:00 [k_gsmd]
770
  445 root       0:00 [k_gbam]
771
  459 root       0:00 /usr/bin/qmuxd
772
  463 root       0:00 /usr/bin/thermal-engine
773
  468 root       0:00 /usr/bin/netmgrd
774
  497 root       0:00 /usr/bin/qmi_shutdown_modem
775
  504 root       0:01 /usr/bin/quectel-gps-handle
776
  518 root       0:00 /usr/bin/quectel_monitor_daemon
777
  537 root       1:30 /usr/bin/quectel_daemon
778
  544 root       0:00 /usr/bin/quectel_psm_aware
779
  563 root       0:00 /usr/bin/quectel-remotefs-service
780
  672 root       0:20 alsaucm_test
781
  811 www-data   0:02 /usr/sbin/lighttpd -f /etc/lighttpd.conf
782
  818 nobody     0:00 dnsmasq -i bridge0 -I lo -z --dhcp-range=bridge0,192.168.
783
  824 root       0:00 eMBMs_TunnelingModule
784
  828 root       0:00 /usr/bin/qmi_ip_multiclient /etc/qmi_ip_cfg.xml
785
  887 root       0:00 wlan_services
786
 1004 messageb   0:00 /usr/bin/dbus-daemon --system
787
 1022 root       0:00 /sbin/reboot-daemon
788
 1024 diag       0:02 /usr/bin/diagrebootapp
789
 1029 root       1:24 /usr/bin/atfwd_daemon
790
 1066 root       0:00 /usr/bin/pdc_daemon
791
 1079 root       0:00 /usr/bin/mbimd
792
 1080 root       0:00 -sh
793
 1081 root       0:00 /usr/bin/time_daemon
794
 1177 root       0:00 [kworker/0:1]
795
 1202 root       0:00 [kworker/u2:1]
796
 1205 root       0:09 [kworker/u2:2]
797
 1206 root       0:02 [kworker/u2:3]
798
 1213 root       0:00 [kworker/u2:4]
799
 1233 root       0:00 ps axuw
800 1 laforge
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)