this post was submitted on 23 May 2022
0 points (NaN% liked)

Linux

47233 readers
773 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

There is not even a "Help" or a "Read Me". There is not even a Doc on their official web page, if there was I cannot find it. Context: I am trying to transition from Windows to Linux. I am using Linux Mint in VM Ware before fully switching to it.

you are viewing a single comment's thread
view the rest of the comments
[–] gyrfalcon@beehaw.org 0 points 2 years ago (4 children)

First, I would strongly recommend creating a bootable USB drive and booting to it instead of using a VM if you are looking to test hardware compatibility and drivers. If this isn't something you are familiar with, just let me know and I can try to point you in the direction of some useful resources. The virtualization pass through can add an additional set of headaches that is not representative of what your experience will be after installation, and you can reuse the bootable drive later if you decide to go forward with installation. There is no risk to the data you currently have on the machine, unless you decide to do the installation process or otherwise deliberately muck about.

It is also possible a suitable driver is already in the kernel for this device, since it looks to be a fairly standard USB Wifi adapter, in which case you might learn that you don't need to mess with driver installation at all. In my experience, I have only needed drivers for Nvidia hardware, and when I have been trying to do something unusual with AMD graphics hardware, but I also have never heard of the company for your particular adapter, so your mileage may vary. Regardless, if you are continuing with your VM testing, make sure all of your USB pass through is being handled correctly so you aren't barking up the wrong tree.

As far as the drivers themselves, it looks like if you go a few directories down, there is some documentation, as in a Readme.txt that just contains a list of changes made to the software in various versions. I think if you dig down in the extracted zip file into WIFI-FE-2(Other Driver)/Linux Driver/DPA_MT7601U_LinuxSTA_3.0.0.3_20130313/ you'll be in more or less the right place. From there I think on the command line you can just do make and things should get compiled by your system toolchain, and then when that hopefully finishes successfully you can do sudo make install to get everything where it needs to go. Those are fairly standard steps for installing from source on Linux, though they are typically preceded by a command to Automake or CMake to fully configure the build system. I don't see any evidence of those tools being present, but that's something to check out if the commands I mentioned throw up an error of some kind.

Anyway, good luck! I hope that Linux on the desktop impresses and you make the switch, but if not I hope you at least get the chance to learn more about your system. And don't hesitate to respond here or in a DM if you have other questions!

[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago (3 children)

Thanks, I am transitioning cuz of the new Windows 11 policy that if you want to use Windows, you have to login to your Microsoft acc which is just bogus to me so that's why I'm transitioning.

[–] Helix@feddit.de 0 points 2 years ago (2 children)

You could, however, just disconnect your Windows from the network if you want to install Windows 11, or keep using Windows 10 as it's still supported.

[–] MrOzwaldMan@lemmy.ml 0 points 2 years ago (1 children)

I have switched, now I just need to install the driver, which I am having a problem with. Consider this link here https://lemmy.ml/post/282846

[–] Helix@feddit.de 0 points 2 years ago

yes, but why didn't you try what @gyrfalcon@beehaw.org suggested in their top comment?

Just go to the WIFI-FE-2(Other Driver)/Linux Driver/DPA_MT7601U_LinuxSTA_3.0.0.3_20130313/ folder and type make. What happens?

And why did you create a second thread for this?