jaeger changed the topic of #crux to: CRUX 3.7 | Homepage: https://crux.nu/ | Ports: https://crux.nu/portdb/ https://crux.ninja/portdb/ | Logs: https://libera.irclog.whitequark.org/crux/
Guest59 has quit [Client Quit]
farkuhar has left #crux [#crux]
<jaeger> yeah, I don't see one in any current repos but probably wouldn't be tough to make
<r0ni> ahh snap gone again
<r0ni> do i have a port for mbpfan, i do it prob not online tho
<r0ni> also need broadcom-wl
<r0ni> i use a 2012 mbp and everything works, of course with those 2 packages
<r0ni> it appears neither are in my repos, guess I'll have to add them when i'm on intel machine
<r0ni> and yes libinput for that touchpad is chefs kiss
<r0ni> i'll put some ports online just in case there happens to end up a user who wishes to try to run crux afterall, but ive hesitated getting my other repo added to db cuz it's generally not production ready
<r0ni> thats also where hyprland exists tho, so maybe worthwhile to add for the haters
lennox has left #crux [#crux]
<cruxbot> [contrib.git/3.7]: pnpm: 8.7.5 -> 8.7.6
<cruxbot> [contrib.git/3.7]: python3-typing_extensions: 4.7.1 -> 4.8.0
lavaball has joined #crux
farkuhar has joined #crux
lavaball has quit [Remote host closed the connection]
<cruxbot> [opt.git/3.7]: dovecot: update to 2.3.21
<r0ni> python3-docutils fails install because of the PKG-INFO file
<cruxbot> [opt.git/3.7]: imagemagick: update to 7.1.1-16
lavaball has joined #crux
joacim has quit [Ping timeout: 246 seconds]
<farkuhar> r0ni: not just python3-docutils. At least one other port detected by grep -lE -- '-rw-rw-r--.*PKG-INFO$' will have a footprint mismatch when built with the latest python3-setuptools.
<farkuhar> interesting contrast related to r0ni's discovery: the latest python3-setuptools is creating footprints with more restrictive permissions than before, while a number of perl5 ports have long defaulted to mode 0444 for regular files, and their maintainers were overriding this default with chmod u+w commands in the Pkgfile.
<r0ni> i should also note 'virt-manager' reqs 'python3-requests' else it won't launch
jjasghar has quit [Ping timeout: 258 seconds]
stoffepojken has quit [Ping timeout: 246 seconds]
stoffepojken has joined #crux
<jaeger> oops... I could swear I added that but must have forgotten to commit it. Thanks, will get it fixed today
serpente has joined #crux
<cruxbot> [opt.git/3.7]: samba: footprint fix
<cruxbot> [compat-32.git/3.7]: sqlite3-32: updated .signature
serpente has quit [Ping timeout: 264 seconds]
<cruxbot> [opt.git/3.7]: graphviz: update to 9.0.0
<cruxbot> [contrib.git/3.7]: matrix-synapse: 1.92.2 -> 1.92.3
<cruxbot> [contrib.git/3.7]: python3-icalendar: 5.0.7 -> 5.0.8
<cruxbot> [opt.git/3.7]: hpcups: update to 3.23.8
jjasghar has joined #crux
jjasghar has quit [Changing host]
jjasghar has joined #crux
<cruxbot> [contrib.git/3.7]: virt-manager: added missing python3-requests dependency
<cruxbot> [contrib.git/3.7]: eza: 0.12.0 -> 0.13.0
<cruxbot> [opt.git/3.7]: harfbuzz: 8.2.0 -> 8.2.1
<cruxbot> [contrib.git/3.7]: xdg-desktop-portal: 1.17.2 -> 1.18.0
<cruxbot> [compat-32.git/3.7]: harfbuzz-32: 8.2.0 -> 8.2.1
<cruxbot> [contrib.git/3.7]: dconf-editor: new dependency: desktop-file-utils
Guest59 has joined #crux
<Guest59> r0ni so for a 2015 Macbook Pro, do I need broadcom-wl my wifi card is brcmfmac and i found a setting that I need to enable in the kernel
lavaball has quit [Remote host closed the connection]
<r0ni> Guest59 yeah you'll need the broadcom-wl kernel driver compiled
<Guest59> how do i do that
<r0ni> heh, easier said than done basically... i started porting my slackware build script to crux but i'm unsure if it works as i'm on ARM and it def won't work here
<r0ni> you need the kernel source for the ver you're running for it to build
<r0ni> i have a port with patches for it, but its completely untested currently
<Guest59> ok
<Guest59> i was considering going to kiss or crux, would it be easier for kiss at all
<r0ni> i also have some squashfs modules for recent 6.1 kernels
<r0ni> which you could extract the module from easily and use if you have a 6.1 kernel
<r0ni> I don't know anything about kiss or if they have a broadcom pkg honestly
<Guest59> oh ok so i extract the module than how do i apply it to the kernel
<r0ni> the modules goes in /lib/modules/{kernel version}/extra and you run 'depmod -a' then 'modprobe wl'
<Guest59> wait did you post on a reddit post called "linux distro recommendations'
<r0ni> in here is a bunch of recent versions
<r0ni> maybe? i post randomly all over the place lol
<Guest59> ok bc i posted that on r/linuxquestions and a post matched your description
<Guest59> 2012 mbp, squashfs, all of that
<r0ni> very possibly then haha
<r0ni> my reddit acct is jloc0 i think
<Guest59> yeah then that was you
<r0ni> huh small world
<Guest59> crazy
<Guest59> so i download the sxz, extract it, copy it to /lib/modules/{kernel version}/extra, then depmod it then modprobe it
<r0ni> yeah as long as you have a matching kernel installed it'll work
<r0ni> oh and kernel-firmware package is needed
<r0ni> to extract the sxz you need 'unsquashfs'
<Guest59> oh so are those both packages in crux
<r0ni> 'squashfs-tools' package
<r0ni> yes
<r0ni> just squashfs-tools
<r0ni> its included
<Guest59> can i do the process during installation
<Guest59> while im setting up the kernel
<r0ni> prob have to do after building your installed kernel
<r0ni> you need to be running the same version as your building for
<Guest59> oh so during the installation, after i compile and make the kernel, then i can set up broadcom-wl
<r0ni> the driver itself is a mess cuz its propiertary
<r0ni> yes, after a reboot
<Guest59> oh ok
<Guest59> one more question
<Guest59> can i download broadcom-wl during the installation, then after a reboot, i can modprobe it
<r0ni> as long as the kernel you're running is the same as the wl driver was built for
<r0ni> but you do need the kernel source installed in /usr/src/linux
<r0ni> the same kernel version taht is
<r0ni> no sorry not for a pre-compiled driver
<r0ni> to build one you do
<Guest59> ok then
<Guest59> thank u so much
<r0ni> i'll be back, i need to run and pick up my kid, but as long as your kernel is same version as one that i have there, you're good
<Guest59> ok i didn't need anything else
<r0ni> any qs, you can PM me on reddit or what-not, i'll gladly help
<Guest59> ok
Guest59 has quit [Quit: Client closed]
disapper3nce has joined #crux
disapper3nce has quit [Quit: Client closed]
tilman has quit [Ping timeout: 244 seconds]
tilman has joined #crux