Re: Driver for Mediatek MT7630E

2015-08-10 Thread Linus Walleij
On Wed, Jul 29, 2015 at 12:23 AM, Linus Walleij
 wrote:

> My daughter has this device in her laptop it seems, sigh.
>
> I might start fiddling with it unless someone else is already
> doing it.

I managed to rebase the patch to mainline HEAD and have
it compiling and booting without crashing. It also lists the
APs nicely. However connect fails with some random
encryption complaints so I will work on this whenever I have
time.

If there is general interest to hack on this I can publish my
kernel tree @kernel.org.

Xose Vazquez Perez  wrote:

> The driver for MediaTek MT7601U was recently added to upstream at:
> drivers/net/wireless/mediatek/mt7601u/

Awesome, I can see I have some duplicated defines etc
from this in my patch, so will see if they can integrate
cleanly if I even get this working properly.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Driver for Mediatek MT7630E

2015-07-29 Thread Xose Vazquez Perez
On 07/29/2015 09:38 AM, Linus Walleij wrote:

> The defines etc patched in have obvious gaps due to other unsupported
> chips such as MT7601u I suspect. I guess it's necessary to also
> look at this in order to not screw things up for 7601.
> https://github.com/porjo/mt7601

The driver for MediaTek MT7601U was recently added to upstream at:
drivers/net/wireless/mediatek/mt7601u/
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Driver for Mediatek MT7630E

2015-07-29 Thread Jakub Kicinski
On Wed, 29 Jul 2015 09:38:04 +0200, Linus Walleij wrote:
> On Wed, Jul 29, 2015 at 1:24 AM, Xose Vazquez Perez
>  wrote:
> > Linus Walleij wrote:
> >
> >> Did anything ever happen to this?
> >>
> >> My daughter has this device in her laptop it seems, sigh.
> >>
> >> I might start fiddling with it unless someone else is already
> >> doing it.
> >
> > Jakub Kicinski was working on it at: https://github.com/kuba-moo/mt7630e
> 
> Ah yeah that is what I have running. It's a fork of rt2x00 so it's
> missing all fixes since 3.11 or so, just a question of when this
> becomes unsupportable.

The rt2x00 does not change that much itself so it's not a biggie.
However, we are missing all the mac80211-related changes :/
 
> This code is a complete mashup of Linux and duct-taped Windows
> NDIS-based driver code, my eyes are bleeding from looking at it.
> 
> The defines etc patched in have obvious gaps due to other unsupported
> chips such as MT7601u I suspect. I guess it's necessary to also
> look at this in order to not screw things up for 7601.
> https://github.com/porjo/mt7601

The problem with this hardware is that it's a something between old
Ralink stuff and new AC devices which Felix is supporting in mt76,
just like mt7601u.  I started hacking on mt76 to add support but not
sure if Felix is interested in merging support for old chips there.

So the support for mt7630e could be added in three places,
theoretically: (1) rt2x00, (2) mt7601u, (3) mt76.  IMO they're all bad
choices.

Also MediaTek has no interest in supporting Open Source driver for this
device.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Driver for Mediatek MT7630E

2015-07-29 Thread Linus Walleij
On Wed, Jul 29, 2015 at 1:24 AM, Xose Vazquez Perez
 wrote:
> Linus Walleij wrote:
>
>> Did anything ever happen to this?
>>
>> My daughter has this device in her laptop it seems, sigh.
>>
>> I might start fiddling with it unless someone else is already
>> doing it.
>
> Jakub Kicinski was working on it at: https://github.com/kuba-moo/mt7630e

Ah yeah that is what I have running. It's a fork of rt2x00 so it's
missing all fixes since 3.11 or so, just a question of when this
becomes unsupportable.

This code is a complete mashup of Linux and duct-taped Windows
NDIS-based driver code, my eyes are bleeding from looking at it.

The defines etc patched in have obvious gaps due to other unsupported
chips such as MT7601u I suspect. I guess it's necessary to also
look at this in order to not screw things up for 7601.
https://github.com/porjo/mt7601

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Driver for Mediatek MT7630E

2015-07-28 Thread Xose Vazquez Perez
Linus Walleij wrote:

> Did anything ever happen to this?
> 
> My daughter has this device in her laptop it seems, sigh.
> 
> I might start fiddling with it unless someone else is already
> doing it.

Jakub Kicinski was working on it at: https://github.com/kuba-moo/mt7630e
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Driver for Mediatek MT7630E

2015-07-28 Thread Linus Walleij
On 2014-06-11 Larry wrote:

> I found such a device at a reasonable price on E-bay, and ordered
> it. It should arrive next week. I also was able to find the firmware in an RPM
> for SUSE SLE11, and a license allowing redistribution. Before I start 
> modifying
> rt2800pci for this new device, I want to be assured that this modification is
> not currently being done by anyone in the rt2x00 project. There is too much to
> be done to duplicate effort.

Did anything ever happen to this?

My daughter has this device in her laptop it seems, sigh.

I might start fiddling with it unless someone else is already
doing it.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html