• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 … 134 135 136 137 138 … 1204 Next »

Dolphin in Linux : Where do I place the GameCube BIOS (IPL)?
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode
Dolphin in Linux : Where do I place the GameCube BIOS (IPL)?
10-23-2011, 09:40 AM
#1
r2rX Offline
Junior Member
**
Posts: 45
Threads: 8
Joined: Nov 2010
Hey guys,

I've been running Dolphin in Linux, and i've managed to get everything (including LLE for GC and Wii) working except the GameCube BIOS...'cause I don't know where to place it.

With Dolphin, in Windows, you have the Sys and User folder. The LLE files, and the GC IPL, go into the Sys folder. However, with the Linux version of Dolphin, there is no Sys folder (that i've noticed).

What we do have is the equivalent of the User folder which is in /home/xxx/.dolphin-emu. When placing the LLE files in the Wii and GC folder, LLE works...but the IPL does not work.

So if someone could let me know where it goes, i'd appreciate it a bucket-load.

r2rX Smile
-Intel i7 930 @ 4Ghz
-MSI Big Bang X-Power
-12GB DDR3 Corsair Dominator GT
-PNY GTX 780
-Ubuntu 16.10 (x64)
Find
Reply
10-23-2011, 09:48 AM (This post was last modified: 10-23-2011, 09:53 AM by LPFaint99.)
#2
LPFaint99 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 531
Threads: 4
Joined: Mar 2009
one of these should be the appropriate path depending on the region of the ipl

/home/xxx/.dolphin-emu/GC/USA
/home/xxx/.dolphin-emu/GC/PAL
/home/xxx/.dolphin-emu/GC/JAP

EDIT:
on second thought that would be the user data dir...
i don't know offhand where the sys data dir is on linux
Find
Reply
10-23-2011, 10:42 AM
#3
r2rX Offline
Junior Member
**
Posts: 45
Threads: 8
Joined: Nov 2010
I already tried that...but it didn't work. Smile I don't know where the equivalent of the Sys folder is....

r2rX Smile
-Intel i7 930 @ 4Ghz
-MSI Big Bang X-Power
-12GB DDR3 Corsair Dominator GT
-PNY GTX 780
-Ubuntu 16.10 (x64)
Find
Reply
10-23-2011, 10:50 AM
#4
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,208
Threads: 50
Joined: Jun 2009
Tried /usr/share/dolphin-emu/GC/USA?
My blog
Me on Twitter
My wishlist on Amazon.de
Find
Reply
10-24-2011, 03:33 AM
#5
willianholtz Offline
Junior Member
**
Posts: 34
Threads: 6
Joined: Aug 2011
correct is: /home/xxx/.dolphin-emu/GC
Vostro 1520 CPU:Core 2 Duo P8600 2.4GHz 3MB|GPU:NVidia GeForce 9300M GS de 512MB|RAM:4GB| Arch-Linux KDE 4.9
Find
Reply
10-24-2011, 08:13 AM (This post was last modified: 10-24-2011, 08:14 AM by r2rX.)
#6
r2rX Offline
Junior Member
**
Posts: 45
Threads: 8
Joined: Nov 2010
Hey guys,

So far, no luck.

I've placed the .IPL file in /home/xxx/.dolphin-emu/GC/USA and also placed the .IPL file in home/xxx/.dolphin-emu/GC; didn't work.

Documentation indicates that the Sys material should go into /usr/share/dolphin-emu/. So, I placed the .IPL file in /usr/share/dolphin-emu/GC/USA and it still doesn't work....even changing the dolphin-emu folder permissions (in /usr/share) from root to my account didn't work.

So I have no idea how to get this working.

r2rX Smile
-Intel i7 930 @ 4Ghz
-MSI Big Bang X-Power
-12GB DDR3 Corsair Dominator GT
-PNY GTX 780
-Ubuntu 16.10 (x64)
Find
Reply
10-24-2011, 08:32 AM
#7
shuffle2 Offline
godisgovernment
*
Project Owner  Developers (Administrators)
Posts: 698
Threads: 17
Joined: Mar 2009
it needs to be the raw (ie undecrypted) version.
Find
Reply
10-24-2011, 09:33 AM
#8
LPFaint99 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 531
Threads: 4
Joined: Mar 2009
the file is named "IPL.bin" right?
Find
Reply
10-25-2011, 08:41 AM
#9
r2rX Offline
Junior Member
**
Posts: 45
Threads: 8
Joined: Nov 2010
Yes, the file is called IPL.bin. It's the same one that i've used with Dolphin, in Windows, and it works just fine......so I don't understand what i'm doing wrong here.

r2rX Smile
-Intel i7 930 @ 4Ghz
-MSI Big Bang X-Power
-12GB DDR3 Corsair Dominator GT
-PNY GTX 780
-Ubuntu 16.10 (x64)
Find
Reply
03-23-2020, 04:08 AM
#10
Mapachita
Unregistered
 
Apologies for the necromancy!
To help future googlers (like myself) who might find this thread trying to figure out the same thing:
On Linux (as of 2020-03-22, Dolphin 5.0) the BIOS/IPL files go in:
/home/[your login name]/.local/share/dolphin-emu/GC/[USA|JAP|EUR]/IPL.bin (yes, there's a "." in front of "local")
That is:
go to /home/[your login name]/.local/share/dolphin-emu/GC
(If you've run Dolphin before, it's the directory where your memory card (eg MemoryCardA.USA.raw) and SRAM files live)
create directories named USA, JAP, and/or EUR
inside each of those directories, put the corresponding IPL.bin file (filename is case-sensitive)
Then in Dolphin, set Options menu > Configure > GameCube tab > Skip BIOS to unchecked
Update: the above applies if you installed Dolphin using
$ sudo apt install dolphin-emu
which will give you 5.0
If you installed Dolphin using flatpak/Software manager (version e323f47 as of 2020-03-22), its paths are different:
/home/[your login name]/.var/app/org.DolphinEmu.dolphin-emu/data/dolphin-emu/GC
and then USA, EUR and/or JAP
Protip: If you already installed the apt version of Dolphin, then removed it, then installed the flatpak/Software Manager version, you can just point the new version to the old one's files:
$ ln -s /home/[your login name]/.local/share/dolphin-emu/ /home/[your login name]/.var/app/org.DolphinEmu.dolphin-emu/data/dolphin-emu
(Don't do this while Dolphin is running, or it might screw up your files.
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • View a Printable Version
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma