W dniu 04.02.2015 23:07, Ben Hutchings pisze:
Control: tag -1 moreinfoOn Tue, 03 Feb 2015 10:20:42 +0100 Rafal Pietrak <ra...@ztk-rp.eu> wrote:Package: kernel-package Version: 13.014+nmu1This is not the right package name. The kernel is packaged as linux-image-3.16.0-4-586 (and other names). What version of that package do you have installed?
============================= $ uname -a Linux porta 3.16.0-4-586 #1 Debian 3.16.7-ckt2-1 (2014-12-08) i686 GNU/Linux $ ls -la /boot/ total 37136 drwxr-xr-x 4 root root 2048 lut 1 18:34 . drwxr-xr-x 24 root root 4096 lut 3 18:21 .. -rw-r--r-- 1 root root 160031 gru 9 03:25 config-3.16.0-4-586 -rw-r--r-- 1 root root 134707 lip 23 2014 config-3.2.0-4-486 drwxr-xr-x 5 root root 5120 lut 1 18:38 grub -rw-r--r-- 1 root root 16172521 lut 1 18:34 initrd.img-3.16.0-4-586 -rw-r--r-- 1 root root 12348889 sty 16 20:20 initrd.img-3.2.0-4-486 drwxr-xr-x 2 root root 12288 lip 18 2006 lost+found -rw-r--r-- 1 root root 128796 lip 12 2009 memtest86+.bin -rw-r--r-- 1 root root 1984406 gru 9 03:25 System.map-3.16.0-4-586 -rw-r--r-- 1 root root 1578153 lip 23 2014 System.map-3.2.0-4-486 -rw-r--r-- 1 root root 2820976 gru 9 03:25 vmlinuz-3.16.0-4-586 -rw-r--r-- 1 root root 2513120 lip 23 2014 vmlinuz-3.2.0-4-486 ===================================
Severity: grave Tags: newcomer Justification: renders package unusable I've upgraded my LG notebook (X-note: LS50a) from wheezy to jessie and: 1. the upgrade have installed kernel "version-i585" in addition to my earlier (automatically installed during an upgrade to wheezy) "version-i486". 2. when booting "i486", it fails to modprobe "ext4-fs" during the boot. It breaks boot sequence, but manual (from shell prompt) modprobe ext4 does not load the module into the kernel.Please send a copy of the /etc/fstab file.
=========/etc/fstab=============== proc /proc proc defaults 0 0 /dev/mapper/vg0-root / xfs defaults 0 1 /dev/vg0/swap swap swap defaults 0 0 /dev/vg0/swap2 swap swap defaults 0 0 none /cgroup cgroup defaults 0 0UUID=d7a6270c-b191-4cdd-832c-26344a9d1eed /boot ext2 defaults 0 2
/dev/vg0/usr /usr auto ro,defaults 0 2 /dev/vg0/var /var jfs defaults 0 1 /dev/vg0/home /home xfs defaults 0 2 /dev/vg0/opt /opt auto defaults,ro 0 2 /dev/vg0/pgd /srv/pgdata ext4 defaults 0 2 /dev/vg0/archive /srv/attic jfs defaults 0 2 /dev/cdrom /media/cdrom auto ro,user,noauto 0 0 ========================================But to be able to boot it, I've copied my old /dev/vg0/usr into a newly created volume, which I've formated as jfs and renamed to /dev/vg0/usr ... so the state right after the upgrade is lost.
3. when booting "i586", it fails to load kernel module responsible for notebook keyboard (touchpad is loaded OK). USB keyboard works fine.What kernel module is needed? I would expect the keyboard to be handled
I don't really know.
by the built-in i8042 keyboard driver.
I was expecting that, but the notebook kbd is dead. I can only work with usb attached keyboard now.
4. DRM:i9xx fails to configure with "*ERROR* pipe A underrun"Please send the full kernel boot messages when booting with old and new kernel versions (run 'dmesg > filename'). Ben.
attached. -R
dmesg.logfile.gz
Description: application/gzip