Facebook
From Diminutive Goose, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 95
  1. if [ -L /usr/include/sound ]; then \
  2.         rm -f /usr/include/sound; \
  3.         ln -sf /home/paulogiacomello/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/include/sound /usr/include/sound; \
  4. else \
  5.         rm -rf /usr/include/sound; \
  6.         install -d -m 755 -g root -o root /usr/include/sound; \
  7.         for f in include/sound/*.h; do \
  8.                 install -m 644 -g root -o root $f /usr/include/sound; \
  9.         done \
  10. fi
  11. find /lib/modules/5.13.0-7614-generic/kernel/sound -name 'snd*.*o' | xargs rm -f
  12. find /lib/modules/5.13.0-7614-generic/kernel/sound -name 'snd*.*o.gz' | xargs rm -f
  13. find /lib/modules/5.13.0-7614-generic/kernel/sound -name 'ac97_bus.*o' | xargs rm -f
  14. find /lib/modules/5.13.0-7614-generic/kernel/sound -name 'ac97_bus.*o.gz' | xargs rm -f
  15. make[1]: Entrando no diretório '/home/paulogiacomello/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/include'
  16. make[1]: Nada a ser feito para 'modules_install'.
  17. make[1]: Saindo do diretório '/home/paulogiacomello/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/include'
  18. make[1]: Entrando no diretório '/home/paulogiacomello/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore'
  19. mkdir -p /lib/modules/5.13.0-7614-generic/kernel/sound/acore
  20. cp snd-hrtimer.ko snd-hwdep.ko snd-page-alloc.ko snd-pcm.ko snd-rawmidi.ko snd-timer.ko snd.ko /lib/modules/5.13.0-7614-generic/kernel/sound/acore
  21. cp: não foi possível obter estado de 'snd-hrtimer.ko': Arquivo ou diretório inexistente
  22. cp: não foi possível obter estado de 'snd-hwdep.ko': Arquivo ou diretório inexistente
  23. cp: não foi possível obter estado de 'snd-page-alloc.ko': Arquivo ou diretório inexistente
  24. cp: não foi possível obter estado de 'snd-pcm.ko': Arquivo ou diretório inexistente
  25. cp: não foi possível obter estado de 'snd-rawmidi.ko': Arquivo ou diretório inexistente
  26. cp: não foi possível obter estado de 'snd-timer.ko': Arquivo ou diretório inexistente
  27. cp: não foi possível obter estado de 'snd.ko': Arquivo ou diretório inexistente
  28. make[1]: *** [/home/paulogiacomello/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/Rules.make:49: modules_install] Erro 1
  29. make[1]: Saindo do diretório '/home/paulogiacomello/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore'
  30. make: *** [Makefile:210: install-modules] Erro 1