Logitech g15 en ubuntu

e visto que existe esto para hacer que funcione en ubuntu

http://www.g15tools.com/Welcome.html


y estoy siguiendo este tutorial pero soy un n00b en esto, asi que no me entero de nada, alguien me lo explica para retrasaos? XD

este es el tuto que sigo

https://help.ubuntu.com/community/LogitechG15

echo mucho de menos mi lcd aqui... y si no lo hago ir me voy a volver pa windows rapido XD



Salu2! y gracias
sería m,uchísimo más fácil para todos si fueras haciendo a tu bola y nos comentaras cuando te atascases, que esperar a que alguien se rehaga todo el tutorial para ti.
¿Quieres un tutorial de un tutorial?

Postea dudas concretas e intenta resolver tus dudas por el foro, así además de ser de ayuda para tí le puede servir a más gente que se encuentre con tus mismos problemas. Esto no es un servicio técnico.

Si te quieres volver a Windows no creo que a nadie le afecte demasiado.

Saludos:).
Yog-Sothoth escribió:¿Quieres un tutorial de un tutorial?

XD XD XD
Yog-Sothoth escribió:Esto no es un servicio técnico.

Me voy a hacer una camiseta con esa frase para el día a dia, que esto ya empieza a parecer una broma ¬_¬

Respecto al tema del hilo, DjScream3, haz caso a lo que dicen los compis. Pon un poco de tu parte, deja a un lado el gandulismo o el miedo (llámalo como quieras) y sigue el tutorial. Cuando te atasques por aquí vas a encontrar toda la ayuda que necesites y más.

Suerte
Busca en thinkgeek, seguro que la encuentras (la camiseta digo) xDD.

Saludos:).
a ver, no soy el tipico que no pone interes, estuve ayer 2 horas intentando, y no hay manera, no se si porque ese tutorial es antiguo o porque no se hacerlo, estuve metiendo los commando en el terminal y no habia manera, probe con 3 o 4 tutoriales diferentes y nada... os explico donde me quedo pillado en este


https://help.ubuntu.com/community/LogitechG15


cuando meto esto

tar -xjvf <file>
cd <directory that it extracted into>
./configure
make
sudo make install



ya no se seguir, estuve probando escribiendo diferentes cosas en <file>,<directory that it extracted into> y nada, siempre me daba errores

os dejo el error que me da cuando escribo(creo que es asi... pero ni idea)

tar -xjvf INSTALL
cd Escritorio/g15daemon-1.9.5.3
./configure
make
sudo make install


salta esto en el terminal

djscream3@djscream3-desktop:~$ tar -xjvf INSTALL 
tar: INSTALL: No se puede open: No existe el fichero ó directorio 
tar: El error no es recuperable: salida ahora 
tar: Child returned status 2 
tar: Salida con error demorada desde errores anteriores 
djscream3@djscream3-desktop:~$ cd Escritorio/g15daemon-1.9.5.3 
djscream3@djscream3-desktop:~/Escritorio/g15daemon-1.9.5.3$ ./configure 
checking build system type... x86_64-unknown-linux-gnu 
checking host system type... x86_64-unknown-linux-gnu 
checking target system type... x86_64-unknown-linux-gnu 
checking for a BSD-compatible install... /usr/bin/install -c 
checking whether build environment is sane... yes 
checking for a thread-safe mkdir -p... /bin/mkdir -p 
checking for gawk... no 
checking for mawk... mawk 
checking whether make sets $(MAKE)... yes 
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 style of include used by make... GNU 
checking dependency style of gcc... gcc3 
checking for a sed that does not truncate output... /bin/sed 
checking for grep that handles long lines and -e... /bin/grep 
checking for egrep... /bin/grep -E 
checking for ld used by gcc... /usr/bin/ld 
checking if the linker (/usr/bin/ld) is GNU ld... yes 
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 recognize 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 for g++... g++ 
checking whether we are using the GNU C++ compiler... yes 
checking whether g++ accepts -g... yes 
checking dependency style of g++... gcc3 
checking how to run the C++ preprocessor... g++ -E 
checking for g77... no 
checking for xlf... no 
checking for f77... no 
checking for frt... no 
checking for pgf77... no 
checking for cf77... no 
checking for fort77... no 
checking for fl32... no 
checking for af77... no 
checking for xlf90... no 
checking for f90... no 
checking for pgf90... no 
checking for pghpf... no 
checking for epcf90... no 
checking for gfortran... no 
checking for g95... no 
checking for xlf95... no 
checking for f95... no 
checking for fort... no 
checking for ifort... no 
checking for ifc... no 
checking for efc... no 
checking for pgf95... no 
checking for lf95... no 
checking for ftn... 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... 98304 
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 -m elf_x86_64) 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 for shl_load... no 
checking for shl_load in -ldld... no 
checking for dlopen... no 
checking for dlopen in -ldl... yes 
checking whether a program can dlopen itself... yes 
checking whether a statically linked program can dlopen itself... no 
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 -m elf_x86_64 
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes 
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64) 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 for initLibG15 in -lg15... no 
configure: error: "libg15 (or its devel package) not found. please install it" 
djscream3@djscream3-desktop:~/Escritorio/g15daemon-1.9.5.3$ make 
make: *** No se especificó ningún objetivo y no se encontró ningún makefile.  Alto. 
djscream3@djscream3-desktop:~/Escritorio/g15daemon-1.9.5.3$ sudo make install 
make: *** No hay ninguna regla para construir el objetivo `install'.  Alto. 
djscream3@djscream3-desktop:~/Escritorio/g15daemon-1.9.5.3$   




Gracias por la ayuda
Llamadme lo que queráis por este comentario insulso pero la palabra "tutorial" no existe en castellano.
Te lo dice al final del configure, tienes que instalar peimero lib15. Si el configure no te lo hace bien, no tiene sentido que hagas despues make y make install, instala libg15, y cuando consigas hacer el ./configure sin problemas, podrás hacer make y make install.
amuchamu escribió:Llamadme lo que queráis por este comentario insulso pero la palabra "tutorial" no existe en castellano.

No, pero acabará existiendo. :) (siguiendo con el offtopic)
4s|m3tr|ko0 escribió:Te lo dice al final del configure, tienes que instalar peimero lib15. Si el configure no te lo hace bien, no tiene sentido que hagas despues make y make install, instala libg15, y cuando consigas hacer el ./configure sin problemas, podrás hacer make y make install.


ok, ya e conseguido que funcione, gracias por la ayuda :)
9 respuestas