Difference between revisions of "CM-T43: Linux: Known Issues"

From Compulab Mediawiki
Jump to: navigation, search
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{IssueCategory|WiFi/BT|
+
 
* Linux does not power on the WiFi/BT chip.
+
{{IssueCategory|Package Manager|
:'''Workaround:'''
+
* Public key problem is reported while retrieving new lists of packages:
:Before initiating Linux boot, use the following U-Boot commands to power on the chip manually: <pre>i2c mw 24 10 69 1; i2c mw 24 14 CC 1; i2c mw 24 10 6F 1; i2c mw 24 12 1B 1; gpio set 173; sleep 1; gpio set 172</pre>
+
<pre>
 +
root@cm-debian:~# apt-get update
 +
Get:1 http://ftp.debian.org jessie Release.gpg [2390 B]
 +
Get:2 http://ftp.debian.org jessie Release [168 kB]
 +
...
 +
Fetched 16.0 MB in 24s (662 kB/s)                                                                                                                                         
 +
Reading package lists... Done
 +
W: There is no public key available for the following key IDs:
 +
7638D0442B90D010
 +
</pre>
 +
:'''Solution :''' Install ''debian-keyring'' and ''debian-archive-keyring'' packages.
 +
: '''Note :''' This operation requires ~50MB of additional disk space.
 +
<pre>
 +
root@cm-debian:~# apt-get install debian-keyring debian-archive-keyring
 +
</pre>
 
}}
 
}}
  
[[Category:Linux|Known issues]]
+
[[Category:Linux]]
[[Category:CM-T43|Linux: Known issues]]
+
[[Category:CM-T43]]

Latest revision as of 08:27, 29 June 2016

Package Manager
  • Public key problem is reported while retrieving new lists of packages:
root@cm-debian:~# apt-get update
Get:1 http://ftp.debian.org jessie Release.gpg [2390 B]
Get:2 http://ftp.debian.org jessie Release [168 kB]
...
Fetched 16.0 MB in 24s (662 kB/s)                                                                                                                                          
Reading package lists... Done
W: There is no public key available for the following key IDs:
7638D0442B90D010
Solution : Install debian-keyring and debian-archive-keyring packages.
Note : This operation requires ~50MB of additional disk space.
root@cm-debian:~# apt-get install debian-keyring debian-archive-keyring