2011-06-23 20 views
-1

私のLinuxラップトップでは、USBポートはコンソールポート(RJ45、Juniper SRX210)を備えた外部ルータに接続されています。私はcuteCom enter image description here を使用して、私は9600を使用して接続するにはそれでは、/ dev/ttyS0のを認識しないminicomの enter image description hereUSBポートからRJ45コンソールデバイスに接続する方法は?

を使用

enter image description here

を:これは私が使用していますケーブルです。また、 "ファイル/ proc/bus/usb /デバイスを開くことができません"というエラーを出すUSBViewer(http://www.kroah.com/linux-usb/)でテスト済み

どうすればこの接続を成功させることができますか?ここに私のlsusbが及びlsusbが-v

[[email protected] html]# lsusb 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 
Bus 003 Device 002: ID 046d:c05d Logitech, Inc. 


[[email protected] html]# lsusb -v 

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 
Device Descriptor: 
    bLength 18 
    bDescriptorType 1 
    bcdUSB 2.00 
    bDeviceClass 9 Hub 
    bDeviceSubClass 0 Unused 
    bDeviceProtocol 0 Full speed (or root) hub 
    bMaxPacketSize0 64 
    idVendor 0x1d6b Linux Foundation 
    idProduct 0x0002 2.0 root hub 
    bcdDevice 2.06 
    iManufacturer 3 Linux 2.6.38.8-32.fc15.i686 ehci_hcd 
    iProduct 2 EHCI Host Controller 
    iSerial 1 0000:00:1d.7 
    bNumConfigurations 1 
    Configuration Descriptor: 
    bLength 9 
    bDescriptorType 2 
    wTotalLength 25 
    bNumInterfaces 1 
    bConfigurationValue 1 
    iConfiguration 0 
    bmAttributes 0xe0 
     Self Powered 
     Remote Wakeup 
    MaxPower 0mA 
    Interface Descriptor: 
     bLength 9 
     bDescriptorType 4 
     bInterfaceNumber 0 
     bAlternateSetting 0 
     bNumEndpoints 1 
     bInterfaceClass 9 Hub 
     bInterfaceSubClass 0 Unused 
     bInterfaceProtocol 0 Full speed (or root) hub 
     iInterface 0 
     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 12 
Hub Descriptor: 
    bLength 11 
    bDescriptorType 41 
    nNbrPorts 8 
    wHubCharacteristic 0x000a 
    No power switching (usb 1.0) 
    Per-port overcurrent protection 
    bPwrOn2PwrGood 10 * 2 milli seconds 
    bHubContrCurrent 0 milli Ampere 
    DeviceRemovable 0x00 0x00 
    PortPwrCtrlMask 0xff 0xff 
Hub Port Status: 
    Port 1: 0000.0100 power 
    Port 2: 0000.0100 power 
    Port 3: 0000.0100 power 
    Port 4: 0000.0100 power 
    Port 5: 0000.0100 power 
    Port 6: 0000.0100 power 
    Port 7: 0000.0100 power 
    Port 8: 0000.0100 power 
Device Status: 0x0003 
    Self Powered 
    Remote Wakeup Enabled 

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 
Device Descriptor: 
    bLength 18 
    bDescriptorType 1 
    bcdUSB 1.10 
    bDeviceClass 9 Hub 
    bDeviceSubClass 0 Unused 
    bDeviceProtocol 0 Full speed (or root) hub 
    bMaxPacketSize0 64 
    idVendor 0x1d6b Linux Foundation 
    idProduct 0x0001 1.1 root hub 
    bcdDevice 2.06 
    iManufacturer 3 Linux 2.6.38.8-32.fc15.i686 uhci_hcd 
    iProduct 2 UHCI Host Controller 
    iSerial 1 0000:00:1d.0 
    bNumConfigurations 1 
    Configuration Descriptor: 
    bLength 9 
    bDescriptorType 2 
    wTotalLength 25 
    bNumInterfaces 1 
    bConfigurationValue 1 
    iConfiguration 0 
    bmAttributes 0xe0 
     Self Powered 
     Remote Wakeup 
    MaxPower 0mA 
    Interface Descriptor: 
     bLength 9 
     bDescriptorType 4 
     bInterfaceNumber 0 
     bAlternateSetting 0 
     bNumEndpoints 1 
     bInterfaceClass 9 Hub 
     bInterfaceSubClass 0 Unused 
     bInterfaceProtocol 0 Full speed (or root) hub 
     iInterface 0 
     Endpoint Descriptor: 
     bLength 7 
     bDescriptorType 5 
     bEndpointAddress 0x81 EP 1 IN 
     bmAttributes 3 
      Transfer Type Interrupt 
      Synch Type None 
      Usage Type Data 
     wMaxPacketSize 0x0002 1x 2 bytes 
     bInterval 255 
Hub Descriptor: 
    bLength 9 
    bDescriptorType 41 
    nNbrPorts 2 
    wHubCharacteristic 0x000a 
    No power switching (usb 1.0) 
    Per-port overcurrent protection 
    bPwrOn2PwrGood 1 * 2 milli seconds 
    bHubContrCurrent 0 milli Ampere 
    DeviceRemovable 0x00 
    PortPwrCtrlMask 0xff 
Hub Port Status: 
    Port 1: 0000.0100 power 
    Port 2: 0000.0100 power 
Device Status: 0x0003 
    Self Powered 
    Remote Wakeup Enabled 

Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 
Device Descriptor: 
    bLength 18 
    bDescriptorType 1 
    bcdUSB 1.10 
    bDeviceClass 9 Hub 
    bDeviceSubClass 0 Unused 
    bDeviceProtocol 0 Full speed (or root) hub 
    bMaxPacketSize0 64 
    idVendor 0x1d6b Linux Foundation 
    idProduct 0x0001 1.1 root hub 
    bcdDevice 2.06 
    iManufacturer 3 Linux 2.6.38.8-32.fc15.i686 uhci_hcd 
    iProduct 2 UHCI Host Controller 
    iSerial 1 0000:00:1d.1 
    bNumConfigurations 1 
    Configuration Descriptor: 
    bLength 9 
    bDescriptorType 2 
    wTotalLength 25 
    bNumInterfaces 1 
    bConfigurationValue 1 
    iConfiguration 0 
    bmAttributes 0xe0 
     Self Powered 
     Remote Wakeup 
    MaxPower 0mA 
    Interface Descriptor: 
     bLength 9 
     bDescriptorType 4 
     bInterfaceNumber 0 
     bAlternateSetting 0 
     bNumEndpoints 1 
     bInterfaceClass 9 Hub 
     bInterfaceSubClass 0 Unused 
     bInterfaceProtocol 0 Full speed (or root) hub 
     iInterface 0 
     Endpoint Descriptor: 
     bLength 7 
     bDescriptorType 5 
     bEndpointAddress 0x81 EP 1 IN 
     bmAttributes 3 
      Transfer Type Interrupt 
      Synch Type None 
      Usage Type Data 
     wMaxPacketSize 0x0002 1x 2 bytes 
     bInterval 255 
Hub Descriptor: 
    bLength 9 
    bDescriptorType 41 
    nNbrPorts 2 
    wHubCharacteristic 0x000a 
    No power switching (usb 1.0) 
    Per-port overcurrent protection 
    bPwrOn2PwrGood 1 * 2 milli seconds 
    bHubContrCurrent 0 milli Ampere 
    DeviceRemovable 0x00 
    PortPwrCtrlMask 0xff 
Hub Port Status: 
    Port 1: 0000.0303 lowspeed power enable connect 
    Port 2: 0000.0100 power 
Device Status: 0x0003 
    Self Powered 
    Remote Wakeup Enabled 

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 
Device Descriptor: 
    bLength 18 
    bDescriptorType 1 
    bcdUSB 1.10 
    bDeviceClass 9 Hub 
    bDeviceSubClass 0 Unused 
    bDeviceProtocol 0 Full speed (or root) hub 
    bMaxPacketSize0 64 
    idVendor 0x1d6b Linux Foundation 
    idProduct 0x0001 1.1 root hub 
    bcdDevice 2.06 
    iManufacturer 3 Linux 2.6.38.8-32.fc15.i686 uhci_hcd 
    iProduct 2 UHCI Host Controller 
    iSerial 1 0000:00:1d.2 
    bNumConfigurations 1 
    Configuration Descriptor: 
    bLength 9 
    bDescriptorType 2 
    wTotalLength 25 
    bNumInterfaces 1 
    bConfigurationValue 1 
    iConfiguration 0 
    bmAttributes 0xe0 
     Self Powered 
     Remote Wakeup 
    MaxPower 0mA 
    Interface Descriptor: 
     bLength 9 
     bDescriptorType 4 
     bInterfaceNumber 0 
     bAlternateSetting 0 
     bNumEndpoints 1 
     bInterfaceClass 9 Hub 
     bInterfaceSubClass 0 Unused 
     bInterfaceProtocol 0 Full speed (or root) hub 
     iInterface 0 
     Endpoint Descriptor: 
     bLength 7 
     bDescriptorType 5 
     bEndpointAddress 0x81 EP 1 IN 
     bmAttributes 3 
      Transfer Type Interrupt 
      Synch Type None 
      Usage Type Data 
     wMaxPacketSize 0x0002 1x 2 bytes 
     bInterval 255 
Hub Descriptor: 
    bLength 9 
    bDescriptorType 41 
    nNbrPorts 2 
    wHubCharacteristic 0x000a 
    No power switching (usb 1.0) 
    Per-port overcurrent protection 
    bPwrOn2PwrGood 1 * 2 milli seconds 
    bHubContrCurrent 0 milli Ampere 
    DeviceRemovable 0x00 
    PortPwrCtrlMask 0xff 
Hub Port Status: 
    Port 1: 0000.0100 power 
    Port 2: 0000.0100 power 
Device Status: 0x0003 
    Self Powered 
    Remote Wakeup Enabled 

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 
Device Descriptor: 
    bLength 18 
    bDescriptorType 1 
    bcdUSB 1.10 
    bDeviceClass 9 Hub 
    bDeviceSubClass 0 Unused 
    bDeviceProtocol 0 Full speed (or root) hub 
    bMaxPacketSize0 64 
    idVendor 0x1d6b Linux Foundation 
    idProduct 0x0001 1.1 root hub 
    bcdDevice 2.06 
    iManufacturer 3 Linux 2.6.38.8-32.fc15.i686 uhci_hcd 
    iProduct 2 UHCI Host Controller 
    iSerial 1 0000:00:1d.3 
    bNumConfigurations 1 
    Configuration Descriptor: 
    bLength 9 
    bDescriptorType 2 
    wTotalLength 25 
    bNumInterfaces 1 
    bConfigurationValue 1 
    iConfiguration 0 
    bmAttributes 0xe0 
     Self Powered 
     Remote Wakeup 
    MaxPower 0mA 
    Interface Descriptor: 
     bLength 9 
     bDescriptorType 4 
     bInterfaceNumber 0 
     bAlternateSetting 0 
     bNumEndpoints 1 
     bInterfaceClass 9 Hub 
     bInterfaceSubClass 0 Unused 
     bInterfaceProtocol 0 Full speed (or root) hub 
     iInterface 0 
     Endpoint Descriptor: 
     bLength 7 
     bDescriptorType 5 
     bEndpointAddress 0x81 EP 1 IN 
     bmAttributes 3 
      Transfer Type Interrupt 
      Synch Type None 
      Usage Type Data 
     wMaxPacketSize 0x0002 1x 2 bytes 
     bInterval 255 
Hub Descriptor: 
    bLength 9 
    bDescriptorType 41 
    nNbrPorts 2 
    wHubCharacteristic 0x000a 
    No power switching (usb 1.0) 
    Per-port overcurrent protection 
    bPwrOn2PwrGood 1 * 2 milli seconds 
    bHubContrCurrent 0 milli Ampere 
    DeviceRemovable 0x00 
    PortPwrCtrlMask 0xff 
Hub Port Status: 
    Port 1: 0000.0100 power 
    Port 2: 0000.0100 power 
Device Status: 0x0003 
    Self Powered 
    Remote Wakeup Enabled 

Bus 003 Device 002: ID 046d:c05d Logitech, Inc. 
Device Descriptor: 
    bLength 18 
    bDescriptorType 1 
    bcdUSB 2.00 
    bDeviceClass 0 (Defined at Interface level) 
    bDeviceSubClass 0 
    bDeviceProtocol 0 
    bMaxPacketSize0 8 
    idVendor 0x046d Logitech, Inc. 
    idProduct 0xc05d 
    bcdDevice 53.00 
    iManufacturer 1 Logitech 
    iProduct 2 USB Optical Mouse 
    iSerial 0 
    bNumConfigurations 1 
    Configuration Descriptor: 
    bLength 9 
    bDescriptorType 2 
    wTotalLength 34 
    bNumInterfaces 1 
    bConfigurationValue 1 
    iConfiguration 0 
    bmAttributes 0xa0 
     (Bus Powered) 
     Remote Wakeup 
    MaxPower 98mA 
    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.11 
      bCountryCode 0 Not supported 
      bNumDescriptors 1 
      bDescriptorType 34 Report 
      wDescriptorLength 52 
     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 0x0005 1x 5 bytes 
     bInterval 10 
Device Status: 0x0000 
    (Bus Powered) 
+0

シリアルアダプタを接続しましたか? –

+1

@Ignacio Vazquez-Abrams:最後にUSB(オス)ケーブル(RJ45メスのルータのシリアルコンソールポートに接続されている)を持っています。 – YumYumYum

+1

'lsusb'出力にはマウス以外は表示されませんもう片方のデバイスがこのようなUSBアクセスを有効にしていますか? –

答えて

1

ttyS0あなたはおそらくttyUSB0

-2

間違ったケーブルを探している、あなたのシステムの最初のRS232ポートです。このケーブルはスキャナ用です。 USB信号からシリアル信号への変換は、プラグ内部に埋め込まれたUART回路で行われます。 FTDI USB to RS232シスコルータ用シリアルto RJ45 CAT5コンソールアダプタケーブル eBayを参照してください。その後、Linuxのminicomプログラムを使用します。

+0

受け入れられた答えがあるので、これは確かに問題ではありません:) – ppasler

関連する問題