Page 2 of 2

Re: Input device name - please post yours

Posted: 08 Dec 2015, 03:22
by vlekk
As requested ...

Code: Select all

grep "Name=" /proc/bus/input/devices
N: Name="Power Button"
N: Name="Lid Switch"
N: Name="Sleep Button"
N: Name="Power Button"
N: Name="AT Translated Set 2 keyboard"
N: Name="ALPS PS/2 Device"
N: Name="AlpsPS/2 ALPS GlidePoint"
N: Name="Acer BMA150 accelerometer"
N: Name="HDA Intel Mic"
N: Name="HDA Intel Front Headphone"
N: Name="Video Bus"

--
vlekk

Re: Input device name - please post yours

Posted: 08 Dec 2015, 14:33
by fullmoonremix
Salutations... :good:
grep "Name=" /proc/bus/input/devices

Code: Select all

N: Name="Power Button"
N: Name="Power Button"
N: Name="Video Bus"
N: Name="  Mini Keyboard"
N: Name="  Mini Keyboard"
N: Name="ITE8713 CIR transceiver"
N: Name="HD-Audio Generic Mic"
N: Name="HD-Audio Generic Line Out"
N: Name="HD-Audio Generic HDMI/DP,pcm=3"
N: Name="HD-Audio Generic HDMI/DP,pcm=7"
N: Name="MCE IR Keyboard/Mouse (ite-cir)"

Best Regards... :beer:

Re: Input device name - please post yours

Posted: 24 Dec 2015, 14:04
by Rava

Code: Select all

N: Name="Power Button"
N: Name="Power Button"
N: Name="AT Translated Set 2 keyboard"
N: Name="Logitech USB-PS/2 Optical Mouse"
N: Name="HDA Intel Rear Mic"
N: Name="HDA Intel Front Mic"
N: Name="HDA Intel Line"
N: Name="HDA Intel Line Out"
N: Name="HDA Intel Front Headphone"
(Most used system, ATM)

The others will follow as soon as I have them up and running.

I presume the info nemesis gives me is good enough for you, yes?

In case you wonder, I have no clue where a 2nd "Power Button" could be, since you would not call the Off Button from the Power supply a "Power Button" ?

Or is it exactly what the mainboard tells the system?

Re: Input device name - please post yours

Posted: 24 Dec 2015, 23:02
by aus9
In case you wonder, I have no clue where a 2nd "Power Button" could be, since you would not call the Off Button from the Power supply a "Power Button" ?
Until you get a better reply I think it refers to the warm reset button. Pressing it turns off the system and then re-starts it.

Re: Input device name - please post yours

Posted: 25 Dec 2015, 00:25
by Rava
aus9 wrote:Until you get a better reply I think it refers to the warm reset button. Pressing it turns off the system and then re-starts it.
Well, maybe the mainboard has such "button" somewhere, but not the minitower , aka its case. That one only has the main on/off button, no "warm reset", at least not until I might figure out which pins that are and create my "own warm reset real-life button", so to speak. :)

But why should I, if Linux should crash, I have to do REISUP anyway. Image

Re: Input device name - please post yours

Posted: 25 Dec 2015, 02:06
by aus9
Hi offtopic but it won't be a button more likely if it was an Asus it would be block of connectors.

Mine is called system panel connector for which the case normal power button is called ATX power button (but its not a button but a connector that you have leads going off the mobo to the button)
and the reset is called 2 pin reset

my block of connectors is in the corner of the mobo.

#######################
my old ECS mobo manual is even better in stating the block of connectors has 2 power switches and has 9 holes for connectors called Front panel header.

On that basis I think we can say most people do in fact have 2 power buttons even tho they may lack the connector to the case.

Re: Input device name - please post yours

Posted: 25 Dec 2015, 02:25
by Jack
Compaq CQ50-217nr Laptop

Code: Select all

guest@porteus:~$ grep "Name=" /proc/bus/input/devices
N: Name="Lid Switch"
N: Name="Sleep Button"
N: Name="Power Button"
N: Name="Power Button"
N: Name="Video Bus"
N: Name="AT Translated Set 2 keyboard"
N: Name="SynPS/2 Synaptics TouchPad"
N: Name="HP WMI hotkeys"
N: Name="HDA NVidia Mic"
N: Name="HDA NVidia Headphone"
N: Name="HDA NVidia HDMI/DP,pcm=3 Phantom"
guest@porteus:~$ 
Sorry for the late reply.

Re: Input device name - please post yours

Posted: 25 Dec 2015, 08:03
by Blaze
At my job

Code: Select all

root@porteus:~# grep "Name=" /proc/bus/input/devices
N: Name="Power Button"
N: Name="Power Button"
N: Name="AT Translated Set 2 keyboard"
N: Name="ImPS/2 Generic Wheel Mouse"
N: Name="HDA Intel PCH Front Mic"
N: Name="HDA Intel PCH Rear Mic"
N: Name="HDA Intel PCH Line"
N: Name="HDA Intel PCH Line Out"
N: Name="HDA Intel PCH Front Headphone"
N: Name="Eee PC WMI hotkeys"
N: Name="Video Bus"
N: Name="HDA Intel HDMI HDMI/DP,pcm=3"
root@porteus:~#