kernel config for AMD Athlon 64 X2 4200+ Manchester

2008-01-03 Thread Bernd Prager
Hi all,

I am running kernel 2.6.23.12 and compiled with SMP on.
Unfortunately the kernel doesn't recognize my dual core processor:

$ dmesg | grep -i cpu
CPU has 2 num_cores
Processor #0 (Bootup-CPU)
SMP: Allowing 1 CPUs, 0 hotplug CPUs
PERCPU: Allocating 34344 bytes of per cpu data
Initializing CPU#0
CPU 0: aperture @ 61000 size 32 MB
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 0/0 -> Node 0
Brought up 1 CPUs

$  cat /proc/cpuinfo 
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 43
model name  : AMD Hammer Family processor - Model Unknown
stepping: 1
cpu MHz : 2211.347
cache size  : 512 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm
3dnowext 3dnow up rep_good pni lahf_lm
bogomips: 4425.39
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp


Any ideas how I can configure the kernel to fix that?

Thanks for any help,
-- Bernd Prager


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


can't boot : Spurious ACK with kernel 2.6.19

2006-12-05 Thread Bernd Prager
I'm trying to upgrade to kernel 1.6.19.
The boot process immediatly locks in a loop with the message:
"atkbd.c: Spurious ACK on isa0060/serio0. Some program might be trying access 
hardware directly."

The box is running fine with kernel 1.6.18.4.

It's an iDEQ200V box with a BioStar motherboar, VIA KM400 + VT8237 chipset.
Here's my BIOS information based on dmidecode:

BIOS Information
Vendor: Phoenix Technologies, LTD
Version: 6.00 PG
Release Date: 08/19/2003
Address: 0xE
Runtime Size: 128 kB
ROM Size: 512 kB
Characteristics:
ISA is supported
PCI is supported
PNP is supported
APM is supported
BIOS is upgradeable
BIOS shadowing is allowed
ESCD support is available
Boot from CD is supported
Selectable boot is supported
BIOS ROM is socketed
EDD is supported
5.25"/360 KB floppy services are supported (int 13h)
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 KB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
AGP is supported
LS-120 boot is supported
ATAPI Zip drive boot is supported

( .. more info available if useful ..)

Did anybody discovered similar issues or have any ideas on how to solve that?

Thanks for any help,
-- Bernd


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: can't boot : Spurious ACK with kernel 2.6.19

2006-12-05 Thread Bernd Prager
On Tue, Dec 05, 2006 at 05:53:17PM -0500, Bernd Prager wrote:
> I'm trying to upgrade to kernel 1.6.19.
> The boot process immediatly locks in a loop with the message:
> "atkbd.c: Spurious ACK on isa0060/serio0. Some program might be trying access 
> hardware directly."
> 
> The box is running fine with kernel 1.6.18.4.
> 
> It's an iDEQ200V box with a BioStar motherboar, VIA KM400 + VT8237 chipset.
> Here's my BIOS information based on dmidecode:
> 
> BIOS Information
> Vendor: Phoenix Technologies, LTD
> Version: 6.00 PG
> Release Date: 08/19/2003
> Address: 0xE
> Runtime Size: 128 kB
> ROM Size: 512 kB
> Characteristics:
> ISA is supported
> PCI is supported
> PNP is supported
> APM is supported
> BIOS is upgradeable
> BIOS shadowing is allowed
> ESCD support is available
> Boot from CD is supported
> Selectable boot is supported
> BIOS ROM is socketed
> EDD is supported
> 5.25"/360 KB floppy services are supported (int 13h)
> 5.25"/1.2 MB floppy services are supported (int 13h)
> 3.5"/720 KB floppy services are supported (int 13h)
> 3.5"/2.88 MB floppy services are supported (int 13h)
> Print screen service is supported (int 5h)
> 8042 keyboard services are supported (int 9h)
> Serial services are supported (int 14h)
> Printer services are supported (int 17h)
> CGA/mono video services are supported (int 10h)
> ACPI is supported
> USB legacy is supported
> AGP is supported
> LS-120 boot is supported
> ATAPI Zip drive boot is supported
> 
> ( .. more info available if useful ..)
> 
> Did anybody discovered similar issues or have any ideas on how to solve that?
>
Based on the email "xtables/iptables and atkbd.c Spurious ACK on 
isa0060/serio0" from [EMAIL PROTECTED] I checked my configuration. And yes, I 
have CONFIG_NETFILTER_XTABLES=m and CONFIG_IP_NF_IPTABLES=m as well.

-- Bernd

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/