libera/#devuan/ Thursday, 2019-08-22

klaushmm trying to install kernel 5.3 gives an error, it says: linux-image-unsigned-5.3xxx-generic depends on linux-base >= 4.5 however version of linux-base on system is 4.500:02
klausi'm trying to install the 5.3rc5 from mainline kernel00:03
fsmithredwhat versions of linux-base are available?00:04
fsmithrednormally, you just tell apt to install linux-base from the same repo as the kernel you're installing, and it's happy00:04
klausdpkg -l |grep linux-base  says just that: "4.5"00:04
fsmithredyou in beowulf or ascii?00:04
klausascii00:05
klausi haven't added that ppa, i did like i usualy do on ubuntu, i download the 4 deb i need and i do dpkg -i *.deb00:05
fsmithredsee if the same repo has linux-base00:06
klaus(linux-image, linux-header-all, linux-header-generic , linux-modules)00:06
fsmithreddid you check debian experimental to see what kernel is there?00:08
klaushttps://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3-rc5/00:08
klausi get them from there00:08
klausfsmithred: no, how do i do that ?00:09
fsmithredyou can search at packages.debian.org00:10
fsmithredbut I tried and got nothing00:10
fsmithredhowever, 5.2 is in sid/ceres00:10
fsmithredlinux-image-5.2.0-2-amd64 in ceres00:11
klausalso about the method you pasted earlier for the broadcom-sta drivers, apparently it won't work with more recent kernel,00:11
klausi did find this though: https://github.com/antoineco/broadcom-wl00:11
klausit is patched for more recent kernels00:11
fsmithredI think there were a couple of methods mentioned in that email00:11
klausthey all more or less relied on b43-cutter thing00:12
klausall00:12
klauserr00:12
klausthere's an 'all' too much now ;)00:12
fsmithredI thought it was possible to get the driver and copy it into /lib/firmware/b43/00:12
fsmithredonce you figured out which one was right for your hardware00:13
klausi did try that without success unfortunately, but00:13
klausthanks for the help, the email pas te and all00:13
fsmithredanyway, to answer your other comment about making an iso...00:13
klaus*paste00:13
fsmithredyou could boot the desktop live on a computer that does have network, install the driver you need, create a live-iso with refractasnapshot, and use that to install on your system00:14
fsmithredyou'd need a second usb or some other storage space to make the iso00:14
klausthe margin for error is large, and the necessary steps too, but why not.. all i'm saying is maybe having a page on devuan detailing the action needed to get support for non-free hardware would be nice00:17
klauseither this solution you suggest or another, but something explained so users could follow that procedure00:18
klausidealy something that package all the non-free in one big batch seemed to me a fool proof way of doing that00:19
klausinstead of trying to explain all steps for each different non-free stuffs00:20
klauspackaging it all, have user plug that into the installer and off they go ..00:20
fsmithredwe already do that with the ones we can do00:24
fsmithredbut we can't distribute that one00:24
fsmithredas I said before, the broadcom firmware packages just download the driver. It's not included in the package like it is for other firmwares.00:25
fsmithredfor licensing reasons00:25
klausyou must have missed the point where i was saying: release just a script00:27
klausso you don't have to pay for nothing00:27
fsmithredthere's nothing to pay00:27
klausi never said package the non free stuffs00:27
klausyou were the one speaking of fees earlier00:28
fsmithrednon-free refers to the freedom to see the source code00:28
plasma41I've never understood the logic of companies restricting redistribution of software they release gratis.00:28
fsmithredyeah, the license agreement says whoever distributes the driver gets to pay for broadcom's lawyers if broadcom gets sued00:28
klauswhatever the reason, i was just arguing, there's way to support non-free without packaging it00:29
klausnamely: from a script that grab the stuff from others and make a iso of it. it's all from the user side.00:29
klausand when i say "make an iso" i'm not speaking of actualy build a full system iso00:30
klausjust a iso that contain the nonfree stuff, that can be given to eat to the installer from external drive00:30
fsmithredthe installer already has the ability to take a driver from a usb stick00:31
klausyes and like you where saying in your email paste, it's really clunky and cumbersome00:31
fsmithredbut I guess it's not so easy to use. I've never tried it.00:31
klausit need a fat32 filesystem and specific directory structure apparently00:32
rrq"it"?00:33
klausthe installer00:33
fsmithredwe're talking about supplying broadcom driver on a usb stick for the installer to use00:33
fsmithredspecifically, the broadcom driver that requires you to have an internet connection to get the driver that makes your internet work00:34
klausit accept loading stuffs from and external drive, but the drive need to be fat32, and files placed in a directory and all other whims and shortcomings from the installer00:34
klausby the way i loved how it looked, it's dialog based right?00:35
fsmithreddebian-installer?00:35
klausyes00:35
klausi thought it was home made00:35
fsmithredI think so. I know it uses ncurses00:35
rrqso give it a loop-back fat32 image to play with, then (?)00:35
fsmithredlol00:35
klaus:)00:35
fsmithredno, refractainstaller is the home made one00:35
fsmithredwell, you still need to transport the file on some physical medium00:36
klausmy other laptop won't be so tricky its hardware is better supported and free00:36
klausit's just i wanted to try devuan a bit before installing it on my main laptop00:37
klausso far it's nice00:37
fsmithredoh, there might be a way to do it using both laptops00:37
klauslike how?00:37
fsmithredoh, no. You'd need ethernet ports to connect the two laptops with what I'm thinking00:38
fsmithredif you have a sata-usb connector, you could pull the hard drive and plug it into the working computer00:39
klausmaybe the android tethering would work from netinstall ?00:39
fsmithredand then mount it and chroot in to install the driver00:39
klausif yes then that the simpliest00:39
klauswhat you said coyld work and would have been more simple, i hadn't tought about it00:41
klausthought00:41
klausanyway, apparently these ubuntu kernels from ppa mainline can't be used00:42
klausi tried another one and it failed too00:42
klauson the same error00:43
klausi need to look for a new source of fresh kernels00:43
rrqah? you need a new/special kernel as well as a networing driver?00:47
rrqk00:47
fsmithred4.19 in ascii-backports00:47
fsmithredthe 5.2 in ceres might work00:48
fsmithredyou can download debs from packages.debian.org00:48
klausrrq: i don't need a special kernel, i just would like to use a newer one, something froom the 5.x00:48
klausfsmithred: i look00:49
fsmithredsearch in unstable release00:49
klausthanks for the link.. i realize i'm more used to ubuntu than debian00:49
fsmithredyeah, there are some differences00:49
klausthe file listing is a bit weird on packages.debian.org00:52
klausi'd prefer something like a plain html index00:52
klausdirect file listing00:52
fsmithredgo to the package page and at the bottom are links to the packages00:53
klausi'm looking at: packages.debian.org/unstable/kernel/00:53
fsmithred?00:53
klausin there i see there is 5.200:53
fsmithredlinux-image00:53
klausis that correct?00:53
fsmithredyeah00:53
fsmithredhttps://packages.debian.org/sid/linux-image-amd6400:54
klausthanks for the linux00:54
klausi mean00:54
klauslink ;)00:54
fsmithredyou could add a ceres line to sources.list, update, install linux-image-5-whatever and linux-base00:55
fsmithredand then get rid of that line00:55
klausthat would be good00:55
klauswhat would the line look like ?00:55
fsmithredsafer if you know how to pin it to a low priority, so you don't accidentally get stuff from ceres00:55
rrq(don't forget the pinning!!)00:55
fsmithreddeb http://deb.devuan.org/merged ceres main00:55
klausrrq: well, i have never done that00:55
klauspinning00:56
fsmithredhang on and I'll give you an example00:56
klaus(ty)00:56
fsmithredput the following in a file in /etc/apt/preferences.d/00:57
fsmithredPackage: *00:57
fsmithredPin: release n=ceres00:57
fsmithredPin-Priority: 5000:57
fsmithredname it what you want00:57
fsmithredthen when you install the packages...00:57
fsmithredapt-get -t ceres install blah...00:57
klausthank's great.. i test00:59
klaus*tjat's00:59
klausthat's00:59
fsmithredlol00:59
fsmithredI actually read it the way you meant it.00:59
klausworked well01:10
klausi make a note of all that01:11
fsmithredcool01:13
fsmithredit's generally safe to selectively add packages from unstable/sid/ceres into testing01:14
fsmithredbut right now, our testing is debian's stable, so ceres and beowulf will diverge over time01:14
klauswhat the difference between ceres and beowulf ? these are both devuan unstable distro for testing ?01:16
klausi mean, the putting together the future release ?01:16
klausbut then why 2 (ceres and beowulf)01:17
drawkulahttps://www.debian.org/releases/01:17
klausthat link contain neither word ceres nor beofulf01:20
klausand beowulf also :)01:20
drawkuladeVUan uses the stable/testing/unstable scheme like deBIan does01:20
klausah i see01:20
drawkulaso apart from different release names that text mostly applies01:20
gnarfaceexcept deVUan falls behind a bit after deBIan releases, which is the current state of things01:21
klausok so i'll read that link you pasted to learn about the differences between testing and unstable01:21
klausthanks01:21
* drawkula had a looooong day and >6½hrs with an awk beginner... normally I'm a bit more verbose than now01:22
klausok01:22
klausi mean i've read the differences01:23
klausabout you last sentence, no worries i understand and also thanks for the link01:24
klauswell.. it's a great day today..01:25
klausmy home is finally systemd free01:26
klaus;)01:26
onefangHave you checked your toaster, microwave oven, and washing machines?01:26
klausi mean, he got the benefit of the doubt for years.. now it's enough with his sh...01:27
klausone yea.. better double check we can never be too prudent01:27
klaus-one01:27
klausthat dude he can sneak crappy services just in about any corner01:29
drawkulaapropos... I stumbled today over https://www.knopper.net/knoppix/knoppix860-en.html01:34
drawkulasystemd-free again01:35
debdog\o/01:35
debdogtotally fogot about that tihngy01:35
debdogafter grml, which went systemd01:36
debdogthink even systemrescuecd went systemd01:36
klausknoppix used to be popular a few years ago, maybe a decade01:37
klausthen it faded a bit, did he take a long pause and slipped out of the radar?01:37
gnarfacei think all the major distros just copied what he was doing so it wasn't needed anymore01:39
klausi see..01:41
klausdistrowatch lists: knoppix-autoconfig instead of systemd01:42
klausthat's about the only clue i could get that it wasn't using it anymore, there's not a single mention of it on his site as far as i could tell01:42
fsmithredyeah, he got rid of systemd. There's discussion about it on forum.01:43
fsmithredhttps://dev1galaxy.org/viewtopic.php?id=301201:45
gnarfacenice01:46
fsmithredthe video was interesting01:46
fsmithredbasically, what it came down to is that he didn't need that complexity for a live DVD01:46
klaushe's just being polite ;)01:47
avboxI wanted to play a 4k video on ryzen 5 2400g with amdgpu card. Hardware acceleration with vaapi does not work. How to solve it?09:43
stovepipeavbox: need kernel 4.17 or higher09:44
gnarfaceand the non-free firmware, probably09:44
avboxI have kernel 5.2.909:44
stovepipewhat distro?09:44
avboxdevuan ascii with backports09:44
stovepipeit "just works" on distros ive tried with 4.17 or higher09:45
avboxnon-free firmware is included09:45
onefangHave you tried adding the deb-multimedia repos?09:46
gnarfaceno, don't tell him to do that09:46
gnarfacethat shouldn't be necessary09:46
stovepipei knew that was the cutoff and i verified it with various livecd's09:46
gnarfacebut he is missing something, or else the firmware and kernel aren't both from backports...09:46
avboxI made kernel with kernel-package from devuan09:48
avboxvainfo is telling me XDG_RUNTIME_DIR not set...09:49
r3bootexport XDG_RUNTIME_DIR=/run/user/$(id -u) vainfo09:51
r3booterr, scrap that 'export ' ... need coffee09:52
Unit193I have  [ -z "$XDG_RUNTIME_DIR" ] && [ "$EUID" -gt 0 ] && [ -d /run/user/$EUID ] && export XDG_RUNTIME_DIR=/run/user/$EUID  in my profile.d.09:53
avboxI set variable, now vainfo tells va_getDriverName() returns -1, I did read that there must be a gallium driver for 2400g but I don't find it in dri folder09:56
r3boothttps://www.reddit.com/r/archlinux/comments/6la6n5/trying_to_understand_drm_dri_mesa_radeon_gallium/09:58
avboxCan I install minimal live cd just on ryzen 2400g to check my vaapi problem?10:32
avbox40I can't install netinst iso on amd 2400g, is this normal?10:46
avbox40First screen comes, but then graphic is cropped10:46
debdogfor the live iso, I think what you are looking for is refractainstaller10:47
avbox40With the live is I get error -2, I wnat to track down the vaapi problem with a fresh install10:49
buZzavbox40: use the text install10:55
buZzon netinst10:55
buZzi assume gfx are corrupt because of unsupported gpu10:55
avboxOk, but how can I install devuan on an amd ryzen 2400g?10:56
buZzwhat do you mean how10:56
r3boot10:56 < buZz> avbox40: use the text install10:56
buZzwhy would it be any different/10:56
stovepipeit will use fbdev10:57
avboxtext install does not work, I tried10:57
buZzwhy not?10:57
stovepipei installed devuan fine on my 240G10:57
stovepipe2400G10:57
buZzavbox40: do you get any error?10:57
buZzeh10:57
buZz-40 ?10:57
stovepipeits just using fbdev because its not kernel 4.17 or higher10:57
avboxscreen is cropped, I checked with alpine linux, no problem there10:57
buZzavbox: what part of the install fails ?10:58
buZzi dont care about the graphics mode screen , use the textmode10:58
r3bootmja, if fbdev switches to some weird mode, that might not work.. Maybe try vga=normal10:58
buZzmm10:58
avboxI don't need graphic mode, text is enough, but it does not work10:58
buZzquite sure the textmode doesnt use fbdev, but ok10:58
buZzif you can set vga=normal kernel commandline, that would be fine10:59
buZzas stovepipe mentions, there's nothing preventing devuan (debian) installer to work on that cpu10:59
stovepipei had no problems11:02
avboxvga=normal did it, thank you11:03
amarsh04is there any problem with auto.mirror.devuan.org not getting unstable updates?11:16
gnarfacetry deb.devuan.org?11:16
gnarface(i don't know, but you could try deb.devuan.org or pkgmaster.devuan.org i think)11:17
avboxSo I installed a fresh devuan, vainfo still reports errors. Is this due to kernel 4.9? To get kernel 4.17 is it precompiled or do I have to di it myself?11:24
gnarfacei'm not sure you aren't just missing some mesa packages....11:27
rrqamarsh04: thanks. seems amprolla held up since last week...11:28
Shentinohow often do devuan packages update?11:32
gnarfaceas often as they do in debian, at least11:33
gnarfacesince most of them are the same packages11:33
avboxI was told, that under kernel 4.17 it does not work. I checked mesa packages, seems to be ok. I rather assume that the firmware of devuan is too old, but it is also said the mese 18 should be here. On a fresh install, is it mesa 13?11:35
gnarfaceavbox: yes, you will probably have to update the firmware, too11:44
gnarfaceyou might need mesa from backports, i don't knkow11:44
gnarfaceknow*11:44
gnarfacethat is easy for you to check with apt-cache search though11:45
avboxgnarface: Yes, backports is needed, otherwise it is v1311:45
amarsh04gnarface deb.devuan.org worked12:04
avbox40So I reinstalled all the mesa stuff, got kernel 5.2.9, but same error. It looks like drm files are too old. Can I copy newer one over it?12:38
amarsh04avbox40 it might be worth asking in #radeon as well14:36
aslanhello, where will i find devuan for the raspberry pi?15:31
aslanI have found amd64 and i38615:32
aslananyone here?15:33
James1138https://www.youtube.com/playlist?list=PLphC8tmzK74vugjD-BbSoiP0Xb2IcLk7115:33
aslanJames1138: ???15:33
James1138Video about Devuan on Pi15:33
aslanJames1138: ah, okay15:34
James1138Sorry Aslan... I had to jog my memory on where I seen that and remembered the YouTube video.15:36
aslanwho is the devuan guru for raspberry pi15:37
James1138Not me... raspberry rookie.   <grin>15:37
aslanI have attempted to install raspbian/debian buster on several different model of Raspberry Pi and every pi crawlled.15:38
aslanthe extent that systemd has infiltrated debian is very sad to see.15:39
g0zzyWhy, out of interest, would vlc-data vlc-l10n be kept back?15:39
aslang0zzy: that one i have never figured out15:39
James1138I just found this - https://github.com/navyscourge/Raspberry-Pi-3-and-Devuan15:40
errandir1aslan: You'll probably find more raspberry pi experts on #devuan-arm15:40
James1138Aslan, there is also the official Devuan forum. It has stuff about the Pi - https://dev1galaxy.org/viewtopic.php?id=222815:41
aslanokay thank you.15:48
James1138Hope it helps15:49
avboxStill looking solution to get vega graphic card running with mesa. vainfo reports error16:44
avboxSo far I did find out, that if I set LIBVA_DRIVER_NAME=radeonsi on an ssh session, it works, but it does not work inside terminal (under X server)16:45
avboxvainfo even works on a terminal (without x server), but as soon x server is starting it does complain no xvideo support found17:00
amarsh04avbox have you asked in #radeon also?17:03
avboxNo, I can do it, but point is it works with knoppix and siduction perfect17:04
James1138As for the Vega graphics card - I suggest first update whatever kernel that you are using now.   https://forum.level1techs.com/t/how-does-one-get-a-rx-vega-card-working-on-linux/123336/418:11
James1138Radeon™ RX Vega Series Graphics - https://www.amd.com/en/support/kb/release-notes/rn-prorad-lin-18-2018:29
James1138https://unix.stackexchange.com/questions/487571/debian-and-my-new-amd-ryzen-2700u-vega-10-arent-friendly18:30
xrogaanYou almost never want to not update the kernel20:55
James1138Newer kernels general mean bugs fixes as well as more hardware support.21:00
_abc_Hi. Has anyone here put devuan on a chromebook? Liberating it?23:12
_abc_Just read this: https://www.theregister.co.uk/2019/08/22/buying_a_chromebook_dont_forget_to_check_when_it_expires/23:13
_abc_+I just23:13

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