Forum: Blackrhino - Help forum for the Blackrhino Linux distro for the PS2. No warez allowed!


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Like Tree1Likes

Thread: Compressed iso IMGs
  

Page 4 of 6 FirstFirst ... 2 3 4 5 6 LastLast
Results 31 to 40 of 60
  1. #31  
    Mega Man's Avatar
    Mega Man is offline Member
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    531
    Downloads
    0
    Uploads
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    5
    Likes Received
    35
    I am assuming that kloader2.6.elf shows the following in the version menu:
    PS2 Console type: SCPH-70006
    PS2 Region type: 0x4a 0x41
    PS2 ROM Version: 0200HC20040614
    Is this correct?

    Please look at the following video: PS2 Linux Live DVD v2 - YouTube
    Kernelloader 2.0 has no support for reading DVD-R in SBIOS, so I assume that you never seen 1:00 to 3:00 before.
    Please compare 0:55 with your output. What is the difference?


    Please try the following version: http://kernelloader.sourceforge.net/...nstable_v1.elf
    Does the error message at startup still appear?
    Go to the file menu and load the default config and then the config from the DVD.
    Then enter the kernel parameter:
    Code:
    ramdisk_size=16384 writedev=/dev/sda3 writetype=ext2 swapdevice=/dev/sda2 autostart=10
    Last edited by Mega Man; 04-06-2012 at 09:57 AM.
    luqman likes this.
    Reply With Quote  

  2. #32  
    luqman is offline Member
    Join Date
    Mar 2012
    Posts
    38
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    0
    There is no difference betwwen the outputs of the new kloader 2.7
    I tried your kloader 2.7 it worked flawlessly. It was the total opposite of "unstable" Still don't know why you kept its name so..
    "load the default config"
    What do you mean?
    also the area in the kloader to edit kernel pararameter needs a usb key board. I have a usb key board which only works when the dvd is running. Pls help.
    And the drive which has all the 3 partions cannot be opened with the kloader. pls fix the problem.
    EDIT: Could you make corrections to my configuration txt file? Thanks
    Attached Files
    Last edited by luqman; 04-06-2012 at 01:06 PM.
    Reply With Quote  

  3. #33  
    Mega Man's Avatar
    Mega Man is offline Member
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    531
    Downloads
    0
    Uploads
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    5
    Likes Received
    35
    I called it unstable, because it is no offical release and it is not fully tested.

    In the kernelloader is a menu entry called "File Menu". In the menu are to entries "Restore defaults" and "Load Config from DVD".

    The new kernelloader supports inserting of text without a keyboard, but with a game pad:
    The key is selected with R1 and L1. The triangle button inserts the key. Left and right moves the cursor left and right. The square button deletes a character and the circle button is for fast jumping in key selection. The start button jumps to the beginning and the select button to the end of the string.

    I attached a config.txt file that should work:
    config.txt
    You need to copy it to the kloader directory on the memory card (left slot 0) (i.e. replace). Then you can start kloader2.7. The file is configured to auto detect the video mode. This should select NTSC on your console.

    Kernelloader can only open FAT partitions, you will need to format it with:
    mkfs.vfat /dev/sda1

    EDIT:
    When you enter "fdisk -l" the partition type must bes as follows
    /dev/sda1 e Win95 FAT16 (LBA)
    /dev/sda2 82 Linux Swap
    /dev/sda3 83 Linux

    The partition were formated with:
    mkfs.vfat /dev/sda1
    mkswap /dev/sda2
    mkfs.ext2 /dev/sda3
    Reply With Quote  

  4. #34  
    luqman is offline Member
    Join Date
    Mar 2012
    Posts
    38
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    0
    Thanks to you every thing worked fine. But the command you gave for formating the first partition to fat didn't work. Pls give an alternate.
    Thank you.
    Reply With Quote  

  5. #35  
    Mega Man's Avatar
    Mega Man is offline Member
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    531
    Downloads
    0
    Uploads
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    5
    Likes Received
    35
    The command is not on the PS2 live dvd. You need to use a Linux for your PC or Windows to format it.
    Reply With Quote  

  6. #36  
    luqman is offline Member
    Join Date
    Mar 2012
    Posts
    38
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    0
    Quote Originally Posted by Mega Man View Post
    The command is not on the PS2 live dvd. You need to use a Linux for your PC or Windows to format it.
    I'm using windows 7. So is there any way to format it into fat16?
    Also is there any way to edit,delete,add files through live dvd to usb drive? (To make it re writable?)
    Reply With Quote  

  7. #37  
    Mega Man's Avatar
    Mega Man is offline Member
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    531
    Downloads
    0
    Uploads
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    5
    Likes Received
    35
    When you click on the device in Windows, it will ask and you can format it. I don't know which format it will use under Windows 7. Maybe it asks for the format. Under Windows you can't see which partition is formatted. It could format sda1, sda2 or sda3. If you only see one drive, it should be the correct one with the Windows partition type.
    You can mount it under PS2 Linux with the following commands in xterm:
    su
    mount /dev/sda1 /mnt/sda1

    Then you can copy your stuff to or from /mnt/sda1.

    When you start a web server under Windows, you can also copy files to the PS2 using the web browser.
    Reply With Quote  

  8. #38  
    luqman is offline Member
    Join Date
    Mar 2012
    Posts
    38
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    0
    Quote Originally Posted by Mega Man View Post
    You can mount it under PS2 Linux with the following commands in xterm:
    su
    mount /dev/sda1 /mnt/sda1

    Then you can copy your stuff to or from /mnt/sda1.

    When you start a web server under Windows, you can also copy files to the PS2 using the web browser.
    Thanks a lot. I was just downloading an avi from the dillo browser to play it with the sms player.
    Also, how do i make that permenant?
    EDIT: I tried the code still just writable. Sda1 is formatted to FAT32.
    Also the you tube doesn't seem to work that good. I tried it with the flv retriver still a after a series of messages, the window automatically closes itself. Pls guide me more on this matter. Also i tried formatting sda1 to FAT16 still the kernel loader couldn't browse files through it. I guess whatever drive has more than one primary partition, It doesnet work in kloader, myps2, Opl etc.
    Last edited by luqman; 04-07-2012 at 12:41 PM.
    Reply With Quote  

  9. #39  
    Mega Man's Avatar
    Mega Man is offline Member
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    531
    Downloads
    0
    Uploads
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    5
    Likes Received
    35
    You need to add the mount command to some script which is started late at boot time. For ease of this description I suggest the file /etc/rc5.d/S90setcrtmode (otherwise you need to have more knowlegde about Linux).
    There is the following line in /etc/rc5.d/S90setcrtmode:
    /usr/bin/setcrtmode -p > /etc/crtmode.default
    You need to add:
    mount /dev/sda1 /mnt/sda1
    after this line and before the line with ";;".

    The kernelloader should be able to handle a FAT partition, even if there are other partitions. There can be a problem that you need to disconnect the stick and reconnect it.

    Copy the file youtube.txt over /usr/local/bin/youtube (remove extension .txt).
    You need to make it executable:
    chmod +x /usr/local/bin/youtube

    You need to select the URL of the video with the mouse and then click in the fluxmenu on "Play Youtube". This will exeucte the script and download the video. This downloads 240x400, because this is the only resolution which is working for all videos and on the PS2.
    This also downloads an updated script to /home/adent/youtube-dl. If youtube changes something, it is not working and the script need to be updated again. You can delete youtube-dl, it will be updated the next time.
    Reply With Quote  

  10. #40  
    luqman is offline Member
    Join Date
    Mar 2012
    Posts
    38
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    0
    I edited the file with the command and saved it. Still the usb isn't mounted on startup.
    And /usr/local/bin/youtube is not re writable, so i can't transfer it there. Pls help.
    Reply With Quote  

Page 4 of 6 FirstFirst ... 2 3 4 5 6 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •