Installing pre-built x86-video-spu driver.

YDL running on the Sony Playstation 3

Moderator: billb

Re: Installing pre-built x86-video-spu driver.

Postby otakusupreme » 23 Jun 2010, 03:37

Code: Select all
[root@dhcppc4 drivers]# ldd /usr/lib/xorg/modules/drivers/spu_fbdev_drv.so
        linux-vdso32.so.1 =>  (0x00100000)
        libspu-medialib.so.0 => /usr/lib/libspu-medialib.so.0 (0x6ff58000)
        libspe2.so.2 => /usr/lib/libspe2.so.2 (0x6ff22000)
        librt.so.1 => /lib/librt.so.1 (0x6fef1000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x6feae000)
        libc.so.6 => /lib/libc.so.6 (0x6fd2a000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x6fcf5000)
        /lib/ld.so.1 (0x20000000)


I also ran this command to. got some help from mplayer's irc channel though they couldnt find anything wrong.

Code: Select all
[root@dhcppc4 drivers]# ldd /usr/lib/libspu-medialib.so.0
        linux-vdso32.so.1 =>  (0x00100000)
        libspe2.so.2 => /usr/lib/libspe2.so.2 (0x6ff4a000)
        libc.so.6 => /lib/libc.so.6 (0x6fdc6000)
        librt.so.1 => /lib/librt.so.1 (0x6fd95000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x6fd52000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x6fd1d000)
        /lib/ld.so.1 (0x20000000)


I hope this can help you.
otakusupreme
ydl addict
ydl addict
 
Posts: 115
Joined: 14 Mar 2010, 08:23

Re: Installing pre-built x86-video-spu driver.

Postby otakusupreme » 23 Jun 2010, 03:47

Code: Select all
[root@dhcppc4 drivers]# ldd /usr/lib/libspu-medialib.so.0
        linux-vdso32.so.1 =>  (0x00100000)
        libspe2.so.2 => /usr/lib/libspe2.so.2 (0x6ff4a000)
        libc.so.6 => /lib/libc.so.6 (0x6fdc6000)
        librt.so.1 => /lib/librt.so.1 (0x6fd95000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x6fd52000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x6fd1d000)
        /lib/ld.so.1 (0x20000000)


I actually went to mplayer's irc channel ad got some help with this. though no of them could find out whats wrong with it. they also told me to do this:

Code: Select all
[root@dhcppc4 drivers]# ldd /usr/lib/xorg/modules/drivers/spu_fbdev_drv.so
        linux-vdso32.so.1 =>  (0x00100000)
        libspu-medialib.so.0 => /usr/lib/libspu-medialib.so.0 (0x6ff58000)
        libspe2.so.2 => /usr/lib/libspe2.so.2 (0x6ff22000)
        librt.so.1 => /lib/librt.so.1 (0x6fef1000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x6feae000)
        libc.so.6 => /lib/libc.so.6 (0x6fd2a000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x6fcf5000)
        /lib/ld.so.1 (0x20000000)


hope this can help. also i wasnt sayin i wanted to use skype on this thing. i just want some live help from you on this rather thenplaying forum tag!
otakusupreme
ydl addict
ydl addict
 
Posts: 115
Joined: 14 Mar 2010, 08:23

Re: Installing pre-built x86-video-spu driver.

Postby alastor » 23 Jun 2010, 15:12

Ok, everything looks well with both xf86-video-spu and spu-medialib, i.e you have got them installed correctly. :) Both libraries have also got all needed dependencies ( well, I knew this from start, btw ), which is also a good thing.
otakusupreme wrote:I actually went to mplayer's irc channel ad got some help with this. though no of them could find out whats wrong with it. they also told me to do this:

Of course none of them would be able to find what is wrong with the driver. Mplayer is not responsible for external Xvideo drivers and even Xvideo itself. ( It is just one of the vo - video output drivers that they have. ) Xvideo is related to Xorg and they actually have a few line paragraph about ps3. However, xf86-video-spu hasn't been updated since 2007. And I believe the author is not interested in it now due to recent "updates" with ps3. ( Both software and hardware. ) So there is no point asking Mplayer or Xorg team. :wink:

I don't know for sure, but you have probably wrote "spufbdev" insteed of "spu_fbdev" in your xorg.conf. ( Your error back then stated that it couldn't load "spufbdev" module, which of course we don't have. ) I hope this is the case. You can make a backup copy of xorg.conf and edit it as I have posted in my first post. Remember that you change "fbdev" to "spu_fbdev".
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Re: Installing pre-built x86-video-spu driver.

Postby Unhealthy » 23 Jun 2010, 17:38

Hi guys, i have same problem with failing X.
I tried to rename spu_fbdev_drv.so to spufbdev_drv.so.
Changed in xorg.conf from fbdev to spufbdev and still crash of X with "Failed to load module "spufbdev"(Module does not exist, 0").
I do not know maybe kernel from bodega repos or smthing else?
Unhealthy
ydl newbie
ydl newbie
 
Posts: 8
Joined: 30 Dec 2009, 09:54

Re: Installing pre-built x86-video-spu driver.

Postby Jaybps3 » 23 Jun 2010, 18:15

Unhealthy...

If I understand this correctly, You need to rename the driver to spu_fbdev_drv.so and then change the xorg.conf file to reflect this, By using spu_fbdev for xorg and then it should find the driver!
60GB PS3 (CECHA01) upgraded HDD 160gb, 40" Sony Bravia, Ydl 6 and plenty of other goodies :)
http://www.youtube.com/user/jaybps3
Jaybps3
ydl guru
ydl guru
 
Posts: 462
Joined: 04 May 2008, 11:36

Re: Installing pre-built x86-video-spu driver.

Postby alastor » 23 Jun 2010, 18:31

Unhealthy wrote:Hi guys, i have same problem with failing X.
I tried to rename spu_fbdev_drv.so to spufbdev_drv.so.
Changed in xorg.conf from fbdev to spufbdev and still crash of X with "Failed to load module "spufbdev"(Module does not exist, 0").
I do not know maybe kernel from bodega repos or smthing else?

This is what I hate - when some things are updated dramatically. This is what happened with Xorg server. ( Even though the difference between YDL 6.0 and YDL 6.1 / YDL 6.2 is supposed to be small. )
And now I am actually sure of it. Remember xorg-x11-drv-joystick ? ( Or package that had similar name. ) Everything was fine with YDL 6.0 and the driver was working when using Sixaxis as mouse - no X crashes. ( I have tested it myself. Even more, I have used same sections of xorg.conf from Ubuntu 7.10 to map buttons/axis. This is btw a reason why I have choosed old version. ) And what about YDL 6.1 ? I was never been able to get it to work - X crashes. And I have went through a lot of trouble and tutorials. Only few people said that they were able to succeed, using methods other then editing xorg.conf. Yet there are a lot of posts that users failed to get it to work.
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Re: Installing pre-built x86-video-spu driver.

Postby alastor » 23 Jun 2010, 18:34

Jaybps3 wrote:Unhealthy...

If I understand this correctly, You need to rename the driver to spu_fbdev_drv.so and then change the xorg.conf file to reflect this, By using spu_fbdev for xorg and then it should find the driver!

Thanks, Jaybps3, this is what I wrote in the guide. :) I hope it will work.
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Re: Installing pre-built x86-video-spu driver.

Postby Unhealthy » 23 Jun 2010, 18:38

Jay

I have done this at first attempt, with same result (xorg.conf=spu_fbdev and spu_fbdev_drv.so)
I was just looking for possibility to fix this problem.
I am not so retarded as my english :D

Cheers
Unhealthy
ydl newbie
ydl newbie
 
Posts: 8
Joined: 30 Dec 2009, 09:54

Re: Installing pre-built x86-video-spu driver.

Postby alastor » 23 Jun 2010, 18:48

Unhealthy wrote:Jay

I have done this at first attempt, with same resul (xorg.conf=spu_fbdev and spu_fbdev_drv.so)
I was just looking for possibility to fix this problem.
I am not so retarded as my english :D

Cheers


I see. It seems like what happened with "getting Sixaxis to work as mouse" topics will happen with my tutorial. I have spent some time making it after all. :(
So, in the end, I guess, the only thing I can add to my post now:
"Works only on YDL 6.0 due to being compatible with its Xserver firmware." :cry:
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Re: Installing pre-built x86-video-spu driver.

Postby Unhealthy » 23 Jun 2010, 18:51

alastor wrote:
Unhealthy wrote:Jay

I have done this at first attempt, with same resul (xorg.conf=spu_fbdev and spu_fbdev_drv.so)
I was just looking for possibility to fix this problem.
I am not so retarded as my english :D

Cheers


I see. It seems like what happened with "getting Sixaxis to work as mouse" topics will happen with my tutorial. I have spent some time making it after all. :(
So, in the end, I guess, the only thing I can add to my post now:
"Works only on YDL 6.0 due to being compatible with its Xserver firmware." :cry:


How about to delete actual X and install version form ydl 6.0 dvd?
Unhealthy
ydl newbie
ydl newbie
 
Posts: 8
Joined: 30 Dec 2009, 09:54

Re: Installing pre-built x86-video-spu driver.

Postby alastor » 23 Jun 2010, 18:59

Unhealthy wrote:How about to delete actual X and install version form ydl 6.0 dvd?

Absolutely NO. :shock: You will break everything that depends on Xorg/X11. You don't want to crash your GUI/Xorg, do you ?
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Re: Installing pre-built x86-video-spu driver.

Postby Unhealthy » 23 Jun 2010, 19:01

I am just desperate, it will seriously destroy my gui?
Unhealthy
ydl newbie
ydl newbie
 
Posts: 8
Joined: 30 Dec 2009, 09:54

Re: Installing pre-built x86-video-spu driver.

Postby ppietro » 23 Jun 2010, 19:09

Unhealthy wrote:I am just desperate, it will seriously destroy my gui?


YES!

Cheers,
Paul
User avatar
ppietro
Site Admin
Site Admin
 
Posts: 4965
Joined: 13 Sep 2007, 22:18

Previous

Return to Playstation 3

Who is online

Users browsing this forum: No registered users and 71 guests

cron