AlienFxLite icon indicating copy to clipboard operation
AlienFxLite copied to clipboard

Alienware m17 issue

Open linux-devil opened this issue 4 years ago • 1 comments

while running alienfx lite this is printed on terminal : Device found: 187c:0550 But GUI says controller not found and programs shuts

linux-devil avatar Jul 10 '19 15:07 linux-devil

Got the same problem on Alienware M17 R5.

Console outpus was :

$ sudo /usr/local/bin/alienfx-lite
Device found: 187c:0550

Pop-up was : Capture d’écran de 2020-07-07 16-13-25

For reference, here are the build information:

$ cd ~/AlienFxLite

$ git describe
v1.2-7-gf649bc6

$ mkdir build && cd build

$ cmake .. && make
-- The CXX compiler identification is GNU 4.8.5
-- Check for working CXX compiler: /bin/c++
-- Check for working CXX compiler: /bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- The C compiler identification is GNU 4.8.5
-- Check for working C compiler: /bin/cc
-- Check for working C compiler: /bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found PkgConfig: /bin/pkg-config (found version "0.27.1") 
-- checking for module 'libusb-1.0'
--   found libusb-1.0, version 1.0.21
-- Found JNI: /usr/lib/jvm/jre/lib/amd64/libjawt.so  
-- Found Java: /bin/java (found version "1.8.0.252") 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/gom/AlienFX/AlienFxLite/build
Scanning dependencies of target Alien64
[ 25%] Building CXX object CMakeFiles/Alien64.dir/src/cpp/main.cpp.o
Linking CXX shared library lib/libAlien64.so
[ 25%] Built target Alien64
Scanning dependencies of target AlienFX
[ 50%] Building Java objects for AlienFX.jar
[ 75%] Generating CMakeFiles/AlienFX.dir/java_class_filelist
[100%] Creating Java archive AlienFX.jar
[100%] Built target AlienFX
Scanning dependencies of target Images_to_jar
[100%] Built target Images_to_jar
Scanning dependencies of target Lib_to_jar
[100%] Built target Lib_to_jar

$ sudo make install
[ 25%] Built target Alien64
[100%] Built target AlienFX
[100%] Built target Images_to_jar
[100%] Built target Lib_to_jar
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/share/alienfx-lite/AlienFX.jar
-- Up-to-date: /usr/local/bin/alienfx-lite

Aloike avatar Jul 07 '20 14:07 Aloike