linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* keyboard doesn't work with acpi on lenovo s10-3c
@ 2010-11-27 17:28 Boris Savelev
  2010-11-28  0:06 ` Dmitry Torokhov
  0 siblings, 1 reply; 7+ messages in thread
From: Boris Savelev @ 2010-11-27 17:28 UTC (permalink / raw)
  To: linux-input; +Cc: linux-acpi

Hello!

When I run linux on my netbook lenovo s10-3c -- keyboard doesn't work!
keyboard works perfectly in bios, in grub (or lilo), in windows, but
not in linux.
I try linux kernel 2.6.35, 2.6.36, 2.6.37-rc2 -- no way. keyboard doesn't work
I upgrade BIOS up to 3CCN13WW. keyboard doesn't work
All keys are disabled, numlock, capslock... It's seems like keyboard
haven't power.
with Google I find topic [1] where solution is add to kernel opts
'noapic acpi=off' -- Viola! keyboard work. But battery state,
powersaving, powerbutton and other usefull things doesn't work.
So this is not a workaround...
Also I try all variants for kernel opts from [2] -- keyboard works
only with 'noapic acpi=off'
I report bug in ubuntu [3] where you can see dmesg and other usefull
thinks about my problem.
What I can do for my netbook?
How can I help to make linux better?-)

Links:
[1] http://s10lenovo.com/viewtopic.php?f=47&t=4482
[2] https://wiki.ubuntu.com/DebuggingACPI
[3] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/677633

-- 
Boris

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: keyboard doesn't work with acpi on lenovo s10-3c
  2010-11-27 17:28 keyboard doesn't work with acpi on lenovo s10-3c Boris Savelev
@ 2010-11-28  0:06 ` Dmitry Torokhov
  2010-11-28  8:30   ` Boris Savelev
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry Torokhov @ 2010-11-28  0:06 UTC (permalink / raw)
  To: Boris Savelev; +Cc: linux-input, linux-acpi

Hi Boris,

On Sat, Nov 27, 2010 at 08:28:51PM +0300, Boris Savelev wrote:
> Hello!
> 
> When I run linux on my netbook lenovo s10-3c -- keyboard doesn't work!
> keyboard works perfectly in bios, in grub (or lilo), in windows, but
> not in linux.
> I try linux kernel 2.6.35, 2.6.36, 2.6.37-rc2 -- no way. keyboard doesn't work
> I upgrade BIOS up to 3CCN13WW. keyboard doesn't work
> All keys are disabled, numlock, capslock... It's seems like keyboard
> haven't power.
> with Google I find topic [1] where solution is add to kernel opts
> 'noapic acpi=off' -- Viola! keyboard work. But battery state,
> powersaving, powerbutton and other usefull things doesn't work.
> So this is not a workaround...

The keyboard seems to get detected but is silent afterwards...  Does the
touchpad work by default?

Could you try a few kernel options: acpi=noirq, pci=noacpi, i8042.reset
and i8042.nomux please?

-- 
Dmitry

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: keyboard doesn't work with acpi on lenovo s10-3c
  2010-11-28  0:06 ` Dmitry Torokhov
@ 2010-11-28  8:30   ` Boris Savelev
  2010-11-28  9:02     ` Dmitry Torokhov
  0 siblings, 1 reply; 7+ messages in thread
From: Boris Savelev @ 2010-11-28  8:30 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linux-acpi

Thanks for reply Dmitry!

2010/11/28 Dmitry Torokhov <dmitry.torokhov@gmail.com>:
> Hi Boris,
>
> On Sat, Nov 27, 2010 at 08:28:51PM +0300, Boris Savelev wrote:
>> Hello!
>>
>> When I run linux on my netbook lenovo s10-3c -- keyboard doesn't work!
>> keyboard works perfectly in bios, in grub (or lilo), in windows, but
>> not in linux.
>> I try linux kernel 2.6.35, 2.6.36, 2.6.37-rc2 -- no way. keyboard doesn't work
>> I upgrade BIOS up to 3CCN13WW. keyboard doesn't work
>> All keys are disabled, numlock, capslock... It's seems like keyboard
>> haven't power.
>> with Google I find topic [1] where solution is add to kernel opts
>> 'noapic acpi=off' -- Viola! keyboard work. But battery state,
>> powersaving, powerbutton and other usefull things doesn't work.
>> So this is not a workaround...
>
> The keyboard seems to get detected but is silent afterwards...  Does the
> touchpad work by default?

Touchpad always work.

