Hello, Sorry for the delay. It seems I did not receive your answer.
> 1) You don't need pwc-source on kernels >= 2.6.18 . The version > included has all the features. So, I don't need this package. Thanks. *The bug can be closed for me.* If it can help, we can keep on searching the bug. Just explain to me what I can do. > 2) You need to uncompress the pwc-source.tar.bz2 *before* > 3) The bug reports should be *all* on English ... you can use > LC_MESSAGES=C before the command to get an english output . [EMAIL PROTECTED]:/usr/src$ ls modules ls: modules: No such file or directory [EMAIL PROTECTED]:/usr/src$ tar xjf pwc-source.tar.bz2 [EMAIL PROTECTED]:/usr/src$ cd linux-2.6.21.3 [EMAIL PROTECTED]:/usr/src/linux-2.6.21.3$ fakeroot make-kpkg modules_image exec debian/rules DEBIAN_REVISION=bf3 modules_image for module in /usr/src/modules/pwc ; do \ if test -d $module; then \ (cd $module; \ if ./debian/rules KVERS="2.6.21.3" KSRC="/usr/src/linux-2.6.21.3" \ KMAINT="Benoit Friry" KEMAIL="[EMAIL PROTECTED]" \ KPKG_DEST_DIR="/usr/src/linux-2.6.21.3/.." \ KPKG_MAINTAINER="Benoit Friry" \ KPKG_EXTRAV_ARG="" \ ARCH="x86_64" \ KDREV="bf3" kdist_image; then \ echo "Module $module processed fine"; \ else \ echo "Module $module failed."; \ if [ "X" != "X" ]; then \ echo "Perhaps $module does not understand --rootcmd?"; \ echo "If you see messages that indicate that it is not"; \ echo "in fact being built as root, please file a bug "; \ echo "against $module."; \ fi; \ echo "Hit return to Continue"; \ read ans; \ fi; \ ); \ else \ echo "Module $module does not exist"; \ echo "Hit return to Continue?"; \ fi; \ done make[1]: Entering directory `/usr/src/modules/pwc' make[1]: Nothing to be done for `kdist_image'. make[1]: Leaving directory `/usr/src/modules/pwc' Module /usr/src/modules/pwc processed fine -- benoit -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]