Phenom II support in kernel


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Phenom II support in kernel
# 1  
Old 12-08-2013
Phenom II support in kernel

Does anyone know at which kernel version support for Phenom II x6 first appeared?
# 2  
Old 12-09-2013
Is a specific 'Phenom' option even needed? The AMD64 platform has had native multiprocessing from the first, be it multiple chips, multiple cores, or both.
# 3  
Old 12-10-2013
I've no idea!

Quote:
Originally Posted by Corona688
Is a specific 'Phenom' option even needed? The AMD64 platform has had native multiprocessing from the first, be it multiple chips, multiple cores, or both.
Was told on a Linux forum that if I want to upgrade to Phenom II X6 I'd also have to upgrade the OS to a release using at least kernel 2.6.30, as my Ubuntu 9.04 could not handle it. Just checking to make sure the info is legit!
# 4  
Old 12-11-2013
2.6.30 is a very old kernel kernel by now, and 9.04 a very old Ubuntu. I suspect the processor would be the least of your problems in trying to run a new board on such an old kernel -- a variety of drivers would likely be missing or broken.

There are no Phenom-related options in my much newer kernel. As I suspected it must still all go under the Opteron family. Perhaps there's some specific driver or bug they had in mind when they said 2.6.30.

Last edited by Corona688; 12-11-2013 at 11:27 AM..
# 5  
Old 12-17-2013
Quote:
Originally Posted by Corona688
2.6.30 is a very old kernel kernel by now, and 9.04 a very old Ubuntu. I suspect the processor would be the least of your problems in trying to run a new board on such an old kernel -- a variety of drivers would likely be missing or broken.

There are no Phenom-related options in my much newer kernel. As I suspected it must still all go under the Opteron family. Perhaps there's some specific driver or bug they had in mind when they said 2.6.30.
Well, not sure I'm understanding what you are saying. I'm not planning to upgrade my motherboard. Ahh, let's start over. My Phenom X4 is working quite well with both my operating systems (Debian 5.0 & Ubuntu 9.04), so I have no great need to upgrade my CPU, but I have an opportunity to buy couple of new Phenom II X6 processors at bargain price. Was told on another forum that neither the Debian 5.0 nor Ubuntu 9.04 could handle Phenom II X6 due to some lack of support, bug in the kernel, or whatever. True or false?
# 6  
Old 12-17-2013
Oh, I see.

this is a bit more illuminating. It also presents a possible workaround.
# 7  
Old 12-18-2013
Quote:
Originally Posted by Corona688
Oh, I see.

this is a bit more illuminating. It also presents a possible workaround.
Thanks for the link! Any idea of potential downsides to blacklisting "powernowK8" or "cpuspeed"?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Older OS support in Kernel zones

folks, I have a query. Can we create Kernel zone with the earlier Solaris OS? More precisely Can i create kernel zone with any different OS than that of OS in global zone. As of now in sol11U2 if we create kernel zone, there will be sol11u2 OS in kernel zone since the same is in global. But... (4 Replies)
Discussion started by: Vaishey
4 Replies

2. IP Networking

[ipv6_test] Kernel is not compiled with IPv6 support

Hello, i tried to enable IPv6 networking and after service network restart i seen these messages: FATAL: Error inserting ipv6 (/lib/modules/2.6.18-348.16.1.el5.028stab108.1/kernel/net/ipv6/ipv6.ko): Device or resource busy CRITICAL : Kernel is not compiled with IPv6 support Bringing up... (6 Replies)
Discussion started by: postcd
6 Replies

3. Linux

Unload kernel module at boot time (Debian Wheezy 7.2, 3.2.0-4-686-pae kernel)

Hi everyone, I am trying to prevent the ehci_hcd kernel module to load at boot time. Here's what I've tried so far: 1) Add the following line to /etc/modprobe.d/blacklist.conf (as suggested here): 2) Blacklisted the module by adding the following string to 3) Tried to blacklist the module... (0 Replies)
Discussion started by: gacanepa
0 Replies

4. UNIX for Dummies Questions & Answers

Make sure kernel was compiled with NFS server support

Hi there, I have a Debian Squeeze server. How can I check if my kernel was compiled with NFS server support? Extra question: if it is not, how do I enable NFS support in my kernel? Thanks for your help. Santiago (3 Replies)
Discussion started by: chebarbudo
3 Replies

5. Solaris

Which file is read by kernel to set its default system kernel parameters values?

Hi gurus Could anybody tell me which file is read by kernel to set its default system kernal parameters values in solaris. Here I am not taking about /etc/system file which is used to load kernal modules or to change any default system kernal parameter value Is it /dev/kmem file or something... (1 Reply)
Discussion started by: girish.batra
1 Replies

6. Linux Benchmarks

AMD Phenom(tm) 9950 Quad-Core Processor, Ram: 3.6 GB, Foxconn 7da-s and Linux 2.6.26-2-amd64

CPU/Speed: AMD Phenom(tm) 9950 Quad-Core Processor Ram: 3.6 GB Motherboard: Foxconn 7da-s Bus: Cache: Controller: Disk: Load: Kernel: Linux 2.6.26-2-amd64 Kernel ELF?: pgms: ============================================================== BYTE UNIX Benchmarks (Version... (0 Replies)
Discussion started by: migracho
0 Replies

7. UNIX for Dummies Questions & Answers

Kernel Support

Hi, I want to learn that all the family of x86 processors are supported by kernel. I want to buy a board, which has VIA ESP10K processor and CHIPSET: VIA CN333 north bridge & VIA VT8237R south bridge Where can I find this? Thanks. (5 Replies)
Discussion started by: yildiz.a
5 Replies

8. Ubuntu

Does Posix support kernel level threading?

Hi All, Please let me know the following. 1) Does POSIX lib support kernel threads? if yes, please let me know what are the specific function calls used to create/manage kernel threads. 2) Is Posix scalable? 3) Does POSIX take the advantage of multiprocessor systems? your help is much... (4 Replies)
Discussion started by: jayfriend
4 Replies

9. SuSE

max number of slabs per kernel module (kernel 2.6.17, suse)

Hi All, Is there a max number of slabs that can be used per kernel module? I'm having a tough time finding out that kind of information, but the array 'node_zonelists' (mmzone.h) has a size of 5. I just want to avoid buffer overruns and other bad stuff. Cheers, Brendan (4 Replies)
Discussion started by: Brendan Kennedy
4 Replies
Login or Register to Ask a Question