Page 12 of 28 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 278

Thread: PCSX2 0.9.3 Released for Linux!

  1. #111
    Join Date
    Sep 2007
    Beans
    1

    Re: PCSX2 0.9.3 Released for Linux!

    I used the first page to install PCSX2 but I was in root when I did it. Now I'm getting permission problems.

    Is there any way to reverse the process.

    (BTW, I am a Linux n00b but I think it's about time to learn)

  2. #112
    Join Date
    Jan 2007
    Beans
    180

    Re: PCSX2 0.9.3 Released for Linux!

    Quote Originally Posted by Egnoc View Post
    I used the first page to install PCSX2 but I was in root when I did it. Now I'm getting permission problems.

    Is there any way to reverse the process.

    (BTW, I am a Linux n00b but I think it's about time to learn)
    Go back to the root user account and change the permissions by hand to your other user.
    "I decided to be happy, it is excellent for one's health."

  3. #113
    Join Date
    Jul 2007
    Location
    Sunnyvale, CA
    Beans
    143
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: PCSX2 0.9.3 Released for Linux!

    I tried to compile, but i got the following error(s):

    Building SPU2 plugins...
    ------------------------
    ------------------
    Building PeopsSPU2
    ------------------
    gcc -fPIC -c -Wall -O3 -ffast-math -fomit-frame-pointer -DUSEALSA alsa.c
    alsa.c:40:28: error: alsa/asoundlib.h: No such file or directory
    alsa.c:59: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    alsa.c:60: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘buffer_size’
    alsa.c: In function ‘SetupSound’:
    alsa.c:68: error: ‘snd_pcm_hw_params_t’ undeclared (first use in this function)
    alsa.c:68: error: (Each undeclared identifier is reported only once
    alsa.c:68: error: for each function it appears in.)
    alsa.c:68: error: ‘hwparams’ undeclared (first use in this function)
    alsa.c:69: error: ‘snd_pcm_sw_params_t’ undeclared (first use in this function)
    alsa.c:69: error: ‘swparams’ undeclared (first use in this function)
    alsa.c:70: error: ‘snd_pcm_status_t’ undeclared (first use in this function)
    alsa.c:70: error: ‘status’ undeclared (first use in this function)
    alsa.c:82: error: ‘SND_PCM_FORMAT_S16_LE’ undeclared (first use in this function)
    alsa.c:86: warning: implicit declaration of function ‘snd_pcm_open’
    alsa.c:86: error: ‘handle’ undeclared (first use in this function)
    alsa.c:87: error: ‘SND_PCM_STREAM_PLAYBACK’ undeclared (first use in this function)
    alsa.c:87: error: ‘SND_PCM_NONBLOCK’ undeclared (first use in this function)
    alsa.c:89: warning: implicit declaration of function ‘snd_strerror’
    alsa.c:89: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:93: warning: implicit declaration of function ‘snd_pcm_nonblock’
    alsa.c:95: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:99: warning: implicit declaration of function ‘snd_pcm_hw_params_alloca’
    alsa.c:100: warning: implicit declaration of function ‘snd_pcm_sw_params_alloca’
    alsa.c:101: warning: implicit declaration of function ‘snd_pcm_hw_params_any’
    alsa.c:103: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:107: warning: implicit declaration of function ‘snd_pcm_hw_params_set_access’
    alsa.c:107: error: ‘SND_PCM_ACCESS_RW_INTERLEAVED’ undeclared (first use in this function)
    alsa.c:109: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:113: warning: implicit declaration of function ‘snd_pcm_hw_params_set_format’
    alsa.c:115: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:119: warning: implicit declaration of function ‘snd_pcm_hw_params_set_channels’
    alsa.c:121: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:125: warning: implicit declaration of function ‘snd_pcm_hw_params_set_rate_near’
    alsa.c:127: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:131: warning: implicit declaration of function ‘snd_pcm_hw_params_set_buffer_time_near’
    alsa.c:133: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:137: warning: implicit declaration of function ‘snd_pcm_hw_params_set_period_time_near’
    alsa.c:139: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:143: warning: implicit declaration of function ‘snd_pcm_hw_params’
    alsa.c:145: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:149: warning: implicit declaration of function ‘snd_pcm_status_alloca’
    alsa.c:150: warning: implicit declaration of function ‘snd_pcm_status’
    alsa.c:152: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
    alsa.c:156: error: ‘buffer_size’ undeclared (first use in this function)
    alsa.c:156: warning: implicit declaration of function ‘snd_pcm_status_get_avail’
    alsa.c: In function ‘RemoveSound’:
    alsa.c:165: error: ‘handle’ undeclared (first use in this function)
    alsa.c:167: warning: implicit declaration of function ‘snd_pcm_drop’
    alsa.c:168: warning: implicit declaration of function ‘snd_pcm_close’
    alsa.c: In function ‘SoundGetBytesBuffered’:
    alsa.c:181: error: ‘handle’ undeclared (first use in this function)
    alsa.c:183: warning: implicit declaration of function ‘snd_pcm_avail_update’
    alsa.c:185: error: ‘buffer_size’ undeclared (first use in this function)
    alsa.c: In function ‘SoundFeedVoiceData’:
    alsa.c:198: error: ‘handle’ undeclared (first use in this function)
    alsa.c:200: warning: implicit declaration of function ‘snd_pcm_state’
    alsa.c:200: error: ‘SND_PCM_STATE_XRUN’ undeclared (first use in this function)
    alsa.c:201: warning: implicit declaration of function ‘snd_pcm_prepare’
    alsa.c:202: warning: implicit declaration of function ‘snd_pcm_writei’

  4. #114
    Join Date
    Jun 2007
    Location
    North London; England
    Beans
    697

    Re: PCSX2 0.9.3 Released for Linux!

    where can i get the ps2 bios,i own 2 ps2s so i am legally allowed to get it right?

  5. #115
    Join Date
    Apr 2007
    Beans
    2,042

    Re: PCSX2 0.9.3 Released for Linux!

    no

  6. #116
    Join Date
    Aug 2007
    Beans
    19
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: PCSX2 0.9.3 Released for Linux!

    Quote Originally Posted by markp1989 View Post
    where can i get the ps2 bios,i own 2 ps2s so i am legally allowed to get it right?
    http://www.pcsx2.net/downloads.php?p=tool

    Relevant thread:

    http://forums.ngemu.com/pcsx2-offici...er-v2-0-a.html

    :Edit:

    This is the only legal way you can obtain a PS2 BIOS i.e. your own
    Last edited by Sparckus; September 15th, 2007 at 01:29 AM.

  7. #117
    Join Date
    Jun 2007
    Location
    North London; England
    Beans
    697

    Re: PCSX2 0.9.3 Released for Linux!

    Quote Originally Posted by Sparckus View Post
    http://www.pcsx2.net/downloads.php?p=tool

    Relevant thread:

    http://forums.ngemu.com/pcsx2-offici...er-v2-0-a.html

    :Edit:

    This is the only legal way you can obtain a PS2 BIOS i.e. your own
    so im meant to dump the bios on my ps2 to a file somehow, the top link you sent me wasto an iso, but my playstation is not chipped, so how do i boot copy disks?

    my play station two runs the play station 2 independent exploit, if thats any help?

  8. #118
    Join Date
    Aug 2007
    Beans
    19
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: PCSX2 0.9.3 Released for Linux!

    Quote Originally Posted by markp1989 View Post
    so im meant to dump the bios on my ps2 to a file somehow, the top link you sent me wasto an iso, but my playstation is not chipped, so how do i boot copy disks?

    my play station two runs the play station 2 independent exploit, if thats any help?
    The guide actually recommends that you PS2 isnt chipped, you need either a flash drive to dump the file. I'll burn it and test it later, i havent used this particular one yet myself.

  9. #119
    Join Date
    Apr 2006
    Beans
    27

    Re: PCSX2 0.9.3 Released for Linux!

    Following as much information as I could find thus far, I am still unable to compile this either from tarball release or from SVN, the binary doesnt work either.

    I am using an amd64 setup, I have tried on both feisty and gutsy, both svn and stable release, and am still unable to compile. When using the available binaries I get an error about not finding libCG at the beginning and that I Couldnt load the GS plugin., I have libCG installed, plus its sitting right with the program itself...


    Would anyone please take the time to make a Deb file?

    EDIT: as luck would have it, I managed to fix my problems on my own immediately after making this post ;p

    What I did: I install cg toolkit from synaptic (yeah I know I am retarded), then I just downloaded the binary tarball from pcsx2.net

    However, my problem in compiling still exists, but it no longer affects me.
    Last edited by pyrokenx; September 18th, 2007 at 02:43 AM.

  10. #120
    Join Date
    Feb 2007
    Location
    Canton, CT
    Beans
    69
    Distro
    Ubuntu

    Re: PCSX2 0.9.3 Released for Linux!

    Buttons I need you!

    I have a problem playing any and all games with PCSX2, even the bios loader crashes after just a couple of seconds. I started a thread here, and then I started digging deeper. It seems that the ZeroGS plugin which comes with PCSX2 doesn't work with cards that don't support pixel shading 2. My card supports 3 and 4, but not 2. Therefore I needed to switch to a different plugin. After downloading GSSoft 0.61 and putting the .so file into my plugins directory it would not show up in the list.

    I then proceeded to download the source for the plugin (it was actually still in my SVN download directory) and compile it, but when I run build.sh in the GS folder it doesn't build the GSSoft plugin, only the ZeroGS plugin. I tried to go into the GSSoft folder and run a make/make install but the make came up with errors.

    Any suggestions would be great!

Page 12 of 28 FirstFirst ... 2101112131422 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •