यूएसबी छिपाई डिवाइस केवल 1 घटना फायरिंग


11

मेरे पास एक eDIO USB मल्टी रिमोट कंट्रोलर (एक इन्फ्रारेड रिसीवर) है जो ASUS PSR 2000 वेब सर्फिंग रिमोट कंट्रोल के साथ आया है।

मैं रिमोट कॉन्ट्रोलर को अपने पाई से जोड़ने की कोशिश कर रहा हूं ताकि यह रिमोट द्वारा भेजे गए कीस्ट्रोक्स को फिर से पढ़े।

नियंत्रक को एक छिपाई डिवाइस के रूप में पाया जाता है। यहाँ lsusb -v कमांड से विवरण दिए गए हैं

    Bus 001 Device 007: ID 147a:e001 Formosa Industrial Computing, Inc.
    Couldn't open device, some information will be missing
    Device Descriptor:
    bLength                18
    bDescriptorType         1
    bcdUSB               1.10
    bDeviceClass            0 (Defined at Interface level)
   bDeviceSubClass         0
   bDeviceProtocol         0
   bMaxPacketSize0         8
   idVendor           0x147a Formosa Industrial Computing, Inc.
   idProduct          0xe001
   bcdDevice            1.22
   iManufacturer           1
   iProduct                2
   iSerial                 0
   bNumConfigurations      1
  Configuration Descriptor:
  bLength                 9
  bDescriptorType         2
wTotalLength           34
bNumInterfaces          1
bConfigurationValue     1
iConfiguration          4
bmAttributes         0xa0
  (Bus Powered)
  Remote Wakeup
MaxPower              300mA
Interface Descriptor:
  bLength                 9
  bDescriptorType         4
  bInterfaceNumber        0
  bAlternateSetting       0
  bNumEndpoints           1
  bInterfaceClass         3 Human Interface Device
  bInterfaceSubClass      1 Boot Interface Subclass
  bInterfaceProtocol      2 Mouse
  iInterface              0
    HID Device Descriptor:
      bLength                 9
      bDescriptorType        33
      bcdHID               1.10
      bCountryCode            0 Not supported
      bNumDescriptors         1
      bDescriptorType        34 Report
      wDescriptorLength      20
     Report Descriptors:
       ** UNAVAILABLE **
  Endpoint Descriptor:
    bLength                 7
    bDescriptorType         5
    bEndpointAddress     0x81  EP 1 IN
    bmAttributes            3
      Transfer Type            Interrupt
      Synch Type               None
      Usage Type               Data
    wMaxPacketSize     0x0004  1x 4 bytes
    bInterval              10

मैं किसी ईवेंट के साथ dev फ़ोल्डर में लक्ष्य डिवाइस भी देख सकता हूं

    pi@raspberrypi /dev/input/by-id $ dir
    usb-Cypress_Semiconductor_eDio_USB_Multi_Remote_Controlle-event-if00

इसके साथ जुड़ा हुआ ईवेंट हैंडलर निम्न कमांड से देखा गया है।

pi@raspberrypi /proc/bus/input $ cat devices
I: Bus=0003 Vendor=147a Product=e001 Version=0110
N: Name="Cypress Semiconductor eDio USB Multi Remote Controlle"
P: Phys=usb-bcm2708_usb-1.2/input0
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input2
U: Uniq=
H: Handlers=event0
B: PROP=0
B: EV=1

समस्या तब है जब मैं डिवाइस के लिए बनाए गए इवेंट हैंडलर से आउटपुट को पढ़ने की कोशिश कर रहा हूं। पहला कीस्ट्रोक पंजीकृत है लेकिन बाद के कुंजी स्ट्रोक कैट कमांड द्वारा प्रदर्शित नहीं किए जाते हैं।

 pi@raspberrypi /dev/input $ cat event0 | xxd
 0000000: e007 9450 9476 0900 0000 0000 0000 0000  ...P.v..........

कृपया मुझे सुझाव दें कि मैं डिवाइस को काम करने के लिए क्या कर सकता हूं। पहले कीस्ट्रोक के बाद किसी भी कुंजी को दबाने पर कुछ भी वापस नहीं होता है जब तक कि डिवाइस को फिर से नहीं लगाया जाता है।

कृपया सुझाव दें कि समस्या को ठीक करने के लिए क्या किया जाना चाहिए।


किसी को कुछ भी ??? मैं डिवाइस के साथ क्या हो रहा है पर अनाड़ी हूँ। शायद एक मॉडरेटर मुझे प्रश्न को बेहतर ढंग से फ्रेम करने में मदद कर सकता है अगर यह एक समस्या है?
स्टीव इर्विन

सवाल अच्छा है। हालाँकि, यह काफी स्थानीय है, इसलिए मुझे यकीन है कि कई लोगों को एक ही समस्या नहीं हुई होगी। यह जानकर आप शांत हो सकते हैं कि मैंने क्रिस वैलेस की बात करने वाली नाव के उपयोग से कुछ ऐसा ही देखा है, ताकि आप उस पर एक नज़र डाल सकें। समस्या का निदान करने के लिए मैं पहली बात पूछूंगा; क्या आप स्व-संचालित हब का उपयोग कर रहे हैं, क्योंकि यह एक पावर इश्यू हो सकता है।
Jivings

क्या आपने बिना कोशिश किए |xxd? यह आउटपुट को बफ़र करता है। मैंने अपने रिमोट द्वारा भेजे गए कीकोड प्राप्त करने के लिए irwपैकेज से उपयोग किया lirc
मैक्जमेम्स

कस्टम ड्राइवर का मतलब होगा लिनक्स कर्नेल पैच। Libusb का उपयोग करना आसान विकल्प है क्योंकि libusb USB एंडपॉइंट के लिए सीधी पहुँच देता है।
लार्स पॉटर

जवाबों:


5

समस्या अधूरी USB वर्णनकर्ता लगती है:

  Couldn't open device, some information will be missing
  Report Descriptors:
  ** UNAVAILABLE **

जिस डिस्क्रिप्टर को पढ़ा जा सकता है वह कह सकता है कि यह एक माउस है।

  bInterfaceProtocol      2 Mouse

और 20 बाइट्स का एक डिस्क्रिप्टर होगा जो डेटा प्रारूप का वर्णन करता है:

  bDescriptorType        34 Report
  wDescriptorLength      20

लेकिन वह गायब है।

हार्डवेयर और सॉफ़्टवेयर के आपके विशिष्ट संयोजन के साथ या तो एक अजीब समस्या है या प्रोग्रामर आलसी था और रिपोर्ट डिस्क्रिप्टर को लागू नहीं किया था, क्योंकि उनके अपने ड्राइवर को शायद इसकी आवश्यकता नहीं है। लेकिन सबसे अधिक शायद वह ड्राइवर मिला जो इनपुट डिवाइस को भ्रमित करता है।

आप समापन बिंदु से 4 बाइट्स पढ़ने के लिए libusb का उपयोग करने का प्रयास कर सकते हैं। शायद मतदान कार्य। या जब आप मूल ड्राइवर के साथ डिवाइस का उपयोग करते हैं तो यूएसबी संचार पर एक नज़र डालें। और हाँ यह बहुत मुश्किल है अगर आपके पास महंगा USB लॉगर में से कोई एक नहीं है। लेकिन लिनक्स कर्नेल में सॉफ्टवेयर यूएसबी लॉगिंग के लिए समर्थन है और विंडोज के लिए कुछ सॉफ्टवेयर लॉगर उपलब्ध हैं।


4

अंत में मुझे PyUSB पुस्तकालय का उपयोग करके अपने स्वयं के कार्यान्वयन को लिखने का समय मिला जो कि लिबस के लिए एक आवरण है।

मैं यहां कोड पोस्ट कर रहा हूं। किसी की मदद करें।

मेरे पास कोड का एक और टुकड़ा है जो कॉन्फ़िगरेशन फ़ाइल बनाता है जिसका उपयोग यहां किया गया है। मुझे सभी दूरस्थ कुंजियों की मैपिंग नहीं करनी है क्योंकि मुझे उन सभी की आवश्यकता नहीं है।

import usb.core
import usb.util
import ConfigParser 
import shlex
import subprocess
import logging

# find our device
diction={
  6402315641282315:'1',
  6402415641282415:'2',
  6402515641282515:'3',
  6402615641282615:'4',
  6402715641282715:'5',
  6402815641282815:'6',
  6402915641282915:'7',
  6403015641283015:'8',
  6403115641283115:'9',
  }



def load_config():
    dict={}
    config = ConfigParser.RawConfigParser()
    config.read('/codes/remote/remote.cfg')

    dict['vendor']=config.getint('Settings','idVendor')

    dict['product']=config.getint('Settings','idProduct')

    dict['interface']=config.getint('Settings', 'interface')

    r=config.options('Key Mappings')

    for item in r:
        if config.get('Key Mappings',item)!='': 
            dict[item]=config.get('Key Mappings',item)
            #print config.get('Key Mappings',item)
    return dict

def pyus():

    try:
        load_log()
        dict=load_config()
        join_int = lambda nums: int(''.join(str(i) for i in nums))
        #print dict

        dev = usb.core.find(idVendor=dict['vendor'], idProduct=dict['product'])
        interface=dict['interface']

        if dev is None:
            raise ValueError('Device not found')

        if dev.is_kernel_driver_active(interface) is True:
                #print "but we need to detach kernel driver"
                dev.detach_kernel_driver(interface)
        #dev.detatch_kernel_driver(interface) 
        # set the active configuration. With no arguments, the first
        # configuration will be the active one
        dev.set_configuration()

        # get an endpoint instance
        cfg = dev.get_active_configuration()
        interface_number = cfg[(0,0)].bInterfaceNumber
        alternate_setting = usb.control.get_interface(dev,interface_number)
        intf = usb.util.find_descriptor(
            cfg, bInterfaceNumber = interface_number,
            bAlternateSetting = alternate_setting
        )

        ep = usb.util.find_descriptor(
            intf,
            # match the first IN endpoint
            custom_match = \
            lambda e: \
                usb.util.endpoint_direction(e.bEndpointAddress) == \
                usb.util.ENDPOINT_IN
        )

        assert ep is not None
        #print 'packet details',ep.bEndpointAddress , ep.wMaxPacketSize

        while 1:
            try:
                data = dev.read(ep.bEndpointAddress, ep.wMaxPacketSize*2,interface,1000)
                data=data.tolist()
                key=join_int(data)
                #print "Key is " , key
                if  key in diction:

                    try:
                        args=shlex.split(dict[diction[key]])
                        #print args
                        p=subprocess.Popen(args, stderr=subprocess.STDOUT, stdout=subprocess.PIPE)
                        #print "Pressed key is ",diction[key]
                    except:
                        pass


            except usb.core.USBError as e:
                pass
    except:
        pass

pyus()
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.