Re: Talk to mouse || ID a mouse

2023-07-16 Thread Todd Gruhn
I may have fixed it.

I had to press 4 buttons, and hold them for several  minutes.

To turn it on, pull widget down, or towards me.

I had 2 mouses running at the same time. COL :-)

On Sat, Jul 15, 2023 at 8:03 PM Mike Pumford  wrote:
>
> On 15/07/2023 09:30, Todd Gruhn wrote:
> > UH KAY.
> >
> >
> > Found this:
> >
> >  port 7 addr 9: full speed, power 98 mA, config 1, USB
> > Receiver(0xc52b), Logitech(0x046d), rev 12.11(0x1211)
> >  port 8 powered
> >  port 9 powered
> >  port 10 powered
> >  port 11 addr 10: full speed, power 98 mA, config 1, USB
> > Receiver(0xc52b), Logitech(0x046d), rev 12.03(0x1203)
> >  port 12 powered
> >
> Unless its very unusual you should have ended up with something like
> this in your dmesg:
>
> [ 1631769.331114] uhidev1: Logitech (0x046d) USB Receiver (0xc534), rev
> 2.00/29.01, addr 17, iclass 3/1
> [ 1631769.334114] uhidev1: 17 report ids
> [ 1631769.334114] ums0 at uhidev1 reportid 2: 16 buttons, W and Z dirs
> [ 1631769.334114] wsmouse0 at ums0 mux 0
>
> You can also do:
> usbdevs -vd
> Which will give you the output above and should also list the device
> drivers attached by the OS (usbhid hopefully).
>
>  From memory you can reference a specific mouse as /dev/wsmouse0 or
> /dev/wsmouse1 but there is also a /dev/wsmouse that merges all the mouse
> inputs together. /dev/wsmouse is normally what the X server references
> which allows you to use any mouse on the system.
>
> I'd be astonished if this didn't just work assuming you have USB HID
> support compiled into your kernel (its in GENERIC and has been for
> years). Most USB mice are of this type (wired and wireless) as it means
> they work out of the box on pretty much every operating system under the
> sun.
>
> Other things to check:
>
> 1. Is the mouse turned on? (they usually have a sneaky power switch on
> the underside).
> 2. Is the battery inside the mouse okay?
>
>  From a quick check with mine I still get the ums device even with the
> mouse turned off but obviously it doesn't make the pointer move.
>
> Mike
>
>


Re: Talk to mouse || ID a mouse

2023-07-15 Thread Mike Pumford

On 15/07/2023 09:30, Todd Gruhn wrote:

UH KAY.


Found this:

 port 7 addr 9: full speed, power 98 mA, config 1, USB
Receiver(0xc52b), Logitech(0x046d), rev 12.11(0x1211)
 port 8 powered
 port 9 powered
 port 10 powered
 port 11 addr 10: full speed, power 98 mA, config 1, USB
Receiver(0xc52b), Logitech(0x046d), rev 12.03(0x1203)
 port 12 powered

Unless its very unusual you should have ended up with something like 
this in your dmesg:


[ 1631769.331114] uhidev1: Logitech (0x046d) USB Receiver (0xc534), rev 
2.00/29.01, addr 17, iclass 3/1

[ 1631769.334114] uhidev1: 17 report ids
[ 1631769.334114] ums0 at uhidev1 reportid 2: 16 buttons, W and Z dirs
[ 1631769.334114] wsmouse0 at ums0 mux 0

You can also do:
usbdevs -vd
Which will give you the output above and should also list the device 
drivers attached by the OS (usbhid hopefully).


From memory you can reference a specific mouse as /dev/wsmouse0 or 
/dev/wsmouse1 but there is also a /dev/wsmouse that merges all the mouse 
inputs together. /dev/wsmouse is normally what the X server references 
which allows you to use any mouse on the system.


I'd be astonished if this didn't just work assuming you have USB HID 
support compiled into your kernel (its in GENERIC and has been for 
years). Most USB mice are of this type (wired and wireless) as it means 
they work out of the box on pretty much every operating system under the 
sun.


Other things to check:

1. Is the mouse turned on? (they usually have a sneaky power switch on 
the underside).

2. Is the battery inside the mouse okay?

From a quick check with mine I still get the ums device even with the 
mouse turned off but obviously it doesn't make the pointer move.


Mike




