Jump to content
  • 0

ubuntu 12.10 32 bits


Josep Savira
 Share

You are about to reply to a thread that has been inactive for 4081 days.

Please take a moment to consider if this thread is worth bumping.

Question

hola

instale ubuntu 12.10.32 bits y ahora no hay manera de entrar en sl

que problema puedo tener?????

lo probe con el visor oficial y el Firestorm 

realmente no hace nada solo se queda como si no hiciese nada ,,,,,, seguro que hay que descargarse algo para que funcione ,, pero que es????

necesito ayuda

saludos

con las otras versiones de ubuntu si me funcionaba

 

tengo un portatil con esta grafica AMD M880G with ATI Mobility Radeon HD 4200 , y como dices en tu respuesta ,,, no estan los drivers de la tarjeta grafica,,,, este sera el problema ,,,,, pero como instalo estos drivers ?????? gracias

 

 

 

 

ya encontre una solucion, puede que no sea la mejor, pero me fuciona,

la pego aqui por si alguien le pasa lo mismo y le puede servir.

habre un terminal y pega esto despues de un buen rato de descargar cosas (230 megas ) y acabe lo cierras y listo

 

     sudo apt-get install ia32-libs
    cd to your SecondLife folder
    mkdir viewer-libs
    LD_LIBRARY_PATH=${PWD}/lib ldd bin/do-not-directly-run-secondlife-bin | grep "not found" | uniq | sort
    search http://packages.ubuntu.com/hardy/libs/ for each library (assuming you're using hardy)
        if a library is not there it's not a big deal, go to the next until you get as many libraries as you can.
        download the i386 (not AMD64) version of the .deb file from your nearest mirror
        dpkg -X package-you-just-downloaded_i386.deb viewer-libs/
        repeat until you have no more libs you can get.
    sudo cp -i -P -R viewer-libs/lib/* /lib32/
    sudo cp -i -P -R viewer-libs/usr/lib/* /usr/lib32/
    SL should launch now.

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

You are about to reply to a thread that has been inactive for 4081 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...