libera/#devuan/ Saturday, 2019-11-16

james1138Sorry for the delay. Looks like just some library files related to Pango. Looks like (to me) not worth bothering with.00:34
tuxd3vhello guys,03:35
tuxd3vDoes any one knows if is there any problem with the repos?03:35
gnarfacethere wasn't a moment ago...03:40
tuxd3vmaybe a problem on my side03:40
tuxd3vI was trying to crossdebootstrap to get armhf rootfs03:41
tuxd3vbut maybe a problem on my side.. since  for aarch64 is working03:41
gnarfaceworking for armel here for me too03:42
tuxd3vthanks a lot for the confirmation..03:42
tuxd3vdefenitly on my side..03:42
gnarfacei had also just checked amd64 and aarch64 moments earlier03:42
tuxd3v :)03:42
tuxd3vyeah, aarch64 is also working I checked it..03:43
tuxd3vI simply cannot crossdebootstrap for 'arm'03:43
tuxd3vI tried with 'aarch64' and it goes03:43
onefangThe mirror checker script run from about 20 minutes ago says no new problems.03:43
tuxd3vonefang, thanks a lot for your report.03:44
tuxd3vI need to debug a bit :)03:44
tuxd3vgnarface, I remember you having the same problem some days ago..03:50
tuxd3vWhas it the url used?03:51
tuxd3vdoes we have to change it03:51
tuxd3vI was trying to have a build for armhf ascii03:51
onefangWhat URL are you using for the package repo?03:52
tuxd3v for aarch64 I have been using: https://pkgmaster.devuan.org/merged03:53
tuxd3vI tried the same for armhf03:54
tuxd3vvariant 'minbase' arch 'arm'03:54
onefangpkgmaster is the master repo that all the others sync from.03:55
tuxd3vyup, UP and Running!!04:01
tuxd3v:)04:01
tuxd3vA problem on my side hehe04:01
tuxd3vThanks a lot guys for your feedback! :)04:01
onefangYou're welcome.04:02
tuxd3vthanks :)04:03
slphilhi, I have an armhf machine (chromebook Snow) that's working fine, but the sound just comes out as a high pitched screech. I've looked around but I can't figure out how to fix this. Any suggestions?04:54
slphilrunning devuan beowulf04:55
tuxd3vwhat this tells you: 'cat /var/lib/alsa/asound.state' ?05:01
tuxd3vand you using alsa, I presume05:01
slphilgives long output, should I dpaste it and put it here?05:03
slphilhttp://paste.debian.net/1116497/05:04
tuxd3vput in a service to share content, like: https://paste2.org05:05
tuxd3vok05:05
slphilI've disabled everything and isolated what gives the whining sound: Left Headphone Mixer Left DAC1 (and its counterpart) -- so it appears to be any sound.05:06
slphilThis model is known for blown speakers, so I just have speakers disabled entirely.05:06
tuxd3veven without playing music it gives you always that noise?05:08
slphilonly when sound is supposed to be playing. if there's no source of sound, it's silent.05:09
slphilthe sound in question is the freeciv music, but it's the case with any sound.05:09
tuxd3vso only when you play music, or so.. ?05:09
slphilif no source of sound, no screech.05:09
tuxd3vso you already played with: 'speaker-test -c 2', and isolated the problem..05:14
tuxd3v?05:15
slphilwhat am I to learn from that? the sound from speaker-test is a different pitch but still a flat screech05:22
tuxd3vmaybe you are using a different driver?05:23
tuxd3vor the speaker is broken05:23
tuxd3vor even the circuitry is not noise imune :(05:23
slphilsine and pink both sound the same as well05:24
tuxd3vit plays nice under other OS ?05:24
slphilit hasn't run another OS in a long time, would be a pain to get it running ChromeOS again (stopped support for this old laptop many years ago)05:24
slphilit's been in a box for a few years, don't know if sound worked under Arch-ARM previously05:24
tuxd3vtry to get some info about the sound hardware..05:26
tuxd3vaplay -L | grep :CARD05:26
slphilhttp://paste.debian.net/1116498/05:27
slphilI'm running kernel 4.18.13 which was current mainline back when I compiled the kernel for the device. since it uses a weird partitioning scheme (kernel flashed to a partition), I'm not sure how to upgrade the kernel easily, really do not want to compile new kernel from this underpowered laptop05:28
slphilhttps://archlinuxarm.org/platforms/armv7/samsung/samsung-chromebook partitioning info can be found in installation process here (I did compile a kernel manually back when I installed Devuan last year)05:30
tuxd3vhttps://github.com/hardkernel/linux/commit/6d6ab35f43cb0717120b93d20483da662a1e3ce605:30
tuxd3vand this:05:33
tuxd3vhttps://github.com/torvalds/linux/commit/9dd90c5db0401061009183e6407feff3724ebc8b05:33
tuxd3vI don know if you are using the correct driver..05:33
slphilhow do I find out? I used the snow dts when compiling the kernel and followed the instructions I found online, but otherwise I haven't looked at what modules I'm running05:35
tuxd3vdo a 'lsmod' as root05:35
slphilit does detect when the headphone jack is in use05:35
tuxd3vmaybe you are using already that commit..05:36
tuxd3vin the linus tree05:36
slphilhttp://paste.debian.net/1116499/05:36
slphilI compiled mainline 4.18.13 back in Oct 2018, so I assume I've got that05:36
tuxd3vdo a 'modprobe max98095', and only then play the test sound: 'speaker-test -c 2'05:41
slphilmodprobe: FATAL: Module max98095 not found in directory /lib/modules/4.18.1305:43
slphilweird05:43
slphilunrelated, but tried to upgrade kernel with apt, mali-midgard seems to break: http://paste.debian.net/1116500/05:43
tuxd3vand 'modprobe snd-soc-max98095'05:46
tuxd3vor 'modinfo snd-soc-max98095'05:47
tuxd3vif not for a search like 'find  /lib/modules/4.18.13 -name \*max98\*'05:48
slphilno results05:50
slphillooks like I don't have that module for whatever reason05:50
tuxd3vor you have built it in05:50
tuxd3vthe kernel :)05:50
tuxd3vone of the 2 possibilities05:51
tuxd3vdo a:05:53
tuxd3vzcat /proc/config.gz |grep -i " max98"05:53
tuxd3vand find if it was added to the .config file when you compiled the kernel :)05:53
slphilthere's no /proc/config.gz05:54
tuxd3vhehehe05:55
tuxd3vyou have the kernel config file that you used?05:55
tuxd3vone should never get rid of the config file, or have it built-in the kernel ;)05:57
slphillooks like I'll need to compile a new kernel, I can't even find the page I used06:06
slphilconfig file was on a laptop that I have since wiped and sold :(06:06
slphilfor now I'll just give up on sound, will come back to it later, in the meantime will work on getting devuan (Maemo Leste) running on my N90006:07
tuxd3vA lot of support have been hapening on ARM front, it could be that your sound problem could be solved per se with a new build..06:08
tuxd3vthe N900 nice peice of hardware :)06:08
slphilyes, but quite ancient06:09
slphilonly half-decent browser that runs is netsurf06:10
slphilI'm currently running pmOS on it06:10
EHeMMight be possible to run Devuan on a Cosmo.06:23
EHeMThere appears to be another _security_ package with difficulties.  Ghostscript got a security update and so far the only update which has shown up is libgs9-common, meaning there is no way to be up to date security-wise right now.06:26
agriswow, the gtk3 Thunar in Beowulf is pretty jarring11:37
agrisgoing from the consistent gtk2 and then gtk311:38
agrisI'm trying to download the sources to zfs-dkms from ceres on Beowulf11:47
agrisI've added the ceres deb-src repo and set it to main and contrib11:47
agrisE: The value 'ceres' is invalid for APT::Default-Release as such a release is not available in the sources11:48
agrisshould I be grabbing this package? https://pkginfo.devuan.org/stage/ceres/ceres/zfs-dkms_0.8.2-3.html11:50
rrqpossibly the actual name is "unstable" ... under the hood, ceres is a link to unstable12:18
rrqand zfs-dkms_0.8.2-3 is from sid (contrib)12:26
rrq.. or http://deb.devuan.org/merged unstable/contrib12:27
agrisrrq, so put unstable in my apt sources? that doesn't work either12:29
rrqI have: deb-src http://deb.devuan.org/merged unstable main contrib non-free12:30
rrqand got that version downloaded: apt-get source zfs-dkms=0.8.2-312:30
agrislet me try adding nonfree12:30
rrq(well got something downloaded:)12:30
agrisrrq, what command did you use?12:31
rrqapt-get source zfs-dkms=0.8.2-312:31
agrishuh, that works12:31
rrqcheers12:33
agristhanks12:36
agrisI was using apt source -t unstable zfs-dkms12:36
gnarfaceapt and apt-get don't have the same tyntax12:36
gnarfacesyntax12:36
agriswtf12:50
agrisinstalling zfsutils-linux would break openrc, and deconfiguration is not permitted12:51
lifebookhi all18:12
lifebookis there something wrong with devuan security?18:12
lifebookghostscript in beowulf is not in sync with debian buster18:12
lifebookapt policy ghostscript18:15
lifebookghostscript:18:15
lifebook  Installed: 9.27~dfsg-2+deb10u218:15
lifebook  Candidate: 9.27~dfsg-2+deb10u218:15
lifebook  Version table:18:15
lifebook *** 9.27~dfsg-2+deb10u2 50018:15
lifebook        500 http://deb.devuan.org/merged beowulf/main i386 Packages18:15
lifebookSigyn: why have i been banned?18:44
lifebookit is weird18:44
lifebooki have just asked a question about ghostscript in beowulf18:45
gnarfaceyou pasted too many lines at once probably18:45
gnarfacemore than 3 gets auto kick18:45
specingyou failed to read the rules of IRC and you failed to read the kill message18:45
lifebookgnarface: ok then. thank you18:46
lifebookspecing: you are right18:46
lifebookthe kill message, however, tells nothing but spam18:47
lifebookdid anyone here notice that ghostscript in beowulf is not in sync with debian buster18:48
lifebook?18:48
lifebookno problem with ascii nor jessie18:49
lifebookghostscript version in debian buster is 9.27~dfsg-2+deb10u318:51
lifebookghostscript version in devuan beowulf is 9.27~dfsg-2+deb10u218:51
FuReHaHello. Devuan jessie user here (on an ancient computer)18:56
lifebookFuReHa: hello18:56
FuReHaNoticed the jessie-backports is no longer available on devuan since it was moved to archive.debian.org18:57
golinuxlifebook: Your message has been reported18:57
FuReHaany plans to make them available again?18:57
lifebookgolinux: thank you very much18:57
golinuxProbably not.18:57
FuReHaDevuan-custom packages are stil on deb.devuan.org/ . Any apt workaround to locally merge those and archive.debian.org ones again?19:02
lifebooksome jessie-security packages are actually backports19:03
lifebooklike linux-4.919:03
lifebookor firefox-esr19:03
lifebookSigyn: really great pseudo btw :)19:17

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