Your message dated Sun, 05 Apr 2009 09:03:43 +0000
with message-id <[email protected]>
and subject line Bug#522113: fixed in tp-smapi 0.40-3
has caused the Debian Bug report #522113,
regarding has to install hdaps.ko in updates/ not kernel/updates/
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
522113: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522113
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: hdapsd
Version: 1:20090129-1
Severity: normal
hdapsd, by default, sets a udev rule, z60_hdapsd.rules. This rule file
is present in my current installation under /etc/udev/rules.d/
On 2.6.28, I had no issues. I never saw the following error message
there.
Wed Apr 1 02:48:51 2009: WARNING: Cannot open hdaps position input file
/dev/input/hdaps/accelerometer-event (No such file or directory). You
may be using an incompatible version of the hdaps module, or missing the
required udev rule.
Falling back to reading the position from sysfs (uses more power).
Use '-y' to silence this warning.
And there's no /dev/input/hdaps/ folder. And that's probably because the udev
rule
is not being matched.
I also noticed that on 2.6.29, hdaps and tp-smapi modules cannot
coexists. On .28, both could be loaded, tp-smapi being the first.
So on .29, if I only use the tp-smapi module, hdapsd will not start. And
that looks to be because of this:
grep -q hdaps /proc/modules || modprobe hdaps && sleep 1
Because hdaps module will not load anymore.
Oh!! Not only that. Manually starting hdapsd will also not work with
tp-smapi + 2.6.29
champaran:~# echo -1 > /sys/block/sda/device/unload_heads
champaran:~# hdapsd -a -d sda -s 20
Wed Apr 1 03:04:23 2009: WARNING: Cannot open hdaps position input file
/dev/input/hdaps/accelerometer-event (No such file or directory). You
may be using an incompatible version of the hdaps module, or missing the
required udev rule.
Falling back to reading the position from sysfs (uses more power).
Use '-y' to silence this warning.
Wed Apr 1 03:04:23 2009: Starting hdapsd
Wed Apr 1 03:04:23 2009: Could not open
/sys/devices/platform/hdaps/position: No such file ordirectory.
Do you have the hdaps module loaded?
champaran:~# lsmod |less
champaran:~# lsmod |grep smapi
tp_smapi 19096 0
thinkpad_ec 6448 1 tp_smapi
And with just the hdaps kernel module, things work. Just with the exception of
the udev
rule warning. And some others also.
champaran:~# modprobe hdaps
WARNING: All config files need .conf: /etc/modprobe.d/oss-compat, it
will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/kqemu, it will be
ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/pnp-hotplug, it
will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/display_class, it
will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will
be ignored in a future release.
champaran:~# hdapsd -a -d sda -s 20
Wed Apr 1 03:09:00 2009: WARNING: Cannot open hdaps position input file
/dev/input/hdaps/accelerometer-event (No such file or directory). You
may be using an incompatible version of the hdaps module, or missing the
required udev rule.
Falling back to reading the position from sysfs (uses more power).
Use '-y' to silence this warning.
Wed Apr 1 03:09:00 2009: Starting hdapsd
Wed Apr 1 03:09:00 2009: Could not open
/sys/devices/platform/hdaps/sampling_rate: No such file or directory.
Do you have the hdaps module loaded?
So actually, in case it is switching to the polling mode. :-(
Probably, we just need a newer tp-smapi-source.
Ritesh
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.29-custom (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages hdapsd depends on:
ii libc6 2.9-4 GNU C Library: Shared libraries
Versions of packages hdapsd recommends:
ii tp-smapi-modules- 0.40-1+1snapshot.12674 tp_smapi modules for Linux (kernel
ii tp-smapi-modules- 0.40-2+2.6.29.1 tp_smapi modules for Linux (kernel
hdapsd suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: tp-smapi
Source-Version: 0.40-3
We believe that the bug you reported is fixed in the latest version of
tp-smapi, which is due to be installed in the Debian FTP archive:
tp-smapi-source_0.40-3_all.deb
to pool/main/t/tp-smapi/tp-smapi-source_0.40-3_all.deb
tp-smapi_0.40-3.diff.gz
to pool/main/t/tp-smapi/tp-smapi_0.40-3.diff.gz
tp-smapi_0.40-3.dsc
to pool/main/t/tp-smapi/tp-smapi_0.40-3.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Evgeni Golov <[email protected]> (supplier of updated tp-smapi package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 05 Apr 2009 01:07:56 +0200
Source: tp-smapi
Binary: tp-smapi-source
Architecture: source all
Version: 0.40-3
Distribution: unstable
Urgency: low
Maintainer: Evgeni Golov <[email protected]>
Changed-By: Evgeni Golov <[email protected]>
Description:
tp-smapi-source - ThinkPad hardware/firmware access modules source
Closes: 498207 521296 522113
Changes:
tp-smapi (0.40-3) unstable; urgency=low
.
* debian/control:
+ Fix typo in Vcs-Browser field.
+ Bump Standards-Version to 3.8.1.
+ Move to kernel section.
* debian/control.modules.in:
+ Bump Standards-Version to 3.8.1.
+ Move to kernel section.
* debian/{control,rules,patches/}:
+ Use quilt instead of dpatch.
* debian/patches/99_Makefile-for-Debian.patch:
+ Don't try to be smart and detect ancient kernels, that breaks.
Closes: #521296
* debian/rules.modules:
+ Install hdaps.ko in $(KVERS)/updates/, not $(KVERS)/kernel/updates/.
Closes: #522113
* debian/rules:
+ Add README.Debian to tp-smapi.tar.bz2, so it will show up in the
built -modules package.
Closes: #498207
* debian/control{,.modules.in}:
+ Update descriptions.
* debian/copyright:
+ Update to machine-readable format, update dates etc.
* debian/control.moldules.in:
+ Add Vcs-* headers too.
Checksums-Sha1:
ab0a03d59b10a859bd3a8f8d6883258ace5da994 1196 tp-smapi_0.40-3.dsc
cc342ee0ac99b4da2ff92ec9dcd03a77deb860ed 5703 tp-smapi_0.40-3.diff.gz
7375c1b885b9a67cdfff769aef1108ae6c93208d 57594 tp-smapi-source_0.40-3_all.deb
Checksums-Sha256:
f4e00629e488979f400d6fb1a461cbf558ac6f97925bbdd4f4d4b418d6586a31 1196
tp-smapi_0.40-3.dsc
befcdfc422dd4d946f4d7048a2ab811bbb9fd70308371eea5bcdab0a45d9bb4e 5703
tp-smapi_0.40-3.diff.gz
d223e0b074b33c96fad16de85c4c2256ad2add54fb9f01aa38922a7cf0bd3caf 57594
tp-smapi-source_0.40-3_all.deb
Files:
b6a45a89e143853aecdfe14666ab891c 1196 kernel optional tp-smapi_0.40-3.dsc
2e29a39c9c7a26184cc1280783096ca0 5703 kernel optional tp-smapi_0.40-3.diff.gz
6f736097577ec930ce6fb513d9dcb800 57594 kernel optional
tp-smapi-source_0.40-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAknYY8cACgkQJKAUGKwVtQxZ/gCfQW2ckZ1WNuTxMFZ1t38uMAvQ
oQ0AnR7YLueSR992w0q2d41FzKiffKUn
=0rOo
-----END PGP SIGNATURE-----
--- End Message ---