libera/#devuan/ Wednesday, 2019-12-25

rrqfrabbit: you might need to teach alsa a bit about your ThinkPadEC sound card00:10
rrqdoes it come up in alsamixer? with F600:12
frabbitHDA Intel there00:12
frabbitand ThinPad Sonsole Audio Control (but that isnt need i think)00:13
frabbitits so weird... i have the same os setup as before on T61 where it worked...00:14
frabbit*ThinkPad Console00:15
rrqmmm looks fine to me too :(00:18
frabbit=o00:23
rrqI expected one more modprobe option though: snd_hda_intel: model=generic00:23
frabbitrrq: i dunno what this ment..00:23
rrqdo "lsmod| grep snd" to see installed modules named "snd"00:24
frabbithttps://paste.debian.net/plain/112261300:25
rrqI have linux 4.9 (still); yours is 5.4.6 .. so there might be differences00:27
rrqi have a file /etc/modprobe.d/alsa-base.conf with "options snd-hda-intel model=generic" in it00:28
rrqthat is used when the module snd-hda-intel is loaded, typically at boot00:28
rrqthe modules go together with the kernel so they may need different options for different kernel versions00:29
frabbit.. ok but i had this kernel on t61 too wtigh same alsa setup...00:30
frabbit*with00:30
rrqdo "grep snd-hda-intel /etc/modprobe.d/*" to see what you have, if anything, for that module00:30
rrqright00:31
frabbittheres nothing in that directory00:31
frabbit/etc/modprobe.d/ is completly emtpy00:32
rrqok. there is the "alsactl init" command which sometimes does good things00:32
frabbithttps://paste.debian.net/plain/112261400:33
frabbitstill no sound...00:37
rrqsorry. not enough white beard here :( maybe some next person has an idea...00:43
golinuxfrabbit: are you on VB?00:45
frabbitrrq: =) np thank u00:46
frabbitgolinux: VB?00:46
golinuxVirtual Box00:47
frabbitgolinux: no00:47
golinuxI could not get any sound out of 5.2.32 so filed a bug:https://www.virtualbox.org/ticket/1882000:48
golinuxrrq and I went around day with that.00:48
golinuxMy next thought would be that if you have pulseaudio installed it has muted everything.   It has been known to do that.00:50
frabbitgolinux: i have 5.4.6 and as i said before it worked already with same os same kernel version on t61 yesterday =(00:50
frabbittheres only libpulse000:51
frabbitapt list --installed *pulse*00:51
frabbiti wanna try restart again and if it then do not work (what i expect) try kernel 4.14.160-gnu01:03
frabbitbrb01:04
frabbitit doesnt work with different kernel too... =(01:16
frabbitif there was something broken in my soundhardware, would alsa reconize this?01:17
frabbitor any other program?01:21
frabbitok i tested now deinstalling alsa-utils and install it again, put my hdd in another librebooted t60 but nothing works... so it must be something inside the os...04:25
frabbiti will leave now irc but if anyone got another idea please post it here with my name, ill read the logs on website later. thx04:27
frabbit...20:43
frabbitthese hardwarebuttons on the laptop were set to mute... *facepalm*20:44
frabbiti never use them usually so i totally forgot they exist XD20:45
frabbitthe same system a librebooted t60, with the same installation works without any problem21:08
frabbitsomething resets these hardware volume buttons to mute again after each reboot or shutdown21:08
frabbitthe os configs are the same as on the other system, so they cannot be the problem...21:09
eyalrozHo ho ho22:10
eyalrozIf someone wants to hear about CUDA packaging issues for Christmas, I've got one... :-P22:11
tuxd3veyalroz, its about what?22:51
eyalrozNVCC/nvlink's library search path22:51
eyalrozhttps://stackoverflow.com/q/59481689/159307722:52
eyalroznvlink's default search path for (static/shared) libraries does not, apparently, include /usr/lib/x86_64-linux-gnu/ , where these libraries are placed in Devaun Beowulf22:53
eyalroz(it's the same in Debian I would guess)22:53
eyalroz@tuxd3v: I realize you might tell me to take it up with the package maintainer...22:54
tuxd3veyalroz, what are the paces it recognizes then?23:17
eyalroztuxd3v: I'm not quite sure. I typically use CMake, which gives it -L/paths/to/somewhere ; but I just stumbled on a case of that not working, which got me to this issue.23:18
eyalrozIf you install CUDA with run-file rather than a package, it's located in /usr/local/cuda with lib64/23:18
eyalrozand maybe it looks at certain environment variables, but I don't know which.23:19
tuxd3vbut its the installer Of Cuda toolkit that puts the shared and static libraries in '/usr/lib/x86_64-linux-gnu', it should have the responsibility of check for them there..23:21
tuxd3vif you add '/usr/lib/x86_64-linux-gnu'  to dynamic loader is should help with that..23:25
tuxd3vtheck this option:23:27
tuxd3vhttps://paste2.org/p3PkD5Vg23:27
tuxd3vits what I have..23:27
eyalroztuxd3v: No, it doesn't. I'm using Devuan-packaged CUDA. The installer puts everything _only_ under /usr/local/cuda23:54
eyalrozThere are some libraries in /usr/local/cuda-10.1/targets/x86_64-linux/lib , though23:56
eyalroz... but not as many23:58
eyalrozThis is weird :-(23:58
eyalrozAnyway, adding the .conf file under /etc/ld.so.conf.d doesn't change things.23:58

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!