1 0 Tag Archives: Solution

PS3/Playstation 3 “No Video” But Audio Issue Solution

Hey everyone,

Many of you might come to this thread looking for a no video PS3 solution and perhaps 80% of your issues/solutions are written in this blog post. However, this post is about a unique problem with the Playstation 3. It could happen for one reason or the other but here’s what happens in the end:

You can hear audio from your PS3, but no matter what you do, you can’t get video. You’ve tried all the tricks on the net but you never get video and you’re sure that your GPU is fine and hasn’t YLOD’ed.

Well, the solution is to get an HDMI-> DVI cable (Dual Link) and hook it up to a monitor that is completely HDCP compatible and can display 480p or 720p and 1080p. That is absolutely necessary and if a monitor is not fully HDCP compatible, this won’t work.

Once you hook it up, reset your PS3′s display settings, which I guess you know how to. Once you’re done with that, you should see you PS3 display on your monitor screen, Voila?

Why does this happen?:

Well, I dunno specifically why this happens but it happened to me because of a power surge while connecting my PS3 to the wall power socket. I heard a small blow and then there was no display.

What’s the logic? How come the PS3 shows display now?

Hmm, that’s a tricky one but I figured that the PS3 has an onboard chip which does all the video scaling called the Super Companion Chip or SCC. This chip is probably the reason why the display has gone bad and you don’t see a display. The PS3 can display quite a lot of different analog and digital video outputs and perhaps in one of these output modes (digital, I presume), the PS3 skips this chip and you get a display. It’s because of HDCP encryption or colorspace, I can’t say. But here’s a clue that supports my theory:

 

 

Image Courtesy: (http://www.edepot.com/playstation3.html#PS3_Video)

I have yet to figure out how to force the PS3 HDMI port to display in RGB mode without using an HDMI-DVI cable. If there were a way to check which mode the HDMI port display is in i.e. YCbCr or RGB, perhaps that could solve it.

For Audio, you can use the regular PS3 Composite cable and hook the audio out somewhere. You may also use the PS3 Optical Out to get audio.

Anyhow, if this post helped you, please let me know. I have spent a lot of time researching this and I would like to fix this in a better way.

Read full story »

Install Visual C++ 6 with SP5 on Vista

1. Firstly, you need to run the Visual Studio 6 setup using ‘Run as administrator’.
2. You can do that by right clicking on the setup file and select ‘Run as administrator’.
3. Ignore any errors Vista gives you while running the setup and ask it never to show you these errors again.
4. During the setup, do not select any options except VC and VB 6 as others have serious compatibility issues.
5. After the setup, restart your PC.
6. There will be another error when Windows starts, ignore it and continue.
7. Go your Service Pack 5 directory and look for a file named ‘sp598ent.stf’.
8. Open the file with a notepad and look for the following value.

13 Group 28 <OTHER NUMBERS>

9. Replace this value with the following value

13 Group 28 38 29 30 32 26 27 14 25 16 17 20 18 19 15 39 21 22 24 23 43

10. Make sure you only correct the numbers by looking at these values and don’t change the spaces.
11. Run the setup, ‘setupsp5.exe’ using ‘Run as Administrator’.
12. Once the setup is complete, you will need to restart the computer and you’re done.

Some people say that you need to have UAC (User Access/Account Control) turned on for this to work, but you don’t. Also, this solution was given by guideX on MSDN forums and the credit goes to him. Thanks.

Read full story »