* Detect ps/2 / usb mouse for a live-cd
@ 2005-02-04 11:55 Jonas Melian Garcia
2005-02-04 12:36 ` Marco d'Itri
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Jonas Melian Garcia @ 2005-02-04 11:55 UTC (permalink / raw)
To: linux-hotplug
hello!
Now i'm using kudzu to detect the mouse in a live-cd.
Hotplug detect the sound card and alsasound load the modules
Hotplug detect the network card also.
But it is possible detect the mouse to can configure correctly?
Where are the devices that hotplug detect?
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Detect ps/2 / usb mouse for a live-cd
2005-02-04 11:55 Detect ps/2 / usb mouse for a live-cd Jonas Melian Garcia
@ 2005-02-04 12:36 ` Marco d'Itri
2005-02-04 13:01 ` Stefan Schweizer
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Marco d'Itri @ 2005-02-04 12:36 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 205 bytes --]
On Feb 04, Jonas Melian Garcia <jonasmg@softhome.net> wrote:
> But it is possible detect the mouse to can configure correctly?
No, because the kernel lacks serio hotplug support.
--
ciao,
Marco
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Detect ps/2 / usb mouse for a live-cd
2005-02-04 11:55 Detect ps/2 / usb mouse for a live-cd Jonas Melian Garcia
2005-02-04 12:36 ` Marco d'Itri
@ 2005-02-04 13:01 ` Stefan Schweizer
2005-02-04 14:29 ` Jonas Melian Garcia
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Stefan Schweizer @ 2005-02-04 13:01 UTC (permalink / raw)
To: linux-hotplug
On Fri, 04 Feb 2005 11:55:27 +0000, Jonas Melian Garcia
<jonasmg@softhome.net> wrote:
> hello!
>
> Now i'm using kudzu to detect the mouse in a live-cd.
>
> Hotplug detect the sound card and alsasound load the modules
> Hotplug detect the network card also.
>
> But it is possible detect the mouse to can configure correctly?
> Where are the devices that hotplug detect?
Why do you need to detect them?
Usually the right modules are loaded by hotplug and the xorg entry is
identical for most mouse types:
(works only for 2.6 kernel)
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "7"
EndSection
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Detect ps/2 / usb mouse for a live-cd
2005-02-04 11:55 Detect ps/2 / usb mouse for a live-cd Jonas Melian Garcia
2005-02-04 12:36 ` Marco d'Itri
2005-02-04 13:01 ` Stefan Schweizer
@ 2005-02-04 14:29 ` Jonas Melian Garcia
2005-02-04 15:09 ` Stefan Schweizer
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Jonas Melian Garcia @ 2005-02-04 14:29 UTC (permalink / raw)
To: linux-hotplug
> Why do you need to detect them?
I need detect the (serial or usb) mouse to config correctly gpm
>>
>>Now i'm using kudzu to detect the mouse in a live-cd.
>>
>>But it is possible detect the mouse to can configure correctly?
>>Where are the devices that hotplug detect?
>
>
> Why do you need to detect them?
> Usually the right modules are loaded by hotplug and the xorg entry is
> identical for most mouse types:
> (works only for 2.6 kernel)
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Device" "/dev/input/mice"
> Option "Emulate3Buttons" "true"
> Option "Emulate3Timeout" "70"
> Option "SendCoreEvents" "true"
> Option "Protocol" "ExplorerPS/2"
> Option "ZAxisMapping" "4 5"
> Option "Buttons" "7"
> EndSection
>
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Detect ps/2 / usb mouse for a live-cd
2005-02-04 11:55 Detect ps/2 / usb mouse for a live-cd Jonas Melian Garcia
` (2 preceding siblings ...)
2005-02-04 14:29 ` Jonas Melian Garcia
@ 2005-02-04 15:09 ` Stefan Schweizer
2005-02-04 16:55 ` Jonas Melian Garcia
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Stefan Schweizer @ 2005-02-04 15:09 UTC (permalink / raw)
To: linux-hotplug
On Fri, 04 Feb 2005 14:29:39 +0000, Jonas Melian Garcia
<jonasmg@softhome.net> wrote:
> I need detect the (serial or usb) mouse to config correctly gpm
/usr/sbin/gpm -m /dev/input/mice -t imps2
that should work for ps2 or usb .. serial is another thing, because
the kernel does not know about it .. fortunately its very rarely used.
Kind regards,
Stefan
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Detect ps/2 / usb mouse for a live-cd
2005-02-04 11:55 Detect ps/2 / usb mouse for a live-cd Jonas Melian Garcia
` (3 preceding siblings ...)
2005-02-04 15:09 ` Stefan Schweizer
@ 2005-02-04 16:55 ` Jonas Melian Garcia
2005-02-04 17:10 ` David Brownell
2005-02-04 20:00 ` Bill Nottingham
6 siblings, 0 replies; 8+ messages in thread
From: Jonas Melian Garcia @ 2005-02-04 16:55 UTC (permalink / raw)
To: linux-hotplug
Good, because now I can replace kudzu by discover to detect the
graphical card. I believe that it is better.
Thanks
>>I need detect the (serial or usb) mouse to config correctly gpm
>
>
> /usr/sbin/gpm -m /dev/input/mice -t imps2
>
> that should work for ps2 or usb .. serial is another thing, because
> the kernel does not know about it .. fortunately its very rarely used.
>
> Kind regards,
> Stefan
>
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Detect ps/2 / usb mouse for a live-cd
2005-02-04 11:55 Detect ps/2 / usb mouse for a live-cd Jonas Melian Garcia
` (4 preceding siblings ...)
2005-02-04 16:55 ` Jonas Melian Garcia
@ 2005-02-04 17:10 ` David Brownell
2005-02-04 20:00 ` Bill Nottingham
6 siblings, 0 replies; 8+ messages in thread
From: David Brownell @ 2005-02-04 17:10 UTC (permalink / raw)
To: linux-hotplug
On Friday 04 February 2005 5:01 am, Stefan Schweizer wrote:
> On Fri, 04 Feb 2005 11:55:27 +0000, Jonas Melian Garcia
> >
> > But it is possible detect the mouse to can configure correctly?
> > Where are the devices that hotplug detect?
>
> Why do you need to detect them?
> Usually the right modules are loaded by hotplug and the xorg entry is
> identical for most mouse types:
That doesn't work all that well for touchpads, though arguably
part of the problem there is that the kernel touchpad drivers
still have glitches ...
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Detect ps/2 / usb mouse for a live-cd
2005-02-04 11:55 Detect ps/2 / usb mouse for a live-cd Jonas Melian Garcia
` (5 preceding siblings ...)
2005-02-04 17:10 ` David Brownell
@ 2005-02-04 20:00 ` Bill Nottingham
6 siblings, 0 replies; 8+ messages in thread
From: Bill Nottingham @ 2005-02-04 20:00 UTC (permalink / raw)
To: linux-hotplug
Jonas Melian Garcia (jonasmg@softhome.net) said:
> But it is possible detect the mouse to can configure correctly?
> Where are the devices that hotplug detect?
If you're using 2.6, just use /dev/input/mice, it should
Just Work.
Bill
>
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-02-04 20:00 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-04 11:55 Detect ps/2 / usb mouse for a live-cd Jonas Melian Garcia
2005-02-04 12:36 ` Marco d'Itri
2005-02-04 13:01 ` Stefan Schweizer
2005-02-04 14:29 ` Jonas Melian Garcia
2005-02-04 15:09 ` Stefan Schweizer
2005-02-04 16:55 ` Jonas Melian Garcia
2005-02-04 17:10 ` David Brownell
2005-02-04 20:00 ` Bill Nottingham
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).