From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964806AbZJIWeD (ORCPT ); Fri, 9 Oct 2009 18:34:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934708AbZJIWeC (ORCPT ); Fri, 9 Oct 2009 18:34:02 -0400 Received: from mail-fx0-f227.google.com ([209.85.220.227]:61102 "EHLO mail-fx0-f227.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934707AbZJIWeA (ORCPT ); Fri, 9 Oct 2009 18:34:00 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=hTlb/LWPu/Hie7OlkltzvNl1iqTQ0rWK8M1pSIGDQ/dYFPIX4kymn5rVdiW9TLbMP7 Co+gPPh65EPfopQP3FLfmCkqu8UB2wQHCV7ZpL4vopzI1WovTDd/c1jGh/53W+uF+Y69 5dQq0+M6fU4X1At1t4Lv1LZpowU5MwP4MfJFs= Message-ID: <4ACFBA31.1090602@gmail.com> Date: Sat, 10 Oct 2009 00:33:21 +0200 From: Jiri Slaby User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1.4pre) Gecko/20090915 SUSE/3.0b4-2.7 Thunderbird/3.0b4 MIME-Version: 1.0 To: Richard Langly CC: linux-kernel@vger.kernel.org Subject: Re: printk() not outputting References: In-Reply-To: X-Enigmail-Version: 0.97a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/09/2009 08:22 PM, Richard Langly wrote: > So I changed the first value to 8, and I still don't see messages in > my /var/log/messages file, nor using dmesg. Well, if there is no other code than you posted, there's missing module_init(my_init); line.