Re: Bug#1057441: linux-image-6.6-amd64: Crypt does not longer work

2023-12-06 Thread Michael Ott
Hi,

after updating cryptsetup it works

Thanks for that

On Tue, 2023-12-05 at 17:16 +0100, Salvatore Bonaccorso wrote:
> Hi,
> 
> On Tue, Dec 05, 2023 at 05:14:20PM +0100, Salvatore Bonaccorso wrote:
> > Control: reassign -1 src:cryptsetup 2:2.6.1-5
> > 
> > Hi
> > 
> > On Tue, Dec 05, 2023 at 04:55:58PM +0100, Salvatore Bonaccorso
> > wrote:
> > > Hi,
> > > 
> > > On Tue, Dec 05, 2023 at 04:38:19PM +0100, Salvatore Bonaccorso
> > > wrote:
> > > > Control: tags -1 + confirmed
> > > > 
> > > > On Tue, Dec 05, 2023 at 06:23:45AM +0100, Michael Ott wrote:
> > > > > Package: src:linux
> > > > > Version: 6.6.4-1~exp1
> > > > > Severity: important
> > > > > 
> > > > > Dear Maintainer,
> > > > > 
> > > > > After updating to the 6.6 kernel the password for my
> > > > > encryption does not longer
> > > > > work
> > > > > 
> > > > > Please unlock disk nvme0n1p3_crypt: **
> > > > > device-mapper: table: 253:0: crypt: Error allocation crypto
> > > > > tfm (_ENOENT)
> > > > > device-mapper: ioctl: error adding target to table
> > > > > device-mapper: reload ioctl on nvme0n1p3_crypt (253:0)
> > > > > failed: No such file or
> > > > > directory
> > > > > cryptsetup: ERROR: nvme0n1p3_crypt: cryptsetup failed, bad
> > > > > password or options?
> > > > > 
> > > > > Everything works with 6.5. I also downgrade systemd and
> > > > > cryptosetup but no
> > > > > changes
> > > > 
> > > > I suspect this is related to changes around
> > > > https://git.kernel.org/linus/68cf01760bc0891074e813b9bb06d2696cac1c01
> > > > (but not verified, nor tracked down).
> > > 
> > > Actually after a more closer look on what is in the initrd:
> > > Bastian
> > > can be this due to switching to compressed modules? If this claim
> > > is
> > > correct then likely initramfs-tools would not copy them to the
> > > initrd.
> > 
> > It looks that we only consider *.ko uncompressed in
> > debian/initramfs/hooks/cryptroot:
> > 
> > add_modules() {
> >     local glob="$1" found=n
> >     shift
> >     for mod in $(find -H "$@" -name "$glob.ko" -type f -printf
> > '%f\n'); do
> >     manual_add_modules "${mod%.ko}"
> >     found=y
> >     done
> >     [ "$found" = y ] && return 0 || return 1
> > }
> > 
> > but various modules are now with 6.6.4-1~exp1 compressed:
> > 
> > a relatively quick woraround would be to change the function to:
> > 
> > add_modules() {
> >     local glob="$1" found=n
> >     shift
> >     for mod in $(find -H "$@" -name "$glob.ko*" -type f -printf
> > '%f\n'); do
> >     manual_add_modules "${mod%.ko*}"
> >     found=y
> >     done
> >     [ "$found" = y ] && return 0 || return 1
> > }
> > 
> > Is this the correct approach though? Which other hook functions
> > might
> > be affected by the change in linux by switching to compressed
> > modules?
> 
> And in fact this is the solution proposed in #1036049.
> 
> Regards,
> Salvatore

-- 
CU  
 
  Michael
  
-- 
    ,''`.   
   : :' :   Michael Ott 
   `. `'    e-mail: michael at k-c13 dot org
 `-

Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich derNutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.



Bug#1057441: linux-image-6.6-amd64: Crypt does not longer work

2023-12-04 Thread Michael Ott
Package: src:linux
Version: 6.6.4-1~exp1
Severity: important

Dear Maintainer,

After updating to the 6.6 kernel the password for my encryption does not longer
work

Please unlock disk nvme0n1p3_crypt: **
device-mapper: table: 253:0: crypt: Error allocation crypto tfm (_ENOENT)
device-mapper: ioctl: error adding target to table
device-mapper: reload ioctl on nvme0n1p3_crypt (253:0) failed: No such file or
directory
cryptsetup: ERROR: nvme0n1p3_crypt: cryptsetup failed, bad password or options?

Everything works with 6.5. I also downgrade systemd and cryptosetup but no
changes



-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: LENOVO
product_name: 20KF001GGE
product_version: ThinkPad X280
chassis_vendor: LENOVO
chassis_version: None
bios_vendor: LENOVO
bios_version: N20ET66W (1.51 )
board_vendor: LENOVO
board_name: 20KF001GGE
board_version: Not Defined

** Network interface configuration:
*** /etc/network/interfaces:

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core 
Processor Host Bridge/DRAM Registers [8086:5914] (rev 08)
Subsystem: Lenovo Xeon E3-1200 v6/7th Gen Core Processor Host 
Bridge/DRAM Registers [17aa:2256]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: skl_uncore

