From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Sun, 13 Mar 2011 10:50:13 +0100 (CET) Received: from 178-36-65-80.adsl.inetia.pl (HELO [192.168.1.2]) (bluedzins@[178.36.65.80]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with AES256-SHA encrypted SMTP for ; 13 Mar 2011 10:43:32 +0100 From: Maciej Pilichowski Date: Sun, 13 Mar 2011 10:45:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201103131045.26845.bluedzins@wp.pl> Subject: [dm-crypt] How to activate hash module? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Hello, I am upgrading my entire system (openSUSE 11.1->11.4), and now I am facing such a problem. I have hash module present in both systems, I can check it by executing: ls /lib/modules/$(uname -r)/kernel/crypto It is named the same. The hash module is _not_ present as loaded module in both versions: lsmod However I can and I use this hash module in OS11.1 without any problem, simply by executing cryptsetup (and there are no complains about my choice), but when I execute cryptsetup on OS11.4 then it says the used hash is not supported. Just of curiosity I tried to load the module explicitly (modprobe) in 11.4 and then execute cryptsetup again, but it still stated the hash is not supported. So, the question is: how to activate this hash module (for the record: in OS11.1 I didn't have to do anything about it)? Thank you in advance. If it is not necessity, I would like to talk about problem generally, not about this or that specific module. Kind regards,