initramfs-tools 0.103

2012-06-01 Thread Dr. Markus Waldeck
Dear Debian kernel team,

 Depends: ..., module-init-tools, 

Please change the dependency from module-init-tools to kmod.

ii module-init-tools 8-2 transitional dummy package (module-init-tools to kmod)

Thanks!

Dr. Markus Waldeck




-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!  

Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a


-- 
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/20120601122125.20...@gmx.net



Bug#537121: (no subject)

2009-07-15 Thread Dr. Markus Waldeck

Package: linux-libc-dev
Version: 2.6.31~rc2-1~experimental.1~snapshot.13907
Justification: renders package unusable
Severity: grave

I tried to compile kvm 88. This failed with:

In file included from /home/waldeck/kvm-88/hw/scsi-generic.c:45:
/usr/include/scsi/scsi.h:145: error: expected specifier-qualifier-list before 
‘u8’
/usr/include/scsi/scsi.h: In function ‘scsi_varlen_cdb_length’:
/usr/include/scsi/scsi.h:156: error: ‘struct scsi_varlen_cdb_hdr’ has no member 
named ‘additional_cdb_length’
make: *** [scsi-generic.o] Fehler 1

The problem is well known since Aug 20 2008 
(http://markmail.org/message/vtymrqpalbg37sg4):
Your /usr/include/scsi/scsi.h is broken. Instead of u8, it should use __u8.

I made a patch which solved the problem:

--- /usr/include/scsi/scsi.h2009-07-15 11:00:17.897425654 +0200
+++ /usr/include/scsi/scsi.h.patched2009-07-15 11:00:08.305425688 +0200
@@ -142,10 +142,10 @@
 
 /* defined in T10 SCSI Primary Commands-2 (SPC2) */
 struct scsi_varlen_cdb_hdr {
-   u8 opcode;/* opcode always == VARIABLE_LENGTH_CMD */
-   u8 control;
-   u8 misc[5];
-   u8 additional_cdb_length; /* total cdb length - 8 */
+   __u8 opcode;/* opcode always == VARIABLE_LENGTH_CMD */
+   __u8 control;
+   __u8 misc[5];
+   __u8 additional_cdb_length; /* total cdb length - 8 */
__be16 service_action;
/* service specific data follows */
 };


-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01



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



2.6.18 packages in kernel-archive.buildserver.net_debian-kernel_dists_trunk_main_binary-i386_Packages

2009-04-02 Thread Dr. Markus Waldeck
Dear Debian Kernel Team,

please remove the 2.6.18 packages from 
kernel-archive.buildserver.net_debian-kernel_dists_trunk_main_binary-i386_Packages

Thanks

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01


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



Bug#494783: usbserial module parameters

2008-08-12 Thread Dr. Markus Waldeck

Package: linux-image-2.6.26-1-686
Version: 2.6.26-2
Severity: normal

modinfo usbserial shows three parameters:
filename:
/lib/modules/2.6.26-1-686/kernel/drivers/usb/serial/usbserial.ko
license:GPL
description:USB Serial Driver core
author: Greg Kroah-Hartman, [EMAIL PROTECTED],
http://www.kroah.com/linux/
depends:usbcore
vermagic:   2.6.26-1-686 SMP mod_unload modversions 686 
parm:   vendor:User specified USB idVendor (ushort)
parm:   product:User specified USB idProduct (ushort)
parm:   debug:Debug enabled or not (bool)

but the sysfs shows only one parameter

% ls -al /sys/module/usbserial/parameters
insgesamt 0
drwxr-xr-x 2 root root0 12. Aug 09:24 .
drwxr-xr-x 7 root root0 12. Aug 09:24 ..
-rw-r--r-- 1 root root 4096 12. Aug 09:24 debug

What is correct?

-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser



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



Bug#475959: hpet=force vs /dev/rtc

2008-04-30 Thread Dr. Markus Waldeck
Hi,

CONFIG_HPET_EMULATE_RTC=y

is set in Package: linux-image-2.6.25-1-686

and hwlock works fine (as expected)!

Thanks

Dr. Markus Waldeck


-- 
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! 
http://games.entertainment.gmx.net/de/entertainment/games/free



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



Bug#475959: hpet=force vs /dev/rtc

2008-04-14 Thread Dr. Markus Waldeck

Package: linux-image-2.6.24-1-686
Version: 2.6.24-5
Severity: important

If I boot with hpet=force I avoid approximately 35 wakeups per second.
Unfortunately I noticed two unnecessary delays during the boot process.
These are caused by the fact that hwclock is not able to read the time
from /dev/rtc. The hwclock command works only with --directisa.

I installed hardy with vmlinuz-2.6.24-16-generic in another partition on
the same machine. There are no problems with hpet=force and hwclock.
Ubuntu uses CONFIG_HPET_EMULATE_RTC=y.

Is there any reason why this option is not set in the Debian kernel?

-- 
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! 
http://games.entertainment.gmx.net/de/entertainment/games/free



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



Bug#463611: NO battery directory in /proc/acpi

2008-02-08 Thread Dr. Markus Waldeck
Hi,

I updated to linux-image-2.6.24-1-686 2.6.24-3 and 
CONFIG_ACPI_PROCFS_POWER=y is set.

conky works fine!

Thanks

Dr. Markus Waldeck




-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer



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



Bug#463611: NO battery directory in /proc/acpi

2008-02-04 Thread Dr. Markus Waldeck
Hi,

 Currently most acpi packages[*] use /proc/acpi/{battery,ac}/...
 to get the power status. This usage is deprecated in 2.6.24
 and so Debian kernels would probably need to enable this feature

I found the relevant information in /sys:
/sys/bus/acpi/drivers/battery/PNP0C0A:00/power_supply:BAT0

 or bugs should be filed against all such packages.

I filed a bug report against conky: #463981

The next one should be powermgmt-base (on_ac_power).

Further packages?

Dr. Markus Waldeck

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger



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



Bug#463611: NO battery directory in /proc/acpi

2008-02-01 Thread Dr. Markus Waldeck

Package: linux-image-2.6.24-1-686
Version: 2.6.24-2
Severity: important

I noticed that conky prints always accu as battery status and
on_ac_power has the return code 255.

% on_ac_power ; echo $?
255

I grepped different battery.ko modules for proc:

Debian 2.6.24:
% strings /lib/modules/2.6.24-1-686/kernel/drivers/acpi/battery.ko | grep
proc 
acpi_bus_generate_proc_event

Debian 2.6.23:
% strings /lib/modules/2.6.23-1-686/kernel/drivers/acpi/battery.ko | grep
proc
acpi_bus_generate_proc_event
create_proc_entry
proc_mkdir
remove_proc_entry

Ubuntu hardy:
% strings /lib/modules/2.6.24-5-generic/kernel/drivers/acpi/battery.ko |
grep proc
acpi_bus_generate_proc_event
create_proc_entry
proc_mkdir
remove_proc_entry


-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser



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



Bug#397504: linux-image-2.6.18-1-686: IBM micro drive does not longer work in T42P

2008-01-30 Thread Dr. Markus Waldeck
 can we have an update on newer linux images?

I have no problems with following kernels:
2.6.23-1-686 (Debian unstable)
2.6.24-5-generic (hardy)
2.6.23.14-1 (ArchLinux)
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail



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



Bug#397504: linux-image-2.6.18-1-686: IBM micro drive does not longer work in T42P with kernel 2.6.18-3

2006-11-07 Thread Dr. Markus Waldeck

Package: linux-image-2.6.18-1-686
Version: 2.6.18-3
Severity: important

*** Please type your report below this line ***
With kernel 2.6.16 the micro drive worked fine!

During the startup I get following messages:
hde: IBM-DSCM-11000, CFA DISK drive
ide2 at 0x4100-0x4107,0x410e on irq 3
hde: max request size: 128KiB
hde: 2104704 sectors (1077 MB) w/60KiB Cache, CHS=2088/16/63
hde:6IBM TrackPoint firmware: 0x0e, buttons: 3/3
input: TPPS/2 IBM TrackPoint as /class/input/input3
hde: lost interrupt
hde: lost interrupt

-- System Information:
Debian Release: 4.0
Architecture: sh: /dev/null: Keine Berechtigung (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

-- 
GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl


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