Post Reply 
[newRPL] interested in RPN mode?
11-24-2019, 12:02 AM (This post was last modified: 11-24-2019 12:04 AM by Claudio L..)
Post: #30
RE: [newRPL] interested in RPN mode?
(11-23-2019 11:47 PM)jpcuzzourt Wrote:  Here is dmesg for the device:
Code:
[15218.511361] usb 4-1.2: new full-speed USB device number 20 using ehci-pci
[15218.629105] usb 4-1.2: New USB device found, idVendor=03f0, idProduct=0121, bcdDevice= 1.00
[15218.629113] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[15218.629117] usb 4-1.2: Product: newRPL Calc
[15218.629120] usb 4-1.2: Manufacturer: newRPL Team
[15218.629123] usb 4-1.2: SerialNumber: CNA0300410
[15218.629794] usb_serial_simple 4-1.2:1.0: hp4x converter detected
[15218.629974] usb 4-1.2: hp4x converter now attached to ttyUSB0

Aha... it's assigning the usb_serial_simple driver instead of hidraw. There must be a rule somewhere that tells udev to use this device as a serial. This is an HID device!
I don't know what hp4x converter is, perhaps you had installed some connectivity library for Linux?
Somehow you need to find where in your system there's a rule for HP calcs to load that serial driver. Simply comment that rule out and let the system try yo identify the device, it should see it as hid and load the standard hid driver plus hidraw.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [newRPL] interested in RPN mode? - Claudio L. - 11-24-2019 12:02 AM



User(s) browsing this thread: 3 Guest(s)