00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 620 
[8086:5917] (rev 07) (prog-if 00 [VGA controller])
Subsystem: Lenovo UHD Graphics 620 [17aa:2256]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: i915
Kernel modules: i915

00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 
v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 08)
Subsystem: Lenovo Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor 
Thermal Subsystem [17aa:2256]
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: proc_thermal
Kernel modules: processor_thermal_device_pci_legacy

00:08.0 System peripheral [0880]: Intel Corporation Xeon E3-1200 v5/v6 / 
E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model [8086:1911]
Subsystem: Lenovo Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen 
Core Processor Gaussian Mixture Model [17aa:2256]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 

00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI 
Controller [8086:9d2f] (rev 21) (prog-if 30 [XHCI])
Subsystem: Lenovo Sunrise Point-LP USB 3.0 xHCI Controller [17aa:2256]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci

00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP 
Thermal subsystem [8086:9d31] (rev 21)
Subsystem: Lenovo Sunrise Point-LP Thermal subsystem [17aa:2256]
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: intel_pch_thermal
Kernel modules: intel_pch_thermal

00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP 
CSME HECI #1 [8086:9d3a] (rev 21)
Subsystem: Lenovo Sunrise Point-LP CSME HECI [17aa:2256]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: mei_me
Kernel modules: mei_me

00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root 
Port #1 [8086:9d10] (rev f1) (prog-if 00 [Normal decode])
Subsystem: Lenovo Sunrise Point-LP PCI Express Root Port [17aa:2256]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:1c.2 PCI bridge [0604]: Intel 

Bug#910348: linux-headers-4.19.0-rc6-amd64: File scripts/subarch.include is missing

2018-10-05 Thread Michael Ott
Package: linux-headers-4.19.0-rc6-amd64
Version: 4.19~rc6-1~exp1
Severity: normal

Dear Maintainer,

I try to recompile the virtualbox kernel module. But this did not happen. The
log file told me that:
DKMS make.log for virtualbox-5.2.18 for kernel 4.19.0-rc6-amd64 (x86_64)
Fri  5 Oct 08:05:30 CEST 2018
make: Entering directory '/usr/src/linux-headers-4.19.0-rc6-amd64'
/usr/src/linux-headers-4.19.0-rc6-common/Makefile:302: scripts/subarch.include:
No such file or directory
make[2]: *** No rule to make target 'scripts/subarch.include'.  Stop.
make[2]: *** Waiting for unfinished jobs
make[1]: *** [Makefile:146: sub-make] Error 2
make: *** [Makefile:8: all] Error 2
make: Leaving directory '/usr/src/linux-headers-4.19.0-rc6-amd64'

After install the file scripts/subarch.include it works.

It is new in rc5

Links:
https://fossies.org/diffs/linux/4.19-rc4_vs_4.19-rc5/Makefile-diff.html
https://patchwork.kernel.org/patch/10601895/






