Ciao a tutti!!!
su questa URL ho trovato la soluzione al mio problema relativo alla mancanza di suoni sul mio portatile Dell Latitude D505:
http://www.shahidhussain.com/wordpress/index.php?p=30
La soluzione è la seguente:
Open up your .lst file by typing this:
sudo nano /boot/grub/menu.lst
Then find this line:
kernel /boot/vmlinuz-2.6.8.1-3-386 root=/dev/hda4 ro quiet splash
And insert an option to force the IRQ:
kernel /boot/vmlinuz-2.6.8.1-3-386 acpi_irq_isa=7 root=/dev/hda4 ro quiet splash
Then reboot the machine to reload the kernel with the new option.
Papageno :lol:

