Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 002: ID 0bda:571a Realtek Semiconductor Corp.
Bus 002 Device 008: ID 04e8:6860 Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II], GT-I9300 Phone [Galaxy S III], GT-P7500 [Galaxy Tab 10.1]
Bus 002 Device 004: ID 0e8d:763e MediaTek Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
output of iwconfig
eno1 no wireless extensions.
lo no wireless extensions.
Experiments :
I googled up a bit and I found out that the the mediatek adapter is currently not mainlined into the kernel, is it true?
I also tried using insmod for the folllowing kernel module
btmtk_usb.ko
hawk:/lib/modules/3.11.6-4-desktop/kernel/drivers/staging/btmtk_usb #
Did I do use the right driver,
If there is anything else, I can try to get this working, it will be great, please suggest how do I proceed further
No btmtk_usb is for a (bluetooth ?) USB device, but your wireless card is a PCIe device.
You might ask Mediatek if someone is working on a linux driver. On their linux drivers page (MediaTek - Downloads Linux ) they say:
You can find our Linux drivers and supporting information below. If you have any questions, please contact: GSS_MTK_WCN_ACS@mediatek.com
The Windows driver for that device was just released 12/24/2013 so I fear that you have to wait sometime for a linux driver.
On 01/02/2014 08:56 AM, mkossmann wrote:
>
> manugupt1;2613042 Wrote:
>> I am unable to get the wireless card working for Mediatek 7630.
>>
>> …]
>> Experiments :
>> 1. I googled up a bit and I found out that the the mediatek adapter is
>> currently not mainlined into the kernel, is it true?
>> 2. I also tried using insmod for the folllowing kernel module
>> btmtk_usb.ko
>> hawk:/lib/modules/3.11.6-4-desktop/kernel/drivers/staging/btmtk_usb #
>>
>> Did I do use the right driver,
>>
>> If there is anything else, I can try to get this working, it will be
>> great, please suggest how do I proceed further
>
> No btmtk_usb is for a (bluetooth ?) USB device, but your wireless card
> is a PCIe device.
>
> You might ask Mediatek if someone is working on a linux driver. On their
> linux drivers page (‘MediaTek - Downloads Linux’
> (http://www.mediatek.com/_en/07_downloads/01_windows.php?sn=501) ) they
> say:
> You can find our Linux drivers and supporting information below. If you
> have any questions, please contact: GSS_MTK_WCN_ACS@mediatek.com
>
> The Windows driver for that device was just released 12/24/2013 so I
> fear that you have to wait sometime for a linux driver.
The Windows driver lists the 7630 with a number of Ralink device numbers. It is
possible that only a new PCI ID needs to be added to the appropriate driver in
the rt2x00 family.
You might try that Windows driver with ndiswrapper. That approach may, or may
not, work.
If you look at your lsusb listing, you will see that each line has an ID
followed by two hexadecimal numbers. Those numbers are what the kernel uses to
determine what driver is needed. To get the same information for PCI devices,
always use ‘/sbin/lspci -nn’. That option provides the PCI IDs that are needed
to help you.