Re: NO sound
Run:
This lists just the last 100 lines of the file.
Originally posted by mhh91
Code:
dmesg tail 100
dmesg tail 100
tail -n100 /var/log/dmesg
sudo modprobe soundcore sudo modprobe ac97_bus
lsmod | grep snd lsmod | grep ac97
Comment