syphyr has quit [Quit: Leaving]
minimal has quit [Quit: Leaving]
riot_dd has joined #libreelec
riot_dd_ has quit [Ping timeout: 244 seconds]
pusher has joined #libreelec
keypusher has quit [Ping timeout: 248 seconds]
pusher is now known as keypusher
tsal_ has joined #libreelec
tsal has quit [Ping timeout: 248 seconds]
lxdr533 has quit [Remote host closed the connection]
lxdr533 has joined #libreelec
_whitelogger has joined #libreelec
_whitelogger has joined #libreelec
donofrio2 has joined #libreelec
donofrio has quit [Ping timeout: 272 seconds]
RoyK has joined #libreelec
RoyK has quit [Ping timeout: 260 seconds]
TomTom has joined #libreelec
r0bert has quit [Quit: 11:56:06 [cuddlyPlatypus] i get my kicks off interracial midget bondage, but that's just me]
r0bert has joined #libreelec
rdo` has quit [Server closed connection]
rdo` has joined #libreelec
rsalvaterra has quit []
rsalvaterra has joined #libreelec
Fenster has quit [Read error: Connection reset by peer]
Fenster has joined #libreelec
Nightah has joined #libreelec
RoyK has joined #libreelec
Fenster` has joined #libreelec
Fenster has quit [Ping timeout: 245 seconds]
RoyK has left #libreelec [#libreelec]
rsalvaterra has quit [Ping timeout: 245 seconds]
rsalvaterra has joined #libreelec
Strykar has quit [Quit: Leaving.]
Strykar has joined #libreelec
syphyr has joined #libreelec
Wonka has quit [Ping timeout: 260 seconds]
Wonka has joined #libreelec
Fenster` has quit [Read error: Connection reset by peer]
chewitt has quit [Quit: Zzz..]
minimal has joined #libreelec
Fenster` has joined #libreelec
TomTom has quit [Quit: Connection closed for inactivity]
lich000king has joined #libreelec
<
lich000king>
Hi all
<
lich000king>
Building le 12.0.2 for Pi4.
<
lich000king>
I would like to add the ALSA loopback module snd-aloop. So I need to add CONFIG_SND_LOOPBACK=m to the kernel config.
<
lich000king>
Where do I need to add it so it gets included?
Nightah has joined #libreelec
chewitt has joined #libreelec
<
lich000king>
chewitt, can you tell me where to add CONFIG_SND_LOOPBACK=m so the module gets built?
<
lebot>
<chewitt> projects/RPi/devices/RPi4/linux/linux.aarch64.conf
<
lebot>
<chewitt> then rebuild the image
<
lich000king>
do I need make clean?
<
lebot>
<chewitt> no, it will detect the change and only rebuild the kernel
<
lich000king>
Hm, I added it to this file and rebuilt, but the module wasn't there?
<
lebot>
<chewitt> Google doesn’t throw up any current results so I’m wondering if that’s the right module name
<
lich000king>
oops. is it CONFIG_SND_ALOOP ?
<
lich000king>
will try that then.
<
lich000king>
Thanks!
<
lich000king>
Another question, how can I enable ssh in the build (so I don't have to go through the GUI every time)?
<
chewitt>
projects/RPi/options .. append "ssh" to the existing EXTRA_CMDLINE variable
<
chewitt>
this forces the daemon on at boot
<
chewitt>
or just manually edit cmdline.txt to add it
<
lich000king>
awesome, thank you so much!