Please enable applespi driver

2020-05-07 Thread Ronny Standtke
Dear all

Our users need support for newer MacBook keyboards and touchpads.
Starting with Linux kernel v5.3 this driver is included upstream.

After integrating the current Linux kernel from Debian backports, the
MacBook keyboards and touchpads of our users are still not working.
After some research we found out that the reason is that
CONFIG_KEYBOARD_APPLESPI=m is not enabled in the Debian kernel packages.
This was already reported in October (see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943337).

Because of the omnipresence of secure boot and kernel lockdown
mechanisms we already lost the freedom to simply build and distribute
our own kernel and modules but are dependent on working upstream
distribution kernels. So, because we simply can't fix this ourselfs,
could you please fix this issue?

Thank you very much for your hard work!

Best regards

Ronny




Bug#808916: WARN in drm_atomic_check_only() during boot, Intel GM965 (gen4)

2016-01-24 Thread Ronny Standtke
I made a local backport of 4.4 in experimental for jessie and can
confirm that the regression on the Dell Latitude E5500 is fixed in 4.4.

Cheers

Ronny



Bug#808916: linux-image-4.3.0-1-amd64: non-blocking stack trace crash during startup (drm/i915) in drm_atomic_check_only+0x46f/0x540

2016-01-16 Thread Ronny Standtke
I can confirm this problem on a Dell Latitude E5500. After booting up
all I can see are some left-scrolling remains of the text console. I can
switch to a text vt which then works normally but would really prefer to
have a working graphical desktop.

Here is some info about the PCI devices in the Dell Latitude E5500:

00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory
Controller Hub (rev 07)
Subsystem: Dell Device 0263
Flags: bus master, fast devsel, latency 0
Capabilities: 
Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series
Chipset Integrated Graphics Controller (rev 07) (prog-if 00 [VGA
controller])
Subsystem: Dell Device 0263
Flags: bus master, fast devsel, latency 0, IRQ 29
Memory at f6c0 (64-bit, non-prefetchable) [size=4M]
Memory at e000 (64-bit, prefetchable) [size=256M]
I/O ports at efe8 [size=8]
Expansion ROM at  [disabled]
Capabilities: 
Kernel driver in use: i915

00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset
Integrated Graphics Controller (rev 07)
Subsystem: Dell Device 0263
Flags: bus master, fast devsel, latency 0
Memory at f6b0 (64-bit, non-prefetchable) [size=1M]
Capabilities: 



Bug#808916: linux-image-4.3.0-1-amd64: non-blocking stack trace crash during startup (drm/i915) in drm_atomic_check_only+0x46f/0x540

2016-01-16 Thread Ronny Standtke
In addition to the already mentioned trace I also see the following
error message in the system logs:

Jan 16 15:14:29 debian kernel: [drm:intel_cpu_fifo_underrun_irq_handler
[i915]] *ERROR* CPU pipe A FIFO underrun



Bug#811174: linux: Config option to build Surface Pro 3 buttons module not enabled

2016-01-16 Thread Ronny Standtke
Source: linux
Severity: normal

Please enable the option to build the kernel module that supports the
Surface
Pro 3 buttons (CONFIG_SURFACE_PRO3_BUTTON=m).

Thanks

Ronny

