29 | 07 | 2010
Linux
Impossibile riprodurre MP3 su Ubuntu 8.04 Hardy
Votazione Utente: / 1
ScarsoOttimo 
Informatica - Linux
Se improvvismente la vostra scheda audio non riesce più a riprodurre files musicali MP3 mentre i suoni di sistema si sentono, allora il problema potrebbe essere quello descritto qui.

Chiudete tutti i programmi, e da terminale digitate:

 pulseaudio -k


 
You need to login or register to post comments.
Discuti questa news nel forum. (0 posts)
Installare VMWare Server 1.0.6 su Ubuntu Hardy Heron 8.04
Informatica - Linux
Per installare VMWare Server 1.0.6 su Ubuntu Hardy Heron 8.04:

* Installare i pacchetti necessari:

 sudo aptitude install build-essential linux-kernel-devel linux-headers-generic xinetd

* Registrarsi sul sito per ricevere il numero di serie

* Scaricare il pacchetto di installazione e scompattarlo:
 cd /tmp
 wget -c http://download3.vmware.com/software/vmserver/VMware-server-1.0.6-91891.tar.gz
 tar xf VMware-server-1.0.6-*.tar.gz

* Installarlo seguendo i defaults:
 cd vmware-server-distrib
 sudo ./vmware-install.pl

Creare i link necessari per le librerie:
 sudo ln -sf /usr/lib/gcc/i486-linux-gnu/4.2.3/libgcc_s.so   /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1
 sudo ln -sf /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0

È ora possibile lanciare la console dal menù Applicazioni / Strumenti di Sistema / VMWare Server Console oppure da terminale con

 vmware

* Loggarsi con l'utente root e la password di root. Nel caso l'utente root sia disabilitato, da terminale impostare la password con:
 sudo passwd

Riferimenti

* Install VMware Server 1.0.6 on Ubuntu 8.04 “Hardy” : Ubuntu Tutorials : Dapper - Feisty - Gutsy - Hardy

 
You need to login or register to post comments.
Discuti questa news nel forum. (0 posts)
Avoid Ubuntu Hardy 8.10 Freeze when lid is closed on HP 6510b
Votazione Utente: / 1
ScarsoOttimo 
Informatica - Linux

After upgrading to Hardy, I noticed that the bug 157691 has not been fixed.

If you experience a crash when you close the lid cover of your HP 6510b business notebook, try this:

echo 1 | sudo tee /proc/acpi/video/C098/DOS > /dev/null

If this works, add the command

echo 1 > /proc/acpi/video/C098/DOS

to /etc/rc.local.

 
You need to login or register to post comments.
Discuti questa news nel forum. (0 posts)