Search results

  1. L

    Anybody get a USB wifi adapter to work?

    Btw. The closest thing I found is this https://github.com/sidd-kishan/PicoPiFi - using RNDIS should make it work on Windows 11 ARM64, but it will look like a wired adapter and selecting a wifi network will have to be done through an HTML page which uses a serial connection in the background.
  2. L

    Anybody get a USB wifi adapter to work?

    After spending an evening searching for a solution, I think there are 2 problems: 1) MacOS allegedly does not support USB Wireless Adapters (because of Apple). There are some solutions for Intel Macs, but those do not work on Apple Silicon. This could partially explain why the adapter showed up...
  3. L

    Anybody get a USB wifi adapter to work?

    ASUS USB-BE92 Nano is also not compatible - I was not even able to make it show up in Windows Device Manager, because MacOS was seeing it as DISK and Parallels were erroring out on "another application is using it". I also have ASUS USB-N53, but due to its age it's missing ARM64 drivers. Did...
  4. L

    Seeking USB wi-fi adapter that works inside Windows Arm

    I tried ASUS USB-BE92 Nano today, it does not work. MacOS is seeing it in Devices as "DISK", Parallels shows it also in USB Devices as "DISK", but when I select it to connect to my VM, it does nothing for a minute or so, then Parallels shows an error that "another application is using it". I...
  5. L

    openGL 4.5 Ansys

    You can try using this: https://github.com/jimm98y/AnsysDiscoveryD3DEnabler It forces Ansys Discovery to use Direct3D 11 instead of OpenGL 4.6 and it bypasses all the compatibility checks, making it run in Parallels.
  6. L

    H265 hardware accelerated video decoding on Windows

    The latest Chrome/Edge 136 now support H265 in WebRTC. However, this requires hardware decoder/encoder to make it work. M1/M4 MacBooks do have such encoder/decoder and it works fine on Mac OS. Unfortunately, it looks like the Windows 11 guest running in Parallels does not have access to the HW...
  7. L

    SSMS & SQL Server Express on Parallels (M1)

    Is it the same issue as here: [Help Request] SQL Server 2022 Developer · Issue #2 · jimm98y/MSSQLEXPRESS-M1-Install (github.com)? Could you please provide more info, especially the list of errors and the content of the Temp directory when it fails (in case temp was deleted, you can find it in...
  8. L

    SQL Server on Windows 11 - M1 MACS

    I've just updated the script to fix an issue with the admin account not being able to sign into SQL after the script changes last night. As for SQL Server Agent, I don't have a clue. I've never used it as all I ever needed was SQL Express which does not even come with the Agent. I've been able...
  9. L

    MS SQL on windows 11

    You can use a script to install SQL Express: https://github.com/jimm98y/MSSQLEXPRESS-M1-Install
  10. L

    SQL Server on Windows 11 - M1 MACS

    Thank you! Well, it should be enough to change the URL on line 4 to https://download.microsoft.com/download/c/c/9/cc9c6797-383c-4b24-8920-dc057c1de9d3/SQL2022-SSEI-Dev.exe and on line 12 replace "SSEI-Expr.exe" with "SSEI-Dev.exe", but I haven't tried it yet :)
  11. L

    SSMS & SQL Server Express on Parallels (M1)

    Try this: https://github.com/jimm98y/MSSQLEXPRESS-M1-Install This will install SQL Server Express and it will make it available to the apps that you create. However, if you are using the new Visual Studio for ARM64, then some of the SQL functionality built into the Visual Studio will not work...
  12. L

    SQL Server on Windows 11 - M1 MACS

    I think there are some crucial steps missing in the solutions described here. I've spent this weekend trying to make it work and I've been able to create a script that will install SQL Express on Windows 11 in the Parallels VM. I've verified it works by connecting from the MS SQL Management...
  13. L

    SQL Server Update to Install on Windows for Arm

    I've created a script that can install SQL Server Express 2019 and 2022 in Parallels on M1. You can download it here: https://github.com/jimm98y/MSSQLEXPRESS-M1-Install. Just run the bat file and wait until it completes. It turned out the problem is not in the SQL Server, but in their...
  14. L

    Installing MS Sqlserver 19 on Parallels desktop 17 and windows 11

    I've created a script that can install SQL Server Express 2019 and 2022 in Parallels on M1. You can download it here: https://github.com/jimm98y/MSSQLEXPRESS-M1-Install. Just run the bat file and wait until it completes.
Back
Top