Solved: How to get serial number for registering codecs
|
17th Mar, 2016, 09:23 AM
Post: #1
|
|||
|
|||
How to get serial number for registering codecs
Hi,
I try to get the CPU number to register codecs. I tried /proc/cpuinfo as xbian and root user. In both cases I get permission denied. How can I get that number? Thanks Ok, got it with: cat /proc/cpuinfo | grep Serial | cut -d ':' -f 2 Thanks |
|||
9th Apr, 2016, 03:34 AM
Post: #2
|
|||
|
|||
RE: Processor number?
The serial number can be found in /proc/cpuinfo; for example,
xbian@xbian:$ cat /proc/cpuinfo Processor : ARMv6-compatible processor rev 7 (v6l) BogoMIPS : 697.95 Features : swp half thumb fastmult vfp edsp java tls CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xb76 CPU revision : 7 Hardware : BCM2708 Revision : 1000002 Serial : 000000000000000d Title renamed to fit problem Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
« Next Oldest | Next Newest »
|