Autor Tópico: [Resolvido] Ubuntu 8.10 demorando muito pra reiniciar/desligar  (Lida 1304 vezes)

Offline Thobarux

  • Usuário Ubuntu
  • *
  • Mensagens: 12
    • Ver perfil
[Resolvido] Ubuntu 8.10 demorando muito pra reiniciar/desligar
« Online: 29 de Novembro de 2008, 12:09 »
Olá amigos, instalei o Ubuntu 8.10, e quando reinicio o sistema, ele pára em uma tela preta com um cursor piscando no canto superior esquerdo e fica assim por vários minutos

alguém poderia dizer algo que posso fazer pra resolver isso?



abraços e obrigado pela atenção!
« Última modificação: 29 de Novembro de 2008, 17:48 por Thobarux »

Offline Thobarux

  • Usuário Ubuntu
  • *
  • Mensagens: 12
    • Ver perfil
Re: Ubuntu 8.10 demorando muito pra reiniciar
« Resposta #1 Online: 29 de Novembro de 2008, 17:47 »
olá novamente! o meu pc com o novo Ubuntu 8.10 também demorava pra desligar, daí dei umas pesquisadas e encontrei a solução que funcionou aqui, mas esqueci o site que ela estava =P

segue a solução:


This is the solution:



"Open the file /etc/init.d/alsa-utils with the following command:



sudo gedit /etc/init.d/alsa-utils



The file opens in Gedit and around the line 353 you'll find the instruction "stop)". Below this instruction you should add these two instructions:



ifconfig wlan0 down

ifconfig eth0 down



So, the file should be this way:



stop)

ifconfig wlan0 down

ifconfig eth0 down

EXITSTATUS=0



After doing this, save the file, close it and restart or shutdown Ubuntu and verify if the problem continues."


até mais, abraço a todos :-)