Activation Codes and Methods, Hardware Details, Sniffing
khanmk1
Posts: 9
Joined: 01 Dec 2010, 15:00

Post by khanmk1 » 07 Dec 2010, 05:22

Well dmesg shows this about the device.


[ 779.072089] usb 1-1: new high speed USB device using ehci_hcd and address 3
[ 779.205024] usb 1-1: configuration #1 chosen from 1 choice
[ 779.206800] scsi7 : SCSI emulation for USB Mass Storage devices
[ 779.207189] usb-storage: device found at 3
[ 779.207194] usb-storage: waiting for device to settle before scanning
[ 784.204293] usb-storage: device scan complete
[ 784.204908] scsi 7:0:0:0: CD-ROM MediaTek WiMAX Install CD 1.00 PQ: 0 ANSI: 0 CCS
[ 784.212606] sr2: scsi3-mmc drive: 0x/0x caddy
[ 784.215189] sr 7:0:0:0: Attached scsi CD-ROM sr2
[ 784.215572] sr 7:0:0:0: Attached scsi generic sg4 type 5
[ 784.598845] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 784.600304] ISOFS: changing to secondary root
[ 846.069374] scsi 7:0:0:0: rejecting I/O to dead device
[ 846.116641] usb 1-1: USB disconnect, address 3
[ 846.424037] usb 1-1: new high speed USB device using ehci_hcd and address 4
[ 846.556881] usb 1-1: configuration #1 chosen from 1 choice


:cry: :roll:

Josh
Site Admin
Posts: 6570
Joined: 03 Nov 2007, 00:30

Post by Josh » 07 Dec 2010, 09:35

For a moment I forgot that you have a Wimax device - it will most likely not work with a serial driver ...

As for a Linux driver, I really don't know if there is one for your chipset. I just googled but found mostly information regarding Intel chipsets.

I don't think it's possible to create a generic driver for these devices bcause it's up to the manufacturers which protocol they use to talk to their device ...


khanmk1
Posts: 9
Joined: 01 Dec 2010, 15:00

Post by khanmk1 » 07 Dec 2010, 10:05

Well Josh it seems it does not work around now let me check with the Mediatek company may be they will
give us some lead to work around with protocols.

Other way around if u got some information about wimax usb card to work in Linux u can update me by PM me.

LOM
Posts: 1404
Joined: 11 Jul 2012, 15:14
Location: Koh Samui, TH

Re: MediaTek MT7118 Wimax Usb Card?

Post by LOM » 17 Nov 2013, 13:33

Old thread but adding for completeness

Code: Select all

Bus 006 Device 006: ID 0e8d:7118 MediaTek Inc.
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Clas
  bDeviceSubClass       255 Vendor Specific Subclass
  bDeviceProtocol       255 Vendor Specific Protocol
  bMaxPacketSize0        64
  idVendor           0x0e8d MediaTek Inc.
  idProduct          0x7118
  bcdDevice            1.00
  iManufacturer           3
  iProduct                4
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           67
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           7
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x05  EP 5 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
Device Status:     0x0000
  (Bus Powered)

Post Reply