compilando o alsaconf [RESOLVIDO]

1. compilando o alsaconf [RESOLVIDO]

Allan Smith
Allan_Smith

(usa Big Linux)

Enviado em 26/07/2012 - 10:13h

olá galera, estou com um probleminha de som aqui no meu big linux...como por padrão o big linux que é baseado no unbuntu que pelo visto também não vem por padrão com o alsaconf instalado no sistema, não consigo resolver o problema de audio no meu pc...
OBS : já tentei reinstalar o alsa, e pacote que já vem instalado, alsa-utils...mesmo assim o alsaconf não aparece ai decidir compilar...mais deu um erro que não consiguir resolver...a saida é essa :

smith@smith-desktop:~/alsa-tools-1.0.12$ ./configure
bash: ./configure: Arquivo ou diretório não encontrado
smith@smith-desktop:~/alsa-tools-1.0.12$ cd /home/smith/alsa-tools-1.0.12/qlo10k1/
smith@smith-desktop:~/alsa-tools-1.0.12/qlo10k1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether byte ordering is bigendian... no
checking for X... no
checking QTDIR... configure: error: *** QTDIR must be defined, or --with-qtdir option given

alguém poderia me ajudar ???


  


2. MELHOR RESPOSTA

Perfil removido
removido

(usa Nenhuma)

Enviado em 27/07/2012 - 22:47h

O Big Linux é Debian-Derivado, então são pacotes .deb que ele trabalha.

No caso eu entendi que está sendo reclamada a falta do arquivo qglobal.h, mas será que ele foi instalado?

Então fui até o site do debian prá procurar qual o nome do pacote em que ele está:
http://www.debian.org/distrib/packages

Procurando no conteúdo dos pacotes:
http://www.debian.org/distrib/packages#search_contents

digitando o nome qglobal.h na caixa de pesquisa prá descobrir em qual pacote ele está:

Pesquisando em http://packages.debian.org/search?searchon=contents&keywords=qglobal.h&mode=path&suite=s...

foi retornado o nome destes pacotes:

File Packages
/usr/include/qt3/qglobal.h libqt3-headers
/usr/include/qt4/Qt/qglobal.h libqt4-dev
/usr/include/qt4/QtCore/qglobal.h libqt4-dev

Como você deve ter o KDE 4 aí, então deve ser o libqt4-dev. Ele foi instalado?

Eu uso isso prá procurar até coisa que não é Debian, tipo Slack, compilação do zero etc. :)))

********

Fora isso tem o caso do "configure".

No caso há a opção --with-qtdir, traduzindo significa "com qtdir".
O contrário seria "sem qtdir", certo?

A opção para "sem qtdir" deve ser a --without-qtdir, se ele seguir o padrão que os "configure" seguem.

Se Qt são bibliotecas gráficas, deve ser para interagir com alguma ferramenta de configuração do ambiente KDE, por exemplo. Por exemplo.

********

Bem, por enquanto é isto. Dê uma olhada e veja se resolve.

Se der problemas parecidos, a solução é pequisar onde está o arquivo ou configurar para não usá-lo.




3. Instalação Alsa

&D&N1L50N
edenilson3112

(usa Debian)

Enviado em 27/07/2012 - 06:19h

Você ja tentou executar "./configure --with-qtdir" como esta dizendo?


4. Re: compilando o alsaconf [RESOLVIDO]

Allan Smith
Allan_Smith

(usa Big Linux)

Enviado em 27/07/2012 - 22:11h

executei, resolveu um e apareceu outro problema...com a versão do qt...mais estou baixando alguns pacotes qts aqui pra ver se resolve...
veja a linha final onde aparece o erro...

checking QTFORCE32... no
checking Qt version... grep: yes/include/qglobal.h: No such file or directory
configure: error: *** Don't know how to handle this Qt major version

sei que é algum problema com a versão do QT....mais tem vãrios pacotes relacionados ao QT...não sei exatamente qual deles está se referindo ai na mensagem...mais vou instalar alguns aki pra ver...se puder me dar uma luz...


5. Re: compilando o alsaconf [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 27/07/2012 - 22:38h

se vc tem todos os pacotes do alsa instalados, alsaconf deve rodar.
tentou abri-lo como root, pq tem distros onde ele só abre como root.


6. Re: compilando o alsaconf [RESOLVIDO]

Allan Smith
Allan_Smith

(usa Big Linux)

Enviado em 28/07/2012 - 21:50h

ainda não obtive sucesso....acho que seria mais facil um repositorio onde contenha o alsa-tools, alsa-driver, alsa-utils, alsa-base...
pra eu poder instalar pelo apt-get.... mais teria que ser um repositorio onde juntamente com esses pacotes vinhece também o alsaconf que fica
dentro de alsa-utils se eu não me engano, so que com os repositorios meio estranhos do biglinux tem todos esses ai porém não contem o alsaconf...


7. Re: compilando o alsaconf [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 28/07/2012 - 21:57h

Você corrigiu as dependências?

Procurou pelos arquivos da Qt ou usou a opção para não serem solicitados?

Quais as últimas mensagens de erro?

Dê uma olhada na pesquisa de pacotes do Debian prá ver se não há um pacote pronto com o que você quer.


8. Re: compilando o alsaconf [RESOLVIDO]

Allan Smith
Allan_Smith

(usa Big Linux)

Enviado em 08/08/2012 - 23:11h

conseguir instalar o alsa e os pacotes necessarios pro audio....e também o kmix....mais agora não estou conseguindo carregar os módulos referente ao driver da placa : nvidia corporation MCP61 High Definition Audio (rev a2)....

segue a informação do modulo do kernel referente a placa :

snd-hda-intel ou snd_hda_intel...

já tentei carregar com os seguintes comandos :

modprobe snd-hda-intel
modprobe snd_hda_intel

e nem um dos dois funciona...aparece a seguinte mensagem de erro...

ERROR: could not insert 'snd': Unknown symbol in module, or unknown parameter (see dmesg)
libkmod: ERROR ../libkmod/libkmod-module.c:924 command_do: Error running install command for snd
ERROR: could not insert 'snd_hda_intel': Operation not permitted

saida do comando : dmesg

....

[ 3321.354420] snd: Unknown symbol unregister_sound_special (err 0)
[ 3321.354497] snd: Unknown symbol register_sound_special_device (err 0)
[ 3419.206783] snd: Unknown symbol unregister_sound_special (err 0)
[ 3419.206862] snd: Unknown symbol register_sound_special_device (err 0)
[ 3619.205447] snd: Unknown symbol unregister_sound_special (err 0)
[ 3619.205526] snd: Unknown symbol register_sound_special_device (err 0)

tinha mais informações antes dessas mais é muita coisa decidir não colocar, mais acho que o que se refere somente ao audio está nestas linhas ai....pode me ajudar ???


9. Re: compilando o alsaconf [RESOLVIDO]

Allan Smith
Allan_Smith

(usa Big Linux)

Enviado em 10/09/2012 - 22:24h

Valeu galeria por tentar me ajudar...mais acho que o problema está com os modulos que vinheram embutido no kernel da distribuição...tive esse mesmo problema com algumas versão de algumas distro aqui....mais nessa nova versão do biglinux 5...o problema já não aparece mais...obrigado a todos...






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts