Hi,
Since the release of RC6, I’ve tried 32 bit and 64 bit versions, please look at it:
32bit:
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2017.11.18 17:23:38 =~=~=~=~=~=~=~=~=~=~=~=
login as: root
[email protected]'s password:
###########################################
# Lakka - The DIY retro emulation console #
# ...... visit http://www.lakka.tv ...... #
###########################################
Lakka (official): 2.1-rc6 (Generic.i386)
# lsmod
Module Size Used by
8021q 24576 0
gamecon 20480 0
snd_emu10k1 122880 1
snd_util_mem 16384 1 snd_emu10k1
snd_ac97_codec 94208 1 snd_emu10k1
ac97_bus 16384 1 snd_ac97_codec
snd_hwdep 16384 1 snd_emu10k1
snd_rawmidi 24576 1 snd_emu10k1
snd_pcm 65536 3 snd_emu10k1,snd_ac97_codec
parport_pc 32768 1
parport 36864 2 gamecon,parport_pc
asus_atk0110 20480 0
# exit
64bit:
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2017.11.17 23:52:20 =~=~=~=~=~=~=~=~=~=~=~=
login as: root
[email protected]’s password:
###########################################
# Lakka - The DIY retro emulation console #
# ...... visit http://www.lakka.tv ...... #
###########################################
Lakka (official): 2.1-rc6 (Generic.x86_64)
# lsmod
Module Size Used by
8021q 24576 0
snd_emu10k1 147456 1
snd_util_mem 16384 1 snd_emu10k1
snd_ac97_codec 110592 1 snd_emu10k1
ac97_bus 16384 1 snd_ac97_codec
snd_hwdep 16384 1 snd_emu10k1
snd_rawmidi 24576 1 snd_emu10k1
rng_core 16384 0
asus_atk0110 20480 0
overlay 49152 5
# modprobe map=gamecongamecon.map=0,7,0,0,0,0
modprobe: FATAL: Module gamecon.map=0,7,0,0,0,0 not found in directory /lib/modules/4.11.12-rt14
# lsmod
Module Size Used by
8021q 24576 0
snd_emu10k1 147456 1
snd_util_mem 16384 1 snd_emu10k1
snd_ac97_codec 110592 1 snd_emu10k1
ac97_bus 16384 1 snd_ac97_codec
snd_hwdep 16384 1 snd_emu10k1
snd_rawmidi 24576 1 snd_emu10k1
rng_core 16384 0
asus_atk0110 20480 0
overlay 49152 5
# modprobe gamecon map=0,7,0,0,0,0
modprobe: FATAL: Module gamecon not found in directory /lib/modules/4.11.12-rt14
# exit
32 bit version of GAMECON driver loading everything is normal, but the 64 version since RC1 until now RC6 has been unable to load. Can I add the driver module manually in the 64 bit version?