Package: kmod Version: 6-2 Severity: normal Dear Maintainer,
I have problems loading zram with modprobe and Ben Hutchings recommended to open a bug report: http://lists.debian.org/debian-kernel/2012/04/msg00290.html > > I have a small issue with zram, I cannot load it with modprobe, just with > > insmod, which broke my /etc/init.d/zram script. The problem was > > introduced with same recent upgrade in wheezy. > > > > blackbox:~# uname -a > > Linux blackbox 3.2.0-2-686-pae #1 SMP Tue Mar 20 19:48:26 UTC 2012 i686 > > GNU/Linux > > blackbox:~# modprobe zram > > ERROR: could not insert 'zram': No such file or directory > > blackbox:~# modprobe -d /lib/modules/3.2.0-2-686-pae zram > > blackbox:~# lsmod|grep zram > > blackbox:~# insmod /lib/modules/3.2.0-2-686- > > pae/kernel/drivers/staging/zram/zram.ko > > blackbox:~# lsmod|grep zram > > zram 13155 0 > > blackbox:~# > > > > Any hint what to check is very welcome. > > ls -l /lib/modules/3.2.0-2-686-pae/modules.dep{,.bin} > grep zram /lib/modules/3.2.0-2-686-pae/modules.dep{,.bin} That looks ok for me (?): rd@blackbox:~$ ls -l /lib/modules/3.2.0-2-686-pae/modules.dep{,.bin} -rw-r--r-- 1 root root 351421 Apr 9 17:20 /lib/modules/3.2.0-2-686- pae/modules.dep -rw-r--r-- 1 root root 487906 Apr 9 17:20 /lib/modules/3.2.0-2-686- pae/modules.dep.bin rd@blackbox:~$ grep zram /lib/modules/3.2.0-2-686-pae/modules.dep{,.bin} /lib/modules/3.2.0-2-686-pae/modules.dep:kernel/drivers/staging/zram/zram.ko: Übereinstimmungen in Binärdatei /lib/modules/3.2.0-2-686-pae/modules.dep.bin. rd@blackbox:~$ su - Passwort: blackbox:~# modprobe zram zram_num_devices=2 ERROR: could not insert 'zram': No such file or directory blackbox:~# ls -l /lib/modules/3.2.0-2-686- pae/kernel/drivers/staging/zram/zram.ko -rw-r--r-- 1 root root 17412 Mär 20 23:01 /lib/modules/3.2.0-2-686- pae/kernel/drivers/staging/zram/zram.ko blackbox:~# > Most likely you can fix this by running depmod again, but that is run > automatically at installation time. No, doesn't help unforteunately: blackbox:~# depmod blackbox:~# modprobe zram zram_num_devices=2 ERROR: could not insert 'zram': No such file or directory blackbox:~# Thanks, Rainer -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing'), (300, 'unstable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages kmod depends on: ii libc6 2.13-27 ii libkmod2 6-2 ii lsb-base 4.1+Debian0 kmod recommends no packages. kmod suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

