linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tino Schmidt <mailtinoshomepage@gmx.net>
To: Ben Hutchings <ben@decadent.org.uk>
Cc: "Jonathan Nieder" <jrnieder@gmail.com>,
	linux-input@vger.kernel.org, "Miloslav Trmac" <mitr@volny.cz>,
	"Martin Večeřa" <ja@marvec.org>,
	"Jonathan Woithe" <jwoithe@physics.adelaide.edu.au>,
	"Éric Piel" <eric.piel@tremplin-utc.net>,
	631664@bugs.debian.org
Subject: Re: Wishlist: Add support for software-rf-switch in Fujitsu-Siemens notebook
Date: Sun, 06 Nov 2011 22:04:19 +0100	[thread overview]
Message-ID: <4EB6F653.50901@gmx.net> (raw)
In-Reply-To: <1320122005.30281.18.camel@deadeye>


> On Mon, 2011-10-31 at 18:30 +0100, Tino Schmidt wrote:
>    
>>> 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<asm/io.h>  ( ->  inb()-function ?)
>>      
> That should be<linux/io.h>, actually.
>
>    
>> 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
>>      
> Sorry, I made the driver look for product name "AMILO A1655" but that is
> actually the board name.  Could you try changing DMI_PRODUCT_NAME to
> DMI_BOARD_NAME?
>
>    
Yep, that's it. Runs fine!

      reply	other threads:[~2011-11-06 21:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20110625211738.3615.21718.reportbug@lisa>
     [not found] ` <1317441406.4068.43.camel@deadeye>
2011-10-02 22:12   ` Wishlist: Add support for software-rf-switch in Fujitsu-Siemens notebook Jonathan Nieder
2011-10-04  8:25     ` ja
2011-10-16 20:25     ` Tino Schmidt
2011-10-17  4:03       ` Ben Hutchings
2011-10-31 17:30         ` Tino Schmidt
2011-11-01  4:33           ` Ben Hutchings
2011-11-06 21:04             ` Tino Schmidt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EB6F653.50901@gmx.net \
    --to=mailtinoshomepage@gmx.net \
    --cc=631664@bugs.debian.org \
    --cc=ben@decadent.org.uk \
    --cc=eric.piel@tremplin-utc.net \
    --cc=ja@marvec.org \
    --cc=jrnieder@gmail.com \
    --cc=jwoithe@physics.adelaide.edu.au \
    --cc=linux-input@vger.kernel.org \
    --cc=mitr@volny.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).