-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 4.3.0-1+lernstick.1-686-pae (SMP w/5 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#808916: WARN in drm_atomic_check_only() during boot, Intel GM965 (gen4)

2016-01-16 Thread Ronny Standtke
I can now definitely confirm that this is a regression in linux 4.3. I
just tested with linux 4.2.6 and everything works fine, even though I
also see the log message about  intel_cpu_fifo_underrun_irq_handler.

Any hope to get this fixed in 4.3 or do we have to wait for 4.4
(including linux-tools, etc.) to hit debian and the backports?

Cheers

Ronny



Bug#607879: System hangs up with mmap.c:873!

2011-02-22 Thread Ronny Standtke
 Anyway, it shouldn't be necessary to rebuild the header packages as there is 
 no ABI change and the previous version should be compatible.  Does 
 live-build require an exact version match?

As I already said, the package linux-headers-2.6.32-5-686_2.6.32-30a~test 
depends on linux-headers-2.6.32-5-common_2.6.32-30a~test. Therefore we need to 
have the common package falling out of the customized kernel package build 
process, too. And therefore I was such a pain in the neck to get an official 
way to build this package...

 OK, we'll include these changes in an update to squeeze.

Great! Thank you very much.

Ronny



-- 
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/20110040.44222.ronny.stand...@gmx.net



Bug#607879: System hangs up with mmap.c:873!

2011-02-07 Thread Ronny Standtke
 Fortunately, after some trial and error, I successfully built a 
 linux-headers-2.6.32-5-common_2.6.32-30a~test package with the following two 
 commands:
 
 
 export UPSTREAMVERSION=2.6.32-5
 fakeroot make -f debian/rules.real binary-arch-featureset
 
 
 Is this the right way?

To partially answer my own question: No, the resulting package is not useable.

I had to use the following list of commands to build a package that worked for 
me:


export VERSION=2.6.32
export UPSTREAMVERSION=2.6.32-5
export KERNEL_ARCH=x86
fakeroot make -f debian/rules.real binary-arch-featureset


I still would like to know the official and supported way to build the
linux-headers-x.y.z-a-common package. Ben?

The good thing is that the patch series Ben provided seems to fix the problem. 
At least I did no longer run into this bug for more than a week now.

Thanks

Ronny



-- 
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/201102080838.41003.ronny.stand...@gmx.net



Bug#607879: System hangs up with mmap.c:873!

2011-01-26 Thread Ronny Standtke
 This *is* explained on the page I pointed you at.

Sorry for being a *blind* newbie...

After building the linux-base package I was able to install the patched linux-
image package.

The system I am trying to build with live-build also needs the linux-headers 
package because of some dkms packages. Unfortunately, there is again a 
dependency problem:


# dpkg -i linux-headers-2.6.32-5-686_2.6.32-30a~test_i386.deb 
(Reading database ... 166017 files and directories currently installed.)
Preparing to replace linux-headers-2.6.32-5-686 2.6.32-30a~test (using linux-
headers-2.6.32-5-686_2.6.32-30a~test_i386.deb) ...
Unpacking replacement linux-headers-2.6.32-5-686 ...
dpkg: dependency problems prevent configuration of linux-headers-2.6.32-5-686:
 linux-headers-2.6.32-5-686 depends on linux-headers-2.6.32-5-common (= 
2.6.32-30a~test); however:
  Version of linux-headers-2.6.32-5-common on system is 2.6.32-30.
dpkg: error processing linux-headers-2.6.32-5-686 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-headers-2.6.32-5-686


Unfortunately, I could not find any information about this issue on the page 
you pointet me at. Fortunately, after some trial and error, I successfully 
built a linux-headers-2.6.32-5-common_2.6.32-30a~test package with the 
following two commands:


export UPSTREAMVERSION=2.6.32-5
fakeroot make -f debian/rules.real binary-arch-featureset


Is this the right way?

Best regards

Ronny



-- 
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/201101261104.10803.ronny.stand...@gmx.net



Bug#607879: System hangs up with mmap.c:873!

2011-01-25 Thread Ronny Standtke
 Not sure how I did that, but try this version of patch 3 instead.

Thanks, building the package works now. Unfortunately, the resulting package 
is not installable because its dependencies seem to be broken:

---
# dpkg -i linux-image-2.6.32-5-686_2.6.32-30a~test_i386.deb 
(Reading database ... 166017 files and directories currently installed.)
Preparing to replace linux-image-2.6.32-5-686 2.6.32-30a~test (using linux-
image-2.6.32-5-686_2.6.32-30a~test_i386.deb) ...
Unpacking replacement linux-image-2.6.32-5-686 ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 2.6.32-5-686 
/boot/vmlinuz-2.6.32-5-686
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 2.6.32-5-686 
/boot/vmlinuz-2.6.32-5-686
dpkg: dependency problems prevent configuration of linux-image-2.6.32-5-686:
 linux-image-2.6.32-5-686 depends on linux-base (= 2.6.32-30a~test); however:
  Version of linux-base on system is 2.6.32-30.
dpkg: error processing linux-image-2.6.32-5-686 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-image-2.6.32-5-686
---

The dependency on linux-base (= 2.6.32-30a~test) looks like the build script 
is too eagerly replacing version strings. Can you give another hint or an 
updated build script, please?

Ronny



-- 
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/201101252134.21390.ronny.stand...@gmx.net



Bug#607879: System hangs up with mmap.c:873!

2011-01-23 Thread Ronny Standtke
 See
 http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-off
 icial - in particular, section 4.2.5, Simplified patching and building.

OK, here is what I tried now:
-
apt-get source linux-image-2.6.32-5-686
cd linux-2.6-2.6.32
bash debian/bin/test-patches ../000*
-

Unfortunately, this fails with the following error message:
...
-- 30 fully applied.
-- Try to apply 30a~test.
  (+) OK   test/0001-Revert-aufs-narrow-down-the-BKL-region.patch
  (+) OK   test/0002-Revert-aufs-bugfix-unlock-mmap_sem-temporary-using-
B.patch
patch:  malformed patch at line 182: @@ -630,25 +698,22 @@ static int 
aufs_mmap(struct file *file, struct vm_area_struct *vma)

  (+) FAIL test/0003-aufs-bugfix-another-approach-to-keep-the-lock-
order-.patch
Error: Patch failed
make[2]: *** [debian/stamps/source] Error 1
make[2]: Leaving directory `/root/linux-2.6-2.6.32'
make[1]: *** [source_i386_none_real] Error 2
make[1]: Leaving directory `/root/linux-2.6-2.6.32'
make: *** [debian/stamps/source-base] Error 2

Is there anything else that I need to do or is the patch really malformed?

Ronny



-- 
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/201101230918.02379.ronny.stand...@gmx.net



Bug#607879: System hangs up with mmap.c:873!

2011-01-22 Thread Ronny Standtke
 The attached patch series might deal with this bug.  These patches are
 simply cherry-picked from aufs upstream and modified as necessary to
 compile.  I leave any further building and testing to you.

Thank you very much for the patch series. Sorry for being such a newbie but 
how do I deal with this patch series? Here is what I tried:
---
apt-get source linux-image-2.6.32-5-686
cd linux-2.6-2.6.32/
# copying your patch series to the (hopefully) correct place
cp ../000* debian/patches/features/all/aufs2/
# adding your patch series at the end of the aufs block
vi debian/patches/series/base
fakeroot make -f debian/rules.gen binary-arch_i386_none_686
---

This failed with the following error output:
...
-- Try to apply base.
  (+) OK   debian/version.patch
  (+) OK   debian/kernelvariables.patch
  (+) OK   debian/doc-build-parallel.patch
  (+) OK   debian/scripts-kconfig-reportoldconfig.patch
  (+) OK   debian/arch-mips-not-embedded.patch
  (+) OK   debian/drivers-ata-ata_piix-postpone-pata.patch
  (+) OK   debian/drivers-ata-pata_sis-postpone-pata.patch
  (+) OK   features/all/drivers-infiniband-hw-ipath-iba7220-use-
request_firmware.patch
  (+) OK   features/all/drivers-media-dvb-usb-af9005-request_firmware.patch
  (+) OK   features/all/drivers-staging-rt28x0sta-request_firmware.patch
  (+) OK   features/all/export-unionfs-symbols.patch
  (+) OK   features/all/lgs8gxx-lgs8g75-request_firmware.patch
  (+) OK   features/all/r8169-init-phy-return-error.patch
  (+) OK   features/all/r8169-rtl8168d-1-2-request_firmware.patch
  (+) OK   features/all/sound-pci-cs46xx-request_firmware.patch
  (+) OK   features/all/aufs2/aufs2-base.patch
  (+) OK   features/all/aufs2/aufs2-standalone.patch
  (+) OK   features/all/aufs2/aufs2-kbuild.patch
  (+) OK   features/all/aufs2/aufs2-add.patch
  (+) OK   features/all/aufs2/mark-as-staging.patch
2 out of 3 hunks FAILED -- saving rejects to file fs/aufs/f_op.c.rej
  (+) FAIL features/all/aufs2/0001-Revert-aufs-narrow-down-the-BKL-
region.patch
Error: Patch failed
make[1]: *** [debian/stamps/source] Error 1
make[1]: Leaving directory `/root/linux-2.6-2.6.32'
make: *** [binary-arch_i386_none_686_real] Error 2

Can you please give some simple instructions how to create a new kernel 
package that includes your patch series?

Thank you very much!

Ronny



-- 
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/20110140.06935.ronny.stand...@gmx.net



Bug#607879: System hangs up with mmap.c:873!

2011-01-15 Thread Ronny Standtke
I contacted the Debian Live maintainers about this bug, who in turn asked me 
to contact upstream. The aufs developers stated that the aufs version in 
Debian Live is too old and obsoleted and should be updated, see here:

https://sourceforge.net/mailarchive/message.php?msg_id=26901616

I informed the Debian Live maintainers about that, who in turn again pointed 
to the Debian kernel team, see here:

http://lists.debian.org/debian-live/2011/01/msg00100.html

This pushing around gets somewhat exhausting. I would be pleased if all 
involved parties (Debian kernel team, Debian Live maintainers, aufs 
developers) could cooperate in fixing this bug instead of working against or 
ignoring each other.

Thanks a lot

Ronny



-- 
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/201101151426.19406.ronny.stand...@gmx.net



Bug#607879: System hangs up with mmap.c:873!

2011-01-14 Thread Ronny Standtke
 I tried booting
 http://www.imedias.ch/dateien/lernstick-testversion/lernstick_debian5_2010-
 11-09.iso

The bug does not happen with Debian 5. Please use the latest Debian 6 version, 
e.g.
http://www.imedias.ch/dateien/lernstick-
testversion/lernstick_debian6_2011-01-11.iso

 but it gives me an error message in german and does not let me
 copypaste it :-)

In the Debian 5 version you used, you could have switched the system locale by 
pressing the F1 button in the syslinux gfxboot screen.
Unfortunately, the gfxboot screen is not yet available in the Debian 6 
version. You can switch the system locale by pressing TAB in the syslinux menu 
and replace de_CH with en_US to get an English system.

 It seems to not recognize my empty usb.img as an usb stick.

Unfortunately, I do not know anything about xen...



-- 
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/201101142331.36369.ronny.stand...@gmx.net



Bug#607879: System hangs up with mmap.c:873!

2010-12-29 Thread Ronny Standtke
 ok, does it happen if you boot the livecd under qemu?

I just tested it. Booting the DVD ISO in qemu took more than 20 minutes to get 
to a console prompt. My usual setting is Debian Live on a USB flash drive with 
a live-rw persistency partition. This setup boots from the USB flash drive 
in around 50 seconds on my machine.

Starting up KDE did not finish in the qemu test (I stopped it after 40 
minutes). Shutting down in qemu took almost three minutes, in my usual setting 
it takes around ten seconds.

I did not experience the system hang in this one single qemu test run (I also 
do not run into the system hangup on real hardware all the time) but I fail to 
see the value in retrying with quemu as it is slow beyond repair. We better 
test with real hardware and real scenarios.

Best regards

Ronny



-- 
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/201012291527.12792.ronny.stand...@gmx.net



Bug#607879: System hangs up with mmap.c:873!

2010-12-28 Thread Ronny Standtke
I can confirm this bug.
I created a Debian Live system based on Squeeze and on many machines the 
system just hangs when shutting down.

My latest test was on a Dell Optiplex SX280. I will attach the entries in 
kern.log and the output of lspci on this system.
00:00.0 Host bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory 
Controller Hub (rev 04)
00:01.0 PCI bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL PCI Express Root 
Port (rev 04)
00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated 
Graphics Controller (rev 04)
00:02.1 Display controller: Intel Corporation 82915G Integrated Graphics 
Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI 
Express Port 1 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) AC'97 Audio Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface 
Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
IDE Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA 
Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus 
Controller (rev 03)
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit 
Ethernet PCI Express (rev 01)
Dec 28 10:44:58 debian kernel: [   84.124117] [ cut here ]
Dec 28 10:44:58 debian kernel: [   84.124191] kernel BUG at /build/buildd-linux-2.6_2.6.32-29-i386-Of6Yt1/linux-2.6-2.6.32/debian/build/source_i386_none/mm/mmap.c:873!
Dec 28 10:44:58 debian kernel: [   84.124346] invalid opcode:  [#1] SMP 
Dec 28 10:44:58 debian kernel: [   84.124413] last sysfs file: /sys/devices/virtual/sound/timer/uevent
Dec 28 10:44:58 debian kernel: [   84.124496] Modules linked in: ppdev lp sco bridge stp bnep l2cap bluetooth rfkill vboxnetadp vboxnetflt vboxdrv uinput fuse dm_crypt dm_mod snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd parport_pc dcdbas soundcore parport psmouse pcspkr snd_page_alloc i2c_i801 rng_core serio_raw evdev processor ext4 jbd2 crc16 ohci_hcd squashfs loop aufs(C) nls_utf8 nls_cp437 vfat fat ext2 mbcache ide_generic ide_core sg i915 sd_mod crc_t10dif drm_kms_helper sr_mod cdrom drm i2c_algo_bit usbhid hid usb_storage ata_generic tg3 i2c_core ata_piix video libata thermal uhci_hcd libphy output ehci_hcd scsi_mod button thermal_sys usbcore nls_base [last unloaded: scsi_wait_scan]
Dec 28 10:44:58 debian kernel: [   84.125836] 
Dec 28 10:44:58 debian kernel: [   84.125864] Pid: 2475, comm: console-kit-dae Tainted: G C (2.6.32-5-686 #1) OptiPlex SX280   
Dec 28 10:44:58 debian kernel: [   84.125993] EIP: 0060:[c109dd1c] EFLAGS: 00010202 CPU: 0
Dec 28 10:44:58 debian kernel: [   84.126071] EIP is at find_mergeable_anon_vma+0xbd/0x14b
Dec 28 10:44:58 debian kernel: [   84.126141] EAX: dbdab478 EBX: dbdab490 ECX: dbdab478 EDX: dc39bdc0
Dec 28 10:44:58 debian kernel: [   84.126224] ESI: dc39b0b0 EDI: dc39bdc0 EBP: 00100073 ESP: db99be80
Dec 28 10:44:58 debian kernel: [   84.126306]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
Dec 28 10:44:58 debian kernel: [   84.126378] Process console-kit-dae (pid: 2475, ti=db99a000 task=dcdfb740 task.ti=db99a000)
Dec 28 10:44:58 debian kernel: [   84.126484] Stack:
Dec 28 10:44:58 debian kernel: [   84.126514]  dbb56200 e00e6a3f db9b06e0 b66d6000 dc39b0b0  dc39b0b0 
Dec 28 10:44:58 debian kernel: [   84.126654] 0 dc3bba00 c10a22bd 0001 c1856c60 dd780b64 b66d6218 c1099709 b66d6218
Dec 28 10:44:58 debian kernel: [   84.126808] 0 dc39b0b0 dc3bba00 0001 b66b9000 0200 c126d2bf df1e6d00 e00e6593
Dec 28 10:44:58 debian kernel: [   84.126967] Call Trace:
Dec 28 10:44:58 debian kernel: [   84.127019]  [e00e6a3f] ? aufs_fault+0xf1/0xfb [aufs]
Dec 28 10:44:58 debian kernel: [   84.128004]  [c10a22bd] ? anon_vma_prepare+0x1d/0x8c
Dec 28 10:44:58 debian kernel: [   84.136836]  [c1099709] ? __do_fault+0xb2/0x3b1
Dec 28 10:44:58 debian kernel: [   84.136836]  [c126d2bf] ? down_read+0x8/0x16
Dec 28 10:44:58 debian kernel: [   84.136836]  [e00e6593] ? si_read_lock+0x7b/0x83 [aufs]
Dec 28 10:44:58 debian kernel: [   84.136836]  [c109b62b] ? handle_mm_fault+0x48f/0x959
Dec 28 10:44:58 debian kernel: [   

Bug#482908: gspca-modules-2.6.24-1-686: ISOC data error

2008-05-25 Thread Ronny Standtke
Package: gspca-modules-2.6.24-1-686
Version: 2.6.24+01.00.20-6
Severity: critical
Justification: breaks unrelated software

*** Please type your report below this line ***

I have a Labtec Webcam Pro and use it with Ekiga. I upgraded my system some 
days ago and now I noticed that it stopped working correctly.

I see the following error messages in /var/log/messages:
--
May 23 15:54:13 chrulli 
kernel: 
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_686_gspca/gspca_core.c:
 
[spca50x_move_data:1611] ISOC data error: [0] len=0, status=-84
--

The error messages are repeated over and over again, just the value in the 
brackets and the value of len changes.

There is a heavy side-effect: khubd eats up the CPU. It is constantly at 100%. 
The whole USB subsystem breaks. Nothing works anymore, no USB flash drives, 
no printer (connected via USB), etc.

After unplugging the webcam and rebooting everything works fine (just that I 
do not have any working webcam now...)


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gspca-modules-2.6.24-1-686 depends on:
ii  linux-image-2.6.24-1-686 [lin 2.6.24-7   Linux 2.6.24 image on 
PPro/Celeron

gspca-modules-2.6.24-1-686 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#361684: is unuseable on HP OmniBook 4150 on batteries

2006-09-23 Thread Ronny Standtke
I just want to add that I updated to the latest version of Debian testing 
(linux-2.6.17) and the bug is still there: The notebook is unuseable when 
running on batteries.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#361684: linux-image-2.6.15-1-686: is unuseable on HP OmniBook 4150 on batteries

2006-04-09 Thread Ronny Standtke
Package: linux-image-2.6.15-1-686
Version: 2.6.15-8
Severity: normal


I installed Debian testing on a HP OmniBook 4150. It works great if the
notebook is attached to a power supply.

If the notebook is booted when running on batteries the system is almost
unuseable. The init process seems to hang right from the start but when you
press some keys on the keyboard the system seems to wake up for some seconds
and the init process continues bit by bit...

I tried to use acpi instead of apm (added the kernel boot option
acpi=off apm=on and added apm to /etc/modules) but this was even worse:
The system bootet without hammering on the keyboard but the timing was
completely broken. The cursor frequency changed wildly depending on system
load and the clock was running like crazy (ca. double speed) when opening 
large applications.

I remeber that I had some other Linux version installed on this notebook some
years ago and it did not have this problem (but others). I wanted to give it a
second chance because rumors said that Linux runs better on older hardware.
This does not always seem to be true :-(


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages linux-image-2.6.15-1-686 depends on:
ii  initramfs-tools [linux-initra 0.59b  tools for generating an initramfs
ii  module-init-tools 3.2.2-2tools for managing Linux kernel mo

Versions of packages linux-image-2.6.15-1-686 recommends:
pn  libc6-i686none (no description available)

-- debconf information:
  linux-image-2.6.15-1-686/preinst/abort-install-2.6.15-1-686:
  linux-image-2.6.15-1-686/preinst/abort-overwrite-2.6.15-1-686:
  linux-image-2.6.15-1-686/prerm/would-invalidate-boot-loader-2.6.15-1-686: true
  linux-image-2.6.15-1-686/preinst/bootloader-initrd-2.6.15-1-686: true
  linux-image-2.6.15-1-686/postinst/kimage-is-a-directory:
  linux-image-2.6.15-1-686/preinst/lilo-initrd-2.6.15-1-686: true
  linux-image-2.6.15-1-686/postinst/old-initrd-link-2.6.15-1-686: true
  linux-image-2.6.15-1-686/postinst/old-dir-initrd-link-2.6.15-1-686: true
  linux-image-2.6.15-1-686/preinst/overwriting-modules-2.6.15-1-686: true
  linux-image-2.6.15-1-686/postinst/depmod-error-initrd-2.6.15-1-686: false
* linux-image-2.6.15-1-686/preinst/already-running-this-2.6.15-1-686:
  linux-image-2.6.15-1-686/preinst/initrd-2.6.15-1-686:
  linux-image-2.6.15-1-686/postinst/depmod-error-2.6.15-1-686: false
  linux-image-2.6.15-1-686/postinst/bootloader-error-2.6.15-1-686:
  linux-image-2.6.15-1-686/postinst/bootloader-test-error-2.6.15-1-686:
  linux-image-2.6.15-1-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.15-1-686/postinst/create-kimage-link-2.6.15-1-686: true
  linux-image-2.6.15-1-686/prerm/removing-running-kernel-2.6.15-1-686: true
  linux-image-2.6.15-1-686/preinst/failed-to-move-modules-2.6.15-1-686:
  linux-image-2.6.15-1-686/preinst/elilo-initrd-2.6.15-1-686: true
  linux-image-2.6.15-1-686/postinst/old-system-map-link-2.6.15-1-686: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]