LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   64 Bit Slackware (https://www.linuxquestions.org/questions/slackware-14/64-bit-slackware-4175469049/)

ssslackw 07-09-2013 04:28 PM

64 Bit Slackware
 
Hi,
I need to install a software which requires 64 bit OS. My current Slackware box is 32 bit.
These are results when I typed in lscpu:
Architecture: i686
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 1
On-line CPU(s) list: 0
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 1
NUMA node(s): 1
Vendor ID: AuthenticAMD
CPU family: 15
Model: 44
Stepping: 2
CPU MHz: 1608.086
BogoMIPS: 3216.17
L1d cache: 64K
L1i cache: 64K
L2 cache: 256K
NUMA node0 CPU(s): 0

Can someone tell me whether I can install the 64 bit slackware on this machine?

Thanks for your help in advance.

digger95 07-09-2013 04:47 PM

Well these are my specs (it's a Sempron 140) and Slackware 64-14 runs fantastic on it:

Code:

bash-4.2$ lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                1
On-line CPU(s) list:  0
Thread(s) per core:    1
Core(s) per socket:    1
Socket(s):            1
Vendor ID:            AuthenticAMD
CPU family:            16
Model:                6
Stepping:              2
CPU MHz:              2712.365
BogoMIPS:              5424.73
Virtualization:        AMD-V
L1d cache:            64K
L1i cache:            64K
L2 cache:              1024K


Alien Bob 07-09-2013 04:51 PM

Code:

CPU op-mode(s): 32-bit, 64-bit
This should be an indication that a 64-bit OS can run on your CPU.

Eric

coldbeer 07-11-2013 02:27 PM

I have an Intel Atom 1.6Mhz n330 running Slackware 14.0 64 bit. Runs a little slow with the full KDE WM, but still very useable (my daughter hasn't complained). Would be fine with Fluxbox or XFCE.

kingbeowulf 07-13-2013 02:04 AM

AMD Sempron(tm) Processor 2600+ Family 15 Model 44 Stepping 2

Not all Semprons based on Athlon64 core are x86_64. Check
Code:

$ cat /proc/cpuinfo
and look in the flag line for 'lm' (long mode) for 64-bit support. The fact that lscpu labels Architecture as x686 is a hint. See here for Sempron stats and history: http://en.wikipedia.org/wiki/Sempron AMD64/x86_64 Semprons didn't pop up until 2005 and then only for Socket AM2 or newer (some socket 754, 939 stepping only). From the available information, I'd say you CPU is 32-bit only.

You can also use this: http://www.etallen.com/cpuid.html to get more info than you ever wanted from the CPU.


All times are GMT -5. The time now is 06:38 PM.