>
> Could you try a few kernel options: acpi=noirq, pci=noacpi, i8042.reset
> and i8042.nomux please?

acpi=noirq -- kernel panic
pci=noacpi -- kernel panic
i8042.reset=1 -- kbd doesn't work
i8042.nomux=1 -- kbd doesn't work

combination of these options also doesn't help.

Need screenshots of kernel panic?

-- 
Boris
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: keyboard doesn't work with acpi on lenovo s10-3c
  2010-11-28  8:30   ` Boris Savelev
@ 2010-11-28  9:02     ` Dmitry Torokhov
  2010-11-28 18:49       ` Boris Savelev
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry Torokhov @ 2010-11-28  9:02 UTC (permalink / raw)
  To: Boris Savelev; +Cc: linux-input, linux-acpi

On Sun, Nov 28, 2010 at 11:30:58AM +0300, Boris Savelev wrote:
> Thanks for reply Dmitry!
> 
> 2010/11/28 Dmitry Torokhov <dmitry.torokhov@gmail.com>:
> > Hi Boris,
> >
> > On Sat, Nov 27, 2010 at 08:28:51PM +0300, Boris Savelev wrote:
> >> Hello!
> >>
> >> When I run linux on my netbook lenovo s10-3c -- keyboard doesn't work!
> >> keyboard works perfectly in bios, in grub (or lilo), in windows, but
> >> not in linux.
> >> I try linux kernel 2.6.35, 2.6.36, 2.6.37-rc2 -- no way. keyboard doesn't work
> >> I upgrade BIOS up to 3CCN13WW. keyboard doesn't work
> >> All keys are disabled, numlock, capslock... It's seems like keyboard
> >> haven't power.
> >> with Google I find topic [1] where solution is add to kernel opts
> >> 'noapic acpi=off' -- Viola! keyboard work. But battery state,
> >> powersaving, powerbutton and other usefull things doesn't work.
> >> So this is not a workaround...
> >
> > The keyboard seems to get detected but is silent afterwards...  Does the
> > touchpad work by default?
> 
> Touchpad always work.
> 
> >
> > Could you try a few kernel options: acpi=noirq, pci=noacpi, i8042.reset
> > and i8042.nomux please?
> 
> acpi=noirq -- kernel panic
> pci=noacpi -- kernel panic
> i8042.reset=1 -- kbd doesn't work
> i8042.nomux=1 -- kbd doesn't work
> 
> combination of these options also doesn't help.
> 
> Need screenshots of kernel panic?

Might be interesting but not much.

If you plug an external USB keyboard and do:

	echo -n "reconnect" > /sys/bus/serio/devices/serio0/drvctl

or

	echo -n "rescan" > /sys/bus/serio/devices/serio0/drvctl

after booting does it revive the keyboard? Also, what does
/proc/interrupts look like?

Thanks.

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: keyboard doesn't work with acpi on lenovo s10-3c
  2010-11-28  9:02     ` Dmitry Torokhov
@ 2010-11-28 18:49       ` Boris Savelev
  2010-11-30 16:37         ` Boris Savelev
  0 siblings, 1 reply; 7+ messages in thread
From: Boris Savelev @ 2010-11-28 18:49 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linux-acpi

2010/11/28 Dmitry Torokhov <dmitry.torokhov@gmail.com>:
> On Sun, Nov 28, 2010 at 11:30:58AM +0300, Boris Savelev wrote:
>> Thanks for reply Dmitry!
>>
>> 2010/11/28 Dmitry Torokhov <dmitry.torokhov@gmail.com>:
>> > Hi Boris,
>> >
>> > On Sat, Nov 27, 2010 at 08:28:51PM +0300, Boris Savelev wrote:
>> >> Hello!
>> >>
>> >> When I run linux on my netbook lenovo s10-3c -- keyboard doesn't work!
>> >> keyboard works perfectly in bios, in grub (or lilo), in windows, but
>> >> not in linux.
>> >> I try linux kernel 2.6.35, 2.6.36, 2.6.37-rc2 -- no way. keyboard doesn't work
>> >> I upgrade BIOS up to 3CCN13WW. keyboard doesn't work
>> >> All keys are disabled, numlock, capslock... It's seems like keyboard
>> >> haven't power.
>> >> with Google I find topic [1] where solution is add to kernel opts
>> >> 'noapic acpi=off' -- Viola! keyboard work. But battery state,
>> >> powersaving, powerbutton and other usefull things doesn't work.
>> >> So this is not a workaround...
>> >
>> > The keyboard seems to get detected but is silent afterwards...  Does the
>> > touchpad work by default?
>>
>> Touchpad always work.
>>
>> >
>> > Could you try a few kernel options: acpi=noirq, pci=noacpi, i8042.reset
>> > and i8042.nomux please?
>>
>> acpi=noirq -- kernel panic
>> pci=noacpi -- kernel panic
>> i8042.reset=1 -- kbd doesn't work
>> i8042.nomux=1 -- kbd doesn't work
>>
>> combination of these options also doesn't help.
>>
>> Need screenshots of kernel panic?
>
> Might be interesting but not much.
>
> If you plug an external USB keyboard and do:
>
>        echo -n "reconnect" > /sys/bus/serio/devices/serio0/drvctl
>
> or
>
>        echo -n "rescan" > /sys/bus/serio/devices/serio0/drvctl
>
> after booting does it revive the keyboard?

