← Back to team overview

kernel-packages team mailing list archive

[Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

 

To make the bluetooth module working you need to add in
btloader/mt76xx.c the two lines with ******* (remove them when you copy
them) in

    /* Mediatek MT7650 */
    { USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7650, 0xe0, 0x01, 0x01) },
    { USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7650, 0xff, 0xff, 0xff) },
    { USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7630, 0xe0, 0x01, 0x01) },
    { USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7630, 0xff, 0xff, 0xff) },
    { USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x763e, 0xe0, 0x01, 0x01) },
    { USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x763e, 0xff, 0xff, 0xff) },
    { USB_DEVICE_AND_INTERFACE_INFO(0x0489, 0xe069, 0xe0, 0x01, 0x01) },**************
    { USB_DEVICE_AND_INTERFACE_INFO(0x0489, 0xe069, 0xff, 0xff, 0xff) }, ****************
    /* Mediatek MT662 */
    { USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7662, 0xe0, 0x01, 0x01) },
    { USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7632, 0xe0, 0x01, 0x01) },
    { }     /* Terminating entry */
     };

Source : An email from Mediatek given here : http://forum.xubuntu-
fr.org/viewtopic.php?id=1659661&p=1

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Raring:
  Incomplete
Status in “linux” source package in Saucy:
  Incomplete
Status in “linux” package in Fedora:
  New

Bug description:
  This device is appearing in some OEM machines, but driver is not yet
  available in mainline.

  The driver seems to be present in machines with pre-installed OS, but
  isn't available on the download-and-install versions!

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions


References