Sandrosla
(usa Linux Mint)
Enviado em 09/04/2018 - 22:33h
Olá, meu nome é Sandro e sou iniciante no Linux. Estou utilizando o Linux Mint na versão 18.3 com o Kernel 4.15.0-13. Estava com uns problemas de som e rodei alguns comandos para configurar o Alsamixer. Agora toda vez que vou rodar um "apt upgrade" ou atualizar qualquer pacote o terminal me retorna a seguinte mensagem:
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Calculando atualização... Pronto
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
1 pacotes não totalmente instalados ou removidos.
Depois desta operação, 0 B adicionais de espaço em disco serão usados.
Configurando alsa-driver-linuxant (1.0.23.1) ...
Building modules for the 4.15.0-13-generic kernel, please wait... done.
ERROR: Build failed. Please review the build log at /tmp/alsa-driver-linuxant.14245.log
dpkg: erro ao processar o pacote alsa-driver-linuxant (--configure):
sub-processo script post-installation instalado retornou estado de saída de erro 1
Erros foram encontrados durante o processamento de:
alsa-driver-linuxant
E: Sub-process /usr/bin/dpkg returned an error code (1)
Então, seguindo a dica de alguns outros tópicos no fórum eu rodei o comando
sudo dpkg --configure -a e me retornou isso:
Configurando alsa-driver-linuxant (1.0.23.1) ...
Building modules for the 4.15.0-13-generic kernel, please wait... done.
ERROR: Build failed. Please review the build log at /tmp/alsa-driver-linuxant.14860.log
dpkg: erro ao processar o pacote alsa-driver-linuxant (--configure):
sub-processo script post-installation instalado retornou estado de saída de erro 1
Erros foram encontrados durante o processamento de:
alsa-driver-linuxant
Alguém sabe como resolver? Parece que esse Alsa Driver não está disponível para o Kener 4.15 (pelo que eu entendi). Teria como desinstalar ele e instalar novamente?
EDIT: segue o log da mensagem acima:
rm -f .depend *.o snd.map*
rm -f modules/*.o modules/*.ko
rm -f *~ out.txt *.orig *.rej .#* .gdb_history
rm -f doc/*~
rm -f config.cache config.log config.status Makefile.conf
rm -f utils/alsa-driver.spec
rm -f `find alsa-kernel -name "*~"`
rm -f `find alsa-kernel -name "*.orig"`
rm -f `find alsa-kernel -name "*.rej"`
rm -f `find alsa-kernel -name ".#*"`
rm -f `find alsa-kernel -name "out.txt"`
rm -f `find . -name "Module.markers"`
rm -f `find . -name "modules.order"`
rm -rf autom4te.cache
echo skipping rm -f alsa-kernel/include/version.h
skipping rm -f alsa-kernel/include/version.h
rm -fr .tmp_versions
rm -f Module.symvers
find include/sound -name "*.h" -type l | xargs rm -f
rm -fr include/generated
find . -name "*.in" -a ! -name "configure.in" | sed 's/.in$//g' | xargs rm -f
rm -fr builds
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /usr/lib/alsa-driver-linuxant
checking cross compile...
checking for directory with ALSA kernel sources... ../alsa-kmirror
checking for directory with kernel source... /lib/modules/4.15.0-13-generic/build
checking for directory with kernel build...
checking for kernel linux/version.h ... no
The file /lib/modules/4.15.0-13-generic/build/include/INCLUDE_VERSION_H does not exist.
Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/4.15.0-13-generic/build).