- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey all,
simple question. How can I turn off ECC on KNC?
Thanks
Patrick
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Patrick, this might be of help. Best, Leo.
From ECC enabled to ECC disabled:
$ micsmc --ecc status
mic0 (ecc):
ECC is enabled
mic1 (ecc):
ECC is enabled
$ sudo micctrl -rw
mic0: resetting
mic1: resetting
mic0: ready
mic1: ready
$ sudo micsmc --ecc disable
Information: mic0: putting device in maintenance mode...
Information: mic0: disabling ECC...
Information: mic0: ECC mode disable succeeded
Information: mic0: resetting to 'ready' state
Information: mic1: putting device in maintenance mode...
Information: mic1: disabling ECC...
Information: mic1: ECC mode disable succeeded
Information: mic1: resetting to 'ready' state
$ sudo service mpss restart
$ micsmc --ecc status
mic0 (ecc):
ECC is disabled
mic1 (ecc):
ECC is disabled
From ECC disabled to ECC enabled should be the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page