From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tino Schmidt Subject: Re: Wishlist: Add support for software-rf-switch in Fujitsu-Siemens notebook Date: Mon, 31 Oct 2011 18:30:02 +0100 Message-ID: <4EAEDB1A.3070906@gmx.net> References: <20110625211738.3615.21718.reportbug@lisa> <1317441406.4068.43.camel@deadeye> <20111002221253.GA18253@elie> <4E9B3DCC.7050106@gmx.net> <1318824232.3340.1.camel@deadeye> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailout-de.gmx.net ([213.165.64.23]:45695 "HELO mailout-de.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932861Ab1JaR3M (ORCPT ); Mon, 31 Oct 2011 13:29:12 -0400 In-Reply-To: <1318824232.3340.1.camel@deadeye> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Ben Hutchings Cc: Jonathan Nieder , linux-input@vger.kernel.org, Miloslav Trmac , =?UTF-8?B?TWFydGluIFZlxI1lxZlh?= , Jonathan Woithe , =?UTF-8?B?w4lyaWMgUGllbA==?= , 631664@bugs.debian.org > On Sun, 2011-10-16 at 22:25 +0200, Tino Schmidt wrote: > [...] > >> Hi, >> I'm sorry for the long delay but I can use the laptop only on weekend. >> Here is the output: >> >> # modprobe wistron_btns force=1 >> FATAL: Error inserting wistron_btns >> (/lib/modules/2.6.26-2-686/kernel/drivers/input/misc/wistron_btns.ko): >> No such device >> > It looks like this model is rather different, maybe not a Wistron design > at all. > > I would prefer you to test against Linux 3.0, but it appears that the > model detection has not changed since 2.6.26. > > >> # dmesg >> [ 168.628474] wistron_btns: BIOS entry point not found >> >> and >> # grep . /sys/class/dmi/id/*_{vendor,name,version} >> /sys/class/dmi/id/bios_vendor:FUJITSU SIEMENS >> /sys/class/dmi/id/board_vendor:FUJITSU SIEMENS >> /sys/class/dmi/id/chassis_vendor:FUJITSU SIEMENS >> /sys/class/dmi/id/sys_vendor:FUJITSU SIEMENS >> /sys/class/dmi/id/board_name:AMILO A1655 >> /sys/class/dmi/id/product_name:AMILO A Series >> /sys/class/dmi/id/bios_version:1.0C-8044-8A20 >> /sys/class/dmi/id/board_version:Rev0.4b >> /sys/class/dmi/id/chassis_version:N/A >> /sys/class/dmi/id/product_version:0100 >> > Please build and test the attached driver (make&& insmod > amilo-rfkill.ko). It provides a standard rfkill device which you can > control with e.g. the 'rfkill' command, and will only bind to specific > models. > > If this works, I'll submit the code upstream. > > Ben. > > Hi Ben, Thank you for your code! Before I built the module (Kernel 2.6.32) I had to insert the include line #include ( -> inb()-function ?) With Kernel 2.6.26 I couldn't even built the module. But loading of the module failed: # insmod amilo-rfkill.ko insmod: error inserting 'amilo-rfkill.ko': -1 No such device In kernel 2.6.32 exists /dev/rfkill but # rfkill list 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes # rfkill unblock all # rfkill list 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes doesn't work here. Nothing changed. Thanks, Tino