Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753349Ab1CKHMO (ORCPT ); Fri, 11 Mar 2011 02:12:14 -0500 Received: from mail-fx0-f46.google.com ([209.85.161.46]:41958 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751333Ab1CKHMK (ORCPT ); Fri, 11 Mar 2011 02:12:10 -0500 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:content-type:content-transfer-encoding; b=oBha+3VaKdykP52KqK9pGAt5V5X+LbehTu0NgaSeJfXUizLgxSsjCFYF/yK2sJyp2k Gq87l3NuLfQXkXCdffx4A3WNqPK2t7gbZg4NrBw7uH1foeoBefsLwUBT/SxiP4k/0wtG IDbcpgynh7TzKVR164qprbbHLJfczf5svyuJc= Message-ID: <4D79CB47.2030405@gmail.com> Date: Fri, 11 Mar 2011 09:12:07 +0200 From: Nikolai Kondrashov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20101227 Icedove/3.0.11 MIME-Version: 1.0 To: Greg KH CC: Matthew Garrett , Randy Dunlap , linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org Subject: Re: [PATCH] Platform: add Samsung Laptop platform driver References: <20110225210334.GB16860@kroah.com> <4D6823DD.6040809@gmail.com> <20110225225055.GA5931@kroah.com> <4D787714.6060405@gmail.com> <20110310170143.GA24559@kroah.com> <20110310171940.GA24972@kroah.com> <4D790A20.3050105@gmail.com> <20110310180959.GA26927@kroah.com> <4D793D05.3070908@gmail.com> <20110310211519.GA11862@kroah.com> In-Reply-To: <20110310211519.GA11862@kroah.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1486 Lines: 42 On 03/10/2011 11:15 PM, Greg KH wrote: > Are you sure the driver is loaded? It doesn't load - it fails on inserting. I should've probably reminded you that in my recent messages. > What happens if you do: > rmmod samsung-laptop > dmesg -c > modprobe samsung-laptop debug=1 > > can you send me the output of 'dmesg' after doing the above as root? Sure: nick@merry:~$ dmesg nick@merry:~$ sudo modprobe samsung-laptop debug=1 FATAL: Error inserting samsung_laptop (/lib/modules/2.6.37+/kernel/drivers/staging/samsung-laptop/samsung-laptop.ko): No such device nick@merry:~$ dmesg [ 179.689516] samsung_laptop: module is from the staging directory, the quality is unknown, you have been warned. nick@merry:~$ sudo modprobe samsung-laptop debug=1 force=1 FATAL: Error inserting samsung_laptop (/lib/modules/2.6.37+/kernel/drivers/staging/samsung-laptop/samsung-laptop.ko): Invalid argument nick@merry:~$ dmesg [ 179.689516] samsung_laptop: module is from the staging directory, the quality is unknown, you have been warned. [ 190.474615] samsung_laptop: module is from the staging directory, the quality is unknown, you have been warned. [ 190.479681] This computer does not support SABI nick@merry:~$ Thank you. Sincerely, Nick -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/