eu não tenho som no meu nb505 toshiba

1

** Oi eu estou atualmente executando Ubuntu (lubuntu) 18,04 LTS versão de 64 bits no meu netbook, está tudo bem, exceto que eu não posso instalar os drivers de áudio hd Realtek da web, quando eu tento compilar no "make step" aparece as últimas linhas são assim:

**

/home/danilo/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/init.c:1022:40: error: passing argument 2 of ‘remove_wait_queue’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  remove_wait_queue(&card->power_sleep, &wait);
                                        ^
In file included from ./include/linux/mmzone.h:10:0,
                 from ./include/linux/gfp.h:6,
                 from ./include/linux/umh.h:4,
                 from ./include/linux/kmod.h:22,
                 from ./include/linux/module.h:13,
                 from /home/danilo/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/include/adriver.h:50,
                 from /home/danilo/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/init.c:2:
./include/linux/wait.h:152:13: note: expected ‘struct wait_queue_entry *’ but argument is of type ‘int *’
 extern void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
             ^~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/home/danilo/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/init.o' failed
make[3]: *** [/home/danilo/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/init.o] Error 1
scripts/Makefile.build:606: recipe for target '/home/danilo/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore' failed
make[2]: *** [/home/danilo/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore] Error 2
Makefile:1552: recipe for target '_module_/home/danilo/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa' failed
make[1]: *** [_module_/home/danilo/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-20-generic'
Makefile:167: recipe for target 'compile' failed
make: *** [compile] Error 2

É claro que quando tento ir para a etapa de instalação, não posso fazer nada, alguém pode me dizer o que está errado aqui?

    
por Danilo Jose Jaimes Hidalgo 28.05.2018 / 00:12

0 respostas