How to convert a linux driver to windows? [on hold]












-1














I have recently bought a new ASUS s510ua notebook. I am trying to install windows 7 on it. Sadly, ASUS only provides drivers for windows 10. My touchpad does not work in the installation page and I do not believe that I will be able to get to work. I have tested the Ubuntu on my notebook without installing it and the touchpad works perfectly. I have already changed the bios settings to get my windows 7 to boot. I would obviously prefer to have Ubuntu as my main operating system but I need visual studio for school, which is quite intensive on my ram so if I had to run windows 7 in an operating system I am afraid that I will not have enough ram. In addition, the reason why I prefer windows 7 is that it does not spy on me as much as windows 10. However, I had a brilliant idea what if I could get the Linux code for the driver and convert it to make it compatible with windows 7. What can I do to convert a Linux driver to windows and is it possible? Where do I start?










share|improve this question













put on hold as off-topic by Charles Green, karel, guiverc, George Udosen, Florian Diesch Jan 5 at 7:52


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Charles Green, karel, guiverc, George Udosen, Florian Diesch

If this question can be reworded to fit the rules in the help center, please edit the question.









  • 1




    I think you would be a lot better off, looking for appropriate windows drivers
    – Charles Green
    Jan 5 at 2:58






  • 2




    I suppose you could put pontoons on a bicycle, but it's still not a floatplane, and it still won't fly. Your starting point would be the code for the Linux driver...but if you understood that code, and where to get it, and HOW to convert it, then you wouldn't need Visual Studio (nor school) at all. Linux drivers are NOT tweaked versions of Windows drivers. They are usually wholly different
    – user535733
    Jan 5 at 3:32


















-1














I have recently bought a new ASUS s510ua notebook. I am trying to install windows 7 on it. Sadly, ASUS only provides drivers for windows 10. My touchpad does not work in the installation page and I do not believe that I will be able to get to work. I have tested the Ubuntu on my notebook without installing it and the touchpad works perfectly. I have already changed the bios settings to get my windows 7 to boot. I would obviously prefer to have Ubuntu as my main operating system but I need visual studio for school, which is quite intensive on my ram so if I had to run windows 7 in an operating system I am afraid that I will not have enough ram. In addition, the reason why I prefer windows 7 is that it does not spy on me as much as windows 10. However, I had a brilliant idea what if I could get the Linux code for the driver and convert it to make it compatible with windows 7. What can I do to convert a Linux driver to windows and is it possible? Where do I start?










share|improve this question













put on hold as off-topic by Charles Green, karel, guiverc, George Udosen, Florian Diesch Jan 5 at 7:52


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Charles Green, karel, guiverc, George Udosen, Florian Diesch

If this question can be reworded to fit the rules in the help center, please edit the question.









  • 1




    I think you would be a lot better off, looking for appropriate windows drivers
    – Charles Green
    Jan 5 at 2:58






  • 2




    I suppose you could put pontoons on a bicycle, but it's still not a floatplane, and it still won't fly. Your starting point would be the code for the Linux driver...but if you understood that code, and where to get it, and HOW to convert it, then you wouldn't need Visual Studio (nor school) at all. Linux drivers are NOT tweaked versions of Windows drivers. They are usually wholly different
    – user535733
    Jan 5 at 3:32
















-1












-1








-1


0





I have recently bought a new ASUS s510ua notebook. I am trying to install windows 7 on it. Sadly, ASUS only provides drivers for windows 10. My touchpad does not work in the installation page and I do not believe that I will be able to get to work. I have tested the Ubuntu on my notebook without installing it and the touchpad works perfectly. I have already changed the bios settings to get my windows 7 to boot. I would obviously prefer to have Ubuntu as my main operating system but I need visual studio for school, which is quite intensive on my ram so if I had to run windows 7 in an operating system I am afraid that I will not have enough ram. In addition, the reason why I prefer windows 7 is that it does not spy on me as much as windows 10. However, I had a brilliant idea what if I could get the Linux code for the driver and convert it to make it compatible with windows 7. What can I do to convert a Linux driver to windows and is it possible? Where do I start?










share|improve this question













I have recently bought a new ASUS s510ua notebook. I am trying to install windows 7 on it. Sadly, ASUS only provides drivers for windows 10. My touchpad does not work in the installation page and I do not believe that I will be able to get to work. I have tested the Ubuntu on my notebook without installing it and the touchpad works perfectly. I have already changed the bios settings to get my windows 7 to boot. I would obviously prefer to have Ubuntu as my main operating system but I need visual studio for school, which is quite intensive on my ram so if I had to run windows 7 in an operating system I am afraid that I will not have enough ram. In addition, the reason why I prefer windows 7 is that it does not spy on me as much as windows 10. However, I had a brilliant idea what if I could get the Linux code for the driver and convert it to make it compatible with windows 7. What can I do to convert a Linux driver to windows and is it possible? Where do I start?







drivers windows-7 touchpad






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 5 at 2:51









Junior CortenbachJunior Cortenbach

121




121




put on hold as off-topic by Charles Green, karel, guiverc, George Udosen, Florian Diesch Jan 5 at 7:52


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Charles Green, karel, guiverc, George Udosen, Florian Diesch

If this question can be reworded to fit the rules in the help center, please edit the question.




put on hold as off-topic by Charles Green, karel, guiverc, George Udosen, Florian Diesch Jan 5 at 7:52


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Charles Green, karel, guiverc, George Udosen, Florian Diesch

If this question can be reworded to fit the rules in the help center, please edit the question.








  • 1




    I think you would be a lot better off, looking for appropriate windows drivers
    – Charles Green
    Jan 5 at 2:58






  • 2




    I suppose you could put pontoons on a bicycle, but it's still not a floatplane, and it still won't fly. Your starting point would be the code for the Linux driver...but if you understood that code, and where to get it, and HOW to convert it, then you wouldn't need Visual Studio (nor school) at all. Linux drivers are NOT tweaked versions of Windows drivers. They are usually wholly different
    – user535733
    Jan 5 at 3:32
















  • 1




    I think you would be a lot better off, looking for appropriate windows drivers
    – Charles Green
    Jan 5 at 2:58






  • 2




    I suppose you could put pontoons on a bicycle, but it's still not a floatplane, and it still won't fly. Your starting point would be the code for the Linux driver...but if you understood that code, and where to get it, and HOW to convert it, then you wouldn't need Visual Studio (nor school) at all. Linux drivers are NOT tweaked versions of Windows drivers. They are usually wholly different
    – user535733
    Jan 5 at 3:32










1




1




I think you would be a lot better off, looking for appropriate windows drivers
– Charles Green
Jan 5 at 2:58




I think you would be a lot better off, looking for appropriate windows drivers
– Charles Green
Jan 5 at 2:58




2




2




I suppose you could put pontoons on a bicycle, but it's still not a floatplane, and it still won't fly. Your starting point would be the code for the Linux driver...but if you understood that code, and where to get it, and HOW to convert it, then you wouldn't need Visual Studio (nor school) at all. Linux drivers are NOT tweaked versions of Windows drivers. They are usually wholly different
– user535733
Jan 5 at 3:32






I suppose you could put pontoons on a bicycle, but it's still not a floatplane, and it still won't fly. Your starting point would be the code for the Linux driver...but if you understood that code, and where to get it, and HOW to convert it, then you wouldn't need Visual Studio (nor school) at all. Linux drivers are NOT tweaked versions of Windows drivers. They are usually wholly different
– user535733
Jan 5 at 3:32












0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局