Bug#635348: FATAL: Error inserting ... (/lib/modules/3.0.0-1-486/kernel/drivers/...

2011-07-26 Thread Moritz Mühlenhoff
On my X200 I'm getting the following error:

Loading cpufreq kernel modules...FATAL: Error inserting pcc_cpufreq
(/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/pcc-cpufreq.ko): No
such device
FATAL: Error inserting powernow_k8
(/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/powernow-k8.ko): No
such device
FATAL: Error inserting speedstep_centrino
(/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/speedstep-centrino.ko):
Device or resource busy
done (acpi-cpufreq).

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635348: FATAL: Error inserting ... (/lib/modules/3.0.0-1-486/kernel/drivers/...

2011-07-26 Thread Mattia Dongili
On Mon, Jul 25, 2011 at 09:02:29PM +0800, jida...@jidanni.org wrote:
 Package: linux-2.6
 Version: 3.0.0-1
 
 Seen at boot:
 Loading cpufreq kernel modules...FATAL: Error inserting powernow_k7 
 (/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/powernow-k7.ko): No such 
 device

Hi all,
I'm a bit busy these days but could anyone run /etc/init.d/loadcpufreq
with -x and attach the debug log generated?
i.e.:
$ sh -x /etc/init.d/loadcpufreq

These messages shouldn't really be harmful, what I suspect is that
setting the printk verbosity level in the script fails for some reason.

#stop the kernel printk'ing at all while we load.
PRINTK=$(cat /proc/sys/kernel/printk)
[ $VERBOSE = no ]  echo 1 1 1 1  /proc/sys/kernel/printk

Unfortunately I don't have any machine running a stock debian kernel and
it will take me a couple of days (or more until the weekend) until I can
put my hands on one.

Thanks
-- 
mattia
:wq!



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635348: FATAL: Error inserting ... (/lib/modules/3.0.0-1-486/kernel/drivers/...

2011-07-26 Thread Moritz Mühlenhoff
On Wed, Jul 27, 2011 at 06:25:07AM +0900, Mattia Dongili wrote:
 On Mon, Jul 25, 2011 at 09:02:29PM +0800, jida...@jidanni.org wrote:
  Package: linux-2.6
  Version: 3.0.0-1
  
  Seen at boot:
  Loading cpufreq kernel modules...FATAL: Error inserting powernow_k7 
  (/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/powernow-k7.ko): No such 
  device
 
 Hi all,
 I'm a bit busy these days but could anyone run /etc/init.d/loadcpufreq
 with -x and attach the debug log generated?
 i.e.:
 $ sh -x /etc/init.d/loadcpufreq

It's attached.
 
Cheers,
Moritz
jmm@pisco:/scratchbox/users/jmm/home/jmm/libsdl1.2-1.2.14$ cd
jmm@pisco:~$ su
Passwort: 
root@pisco:/home/jmm# cd
root@pisco:~# sh -x /etc/init.d/loadcpufreq start
+ PATH=/sbin:/bin:/usr/sbin:/usr/bin
+ NAME=loadcpufreq
+ . /lib/lsb/init-functions
+ FANCYTTY=
+ [ -e /etc/lsb-base-logging.sh ]
+ true
+ [ -f /etc/default/rcS ]
+ . /etc/default/rcS
+ TMPTIME=0
+ SULOGIN=no
+ DELAYLOGIN=no
+ UTC=yes
+ VERBOSE=no
+ FSCKFIX=no
+ RAMRUN=no
+ RAMLOCK=no
+ ENABLE=true
+ [ -f /etc/default/loadcpufreq ]
+ set -e
+ [ true = true ]
+ log_action_begin_msg Loading cpufreq kernel modules
+ /bin/echo -n Loading cpufreq kernel modules...
Loading cpufreq kernel modules...+ [ -f /proc/modules ]
+ load_modules
+ cat /proc/sys/kernel/printk
+ PRINTK=4  4   1   7
+ [ no = no ]
+ echo 1 1 1 1
+ /sbin/lsmod
+ awk !/Module/ {print $1}
+ LIST=acpi_cpufreq
cpufreq_userspace
mperf
cpufreq_stats
cpufreq_powersave
cpufreq_conservative


vboxnetadp  


vboxnetflt  


vboxdrv 


binfmt_misc 


uinput  


fuse
nfsd
nfs
lockd
fscache
auth_rpcgss
nfs_acl
sunrpc
ext2
loop
uvcvideo
videodev
media
v4l2_compat_ioctl32
arc4
snd_hda_codec_conexant
evdev
iwlagn
i915
drm_kms_helper
drm
mac80211
snd_hda_intel
snd_hda_codec
snd_hwdep
i2c_algo_bit
cfg80211
snd_pcm_oss
snd_mixer_oss
processor
snd_pcm
thinkpad_acpi
psmouse
battery
ac
tpm_tis
tpm
tpm_bios
power_supply
rfkill
nvram
pcspkr
video
button
snd_timer
snd
wmi
soundcore
snd_page_alloc
i2c_i801
i2c_core
serio_raw
ext3
jbd
mbcache
sha256_generic
cryptd
aes_x86_64
aes_generic
cbc
dm_crypt
dm_mod
sg
sd_mod
crc_t10dif
uhci_hcd
ahci
libahci
thermal
thermal_sys
libata
ehci_hcd
scsi_mod
usbcore
e1000e
+ uname -r
+ LOC=/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq
+ [ -d /lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq ]
+ + find /lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq -type f -name *.o 
-printf basename %f .o\n
/bin/sh
+ find /lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq -type f -name *.ko 
-printf basename %f .ko\n
+ MODAVAIL=cpufreq_conservative
cpufreq_powersave
pcc-cpufreq
cpufreq_stats
powernow-k8
cpufreq_userspace
acpi-cpufreq
speedstep-centrino
mperf
+ echo acpi_cpufreq cpufreq_userspace mperf cpufreq_stats cpufreq_powersave 
cpufreq_conservative vboxnetadp vboxnetflt vboxdrv binfmt_misc uinput fuse nfsd 
nfs lockd fscache auth_rpcgss nfs_acl sunrpc ext2 loop uvcvideo videodev media 
v4l2_compat_ioctl32 arc4 snd_hda_codec_conexant evdev iwlagn i915 
drm_kms_helper drm mac80211 snd_hda_intel snd_hda_codec snd_hwdep i2c_algo_bit 
cfg80211 snd_pcm_oss snd_mixer_oss processor snd_pcm thinkpad_acpi psmouse 
battery ac tpm_tis tpm tpm_bios power_supply rfkill nvram pcspkr video button 
snd_timer snd wmi soundcore snd_page_alloc i2c_i801 i2c_core serio_raw ext3 jbd 
mbcache sha256_generic cryptd aes_x86_64 aes_generic cbc dm_crypt dm_mod sg 
sd_mod crc_t10dif uhci_hcd ahci libahci thermal thermal_sys libata ehci_hcd 
scsi_mod usbcore e1000e
+ grep -q -w cpufreq_conservative
+ echo acpi_cpufreq cpufreq_userspace mperf cpufreq_stats cpufreq_powersave 
cpufreq_conservative vboxnetadp vboxnetflt vboxdrv binfmt_misc uinput fuse nfsd 
nfs lockd fscache auth_rpcgss nfs_acl sunrpc ext2 loop uvcvideo videodev media 
v4l2_compat_ioctl32 arc4 snd_hda_codec_conexant evdev iwlagn i915 
drm_kms_helper drm mac80211 snd_hda_intel snd_hda_codec snd_hwdep i2c_algo_bit 
cfg80211 snd_pcm_oss snd_mixer_oss processor snd_pcm thinkpad_acpi psmouse 
battery ac 

Bug#635348: FATAL: Error inserting ... (/lib/modules/3.0.0-1-486/kernel/drivers/...

2011-07-25 Thread jidanni
Package: linux-2.6
Version: 3.0.0-1

Seen at boot:
Loading cpufreq kernel modules...FATAL: Error inserting powernow_k7 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/powernow-k7.ko): No such device
FATAL: Error inserting speedstep_ich 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/speedstep-ich.ko): No such 
device
FATAL: Error inserting acpi_cpufreq 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/acpi-cpufreq.ko): Device or 
resource busy
FATAL: Error inserting gx_suspmod 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/gx-suspmod.ko): No such device
FATAL: Error inserting powernow_k8 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/powernow-k8.ko): No such device
FATAL: Error inserting longrun 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/longrun.ko): No such device
FATAL: Error inserting speedstep_smi 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/speedstep-smi.ko): No such 
device
FATAL: Error inserting powernow_k6 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/powernow-k6.ko): No such device
FATAL: Error inserting speedstep_centrino 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/speedstep-centrino.ko): No 
such device
FATAL: Error inserting longhaul 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/longhaul.ko): No such device
FATAL: Error inserting cpufreq_nforce2 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/cpufreq-nforce2.ko): No such 
device
FATAL: Error inserting pcc_cpufreq 
(/lib/modules/3.0.0-1-486/kernel/drivers/cpufreq/pcc-cpufreq.ko): No such device
done (none).



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635348: FATAL: Error inserting ... (/lib/modules/3.0.0-1-486/kernel/drivers/...

2011-07-25 Thread Bastian Blank
reassign cpufrequtils 007-1
thanks

On Mon, Jul 25, 2011 at 09:02:29PM +0800, jida...@jidanni.org wrote:
 Seen at boot:
 Loading cpufreq kernel modules...

This init script is provided by cpufrequtils, not the kernel.

Bastian

-- 
Vulcans worship peace above all.
-- McCoy, Return to Tomorrow, stardate 4768.3



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635348: FATAL: Error inserting ... (/lib/modules/3.0.0-1-486/kernel/drivers/...

2011-07-25 Thread Cesare Leonardi
I see these message too, on two different and rather old notebook: one 
is a Sony VGN-B3VP, with a Pentium M 725 and a i855 chipset; the other 
one is not mine and i don't remember other useful data apart that it has 
an intel cpu (IIRC Celeron) and it's an Acer Aspire 2490.


I'm using kernel 3.0.0 on both notebook and on the Acer i've used also 
rc6 with the same error messages.


Let me know if you need other details.

Cesare.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org