› Foros › PlayStation 3 › Scene
elnorber escribió:Con la ultima versión de Arbestos, la 2.0 no consigo que cargue GNU/Linux. He copiado el img de debian en el disco duro de la ps3 /dev_hdd0, desistalo arbestos 1.5 e instalo la 2.0. Luego con el lv2patcher v9 elijo linux y lo primero que veo es una pantalla de fondo que pone instalar debian.
Le doy al enter (tengo un teclado y raton conectado a la ps3) y cuando va a iniciar se repite el mismo mensaje:
open joistick: No such device
Os pasa también a vosotros?
- It allows you to install unmodified Debian Squeeze.
- Permite instalar una Debian "Squeeze" no modificada.
- Full support to installation on External Hard Drive/Pen Drive. No PS3 disk installation for now.
- Soporte completo para la instalación en Disco Duro Externo / Pen USB. De momento no permite instalación en el disco duro de la PS3.
Rulete escribió:Hola gente, ando peleado con el asbestos 2.0, el caso es que se empieza a instalar pero falla la descarga del archivo preseed.cfg ya que la pagina de ps3linux sale dehabilitada, alguien conoce algun otro enlace para modificar el kboot. En cualquier caso antes continue la instalacion pero no sabia si tenia que instalar grub o no, o bien es inutil sin el preseed.cfg. Como habran podido observar no tengo grandes conocimientos en linux mas que los suficientes para una instalacion en pc, sea debian, ubuntu...nivel medio bajo, vamos.
Si alguien me hecha una mano, me pica la curiosidad ver como anda con la instalacioon y no desde la .img como antes.
Gracias de antemano!
Install Debian GNU/Linux=http://ftp.debian.org/debian/dists/squeeze/main/installer-powerpc/current/images/powerpc64/netboot/vmlinux initrd=http://ftp.debian.org/debian/dists/squeeze/main/installer-powerpc/current/images/powerpc64/netboot/initrd.gz x=1 video=ps3fb:mode:131 preseed/file=preseed.cfg auto=true interface=auto priority=critical
#### Contents of the preconfiguration file (for Debian Squeeze @ PS3)
#
# Copyright (C) kmeaw and kha0S
#
# This software is distributed under the terms of the GNU General Public
# License ("GPL") version 3, as published by the Free Software Foundation.
#
d-i debconf/priority string high
d-i preseed/early_command string wget http://ps3linux.ipq.co/mod/prepare.sh -O /tmp/prepare; sh /tmp/prepare
# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
d-i netcfg/dhcp_hostname string ps3
d-i netcfg/get_hostname string ps3
d-i netcfg/get_domain string lan
### Mirror settings
#d-i mirror/country string manual
### Let user to choose a mirror
d-i mirror/http/hostname string mirrors.kernel.org
d-i mirror/http/hostname seen false
#d-i mirror/http/directory string /debian
#d-i mirror/http/proxy string
# Suite to install.
#d-i mirror/suite string testing
# Suite to use for loading installer components (optional).
#d-i mirror/udeb/suite string testing
# Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true
# NTP server to use. The default is almost always fine here.
d-i clock-setup/ntp-server string pool.ntp.org
# The kernel image (meta) package to be installed; "none" can be used if no
# kernel is to be installed.
d-i base-installer/kernel/image string linux-image-2.6-powerpc64
# Skip creation of a root account (normal user account will be able to
# use sudo).
#d-i passwd/root-login boolean false
# Alternatively, to skip creation of a normal user account.
#d-i passwd/make-user boolean false
# Root password, in clear text
d-i passwd/root-password password ps3
d-i passwd/root-password-again password ps3
# Create a normal user account.
d-i passwd/user-fullname string PS3 Debian User
d-i passwd/username string ps3
# Normal user's password, in clear text
d-i passwd/user-password password ps3
d-i passwd/user-password-again password ps3
# Install non-free and contrib software.
d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true
# Skip the boot loader
d-i grub-installer/skip boolean true
d-i lilo-installer/skip boolean true
# Depending on what software you choose to install, or if things go wrong
# during the installation process, it's possible that other questions may
# be asked. You can preseed those too, of course. To get a list of every
# possible question that could be asked during an install, do an
# installation, and then run these commands:
# debconf-get-selections --installer > file
# debconf-get-selections >> file
# SSH server for d-i
d-i network-console/password password ps3
d-i network-console/password-again password ps3
d-i anna/choose_modules string network-console
r04drunner escribió:Yo lo he instalado con el fichero preseed.cfg copiado en el pen usb.
Para ello he formateado el pen en fat 32, le he copiado el archivo preseed.cfg dentro y he cambiado el fichero kboot.conf para que la linea sea:Install Debian GNU/Linux=http://ftp.debian.org/debian/dists/squeeze/main/installer-powerpc/current/images/powerpc64/netboot/vmlinux initrd=http://ftp.debian.org/debian/dists/squeeze/main/installer-powerpc/current/images/powerpc64/netboot/initrd.gz x=1 video=ps3fb:mode:131 preseed/file=preseed.cfg auto=true interface=auto priority=critical
El fichero preseed.cfg es un archivo de texto y su contenido es:#### Contents of the preconfiguration file (for Debian Squeeze @ PS3)
#
# Copyright (C) kmeaw and kha0S
#
# This software is distributed under the terms of the GNU General Public
# License ("GPL") version 3, as published by the Free Software Foundation.
#
d-i debconf/priority string high
d-i preseed/early_command string wget http://ps3linux.ipq.co/mod/prepare.sh -O /tmp/prepare; sh /tmp/prepare
# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
d-i netcfg/dhcp_hostname string ps3
d-i netcfg/get_hostname string ps3
d-i netcfg/get_domain string lan
### Mirror settings
#d-i mirror/country string manual
### Let user to choose a mirror
d-i mirror/http/hostname string mirrors.kernel.org
d-i mirror/http/hostname seen false
#d-i mirror/http/directory string /debian
#d-i mirror/http/proxy string
# Suite to install.
#d-i mirror/suite string testing
# Suite to use for loading installer components (optional).
#d-i mirror/udeb/suite string testing
# Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true
# NTP server to use. The default is almost always fine here.
d-i clock-setup/ntp-server string pool.ntp.org
# The kernel image (meta) package to be installed; "none" can be used if no
# kernel is to be installed.
d-i base-installer/kernel/image string linux-image-2.6-powerpc64
# Skip creation of a root account (normal user account will be able to
# use sudo).
#d-i passwd/root-login boolean false
# Alternatively, to skip creation of a normal user account.
#d-i passwd/make-user boolean false
# Root password, in clear text
d-i passwd/root-password password ps3
d-i passwd/root-password-again password ps3
# Create a normal user account.
d-i passwd/user-fullname string PS3 Debian User
d-i passwd/username string ps3
# Normal user's password, in clear text
d-i passwd/user-password password ps3
d-i passwd/user-password-again password ps3
# Install non-free and contrib software.
d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true
# Skip the boot loader
d-i grub-installer/skip boolean true
d-i lilo-installer/skip boolean true
# Depending on what software you choose to install, or if things go wrong
# during the installation process, it's possible that other questions may
# be asked. You can preseed those too, of course. To get a list of every
# possible question that could be asked during an install, do an
# installation, and then run these commands:
# debconf-get-selections --installer > file
# debconf-get-selections >> file
# SSH server for d-i
d-i network-console/password password ps3
d-i network-console/password-again password ps3
d-i anna/choose_modules string network-console
Podeis copiar y pegar dentro de un archivo de texto, guardarlo como preseed.cfg, copiarlo al pen usb y luego iniciar la instalación.
Un saludo
Install Debian GNU/Linux Temporary fix=http://ftp.debian.org/debian/dists/squeeze/main/installer-powerpc/current/images/powerpc64/netboot/vmlinux initrd=http://ftp.debian.org/debian/dists/squeeze/main/installer-powerpc/current/images/powerpc64/netboot/initrd.gz x=1 video=ps3fb:mode:131 preseed/url=http://193.136.216.216/mod/preseed.cfg auto=true interface=auto priority=critical
snock escribió:Una vez instalado el kboot lo borramos o se modifica ? instale y me sigue saliendo de instalar ....
erik_over escribió:Listo, he instalado la version 2.1. La instalacion me ha tardado muchas horas pero por fin lo consegui, tengo debian instalado en mi memoria de 8g, Reconoce el bluetooth la red cableada etc etc, solo un detalle: unicamente me detecta 108.2 MiB de Ram eso es normal??? no habiamos quedado que tenia 256???
erik_over escribió:Listo, he instalado la version 2.1. La instalacion me ha tardado muchas horas pero por fin lo consegui, tengo debian instalado en mi memoria de 8g, Reconoce el bluetooth la red cableada etc etc, solo un detalle: unicamente me detecta 108.2 MiB de Ram eso es normal??? no habiamos quedado que tenia 256???
PDNKED escribió:No consigo hacerlo funcionar, por más que lo intento no hay manera.
PS3 Slim 120gb (con disco de 320)
AsbestOs 2.01
Intento instalar y en la linea de comandos del arranque pone todo el rato "DHCP failed" (en esencia pone eso) y después Sending Discover y no pasa de ahi.
Alguien me aporta algo de luz¿?
Lisarde escribió:pregunta:
es mejor no poner swap verdad? ya que lo instala en el USB
snock escribió:PDNKED escribió:No consigo hacerlo funcionar, por más que lo intento no hay manera.
PS3 Slim 120gb (con disco de 320)
AsbestOs 2.01
Intento instalar y en la linea de comandos del arranque pone todo el rato "DHCP failed" (en esencia pone eso) y después Sending Discover y no pasa de ahi.
Alguien me aporta algo de luz¿?
supongo que con cable red no ? tienes configurado el router para dhcp ?Lisarde escribió:pregunta:
es mejor no poner swap verdad? ya que lo instala en el USB
Yo entre que el usb era de 4 gb xd , y que era para probar lo deje al instalador que creara el las particiones , me creo una particion swap de 100-150 mb .... He comprobado que hace uso de swap y no va mal el sistema . Si es mas de 4gb el pen dale swap, incluso vi uno que lo creaba luego en un archivo dentro.
snock escribió:PDNKED escribió:No consigo hacerlo funcionar, por más que lo intento no hay manera.
PS3 Slim 120gb (con disco de 320)
AsbestOs 2.01
Intento instalar y en la linea de comandos del arranque pone todo el rato "DHCP failed" (en esencia pone eso) y después Sending Discover y no pasa de ahi.
Alguien me aporta algo de luz¿?
supongo que con cable red no ? tienes configurado el router para dhcp ?
PDNKED escribió:Tengo DHCP en el router pero la ps3 la tengo con IP Fija. Y está conectada por cable de red.
Todo Cambia escribió:NEO117
yo tampoco tengo red cableada, Lo que he echo es compartir la conexión wireless del portátil con la play mediante cable cruzado.
Un poco coñazo, por que he tenido que levantar un servidor dhcp y demas...
Alguien sabe si es posible configurar la red en asbestos? (antes de instalar linux claro)
NEO117 escribió:Todo Cambia escribió:NEO117
yo tampoco tengo red cableada, Lo que he echo es compartir la conexión wireless del portátil con la play mediante cable cruzado.
Un poco coñazo, por que he tenido que levantar un servidor dhcp y demas...
Alguien sabe si es posible configurar la red en asbestos? (antes de instalar linux claro)
Serias tan amable de pasarme un mini-tuto por PM? Yo he intentado hacer lo mismo sin exito alguno... y te agradeceria la ayuda.
snock escribió:PDNKED escribió:Tengo DHCP en el router pero la ps3 la tengo con IP Fija. Y está conectada por cable de red.
Prueba a ponerlo en la ps3 tb , el instalador hace uso de dhcp . Tal vez el fallo venga por eso.
Install Debian GNU/Linux Temporary fix=http://ftp.debian.org/debian/dists/squeeze/main/installer-powerpc/current/images/powerpc64/netboot/vmlinux initrd=http://ftp.debian.org/debian/dists/squeeze/main/installer-powerpc/current/images/powerpc64/netboot/initrd.gz x=1 video=ps3fb:mode:131 preseed/url=http://193.136.216.216/mod/preseed.cfg auto=true interface=auto priority=critical
snock escribió:Revisa el kboot.conf ...( esta en /dev_hdd0/ )Install Debian GNU/Linux Temporary fix=http://ftp.debian.org/debian/dists/squeeze/main/installer-powerpc/current/images/powerpc64/netboot/vmlinux initrd=http://ftp.debian.org/debian/dists/squeeze/main/installer-powerpc/current/images/powerpc64/netboot/initrd.gz x=1 video=ps3fb:mode:131 preseed/url=http://193.136.216.216/mod/preseed.cfg auto=true interface=auto priority=critical
# # # # Contents of the preconfiguration file (for Debian Squeeze @ PS3)
#
# Copyright (C) and kha0S kmeaw
#
# This software is Distributed under the Terms of the GNU General Public
# License ("GPL") version 3, as published by the Free Software Foundation.
#
di debconf / priority string high
di preseed / early_command string wget http://ps3linux.ipq.co/mod/prepare.sh -O / tmp / prepare; sh / tmp / prepare
# Any hostname and domain names from dhcp take precedence Assigned over
# Values here in September. However, setting the values still Prevents the questions
# From Being Shown, Even if values come from dhcp.
di netcfg / DHCP_HOSTNAME string ps3
di netcfg / get_hostname string ps3
di netcfg / get_domain string lan
# # # Mirror settings
# Di mirror / country string manual
# # # Let user to choose a mirror
di mirror / http / hostname string mirrors.kernel.org
di mirror / http / hostname seen false
# Di mirror / http / directory string / debian
# Di mirror / http / proxy string
# Suite to install.
# Di mirror / suite string testing
# Suite to use for loading installer components (optional).
# Di mirror / udeb / suite string testing
# Controls whether to use NTP to Set the clock DURING the install
clock-setup/ntp boolean true di
# NTP server to use. Almost Always The default is fine here.
pool.ntp.org string di clock-setup/ntp-server
# The kernel image (meta) package installed to Be, "none" can be Used if no
To Be # kernel is installed.
base-installer/kernel/image string di linux-image-2.6-powerpc64
# Skip creation of a root account (normal user account Will Be Able to
# Use sudo).
# Di passwd / root-login boolean false
# Alternatively, to skip creation of a normal user account.
# Di passwd / make-user boolean false
# Root password, in clear text
di passwd / root-password password ps3
di passwd / root-password-again password ps3
# Create a normal user account.
di passwd / user-fullname string PS3 Debian User
di passwd / username string ps3
# Normal user's password, in clear text
di passwd / user-password password ps3
di passwd / user-password-again password ps3
# Install non-free and contrib software.
apt-setup/non-free boolean true di
apt-setup/contrib boolean true di
# Skip the boot loader
grub-installer/skip boolean true di
lilo-installer/skip boolean true di
# Depending on What you choose to install software, or if Things go wrong
# DURING the installation process, it's possible That Other questions May
# Be asked. Those Puede preseed too, of course. To get a list of Every
# Possible question That Could Be Asked DURING an install, do an
# Installation, and Then run These commands:
# Debconf-get-selections - installer> file
# Debconf-get-selections>> file
# SSH server for di
ps3 password di network-console/password
ps3 password di network-console/password-again
di anna / choose_modules string network-console
snock escribió:Una vez instalado el kboot lo borramos o se modifica ? instale y me sigue saliendo de instalar ....
Rulete escribió:snock escribió:Una vez instalado el kboot lo borramos o se modifica ? instale y me sigue saliendo de instalar ....
Ya somos 2, en el video tutorial no explica como se modifica el kboot para que salga la opcion de arrancar debian. Alguien me dice como, gracias.
Por cierto mira que es lento pa instalar, si tengo que volver a hacerlo me lo pensare bastante!
Rulete escribió:Rulete escribió:snock escribió:Una vez instalado el kboot lo borramos o se modifica ? instale y me sigue saliendo de instalar ....
Ya somos 2, en el video tutorial no explica como se modifica el kboot para que salga la opcion de arrancar debian. Alguien me dice como, gracias.
Por cierto mira que es lento pa instalar, si tengo que volver a hacerlo me lo pensare bastante!
Me respondo a mi mismo:
To be able to boot your debian installation, you need to check if a "kboot.conf" file is located at the / of your Debian partition.
It should be something like this:
root@ps3 # cat /kboot.conf
debian=/boot/vmlinux initrd=/boot/initrd.img vidmode=1 root=UUID=YOUR_PARTITION_UUID
To obtain your partition UUID, connect the disk to a linux machine, and use the " blkid -o udev /dev/device_and_partition_where_i_installed_debian".
Read more: http://www.ps3hax.net/2011/02/bootos-2- ... z1FCsXiJG5
Rulete escribió:Rulete escribió:snock escribió:Una vez instalado el kboot lo borramos o se modifica ? instale y me sigue saliendo de instalar ....
Ya somos 2, en el video tutorial no explica como se modifica el kboot para que salga la opcion de arrancar debian. Alguien me dice como, gracias.
Por cierto mira que es lento pa instalar, si tengo que volver a hacerlo me lo pensare bastante!
Me respondo a mi mismo:
To be able to boot your debian installation, you need to check if a "kboot.conf" file is located at the / of your Debian partition.
It should be something like this:
root@ps3 # cat /kboot.conf
debian=/boot/vmlinux initrd=/boot/initrd.img vidmode=1 root=UUID=YOUR_PARTITION_UUID
To obtain your partition UUID, connect the disk to a linux machine, and use the " blkid -o udev /dev/device_and_partition_where_i_installed_debian".
Read more: http://www.ps3hax.net/2011/02/bootos-2- ... z1FCsXiJG5
snock escribió:os va el sonido ?
Todo Cambia escribió:snock escribió:os va el sonido ?
Pues si, el sonido si va
Por lo menos en fat de 40 con 256 de flash. Yo pensaba que no, pero mira por donde si
Lo que no me va es la wireless no se me asocia por comandos. Con wicd no veo siquiera la red
El blueray si me va, el disco duro no es capaz de montarlo.
El bluetooth parece que si, pero no lo puedo comprobar.
Otra cosa que molesta bastante es que siempre apaga mal el sistema y hay que volverlo a pagar.
Creo que es por que no tendo derechos de escritura o drivers de la flash.
Al apagar el linux me dice que no puede escribir en dev/flash (o algo asi).
alguien sabe como meterle los drivers de disco duro y flash? please please!!!
voy a buscar a ver si encuentro algo...
Y bueno, un regalito para vagos
Navegando por cosas para ppc encontre un script para instalar MintPPC. Un linux Mint hecho por la comunidad, basado en lxde pero con todo lo que se podria pedir en cualquier distro. En principio para macs antiguos, pero sorpresa sorpresa a mi me ha rulado
Es un escript que instala un escritorio lxde sobre debian Squeeze con todo lo necesario. Osea que lo unico que hay que hacer es instalar el sistema base con asbestos 2.0 sin entorno grafico y luego pasar el script. Al final le mete unos paquetes de linux mint, para que quede mas chulo
El script se puede repasar para quitar alguna cosa innecesaria o incluso perjudicial, pero yo como estoy de pruebas lo he metido a cañon y me ha ido muy bien...
Eso si, la wireles no me va
La verdad es que levantar un escritorio desde cero en devian puede ser un poco toston, pero con el script como que mola, aparte de que esta hecho por la comunidad Mint que es muy activa y guay y todo eso...
Gracias a los creadores del script y a LinuxMint y su comunidad.
El link, con un pequeño tuto:
http://mintppc.org/content/installation-mintppc-92
El script en si:
http://mintppc.org/files/mintppc9/mint-installer
snock escribió:yo he instalado debian y luego openbox ... a lo ligerito , te va el audio ? yo tengo ese modelo ps3 fat 40 gb 256 mb de flash , alsamixer me detecta que hay una tarjeta pero que oiga yo el sonido es otro cantar . Iluminame si has tocado algo