ich habe ein Problem gelöst und dafür ein neues bekommen: Da ich mit meinem Netbook (acer aspire 1810tz) immer Probleme mit dem WLAN-Treiber hatte, wenn das Gerät in 802.11n-Netzen angemeldet war, wurde mir empfohlen, (http://debianforum.de/forum/viewtopic.php?f=30&t=130966) den Treiber zu aktualisieren.
Das tat ich dann auch mit:
Code: Alles auswählen
# apt-get -t squeeze-backports install linux-image-amd64 firmware-iwlwifi
Das hat dem WLAN-Problem offenbar geholfen, nur habe ich jetzt in der KDE-Energieverwaltung --> Fähigkeiten folgende Auffälligkeit:
Anzahl der Prozessoren: 0
Unterstützung für Prozessortaktung: (roter, durchkreuzter Kreis)
Aufgefallen ist es mir, da die Listenfelder zur Regelung zur Prozessortaktung leer sind (war unter Kernel 2.6.32 definitiv nicht so) und die Prozessoren mit max. Leistung laufen.
Code: Alles auswählen
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Genuine Intel(R) CPU U4100 @ 1.30GHz
stepping : 10
cpu MHz : 1200.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm dts
bogomips : 2593.80
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Genuine Intel(R) CPU U4100 @ 1.30GHz
stepping : 10
cpu MHz : 1200.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm dts
bogomips : 2593.49
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
Ich hatte bereits folgendes probiert:
Code: Alles auswählen
apt-get -t squeeze-backports install cpufreqd
Danke euch.