I haven't external keyboard. I try to do this with ssh remotly.
Keyboard doesn't revived-(

> Also, what does /proc/interrupts look like?

Attached to lp bug:
http://launchpadlibrarian.net/59755127/proc_interrupts_when_kbd_dn_work.txt
-- when keyboard doesn't work
http://launchpadlibrarian.net/59755166/proc_interrupts_when_kbd_work.txt
-- when keyboard works

additional info from /proc/cpuinfo
model name: Intel(R) Atom(TM) CPU N455   @ 1.66GHz

-- 
Boris
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: keyboard doesn't work with acpi on lenovo s10-3c
  2010-11-28 18:49       ` Boris Savelev
@ 2010-11-30 16:37         ` Boris Savelev
  2010-12-10 14:53           ` Boris Savelev
  0 siblings, 1 reply; 7+ messages in thread
From: Boris Savelev @ 2010-11-30 16:37 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linux-acpi

2010/11/28 Boris Savelev <boris.savelev@gmail.com>:
> 2010/11/28 Dmitry Torokhov <dmitry.torokhov@gmail.com>:
>> On Sun, Nov 28, 2010 at 11:30:58AM +0300, Boris Savelev wrote:
>>> Thanks for reply Dmitry!
>>>
>>> 2010/11/28 Dmitry Torokhov <dmitry.torokhov@gmail.com>:
>>> > Hi Boris,
>>> >
>>> > On Sat, Nov 27, 2010 at 08:28:51PM +0300, Boris Savelev wrote:
>>> >> Hello!
>>> >>
>>> >> When I run linux on my netbook lenovo s10-3c -- keyboard doesn't work!
>>> >> keyboard works perfectly in bios, in grub (or lilo), in windows, but
>>> >> not in linux.
>>> >> I try linux kernel 2.6.35, 2.6.36, 2.6.37-rc2 -- no way. keyboard doesn't work
>>> >> I upgrade BIOS up to 3CCN13WW. keyboard doesn't work
>>> >> All keys are disabled, numlock, capslock... It's seems like keyboard
>>> >> haven't power.
>>> >> with Google I find topic [1] where solution is add to kernel opts
>>> >> 'noapic acpi=off' -- Viola! keyboard work. But battery state,
>>> >> powersaving, powerbutton and other usefull things doesn't work.
>>> >> So this is not a workaround...
>>> >
>>> > The keyboard seems to get detected but is silent afterwards...  Does the
>>> > touchpad work by default?
>>>
>>> Touchpad always work.
>>>
>>> >
>>> > Could you try a few kernel options: acpi=noirq, pci=noacpi, i8042.reset
>>> > and i8042.nomux please?
>>>
>>> acpi=noirq -- kernel panic
>>> pci=noacpi -- kernel panic
>>> i8042.reset=1 -- kbd doesn't work
>>> i8042.nomux=1 -- kbd doesn't work
>>>
>>> combination of these options also doesn't help.
>>>
>>> Need screenshots of kernel panic?
>>
>> Might be interesting but not much.

screenshot of kernel panic
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/677633/comments/8

>>
>> If you plug an external USB keyboard and do:
>>
>>        echo -n "reconnect" > /sys/bus/serio/devices/serio0/drvctl
>>
>> or
>>
>>        echo -n "rescan" > /sys/bus/serio/devices/serio0/drvctl
>>
>> after booting does it revive the keyboard?
>
> I haven't external keyboard. I try to do this with ssh remotly.
> Keyboard doesn't revived-(
>
>> Also, what does /proc/interrupts look like?
>
> Attached to lp bug:
> http://launchpadlibrarian.net/59755127/proc_interrupts_when_kbd_dn_work.txt
> -- when keyboard doesn't work
> http://launchpadlibrarian.net/59755166/proc_interrupts_when_kbd_work.txt
> -- when keyboard works
>
> additional info from /proc/cpuinfo
> model name: Intel(R) Atom(TM) CPU N455   @ 1.66GHz

How can I help you to help me any more?-)

-- 
Boris
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: keyboard doesn't work with acpi on lenovo s10-3c
  2010-11-30 16:37         ` Boris Savelev