Re: Talk to mouse || ID a mouse

2023-07-15 Thread Todd Gruhn
UH KAY.


Found this:

port 7 addr 9: full speed, power 98 mA, config 1, USB
Receiver(0xc52b), Logitech(0x046d), rev 12.11(0x1211)
port 8 powered
port 9 powered
port 10 powered
port 11 addr 10: full speed, power 98 mA, config 1, USB
Receiver(0xc52b), Logitech(0x046d), rev 12.03(0x1203)
port 12 powered


How do I make X talk to it?  I think  "port 11 addr 10: ... " is the new mouse.

On Sat, Jul 15, 2023 at 8:15 AM Todd Gruhn  wrote:
>
> UG!!!
>
> I just looked; I found it. I did not think until you mentioned.
>
> Now I can play with this...
>
> On Fri, Jul 14, 2023 at 10:57 PM Ted Spradley
>  wrote:
> >
> > On Fri, 14 Jul 2023 17:30:46 +
> > Todd Gruhn  wrote:
> >
> > > What is the tiny thing stuch in the UBS port / hole ?
> >
> > Are you saying that the mouse came with a tiny USB device stowed in a hole 
> > on the underside of the mouse? If so, you need to dig it out and plug it 
> > into a USB port on the computer.
> >
> > --
> > Ted Spradley 


Re: Talk to mouse || ID a mouse

2023-07-15 Thread Todd Gruhn
UG!!!

I just looked; I found it. I did not think until you mentioned.

Now I can play with this...

On Fri, Jul 14, 2023 at 10:57 PM Ted Spradley
 wrote:
>
> On Fri, 14 Jul 2023 17:30:46 +
> Todd Gruhn  wrote:
>
> > What is the tiny thing stuch in the UBS port / hole ?
>
> Are you saying that the mouse came with a tiny USB device stowed in a hole on 
> the underside of the mouse? If so, you need to dig it out and plug it into a 
> USB port on the computer.
>
> --
> Ted Spradley 


Re: Talk to mouse || ID a mouse

2023-07-14 Thread Ted Spradley
On Fri, 14 Jul 2023 17:30:46 +
Todd Gruhn  wrote:

> What is the tiny thing stuch in the UBS port / hole ?

Are you saying that the mouse came with a tiny USB device stowed in a hole on 
the underside of the mouse? If so, you need to dig it out and plug it into a 
USB port on the computer. 

-- 
Ted Spradley 


Re: Talk to mouse || ID a mouse

2023-07-14 Thread Todd Gruhn
I dont see a 'pair' thingy to use.

What is the tiny thing stuch in the UBS port / hole ?

On Fri, Jul 14, 2023 at 8:26 PM Thomas D. Dean  wrote:
>
> On 7/14/23 05:37, Todd Gruhn wrote:
> > I found and buy a mouse.
> >
> > ON MOUSE:
> >  Logitech
> >  6 keys to touch
> >  Name / word on top "DARK FIELD"
> >  Name / word op bottom "Anywhere MX"
> >
> >  It is wire-less; has a eye (lost this name)  on bottom
> >
> > It will not work / talk to X-windows.
> >
> > Any help is usefull.
> >
> > Thanks...
>
> Maybe bluetooth. Should be a button on the bottom that starts a 'pair'
> function.
>
> Use bluetoothctl, scan, to see if the mouse appears.


Re: Talk to mouse || ID a mouse

2023-07-14 Thread Thomas D. Dean

On 7/14/23 05:37, Todd Gruhn wrote:

I found and buy a mouse.

ON MOUSE:
 Logitech
 6 keys to touch
 Name / word on top "DARK FIELD"
 Name / word op bottom "Anywhere MX"

 It is wire-less; has a eye (lost this name)  on bottom

It will not work / talk to X-windows.

Any help is usefull.

Thanks...


Maybe bluetooth. Should be a button on the bottom that starts a 'pair' 
function.


Use bluetoothctl, scan, to see if the mouse appears.


Talk to mouse || ID a mouse

2023-07-14 Thread Todd Gruhn
I found and buy a mouse.

ON MOUSE:
Logitech
6 keys to touch
Name / word on top "DARK FIELD"
Name / word op bottom "Anywhere MX"

It is wire-less; has a eye (lost this name)  on bottom

It will not work / talk to X-windows.

Any help is usefull.

Thanks...