Dolphin, the GameCube and Wii emulator - Forums
Problems on Linux - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Problems on Linux (/Thread-problems-on-linux)



Problems on Linux - Pulse - 11-12-2016

Greetings,

I have downloaded Dolphin just yesterday, and i'm ready to begin playing with friends but I am running into some problems.

GameCube Adapter

The instructions in the forum say to copy and paste SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="0666" in a file called "51-gcadapter.rules" but in both of the locations, it was missing.
WIthout it, Dolphin can't recognize the GameCube Adapter.

[Image: 60rWGDT.png]

[Image: 8US9MCM.png]

5.0-321

I downloaded Dolphin through the Terminal and built it. I received 5.0 version but my friends have 5.0-321. Can I use 5.0 for Netplay to play with them? If not, then how to I obtain 5.0-321 for Linux?

Thanks for your time in responding.

Specs:

[color=#000000]Ubuntu 16.04.1
Processor/CPU:
Intel® Core™ i5-3210M CPU @ 2.50GHz × 4
Video Card/GPU:
Intel® Ivybridge
Memory/RAM:
3.7 GB
[/color]


RE: Problems on Linux - JosJuice - 11-12-2016

(11-12-2016, 07:27 AM)Pulse Wrote: Can I use 5.0 for Netplay to play with them?

No. When using netplay, all players need to have the same version.

(11-12-2016, 07:27 AM)Pulse Wrote: If not, then how to I obtain 5.0-321 for Linux?

Assuming that you've cloned Dolphin's git repository already, run this in the terminal: git checkout be9416c462b1b5f0074d8a3a2b35171f2a154693


RE: Problems on Linux - Pulse - 11-12-2016

(11-12-2016, 07:37 AM)JosJuice Wrote: No. When using netplay, all players need to have the same version.


Assuming that you've cloned Dolphin's git repository already, run this in the terminal: git checkout be9416c462b1b5f0074d8a3a2b35171f2a154693
[Image: vIczYiI.png]

I cd into the files for Dolphin 5.0 and ran the command. This is the outcome.


RE: Problems on Linux - JosJuice - 11-12-2016

Okay, that looks good. Try building Dolphin again now.