Help with Ehci issues Mac USB 2.0

  • Thread starter Thread starter Deleted User
  • Start date Start date
  • Views Views 1,894
  • Replies Replies 15
D

Deleted User

Guest
Hey Guys does anyone how to Apply the Ehci Patch for USB 2.0 on Ubuntu

i am using my macbook pro early 2011 with VMwareFusion to run ubuntu and compile linux for the switch but i have this error.

if anyone knows how to patch or how to compile linux for the switch using mac please let me know
 
Hey Guys does anyone how to Apply the Ehci Patch for USB 2.0 on Ubuntu

i am using my macbook pro early 2011 with VMwareFusion to run ubuntu and compile linux for the switch but i have this error.

if anyone knows how to patch or how to compile linux for the switch using mac please let me know

I'll try not to judge you but your behavior is questionable. There is no reason to offend others even when they write ****.

Your description of the problem doesn't help either to analyse the problem. Please provide detailed error logs from the compiler.
I don't think the macbook is the problem since you are using a virtualmachine to compile linux. Your problem most likely lies in missing dependencies and/or wrong versions of them. Installing the newest versions of dependecies from ubuntu repo is most likely to be doomed. The more correct way would be to look up which version you need of the dependencies and unzip/compile them in a folder (not globally in your distro) and configure the paths so your compiler is using the libraries from the folder instead from the distro.
Crosscompiling linux is no trivial task and can take days to accomplish.
Try to get a ready-to-use-package if this becomes too difficult. Good luck.
 
Last edited by GothicIII,
What year MBP? Specific model would help even more.

But to be honest, you might be better off using BootCamp to boot into Windows and run a VM that way. Macs don't handle EHCI very well, being that they're ACPI compliant and not EHCI. Therefore, your VM is also AHCI compliant and not EHCI.
 
  • Like
Reactions: Deleted User
What year MBP? Specific model would help even more.

But to be honest, you might be better off using BootCamp to boot into Windows and run a VM that way. Macs don't handle EHCI very well, being that they're ACPI compliant and not EHCI. Therefore, your VM is also AHCI compliant and not EHCI.

i just wrote at the first topic macbook pro early 2011
 
Core i5 2,8 Ghz Intel HD 3000
Hope you have Windows installed via BootCamp. It is EHCI compatible in Windows.

Edit: Highest version of Windows your computer supports is Windows 8.1. I do NOT recommend it on that machine. It will run like crap. Go with 7. The Intel HD 3000 is NOT supported in Windows 10.
 
Last edited by ,
  • Like
Reactions: Deleted User
You follow the exact same instructions for Linux. Install the GNU toolchain with Homebrew and you're good to go. You can use a GParted Live USB to partition your USB drive properly.

thats the thing bro i did install the gnu toolchain from brew , but i am getting some strange errors idk if its an path issue or not
 
arm-linux-gnueabi-gcc -march=armv4t -mthumb -Wall -Werror -Os -MMD -ffreestanding -fno-common -fomit-frame-pointer -nostdlib -fno-builtin-printf -fno-asynchronous-unwind-tables -fPIE -fno-builtin -fno-exceptions -Wl,--no-dynamic-linker,--build-id=none,-T,romhax.ld -std=gnu11 -c -o obj/cbfs.o cbfs.c

make: arm-linux-gnueabi-gcc: No such file or directory

make: *** [obj/cbfs.o] Error 1


now here is the thing arm-linux-gnueabi-gcc for mac where ? aarch64 library i have installed
 

Site & Scene News

Popular threads in this forum