@ 2010-12-10 14:53           ` Boris Savelev
  0 siblings, 0 replies; 7+ messages in thread
From: Boris Savelev @ 2010-12-10 14:53 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linux-acpi

2010/11/30 Boris Savelev <boris.savelev@gmail.com>:
> 2010/11/28 Boris Savelev <boris.savelev@gmail.com>:
>> 2010/11/28 Dmitry Torokhov <dmitry.torokhov@gmail.com>:
>>> On Sun, Nov 28, 2010 at 11:30:58AM +0300, Boris Savelev wrote:
>>>> Thanks for reply Dmitry!
>>>>
>>>> 2010/11/28 Dmitry Torokhov <dmitry.torokhov@gmail.com>:
>>>> > Hi Boris,
>>>> >
>>>> > On Sat, Nov 27, 2010 at 08:28:51PM +0300, Boris Savelev wrote:
>>>> >> Hello!
>>>> >>
>>>> >> When I run linux on my netbook lenovo s10-3c -- keyboard doesn't work!
>>>> >> keyboard works perfectly in bios, in grub (or lilo), in windows, but
>>>> >> not in linux.
>>>> >> I try linux kernel 2.6.35, 2.6.36, 2.6.37-rc2 -- no way. keyboard doesn't work
>>>> >> I upgrade BIOS up to 3CCN13WW. keyboard doesn't work
>>>> >> All keys are disabled, numlock, capslock... It's seems like keyboard
>>>> >> haven't power.
>>>> >> with Google I find topic [1] where solution is add to kernel opts
>>>> >> 'noapic acpi=off' -- Viola! keyboard work. But battery state,
>>>> >> powersaving, powerbutton and other usefull things doesn't work.
>>>> >> So this is not a workaround...
>>>> >
>>>> > The keyboard seems to get detected but is silent afterwards...  Does the
>>>> > touchpad work by default?
>>>>
>>>> Touchpad always work.
>>>>
>>>> >
>>>> > Could you try a few kernel options: acpi=noirq, pci=noacpi, i8042.reset
>>>> > and i8042.nomux please?
>>>>
>>>> acpi=noirq -- kernel panic
>>>> pci=noacpi -- kernel panic
>>>> i8042.reset=1 -- kbd doesn't work
>>>> i8042.nomux=1 -- kbd doesn't work
>>>>
>>>> combination of these options also doesn't help.
>>>>
>>>> Need screenshots of kernel panic?
>>>
>>> Might be interesting but not much.
>
> screenshot of kernel panic
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/677633/comments/8
>
>>>
>>> If you plug an external USB keyboard and do:
>>>
>>>        echo -n "reconnect" > /sys/bus/serio/devices/serio0/drvctl
>>>
>>> or
>>>
>>>        echo -n "rescan" > /sys/bus/serio/devices/serio0/drvctl
>>>
>>> after booting does it revive the keyboard?
>>
>> I haven't external keyboard. I try to do this with ssh remotly.
>> Keyboard doesn't revived-(
>>
>>> Also, what does /proc/interrupts look like?
>>
>> Attached to lp bug:
>> http://launchpadlibrarian.net/59755127/proc_interrupts_when_kbd_dn_work.txt
>> -- when keyboard doesn't work
>> http://launchpadlibrarian.net/59755166/proc_interrupts_when_kbd_work.txt
>> -- when keyboard works
>>
>> additional info from /proc/cpuinfo
>> model name: Intel(R) Atom(TM) CPU N455   @ 1.66GHz
>
> How can I help you to help me any more?-)

I think it may be usefull...
output of dmidecode
http://launchpadlibrarian.net/60435080/dmidecode.txt

-- 
Boris
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-12-10 14:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-27 17:28 keyboard doesn't work with acpi on lenovo s10-3c Boris Savelev
2010-11-28  0:06 ` Dmitry Torokhov
2010-11-28  8:30   ` Boris Savelev
2010-11-28  9:02     ` Dmitry Torokhov
2010-11-28 18:49       ` Boris Savelev
2010-11-30 16:37         ` Boris Savelev
2010-12-10 14:53           ` Boris Savelev

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).