-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (710, 'unstable'), (660, 'testing'), (600, 'stable'), (510, 
'experimental'), (500, 'stable-updates'), (500, 'oldstable-updates'), (500, 
'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-rc6-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-headers-4.19.0-rc6-amd64 depends on:
ii  linux-compiler-gcc-8-x86 4.19~rc6-1~exp1
ii  linux-headers-4.19.0-rc6-common  4.19~rc6-1~exp1
ii  linux-kbuild-4.194.19~rc6-1~exp1

linux-headers-4.19.0-rc6-amd64 recommends no packages.

linux-headers-4.19.0-rc6-amd64 suggests no packages.

-- no debconf information



Bug#783681: linux-headers-4.0.0-trunk-common: Makefile.kasan is missing

2015-04-29 Thread Michael Ott
Package: linux-headers-4.0.0-trunk-common
Version: 4.0-1~exp1
Severity: important

Dear Maintainer,

Without Makefile.kasan I cannot compile virtualbox 4.3.26.



-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'testing'), (600, 'stable'), (500, 
'stable-updates'), (500, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf, armel

Kernel: Linux 4.0.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150429072255.6643.80303.reportbug@king-coder13



Bug#757759: linux-headers-3.16-trunk-common: Cannot compile virtualbox because of missing Makefile.extrawarn

2014-08-11 Thread Michael Ott
Package: linux-headers-3.16-trunk-common
Version: 3.16-1~exp1
Severity: important

Dear Maintainer,

I am using the following virtualbox version:
$ apt-cache policy virtualbox-4.3
virtualbox-4.3:
  Installed: 4.3.14-95030~Debian~wheezy
  Candidate: 4.3.14-95030~Debian~wheezy
  Version table:
 *** 4.3.14-95030~Debian~wheezy 0
500 http://download.virtualbox.org/virtualbox/debian/ wheezy/contrib
amd64 Packages
100 /var/lib/dpkg/status

When I try to compile the kernel modules for kernel version 3.16 it stops.
The log file told me this:
cat /var/log/vbox-install.log
Uninstalling modules from DKMS
Attempting to install using DKMS
Failed to install using DKMS, attempting to install without
make KBUILD_VERBOSE=1 SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0
CONFIG_MODULE_SIG= -C /lib/modules/3.16-trunk-amd64/build modules
Makefile:10: *** mixed implicit and normal rules: deprecated syntax
make[1]: Entering directory `/usr/src/linux-headers-3.16-trunk-amd64'
make -C /usr/src/linux-headers-3.16-trunk-amd64 \
KBUILD_SRC=/usr/src/linux-headers-3.16-trunk-common \
KBUILD_EXTMOD=/tmp/vbox.0 -f /usr/src/linux-headers-3.16-trunk-
common/Makefile \
modules
/usr/src/linux-headers-3.16-trunk-common/Makefile:759: /usr/src/linux-
headers-3.16-trunk-common/scripts/Makefile.extrawarn: No such file or directory
make[3]: *** No rule to make target '/usr/src/linux-headers-3.16-trunk-
common/scripts/Makefile.extrawarn'.  Stop.
Makefile:181: recipe for target 'sub-make' failed
make[2]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make[1]: *** [all] Error 2
Makefile:289: recipe for target 'vboxdrv' failed
make: *** [vboxdrv] Error 2

I edit the Makefile and comment the include line for Makefile.extrawarn and it
works.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'testing'), (600, 'stable'), (500, 
'testing-updates'), (500, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
Uninstalling modules from DKMS
Attempting to install using DKMS
Failed to install using DKMS, attempting to install without
make KBUILD_VERBOSE=1 SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 
CONFIG_MODULE_SIG= -C /lib/modules/3.16-trunk-amd64/build modules
Makefile:10: *** mixed implicit and normal rules: deprecated syntax
make[1]: Entering directory `/usr/src/linux-headers-3.16-trunk-amd64'
make -C /usr/src/linux-headers-3.16-trunk-amd64 \
KBUILD_SRC=/usr/src/linux-headers-3.16-trunk-common \
KBUILD_EXTMOD=/tmp/vbox.0 -f 
/usr/src/linux-headers-3.16-trunk-common/Makefile \
modules
/usr/src/linux-headers-3.16-trunk-common/Makefile:759: 
/usr/src/linux-headers-3.16-trunk-common/scripts/Makefile.extrawarn: No such 
file or directory
make[3]: *** No rule to make target 
'/usr/src/linux-headers-3.16-trunk-common/scripts/Makefile.extrawarn'.  Stop.
Makefile:181: recipe for target 'sub-make' failed
make[2]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make[1]: *** [all] Error 2
Makefile:289: recipe for target 'vboxdrv' failed
make: *** [vboxdrv] Error 2


Bug#640220: closed by Ben Hutchings b...@decadent.org.uk (Re: Bug#640220: linux-image-3.0.0-1-orion5x: Cannot update kernel image)

2011-09-04 Thread Michael Ott
  Package: linux-2.6
  Version: 3.0.0-3
  Severity: normal
  
  When I try to upgrade my system I got the following error:
  Setting up linux-image-3.0.0-1-orion5x (3.0.0-3) ...
  Running depmod.
  vmlinuz(/boot/vmlinuz-3.0.0-1-orion5x
  ) points to /boot/vmlinuz-3.0.0-1-orion5x
   (/boot/vmlinuz-3.0.0-1-orion5x) -- doing nothing at 
  /var/lib/dpkg/info/linux-image-3.0.0-1-orion5x.postinst line 346.
  The link /boot/initrd.img is a dangling linkto 
  /boot/initrd.img-3.0.0-1-orion5x
  Running flash-kernel.
  Can't find /boot/vmlinuz-3.0.0-1-orion5x and 
  /boot/initrd.img-3.0.0-1-orion5x
  User postinst hook script [flash-kernel] exited with value 1
 [...]
 
 You appear to have manually configured flash-kernel to run during a
 kernel upgrade by setting postinst_hook in /etc/kernel-img.conf.  This
 is wrong because any command specified there is run before the initramfs
 is created or updated.  The flash-kernel command should be run
 automatically at the correct time, so the upgrade should work if you
 just unset postinst_hook.
Maybe I done it but I do not know why. I believe that this is the
originell version which was installed or updated. The first installed
kernel was 2.6.26. I removed it a few days ago.

But after unset postinst_hook there is no error but also the kernel will
not update the flash

# apt-get unstable install linux-image-orion5x
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
linux-image-3.0.0-1-orion5x
Suggested packages:
  linux-doc-3.0.0 fdutils
The following NEW packages will be installed:
  linux-image-3.0.0-1-orion5x linux-image-orion5x
0 upgraded, 2 newly installed, 0 to remove and 66 not
upgraded.
Need to get 0 B/20.7 MB of archives.
After this operation, 61.3 MB of additional disk space will
be used.
Do you want to continue [Y/n]? 
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Preconfiguring packages ...
Selecting previously deselected package
linux-image-3.0.0-1-orion5x.
(Reading database ... 34282 files and directories currently
installed.)
Unpacking linux-image-3.0.0-1-orion5x (from 
.../linux-image-3.0.0-1-orion5x_3.0.0-3_armel.deb) ...
Selecting previously deselected package linux-image-orion5x.
Unpacking linux-image-orion5x (from .../linux-image-orion5x_3.0.0+39_armel.deb) 
...
Setting up linux-image-3.0.0-1-orion5x (3.0.0-3) ...
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.0.0-1-orion5x 
/boot/vmlinuz-3.0.0-1-orion5x
update-initramfs: Generating
/boot/initrd.img-3.0.0-1-orion5x
Setting up linux-image-orion5x (3.0.0+39) ...

After restart the old kernel is running:

$ uname -a
Linux king-coder14.king-coder 2.6.32-5-orion5x #1 Wed Jun 15
03:39:17 UTC 2011 armv5tel GNU/Linux

CU  
 
  Michael
  
-- 
,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at king-coder dot de
 `-



signature.asc
Description: Digital signature


Bug#640220: linux-image-3.0.0-1-orion5x: Cannot update kernel image

2011-09-03 Thread Michael Ott
Package: linux-2.6
Version: 3.0.0-3
Severity: normal

When I try to upgrade my system I got the following error:
Setting up linux-image-3.0.0-1-orion5x (3.0.0-3) ...
Running depmod.
vmlinuz(/boot/vmlinuz-3.0.0-1-orion5x
) points to /boot/vmlinuz-3.0.0-1-orion5x
 (/boot/vmlinuz-3.0.0-1-orion5x) -- doing nothing at 
/var/lib/dpkg/info/linux-image-3.0.0-1-orion5x.postinst line 346.
The link /boot/initrd.img is a dangling linkto /boot/initrd.img-3.0.0-1-orion5x
Running flash-kernel.
Can't find /boot/vmlinuz-3.0.0-1-orion5x and /boot/initrd.img-3.0.0-1-orion5x
User postinst hook script [flash-kernel] exited with value 1
dpkg: error processing linux-image-3.0.0-1-orion5x (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
  dpkg: dependency problems prevent 
configuration of linux-image-orion5x:
 linux-image-orion5x depends on linux-image-3.0.0-1-orion5x; however:
  Package linux-image-3.0.0-1-orion5x is not configured yet.
dpkg: error processing linux-image-orion5x (--configure):
 dependency problems - leaving unconfigured
configured to not write apport reports
  
Errors were encountered while processing:
 linux-image-3.0.0-1-orion5x
 linux-image-orion5x
E: Sub-process /usr/bin/dpkg returned an error code (1)

Current running with 2.6.23:
# uname -a
Linux king-coder14.king-coder 2.6.32-5-orion5x #1 Wed Jun 15 03:39:17 UTC 2011 
armv5tel GNU/Linux



-- Package-specific info:
** Kernel log: boot messages should be attached


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (600, 'stable'), (500, 
'oldstable')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.32-5-orion5x
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-3.0.0-1-orion5x depends on:
ii  debconf [debconf-2.0] 1.5.40 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.99   tools for generating an initramfs
ii  linux-base3.3Linux image base package
ii  module-init-tools 3.16-1 tools for managing Linux kernel mo

Versions of packages linux-image-3.0.0-1-orion5x recommends:
ii  firmware-linux-free   3  Binary firmware for various driver
ii  uboot-mkimage 2011.03-6  generate kernel image for U-Boot (

Versions of packages linux-image-3.0.0-1-orion5x suggests:
pn  fdutils   none (no description available)
pn  linux-doc-3.0.0   none (no description available)

Versions of packages linux-image-3.0.0-1-orion5x is related to:
pn  firmware-bnx2 none (no description available)
pn  firmware-bnx2xnone (no description available)
pn  firmware-ipw2x00  none (no description available)
pn  firmware-ivtv none (no description available)
pn  firmware-iwlwifi  none (no description available)
pn  firmware-linuxnone (no description available)
pn  firmware-linux-nonfreenone (no description available)
pn  firmware-qlogic   none (no description available)
pn  firmware-ralink   none (no description available)
pn  xen-hypervisornone (no description available)

-- debconf information:
  linux-image-3.0.0-1-orion5x/postinst/depmod-error-initrd-3.0.0-1-orion5x: 
false
  linux-image-3.0.0-1-orion5x/postinst/ignoring-ramdisk:
  linux-image-3.0.0-1-orion5x/prerm/removing-running-kernel-3.0.0-1-orion5x: 
true
  linux-image-3.0.0-1-orion5x/postinst/missing-firmware-3.0.0-1-orion5x:



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110903132122.15966.65185.report...@dlink-e7d628.example.org



Bug#626057: linux-image-2.6-amd64: oops copying file

2011-05-08 Thread Michael Ott
Package: linux-image-2.6-amd64
Severity: important

Hi!

I try to copy / move file to a smb share using nautilus. I got an kernel
oops

Here the dmesg output after resuming the box

[  963.340370] EXT4-fs (sda6): re-mounted. Opts: 
errors=remount-ro,commit=120,commit=0
[  963.344790] EXT4-fs (sda5): re-mounted. Opts: commit=120,commit=0
[  963.545697] EXT4-fs (sda10): re-mounted. Opts: commit=120,commit=0
[  963.563811] EXT4-fs (sda8): re-mounted. Opts: commit=120,commit=0
[  963.737258] EXT4-fs (sda7): re-mounted. Opts: commit=120,commit=0
[  964.529867] PM: Marking nosave pages: 0009e000 - 0010
[  964.529876] PM: Marking nosave pages: b9e6 - b9ebf000
[  964.529883] PM: Marking nosave pages: b9f8 - b9fbf000
[  964.529889] PM: Marking nosave pages: b9fe2000 - b9ff7000
[  964.529893] PM: Marking nosave pages: ba00 - 0001
[  964.532898] PM: Basic memory bitmaps created
[  964.532900] PM: Syncing filesystems ... done.
[  964.714599] Freezing user space processes ... (elapsed 0.01 seconds) done.
[  964.732154] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) 
done.
[  964.748181] PM: Preallocating image memory... done (allocated 598169 pages)
[  965.79] PM: Allocated 2392676 kbytes in 1.01 seconds (2368.98 MB/s)
[  965.766673] Suspending console(s) (use no_console_suspend to debug)
[  965.772434] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  965.980093] HDA Intel :00:1b.0: PCI INT A disabled
[  965.980143] ACPI handle has no context!
[  965.996045] PM: freeze of devices complete after 228.827 msecs
[  965.996651] PM: late freeze of devices complete after 0.600 msecs
[  965.997374] ACPI: Preparing to enter system sleep state S4
[  966.016067] PM: Saving platform NVS memory
[  966.018460] Disabling non-boot CPUs ...
[  966.124038] CPU 1 is now offline
[  966.124621] PM: Creating hibernation image:
[  966.128010] PM: Need to copy 374634 pages
[  966.128010] PM: Normal pages needed: 374634 + 1024, available pages: 648990
[  966.128010] PM: Restoring platform NVS memory
[  966.128010] Enabling non-boot CPUs ...
[  966.128010] Booting Node 0 Processor 1 APIC 0x1
[  966.212411] NMI watchdog enabled, takes one hw-pmu counter.
[  966.216017] Switched to NOHz mode on CPU #1
[  966.216063] CPU1 is up
[  966.217863] ACPI: Waking up from system sleep state S4
[  966.341539] HDA Intel :00:1b.0: restoring config space at offset 0x1 
(was 0x16, writing 0x12)
[  966.341590] pcieport :00:1c.0: restoring config space at offset 0x7 (was 
0x20002020, writing 0x2020)
[  966.341668] pcieport :00:1c.3: restoring config space at offset 0x7 (was 
0x20001010, writing 0x1010)
[  966.342027] ahci :00:1f.2: restoring config space at offset 0x1 (was 
0x2b00403, writing 0x2b00407)
[  966.342499] PM: early restore of devices complete after 1.218 msecs
[  966.496233] i915 :00:02.0: setting latency timer to 64
[  966.496466] uhci_hcd :00:1a.0: setting latency timer to 64
[  966.496514] usb usb3: root hub lost power or was reset
[  966.496534] ehci_hcd :00:1a.7: setting latency timer to 64
[  966.496561] usb usb1: root hub lost power or was reset
[  966.500463] ehci_hcd :00:1a.7: cache line size of 64 is not supported
[  966.500484] HDA Intel :00:1b.0: PCI INT A - GSI 22 (level, low) - IRQ 
22
[  966.500493] HDA Intel :00:1b.0: setting latency timer to 64
[  966.500555] HDA Intel :00:1b.0: irq 45 for MSI/MSI-X
[  966.500619] uhci_hcd :00:1d.0: setting latency timer to 64
[  966.500664] usb usb4: root hub lost power or was reset
[  966.500678] uhci_hcd :00:1d.1: setting latency timer to 64
[  966.500723] usb usb5: root hub lost power or was reset
[  966.500737] uhci_hcd :00:1d.2: setting latency timer to 64
[  966.500780] usb usb6: root hub lost power or was reset
[  966.500798] ehci_hcd :00:1d.7: setting latency timer to 64
[  966.500820] usb usb2: root hub lost power or was reset
[  966.504703] ehci_hcd :00:1d.7: cache line size of 64 is not supported
[  966.504718] pci :00:1e.0: setting latency timer to 64
[  966.504737] ahci :00:1f.2: setting latency timer to 64
[  966.505044] sd 0:0:0:0: [sda] Starting disk
[  966.832173] ata2: SATA link down (SStatus 0 SControl 300)
[  966.840174] ata6: SATA link down (SStatus 0 SControl 300)
[  966.848172] ata5: SATA link down (SStatus 0 SControl 300)
[  966.972162] usb 6-2: reset full speed USB device using uhci_hcd and address 2
[  966.996166] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  966.998542] ata1.00: configured for UDMA/133
[  967.123486] btusb 6-2:1.0: no reset_resume for driver btusb?
[  967.123491] btusb 6-2:1.1: no reset_resume for driver btusb?
[  967.216124] usb 2-5: reset high speed USB device using ehci_hcd and address 2
[  967.460087] usb 3-1: reset full speed USB device using uhci_hcd and address 2
[  967.612449] PM: restore of devices complete after 1116.357 msecs
[  

Bug#622325: linux-image-2.6.38-2-orion5x: Problem With I2C

2011-04-12 Thread Michael Ott
Package: linux-2.6
Version: 2.6.38-3
Severity: normal

syslog tell me every few seconds:
i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0

I found a mailing list entry here but no result:
http://comments.gmane.org/gmane.linux.ports.arm.kernel/111480



-- Package-specific info:
** Version:
Linux version 2.6.38-2-orion5x (Debian 2.6.38-3) (b...@decadent.org.uk) (gcc 
version 4.4.5 (Debian 4.4.5-15) ) #1 Fri Apr 8 01:22:30 UTC 2011

** Command line:
root=/dev/ram console=ttyS0,115200 :::DB88FXX81:egiga0:none

** Not tainted

** Kernel log:
[  513.731669] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  525.761632] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  527.761615] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  529.761600] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  531.761594] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  533.761600] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  535.761649] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  537.781583] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  540.801565] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  542.801528] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  544.801538] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  546.801533] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  559.071550] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  561.071476] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  563.071426] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  565.141411] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  567.141452] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  569.141382] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  571.151412] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  574.261367] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  576.261347] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  578.261366] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  580.261343] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  592.501221] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  594.501222] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  596.501199] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  598.521202] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  600.521200] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  602.521164] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  604.541156] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  607.621131] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  609.621184] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  611.621117] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  613.621119] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  625.651007] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  627.651014] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  629.651044] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  631.650988] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  633.651001] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  635.650996] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  637.660944] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  640.680941] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  642.680922] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  644.680915] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  646.680911] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  658.710827] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  660.710832] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  662.710805] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  664.710788] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  666.710780] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  668.710762] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  670.720749] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  673.740754] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  675.740752] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  677.740701] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  679.740725] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  691.770638] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  693.770617] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  695.770630] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  697.770587] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[  

Bug#620996: linux-image-2.6.38-1-amd64: Kernel Oops During Resume From Hibernate

2011-04-05 Thread Michael Ott
Package: linux-2.6
Version: 2.6.38-1
Severity: normal

dmesg output:

[31900.501230] Restarting tasks ... 
[31900.512637] BUG: unable to handle kernel NULL pointer dereference at 
0018
[31900.512722] IP: [810fadb9] pipe_read+0x86/0x3b6
[31900.512777] PGD 0 
[31900.512803] Oops:  [#1] SMP 
[31900.512847] last sysfs file: 
/sys/devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT1/uevent
[31900.512918] CPU 1 
[31900.512939] Modules linked in: hidp acpi_cpufreq mperf cpufreq_userspace 
cpufreq_conservative cpufreq_stats parport_pc ppdev lp parport 
cpufreq_powersave sco bnep rfcomm l2cap vboxnetadp(O) vboxnetflt(O) vboxdrv(O) 
binfmt_misc uinput fuse acerhdf coretemp loop snd_hda_codec_hdmi arc4 
snd_hda_codec_realtek ecb snd_hda_intel uvcvideo videodev snd_hda_codec 
v4l2_compat_ioctl32 iwlagn snd_hwdep btusb bluetooth snd_pcm usblp snd_seq 
snd_timer snd_seq_device iwlcore joydev tpm_tis i2c_i801 snd mac80211 battery 
soundcore snd_page_alloc tpm psmouse ac tpm_bios power_supply pcspkr serio_raw 
evdev cfg80211 rfkill wmi processor ext4 mbcache jbd2 crc16 sd_mod crc_t10dif 
usbhid hid i915 uhci_hcd drm_kms_helper drm ahci libahci libata i2c_algo_bit 
i2c_core scsi_mod ehci_hcd usbcore atl1c video thermal_sys button nls_base 
[last unloaded: scsi_wait_scan]
[31900.514005] 
[31900.514024] Pid: 30996, comm: dbus Tainted: G  IO 2.6.38-1-amd64 #1 
Acer Aspire 1810T/JM11-MS
[31900.514119] RIP: 0010:[810fadb9]  [810fadb9] 
pipe_read+0x86/0x3b6
[31900.514184] RSP: 0018:88007591dd48  EFLAGS: 00010286
[31900.514227] RAX: 88007591c000 RBX:  RCX: 88013fdba880
[31900.514280] RDX: 0048 RSI: 88007591ded8 RDI: 88013baf7928
[31900.514334] RBP:  R08: 810f3636 R09: 
[31900.514388] R10: ea0003d202f8 R11: 8801393c2c60 R12: 8800372353c0
[31900.514441] R13: 88007591ded8 R14:  R15: 0008
[31900.514495] FS:  7f0074aea720() GS:8800b9c8() 
knlGS:
[31900.514557] CS:  0010 DS:  ES:  CR0: 80050033
[31900.514602] CR2: 0018 CR3: 00012ab4c000 CR4: 000406e0
[31900.514655] DR0:  DR1:  DR2: 
[31900.514709] DR3:  DR6: 0ff0 DR7: 0400
[31900.514764] Process dbus (pid: 30996, threadinfo 88007591c000, task 
88013fdba880)
[31900.514823] Stack:
[31900.514844]    8800372353c0 
88007591de58
[31900.514923]  88013fdbacf8 81056b2d 88007591df58 
88007591de58
[31900.515002]  3fed8808 88007591ded8 88013fdba880 
81056ca4
[31900.515080] Call Trace:
[31900.515108]  [81056b2d] ? dequeue_signal+0x9b/0x108
[31900.515154]  [81056ca4] ? get_signal_to_deliver+0x10a/0x379
[31900.515205]  [810f36e7] ? do_sync_read+0xb1/0xea
[31900.515251]  [810f412f] ? vfs_read+0xa1/0xfb
[31900.515295]  [810f423f] ? sys_read+0x45/0x6e
[31900.515339]  [81009952] ? system_call_fastpath+0x16/0x1b
[31900.515388] Code: 18 02 00 00 4c 89 74 24 10 49 89 ee 65 48 8b 0c 25 40 cc 
00 00 c7 44 24 44 00 00 00 00 48 89 4c 24 78 48 8d 53 48 48 89 54 24 60 8b 43 
18 85 c0 89 44 24 24 0f 84 15 02 00 00 8b 53 1c 48 89 df 
[31900.515896] RIP  [810fadb9] pipe_read+0x86/0x3b6
[31900.515947]  RSP 88007591dd48
[31900.515975] CR2: 0018
[31900.516033] ---[ end trace a7919e7f17c0a727 ]---


And here the dmesg output from the resuming:

[31886.275116] EXT4-fs (sda6): re-mounted. Opts: 
errors=remount-ro,commit=120,commit=0
[31886.278921] EXT4-fs (sda5): re-mounted. Opts: commit=120,commit=0
[31886.473531] EXT4-fs (sda10): re-mounted. Opts: commit=120,commit=0
[31886.478080] EXT4-fs (sda8): re-mounted. Opts: commit=120,commit=0
[31886.694660] EXT4-fs (sda7): re-mounted. Opts: commit=120,commit=0
[31887.513003] PM: Marking nosave pages: 0009e000 - 0010
[31887.513011] PM: Marking nosave pages: b9e6 - b9ebf000
[31887.513019] PM: Marking nosave pages: b9f8 - b9fbf000
[31887.513025] PM: Marking nosave pages: b9fe2000 - b9ff7000
[31887.513029] PM: Marking nosave pages: ba00 - 0001
[31887.516239] PM: Basic memory bitmaps created
[31887.516242] PM: Syncing filesystems ... done.
[31887.584210] Freezing user space processes ... (elapsed 0.01 seconds) done.
[31887.600139] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) 
done.
[31887.616124] PM: Preallocating image memory... done (allocated 620435 pages)
[31888.390791] PM: Allocated 2481740 kbytes in 0.77 seconds (3223.03 MB/s)
[31888.390795] Suspending console(s) (use no_console_suspend to debug)
[31888.396282] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[31888.504108] HDA Intel :00:1b.0: PCI INT A disabled
[31888.504158] ACPI handle has no 

Bug#620284: linux-image-2.6.38-2-amd64: Box crashed at resume after hibernate

2011-03-31 Thread Michael Ott
Package: linux-2.6
Version: 2.6.38-2
Severity: important

Start my box after hibernate it. 
I see a blinking cursor at the top left side. After a few second I see
only _. No blinking. Nothing else.

Using linux-image-2.6.38-1 it works




-- Package-specific info:
** Version:
Linux version 2.6.38-2-amd64 (Debian 2.6.38-2) (b...@decadent.org.uk) (gcc 
version 4.4.5 (Debian 4.4.5-14) ) #1 SMP Tue Mar 29 16:45:36 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.38-2-amd64 
root=UUID=d5c1c147-c4cf-471b-ac54-f9fe7b33f43d ro video=vesafb:off 
video=i915:modeset=0 quiet

** Tainted: IO (6144)
 * Working around severe firmware bug.
 * Out-of-tree module has been loaded.

** Kernel log:
[2.385470] usbhid: USB HID core driver
[2.432028] ata5: SATA link down (SStatus 0 SControl 300)
[2.588016] usb 6-2: new full speed USB device using uhci_hcd and address 2
[2.752023] ata6: SATA link down (SStatus 0 SControl 300)
[2.763122] usb 6-2: New USB device found, idVendor=0489, idProduct=e011
[2.763128] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[2.763132] usb 6-2: Product: Acer Module
[2.763135] usb 6-2: Manufacturer: Broadcom Corp
[2.763137] usb 6-2: SerialNumber: 2C8158B74EBA
[2.773724] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 
GiB)
[2.773806] sd 0:0:0:0: [sda] Write Protect is off
[2.773810] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[2.773845] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[2.875485]  sda: sda1 sda2 sda3 sda4  sda5 sda6 sda7 sda8 sda9 sda10 
[2.876306] sd 0:0:0:0: [sda] Attached SCSI disk
[4.142874] PM: Starting manual resume from disk
[4.142879] PM: Hibernation image partition 8:9 present
[4.142882] PM: Looking for hibernation image.
[4.152892] PM: Image not found (code -22)
[4.152896] PM: Hibernation image not present or could not be loaded.
[4.196281] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: 
(null)
[5.608070] udev[362]: starting version 166
[5.814668] wmi: Mapper loaded
[5.835057] ACPI: acpi_idle registered with cpuidle
[5.847354] Monitor-Mwait will be used to enter C-1 state
[5.847397] Monitor-Mwait will be used to enter C-2 state
[5.847426] Monitor-Mwait will be used to enter C-3 state
[5.847433] Marking TSC unstable due to TSC halts in idle
[5.849794] Switching to clocksource hpet
[5.902566] input: PC Speaker as /devices/platform/pcspkr/input/input8
[6.025048] cfg80211: Calling CRDA to update world regulatory domain
[6.025246] ACPI: AC Adapter [ACAD] (on-line)
[6.040312] ACPI: Battery Slot [BAT1] (battery present)
[6.258324] Bluetooth: Core ver 2.15
[6.258353] NET: Registered protocol family 31
[6.258356] Bluetooth: HCI device and connection manager initialized
[6.258360] Bluetooth: HCI socket layer initialized
[6.465101] Linux video capture interface: v2.00
[6.472624] Bluetooth: Generic Bluetooth USB driver ver 0.6
[6.472913] usbcore: registered new interface driver btusb
[6.669691] i801_smbus :00:1f.3: PCI INT C - GSI 18 (level, low) - IRQ 
18
[6.684048] uvcvideo: Found UVC 1.00 device WebCam (064e:a102)
[6.687529] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 
0xd04733/0xa4/0xa
[6.700656] input: WebCam as 
/devices/pci:00/:00:1d.7/usb2/2-5/2-5:1.0/input/input9
[6.700749] usbcore: registered new interface driver uvcvideo
[6.700752] USB Video Class driver (v1.0.0)
[6.742631] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio2/input/input10
[6.883577] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 
in-tree:
[6.883582] iwlagn: Copyright(c) 2003-2010 Intel Corporation
[6.883716] iwlagn :02:00.0: PCI INT A - GSI 19 (level, low) - IRQ 19
[6.883728] iwlagn :02:00.0: setting latency timer to 64
[6.883766] iwlagn :02:00.0: Detected Intel(R) WiFi Link 5100 AGN, 
REV=0x54
[6.905796] iwlagn :02:00.0: device EEPROM VER=0x11f, CALIB=0x4
[6.905800] iwlagn :02:00.0: Device SKU: 0Xb
[6.905826] iwlagn :02:00.0: Tunable channels: 13 802.11bg, 24 802.11a 
channels
[6.905917] iwlagn :02:00.0: irq 44 for MSI/MSI-X
[6.993881] iwlagn :02:00.0: loaded firmware version 8.83.5.1 build 33692
[7.064209] HDA Intel :00:1b.0: PCI INT A - GSI 22 (level, low) - IRQ 
22
[7.064288] HDA Intel :00:1b.0: irq 45 for MSI/MSI-X
[7.064327] HDA Intel :00:1b.0: setting latency timer to 64
[7.235680] hda_codec: ALC269: BIOS auto-probing.
[7.236969] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input11
[7.267249] input: HDA Intel Mic as 
/devices/pci:00/:00:1b.0/sound/card0/input12
[7.267460] input: HDA Intel Headphone as 
/devices/pci:00/:00:1b.0/sound/card0/input13
[7.267740] ieee80211 phy0: Selected rate control algorithm 

Bug#592307: linux-image-2.6.32-5: Laptop-Display flicker after a short time

2010-08-09 Thread Michael Ott
Package: linux-2.6
Version: 2.6.32-18
Severity: important
File: linux-image-2.6.32-5

After the grub window I see a few lines and then the display flicker. I
do not have this problem with linux-image-2.6.32-3

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: Hewlett-Packard
product_name: HP EliteBook 8440p
product_version:  
chassis_vendor: Hewlett-Packard
chassis_version: 
bios_vendor: Hewlett-Packard
bios_version: 68CCU Ver. F.05
board_vendor: Hewlett-Packard
board_name: 172B
board_version: KBC Version 30.29

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller 
[8086:0044] (rev 12)
Subsystem: Hewlett-Packard Company Device [103c:172b]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: access denied

00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 
Root Port [8086:0045] (rev 12) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 5000-5fff
Memory behind bridge: d200-d30f
Prefetchable memory behind bridge: c000-d1ff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport

00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series 
Chipset HECI Controller [8086:3b64] (rev 06)
Subsystem: Hewlett-Packard Company Device [103c:172b]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 10
Region 0: Memory at d7428000 (64-bit, non-prefetchable) [size=16]
Capabilities: access denied

00:16.3 Serial controller [0700]: Intel Corporation 5 Series/3400 Series 
Chipset KT Controller [8086:3b67] (rev 06) (prog-if 02 [16550])
Subsystem: Hewlett-Packard Company Device [103c:172b]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 17
Region 0: I/O ports at 6050 [size=8]
Region 1: Memory at d7426000 (32-bit, non-prefetchable) [size=4K]
Capabilities: access denied
Kernel driver in use: serial

00:19.0 Ethernet controller [0200]: Intel Corporation 82577LM Gigabit Network 
Connection [8086:10ea] (rev 06)
Subsystem: Hewlett-Packard Company Device [103c:172b]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 33
Region 0: Memory at d740 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at d7425000 (32-bit, non-prefetchable) [size=4K]
Region 2: I/O ports at 6020 [size=32]
Capabilities: access denied
Kernel driver in use: e1000e

00:1a.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset 
USB2 Enhanced Host Controller [8086:3b3c] (rev 06) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company Device [103c:172b]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at d7427c00 (32-bit, non-prefetchable) [size=1K]
Capabilities: access denied
Kernel driver in use: ehci_hcd

00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset 
High Definition Audio [8086:3b56] (rev 06)
Subsystem: Hewlett-Packard Company Device [103c:172b]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: