 |
|
|
|
 |
Sorry, you must have Javascript enabled to view the PS3News.com Forums. Please visit www.PS3News.com, or enable Javascript.
function showelement(element) {
if (document.getElementById) {
document.getElementById(element).style.display = 'block';
}
else {
if (document.layers) {
document.element.display = 'block';
}
else {
document.all.element.style.display = 'block';
}
}
}
function hideelement(element) {
if (document.getElementById) {
document.getElementById(element).style.display = 'none';
}
else {
if (document.layers) {
document.element.display = 'none';
}
else {
document.all.element.style.display = 'none';
}
}
}
function redirecturl()
{
eval("window" + "." + "location" + "= 'http://www.ps3news.com/'");
}
var host = eval("locat"+"ion.ho"+"st.toUpperCase()");
hideelement('nojscript');
if((host=="WWW.PS3NEWS.COM")||(host=="PS3NEWS.COM")||(host=="ps3news.com")||(host=="74.52.36.42")||(host=="www.ps3news.com"))
{
showelement('hiddenbody');
}
else
{
setTimeout('redirecturl()', 1000)
showelement('noproxy');
hideelement('hiddenbody');
}
| Notices |
Hey, YOU browsing these forums. You know you're not Registered, right? Registering at PS3 News you can:
• Post questions for the resident Sony experts and exchange cheats, tips and secrets
• View LESS ADS while browsing this site (upon Registration mail confirmation)
• Access the PS3 News Chatbox to get help and mingle with the community in realtime!
• Submit News right to our main page, for all to see and discuss
• And have some FUN!
Registration is FAST, simple and absolutely FREE! Sign up quickly HERE right now! |
PS3 Linux News Use this section to talk about PS3 Linux topics!
 |
|

09-10-2007
|
 |
Newbie
|
|
Join Date: Sep 2007
Posts: 1
Rep Power: 2
|
|
|
HD material question
This will enable YDL to recognize NTFS external hard drives and therefore playback 4GB+ files using for example VLC or MPlayer? Did the BluRay movies run smoothly, without distorsions and how did you play them? VLC? MPlayer?
Thanks in advance
|

10-31-2007
|
 |
Registered User
|
|
Join Date: Jul 2007
Posts: 19
Rep Power: 2
|
|
|
just do a search for unrar in the software installer of ydl
Quote:
Originally Posted by hacked2123
Unfortunately you would have to buy Winrar for linux (I believe). I didn't pack it in rar, the file inside of it is the one you need, it's extension is .tar.gz, that can be extracted within linux.
|
to install unrar ability, just open in gnome as root, in applications menu choose add/remove software, wait till it retrieves software info, then click search type in unrar, it will find a unrar pkg that it can install...
|

10-31-2007
|
 |
Registered User
|
|
Join Date: Jul 2007
Posts: 19
Rep Power: 2
|
|
|
prob's reading & writing FAT32 after kernel update..
I installed the kernel update and it went alright, tho it takes forever to make the files.. Anyway, before reboot I dumped a bunch of files onto a fat32 hdd I have, when it came back in, I wanted to restart the video, but it doesn't like the file. I tried copy to internal hdd, no better.. I think this is not compatible with fat32 or something.. Anyone else had this issue?
SONY: RELEASE XviD compatible player for PS3 you money-grubbing fools!
|

01-11-2008
|
 |
Newbie
|
|
Join Date: Jan 2008
Posts: 1
Rep Power: 1
|
|
Hi,
I have a problem ! When I entered mkinitrd /boot/initrd_NTFS_UDF.img 2.6.16, I got this error message :
No module ehci-hcd found for kernel 2.6.16, aborting.
I don't know what I can do.
Thx
PS : my Linux is Fedora Core 8
Bye
|

04-04-2008
|
 |
Registered User
|
|
Join Date: Apr 2008
Posts: 5
Rep Power: 1
|
|
Quote:
Originally Posted by degolas
This will enable YDL to recognize NTFS external hard drives and therefore playback 4GB+ files using for example VLC or MPlayer? Did the BluRay movies run smoothly, without distorsions and how did you play them? VLC? MPlayer?
Thanks in advance
|
Is NTFS recommended over a FAT32 formatted system?
when i type cd linux at the start, it says the file or directory cannot be found, although when I extracted the kernel patch to root, the folder linux was created, im a bit stuck!
Quote:
Originally Posted by batts09
Is NTFS recommended over a FAT32 formatted system?
when i type cd linux at the start, it says the file or directory cannot be found, although when I extracted the kernel patch to root, the folder linux was created, im a bit stuck!
|
even if I do cd root followed by cd linux i can get into the directory to enable me to write the command lines, but make mrproper still doesnt work
Last edited by batts09; 04-05-2008 at 11:58 AM.
Reason: Automerged Doublepost
|

04-18-2008
|
 |
Newbie
|
|
Join Date: Apr 2008
Posts: 2
Rep Power: 1
|
|
|
Not Booting
I have a problem, I followed the guide and everything seemed to go well, even made sure of typos, but when at kboot it doesn't recognize the ydl_ntfs_udf command.
any help?
|

05-19-2008
|
 |
Registered User
|
|
Join Date: May 2008
Posts: 5
Rep Power: 1
|
|
|
I've just followed this through, everything went smoothly apart from my external NTFS doesn't mount! Bugger!
One thing i noticed was i went to format the external and it said "Error, The device '/dev/sdc1/ can not be formatted.
I noticed that in the kboot writing the last line, i had to write 'dev/sda1'
Would this be the reason i can't mount the HDD?
Steve
|

05-27-2008
|
 |
Registered User
|
|
Join Date: May 2008
Posts: 9
Rep Power: 1
|
|
|
I'm also getting the same mounting issues as my counterpart above, anyone know what's going on?
|

06-06-2008
|
 |
Newbie
|
|
Join Date: May 2008
Posts: 1
Rep Power: 1
|
|
|
sorry this might be simplist thing in the world but i cant complete the final steps because i cant find the kboot.conf file. i go into terminal cd / and i go to the etc folder and there is no kboot.conf, i tried whereis kboot.conf and i get nothing. when i reboot i get the kboot prompt and the type ls and ive got the kboot.conf file but i dont have an editor in the kboot prompt so i cant edit it.
im totally new to linux and sorry if this is the easiest thing in the world but i just cant find how to get to it. i can tell its just a level higher than i can look at when looged in as root, cause at the kboot prompt i have a folder called filesystems, which i assume im stuck in and cant get above. anyway some help would be great.
thanks
|

08-21-2008
|
 |
Member
|
|
Join Date: Feb 2007
Posts: 3
Rep Power: 2
|
|
|
hi,
i installed ubuntu 7.10 and compiled the kernel to 2.6.24 with udf2.5 support.
i can mount ps3 games disk but not movie disk so i uninstall ubuntu and install gentoo but no luck.
Q: how to mount the movie disk with gentoo??
thanks for any advice
|
| |