Reply To: Installing on Intel SS4000-E (general Linux question)

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Installing on Intel SS4000-E (general Linux question) Reply To: Installing on Intel SS4000-E (general Linux question)

#14892
rpedde
Participant

@sonichouse wrote:

@cstern wrote:

I) How can I tell which architecture and Linux type is on the system? Is there a command to determine this?

You could always try

uname -a

Also, you can root around proc — can’t have much of a system with proc, so it will be on every linux system.

cat /proc/cpuinfo
cat /proc/meninfo

would be helpful.

— Ron

Oh, and dmesg is probably useful too… should show all the devices and stuff as the drivers loaded on boot, so long as you do it soon after boot.