00:00:22 You could always ask whomever sent you that file to create another one without using Mac's proprietary BS. 00:00:51 Yeah. . . I think it's an anomally from a 7zip file created on a Mac. 00:01:31 IT's part of a "Capture the Flag" exercise, but I think it's a red herring. 00:02:08 But that leaves me stuck with: https://termbin.com/hk8j 00:03:04 CrtxReavr: Appears to be gibberish. But, I could be wrong! 06:18:43 so I attempted to try out iwlwifi instead of iwm, without success, the driver loads, wlan0 attaches to it, but it fails to actually connect 06:18:52 I see these messages that seem relevant: https://termbin.com/wmkj 07:24:08 I have issues with the emmc of my new board. "mmcsd0: Error indicated: 1 Timeout", followed by an sdhci_pci1_slot0 Controller timeout and register dump. Last message just after the dump is "Tuning failed, using fixed sampling clock". 07:25:11 Apparently, people used "hw.sdhci.enable_msi=0" to 'fix' this, but since the posts mentioning this are about a decade old, I am not sure if that is still helpful. 07:26:12 disabling MSI/MSI-X can always be useful if the hardware is broken or not wired up correctly, which is not that uncommon 07:27:02 Okay, so I will give that one a try. Is there anything else I can try? I mean, apart from getting rid of the board, lol 07:30:31 ivy: and for MSI-X is there an additional tunable, or is that implied/included with enable_msi=0? 07:31:12 since there's no enable_msix for this driver, MSI-X probably isn't supported at all 09:58:34 Remilia: Yup 14:28:26 Ok I have a major issue which I keep ignoring but I keep getting hard poweroffs because its 30C+ in London and cooling capacity is limited in this weather... there is no way of controlling the fan speed right now, and libreboot has a bug where 70C+ the system powers off. I have tried to manually downclock the cpu before but it seems that it is ignored, which I assume might be due to powerd? 14:28:28 Anyways, is there any tips on how I can prevent the cpu rising about 70C OS side? 14:29:17 I dont think it would be hard to write a basic daemon which checks the coretemp every second to see if its risen above say 60C and drop the clock speed 14:29:37 but I assume that would be reinventing the wheel, so any suggestions? 14:30:06 polarian: have you tried to tweak EDC/TDC/PPT values? 14:30:16 just undervolting/underclocking won't always do it if the mobo simply pushes too much power 14:31:26 70C is too low of a temp to be shutting down, libreboot should fix that tbh 14:31:39 dstolfa: yeah it needs reverse engineering 14:31:46 and the dev in charge of the device is busy... 14:32:46 also no I havent touched the EDC/TDC/PPT values, nor would I know how to tweak them 14:33:03 well its an old laptop, and the dual core cpu eats 35w under max load 14:33:32 the usual issue is firefox, rending a bloated website with too much js, cpu hits 100%, 2-3 mins later coretemp exceeds 70C, poweroff 14:34:08 or if I want to compile something, I point a desk fan at the bottom of the laptop, and leave it upside down for better airflow, keeps the cpu nice and cool and allows it to compile at full clock speed :P 14:35:12 sounds like your best bet is to revert to regular firmware until libreboot fixes the issue or just suffer the bug 14:35:42 wait a second, I just had a stupid idea... hypothetically if I cut the pwm wire, the fan should then spin full speed 24/7... 14:35:51 (its quiet enough anyways, just no silent) 14:36:10 or... the fan might not spin at all with no voltage to the pwm wire 14:36:26 but a quick google search indicates its the former, not the latter... 14:36:42 dstolfa: nahhhhhhhhh... no fun! 14:37:11 I didnt mention that the acpi code is not done, so I cant see battery charge, or suspend when lid shuts, or wake from keyboard interaction 14:37:25 wanna go to sleep? doas acpiconf -s3 14:37:29 want to wake up, power button only 14:40:19 lets be real if I wanted a solution which worked out of the box I wouldn't be running freebsd on a laptop 14:43:03 wait so PWM fans spin depending on the percentage of time the PWM pin is high, so if it is high 24/7 say I spliced the cable and connected it to 5V, in theory... it should always spin at 100% 14:45:17 you could but if it's a high powered fan, you might kill it quite quickly 14:45:26 ughhh 14:47:15 I have a Rpi pico... uses like 0.2w :) 14:47:28 could shove one in the case somewhere, have it bring the pwm pin high and low xD 14:48:35 hmm in fact, pico can take data via usb port along with power iirc... sacrifice a usb port, write a basic program to feed the pico the fan speed desired, have the program hook into coretemp and then boom, EC bypassed! 14:48:53 * polarian does not have the skill to do that... 15:51:25 curious anyone use zfs from ports? specifically zfs 2.3.3 for raidz expansion? 17:33:08 polarian: Maybe consider getting new fans, keeping your room cool, and remove any dust accumulated inside your computers and servers. 17:33:48 Especially servers, since those are powered on 24/7, they tend to collect dust really quick. 17:49:19 remiliascarlet: the servers dont have that issue :) 17:49:27 although I havent cleaned mine for 1.5 years 17:49:30 it must be caked in dust 17:49:42 I havevent looked at the hardware in that long too :P 17:49:52 my laptop has been cleaned out, there is nothing more I can do :/ 17:49:57 its a libreboot issue 17:50:01 70C+ 17:50:22 sure? repaste the cooling system 18:17:08 I connected a 20TB usb disk to my 11.3 system (it's FreeNAS), created a zpool on it, then decided to do things differently and removed the zpool. I tried to "gpart destroy da0" to start from scratch, but gpart complains "device busy" 18:17:25 how can find out why it is busy? 18:31:50 sphex_, rwp: Do you folks have bugs open about this? Seems like that'd be a critically useful step to getting resolution. 18:33:20 treefrob: was it a raw zpool? because if it was there shouldn't be anything to destroy 18:36:55 I think it will give a device busy error if there are partitions present but do not have a handy empty drive to test 18:38:29 Remilia, you're right. It refuses if partitions exist, unless "-F" is given. Did that, and it destroyed the partition table 18:39:54 I've created a new GPT table with a single partition and used mkfs.ext4 to create a filesystem on da0p1, but I can't mount it with "mount [-t ext2fs] /dev/da0p1 /mnt/backup". The complaint is "Invalid argument" :( 19:12:29 treefrob: 19:12:57 you tried: mount -t ext4 /dev/da0p1 /mnt/backup 19:14:46 need to specify the actual filesystem 19:19:21 sig`: ext4 is ext2 in a trenchcoat and FreeBSD's mount option for ext4 is ext2fs 19:19:41 see `man ext2fs` 19:37:22 first tried: mkdir -p /mnt/backup ??? 19:52:07 powerd never seems to downclock or do fuck all ngl 19:52:23 I have played with it and ran it on powerd_flags="-a hiadaptive -b minimum -i 40 -r 75" 19:52:34 but it always ends up clothing at max 24/7 19:53:52 in fact I manually dropped the clock speeds down to the minimum level and the performance is identical, and the heat issue has gone away... I know if I was compiling or something it would be a massive difference (its half the max clock), but I dont see why powerd isn't dropping the clock speed down to min when the cpu is mostly idling 20:13:08 mason, I keep hearing everyone else talk about the problem as if it is already well known. But I don't have a bug number for it. I might presume that it is not a problem in 15. Eventually I will get to 15 and then see if it is still a problem or not. 20:23:42 rwp: Probably worth opening a bug anyway, just in case.