[Resolvido] Ubuntu 8.10 demorando muito pra reiniciar/desligar

Iniciado por Thobarux, 29 de Novembro de 2008, 12:09

tópico anterior - próximo tópico

Thobarux

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!

Thobarux

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 :-)