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: Cannot Install From NetBSD-9.3-amd64-install.img -- Friday Afternoon Followup

2023-07-15 Thread RVP

On Fri, 14 Jul 2023, Jay F. Shachter wrote:


Now the installation procedure is dying with the message

Status: openpty() failed
   Command: disklabel -w -r -f /tmp/disklabel.13 wd0 'wd0' 'fictitious'



Hmm. I can tell you _why_ you would get that error message, but, I just
can't see _how_ you could get into a situation which would occasion this
error.

Can you:

a) the exact URL of the install image you wrote to the USB disk?
b) show the output of these commands (after exiting the installer):

mount
ls -l /dev/pt*

After that, running this should let you proceed with the installation:

mount -t ptyfs ptyfs /dev/pts

-RVP



Re: Found /bought new mouse

2023-07-15 Thread RVP

On Fri, 14 Jul 2023, Todd Gruhn wrote:


Does not have BlueTooth. Do I need this? OR use the BlueTooth already in
computer??? (Another mouse)



Connect that Bluetooth-to-USB dongle to your computer and your mouse
should appear as a USB mouse.

-RVP