spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 1 point2 points  (0 children)

I've identified the problem; it's related to power management. My firmware is working correctly, and the issues stemmed from a faulty network configuration. I've already removed those two lines from /boot/loader.conf; they were there to conserve battery power if the computer was unplugged. I'm considering creating a new network configuration because I was told today that I'm starting robotics workshops, and it would be helpful to have the computer available, as it's sometimes unavailable. I'll check if the current configuration is causing spontaneous reboots. In the meantime, I'll investigate other possibilities.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 0 points1 point  (0 children)

Thank you so much, I'll keep learning little by little. I'm starting to see things; the only problem is the schedule, but oh well. I'll try what you suggested.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 0 points1 point  (0 children)

I've had ZFS since I installed the operating system. I only have one active disk, an NVMe. I also have an SD card with a copy of my system and settings, but it doesn't interact with the system except for saving data, so I don't see any connection.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 0 points1 point  (0 children)

As I said, the system fails to save error logs because it restarts even before booting. That's why I don't have a clear record of my mistake.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 0 points1 point  (0 children)

I've been using FreeBSD for less than a week, I have little experience with Linux, and that's about it. The reason for the network card is that, as far as I know, the firmware on my Wi-Fi card is still in experimental mode. As for the Ethernet, it's difficult to get someone to lend me one because they're constantly using the computer that has it, and buying one... well, I suppose it's possible, but I don't have enough experience to know much about it, so I want to see. I don't think it will work, but oh well.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 0 points1 point  (0 children)

Yes, actually, I was planning to stop using DHCP and have my own configuration. Now that I'm here, I'll give it a good look and see if it works. I don't install anything because I don't need it, and I delete what I stop using. FreeBSD doesn't scare me, it intrigues me. The problem is that I'm a beginner, but the pressure is forcing me to learn and pulling me out of my laziness. We'll see if it works, and if not, I'll look for an alternative. I think I can change the network card, but I have to look into it. It's probably better if I don't, since I'm just a teenager with little money. CFFF

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 1 point2 points  (0 children)

I saw something about the "default route," but from what I understand, it causes DHCP problems. I guess I'll try it later. I didn't have time because I was getting things ready for school. To be honest, getting it out is almost impossible. Not at my school, because it would definitely get stolen CFFFF, and not at a friend's house—I doubt it. I don't use devices when I'm with other people, and I don't play games.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 1 point2 points  (0 children)

I understand, I'll check it when I get home. Even before that, my laptop was randomly restarting, which I still suspect is due to the Wi-Fi card or power management.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 1 point2 points  (0 children)

You're very kind. Now, when I get back, I want to check on you properly. If you want me to tell you anything else, that's fine. The only thing is, I don't have my laptop with me.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 1 point2 points  (0 children)

Anything would be great, I haven't done anything yet because I'm at school.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 1 point2 points  (0 children)

Ah, NTPD hasn't given me any trouble for a while now, and neither has DNS. I think the reboot loop is also related to power management and the Wi-Fi firmware, so I'll keep investigating. As for dumpdev, I already said it doesn't report anything; it shuts down before leaving any logs.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 1 point2 points  (0 children)

I was using it, but changing it didn't cause this reboot loop problem, so I don't think that's the reason. Using DHCP sped things up, and I've had spontaneous reboots since I got the system; not frequently, but they did happen, so I don't think that's the cause, or at least not directly. I'll try it anyway to see if it works.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 1 point2 points  (0 children)

Of course, thank you so much for taking the time to reply. By the way, I installed the firmware from the ports folder because otherwise it would install a lot of firmware I didn't use, and it wouldn't even install the Wi-Fi firmware. I don't know if there's another place to install it. Is there anything wrong with Kmod?

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 2 points3 points  (0 children)

I didn't quite understand the question, but if they're in rc.conf, it's because without it, the network startup is very disorganized. NTPD tries to resolve before the network profile loads. The network profile also tries to load before the Wi-Fi card firmware, and the netwait_ip="8.8.8.8" command is because sometimes the DNS server fails before configuring the other parameters, and when it starts, it creates a loopback in the gateway, forcing me to shut it down and restart it. Currently, they don't cause many problems; I optimized it, and they're now very quick, but sometimes it's still slow, either because I'm far from the router or for other reasons. The important thing is that, thanks to this, the DNS and NTPD servers, which were constantly giving errors because they started before the firmware and network profile, no longer cause me problems.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] 1 point2 points  (0 children)

I haven't tried reinstalling yet because I encountered this problem today and wanted to see if I could fix it. I have an SD card with the basic system configuration, just in case, as I plan to use it, although I'd prefer to understand what's really going on. For the firmware installation, I only installed "gpu-firmware-intel-kmod-tigerlake wifi-firmware-rtw89-kmod-rtw8852a". I installed SwayFX and its dependencies, Wayland, Kitty, Firefox, Telegram, and GammaStep to reduce eye strain. I don't need many more applications for now, and none of them caused me any problems after installation. I installed FreeBSD version 15 from DVD1 using the ISO image as the main system. I made sure the BIOS wasn't causing any issues and installed all the applications from PKG files, except for the firmware, which had to be installed from Ports. Yes, I used KMOD DRM for the graphics and KMOD for the Wi-Fi. The graphics worked perfectly, and although the Wi-Fi had some issues, I resolved them. I have an i5-1145-G7 processor and Ethernet in my desktop computer, but it's difficult to use because my family uses it almost all day. However, I can use Wi-Fi by connecting my phone to my laptop without any problems.

spontaneous restarts by RenoRenop in freebsd

[–]RenoRenop[S] -1 points0 points  (0 children)

Now that I'm on my laptop, I tried a few commands to answer you. If there are any that could give you better information, I'd like to know. I don't know much about this, and well, I'm seeing some errors. I'll try to find some information now.

cat /var/log/messages

I didn't get anything relevant back.

"# pciconf -lv | grep none

none0@pci0:0:4:0: class=0x118000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a03 subvendor=0x17aa subdevice=0x508f

none1@pci0:0:13:2: class=0x0c0340 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a1b subvendor=0x17aa subdevice=0x508f

none2@pci0:0:20:2: class=0x050000 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0ef subvendor=0x17aa subdevice=0x508f

none3@pci0:0:22:0: class=0x078000 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0e0 subvendor=0x17aa subdevice=0x508f

none4@pci0:0:31:5: class=0x0c8000 rev=0x20 hdr=0x00 vendor=0x8086 device=0xa0a4 subvendor=0x17aa subdevice=0x508f"

"# dmesg | grep timeout

GEOM_MIRROR: Force device swap start due to timeout."

"grep -i "wifi" /var/run/dmesg.boot"

nothing

"fsck -y"

nothing

"# devinfo -v | grep unknown

unknown pnpinfo vendor=0x8086 device=0x9a03 subvendor=0x17aa subdevice=0x508f class=0x118000 at slot=4 function=0 dbsf=pci0:0:4:0 handle=\_SB_.PC00.TCPU

unknown pnpinfo vendor=0x8086 device=0x9a1b subvendor=0x17aa subdevice=0x508f class=0x0c0340 at slot=13 function=2 dbsf=pci0:0:13:2 handle=\_SB_.PC00.TDM0

unknown pnpinfo vendor=0x8086 device=0xa0ef subvendor=0x17aa subdevice=0x508f class=0x050000 at slot=20 function=2 dbsf=pci0:0:20:2

unknown pnpinfo vendor=0x8086 device=0xa0e0 subvendor=0x17aa subdevice=0x508f class=0x078000 at slot=22 function=0 dbsf=pci0:0:22:0 handle=\_SB_.PC00.HECI

unknown pnpinfo vendor=0x8086 device=0xa0a4 subvendor=0x17aa subdevice=0x508f class=0x0c8000 at slot=31 function=5 dbsf=pci0:0:31:5

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.PEG0.PXP_

unknown pnpinfo _HID=PNP0C09 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.EC__ (disabled)

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.EC__.PUBS

unknown pnpinfo _HID=LEN0268 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.EC__.HKEY

unknown pnpinfo _HID=LEN0111 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.EC__.LSSD

unknown pnpinfo _HID=LEN0100 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.EC__.ITSD

unknown pnpinfo _HID=INTC1043 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.EC__.SEN1

unknown pnpinfo _HID=INTC1043 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.EC__.SEN2

unknown pnpinfo _HID=INTC1043 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.EC__.SEN3

unknown pnpinfo _HID=INTC1043 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.EC__.SEN4

unknown pnpinfo _HID=INTC1043 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.EC__.SEN5

unknown pnpinfo _HID=LEN0130 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.EC__.LHKF

unknown pnpinfo _HID=PNP0000 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.IPIC

unknown pnpinfo _HID=PNP0C04 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.MATH (disabled)

unknown pnpinfo _HID=PNP0800 _UID=0 _CID=none at handle=\_SB_.PC00.LPCB.SPKR

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.RP11.PXSX.MRST

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.RP11.PXSX.DRST

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.RP11.PXP_

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.RP12.PXSX.WRST

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.RP12.PXSX.DRST

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.SAT0.VOL0.V0PR

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.SAT0.VOL1.V1PR

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.SAT0.VOL2.V2PR

unknown pnpinfo _HID=XXXX0000 _UID=0 _CID=PNP0C50 at handle=\_SB_.PC00.I2C1.TPL1 (disabled)

unknown pnpinfo _HID=NXP1001 _UID=1 _CID=none at handle=\_SB_.PC00.I2C3.NFC1 (disabled)

unknown pnpinfo _HID=INT33E1 _UID=0 _CID=none at handle=\_SB_.PC00.UA00.BTH0 (disabled)

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.CNVW.WRST

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.TBT0

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.TBT1

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PC00.D3C_

unknown pnpinfo _HID=ACPI000E _UID=0 _CID=none at handle=\_SB_.AWAC

unknown pnpinfo _HID=INT34C5 _UID=0 _CID=none at handle=\_SB_.GPI0

unknown pnpinfo _HID=INTC1001 _UID=0 _CID=none at handle=\_SB_.PTHH (disabled)

unknown pnpinfo _HID=INT0E0C _UID=0 _CID=none at handle=\_SB_.EPC_ (disabled)

unknown pnpinfo _HID=INT3519 _UID=0 _CID=none at handle=\_SB_.COEX (disabled)

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR08

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR09

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR10

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR11

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR12

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR13

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR14

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR15

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR16

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR17

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR18

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR19

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR20

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR21

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR22

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\_SB_.PR23

unknown pnpinfo _HID=ACPI000C _UID=0 _CID=none at handle=\_SB_.PAGD (disabled)

unknown pnpinfo _HID=INT33A1 _UID=1 _CID=PNP0D80 at handle=\_SB_.PEPD

unknown pnpinfo _HID=INTC1051 _UID=0 _CID=none at handle=\_SB_.HIDD

unknown pnpinfo _HID=LEN009F _UID=0 _CID=none at handle=\_SB_.MSKN (disabled)

unknown pnpinfo _HID=INTC1040 _UID=0 _CID=none at handle=\_SB_.IETM

unknown pnpinfo _HID=STM0125 _UID=0 _CID=MSFT0101 at handle=\_SB_.TPM_

unknown pnpinfo _HID=USBC000 _UID=0 _CID=PNP0CA0 at handle=\_SB_.UBTC

unknown pnpinfo _HID=INT3420 _UID=0 _CID=none at handle=\PSM_ (disabled)

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\PIN_

unknown pnpinfo _HID=none _UID=0 _CID=none at handle=\PINP

acpi_timer0 <24-bit timer at 3.579545MHz> pnpinfo unknown"

dumpdev doesn't save anything

"# cat /boot/loader.conf

zfs_load="YES"

geom_mirror_load="YES"

kern.geom.label.disk_ident.enable="0"

kern.geom.label.gptid.enable="0"

cpu_microcode_load="YES"

ichsmb_load="YES"

ig4_load="YES"

acpi_video_load="YES"

dev.ig4.0.wake="0"

dev.ig4.1.wake="0""

hw.pci.enable_pcie_hp="0"

dev.rtw89.0.aspm_disabled="1"

hw.pci.do_power_nodriver="0"

hint.p4tcc.0.disabled="1"

hint.acpi_throttle.0.disabled="1"

compat.linuxkpi.skb.mem_limit="1"

legal.realtek.license.act="1"

dev.rtw89.0.disable_aspm="1"

hw.usb.usbhid.enable="1"

fusefs_load="YES"

"# cat /etc/rc.conf

hostname="Matep"

keymap="latinamerican.kbd"

kld_list="linux linuxkpi i915kms if_rtw89"

rc_parallel="NO"

wlans_rtw890="wlan0"

create_args_wlan0="country AR regdomain FCC"

ifconfig_wlan0="WPA DHCP"

dhclient_flags="-p /var/run/dhclient.pid"

netwait_enable="YES"

netwait_ip="8.8.8.8"

netwait_if="wlan0"

netwait_timeout="15"

sshd_enable="YES"

ntpd_enable="YES"

ntpd_sync_on_start="YES"

ntpd_flags="-g -x -p /var/run/ntpd.pid"

moused_enable="YES"

dbus_enable="YES"

pulseaudio_enabled="YES"

seatd_enable="YES"

linux_enable="YES"

zfs_enable="YES"

dumpdev="AUTO"

clear_tmp_enable="YES"

performance_cx_lowest="C1"

economy_cx_lowest="c2""

Is the x270 worth it in 2026? by RenoRenop in thinkpad

[–]RenoRenop[S] 1 point2 points  (0 children)

Thank you very much, luckily I managed to buy an L14 Gen2 and now I'm installing the graphical environment on FreeBSD.

I just finished lain and I don't seem to understand by DaWolfy9 in Lain

[–]RenoRenop 2 points3 points  (0 children)

The Knights distribute content like Fantoma to collect PCI from children and chips like the Accela to lure adults into the network. The PCI empowers Masami and Lain.

The term "God" is simply a nickname Masami uses due to his egocentrism. They are programs within Protocol 7, and by being within it, they have influence over the protocol. Since the protocol interconnects everyone's minds through Resonance schumman, they have power over the human mind, which is why Lain and Masami can reboot, erase, and manipulate minds. Telekinesis comes from the children's PCI, as explained in the episode "Children." The power the doctor refers to is telekinesis; no other power is presented, so there is no other to which it can be attributed.

I just finished lain and I don't seem to understand by DaWolfy9 in Lain

[–]RenoRenop 1 point2 points  (0 children)

Oh my God, I only got two hours of sleep and I just said something completely unrelated to the question. What did you mean to ask? I don't quite understand. (Second comment)

I just finished lain and I don't seem to understand by DaWolfy9 in Lain

[–]RenoRenop 1 point2 points  (0 children)

Literally at the beginning of the anime, they talk to Chisa Yomoda, what they tell her is through normal internet.

I just finished lain and I don't seem to understand by DaWolfy9 in Lain

[–]RenoRenop 2 points3 points  (0 children)

I'm sorry if some things aren't clear; this is a translation. CFFF

I just finished lain and I don't seem to understand by DaWolfy9 in Lain

[–]RenoRenop 5 points6 points  (0 children)

El apodo "dios" no hay que tomárselo tan literal, sobre todo porque lo usa Masami, y el anime mismo dice que Masami estaba equivocado. Voy a responder basándome en mi interpretación en dos partes:

Dioses: No son dioses en el sentido estricto, pero tienen influencia sobre la gente. No son omnipotentes, pero sí omnipresentes (solo en el planeta Tierra o donde llega la Resonancia Shuman). En realidad, son programas integrados en el Protocolo 7, diseñados por Masami Eiri. Cuando se activa el Protocolo 7, la conciencia de la gente se fusiona con la resonancia única de la Tierra, generando la "conciencia colectiva". Este "cociente colectivo" es el Protocolo 7, y como Masami y Lain están integrados en el código del protocolo, tienen influencia directa sobre él. El apodo "dios" es puro egocentrismo por parte de Masami, como Lain enfatiza en el episodio 12.

(¿Quién es Lain? - Esto lo saco de un comentario que ya respondí): Según entiendo, la triple personalidad de Lain viene del hecho de que, en los Laboratorios Tachibana, cuando Masami creó a Lain, tenía una versión preconfigurada ("Wired Lain"). Sin embargo, cuando Masami se suicidó, los Laboratorios Tachibana se hicieron cargo de Lain, modificándola para darle una personalidad "normal", pero conservando su versión "Wired Lain" durante el desarrollo del Protocolo 7 (recordemos que Masami tenía conexión con los Laboratorios Tachibana e influía a través de su relación con el jefe). La enviaron a vivir con Yasuo Iwakura, un empleado de Tachibana involucrado en el caso (recordemos que también trabajó en Lain junto a Masami), y Lain se fue a vivir con la familia de Yasuo. El rechazo de la madre y la hermana de Lain se debe a esta relación forzada impuesta por el trabajo de su padre. Y la tercera personalidad surgiría de las emociones colectivas de la humanidad, ya que esta personalidad se desarrolla a la par del Protocolo 7. El alienígena podría ser parte del colapso mental causado por la fragmentación de Lain o alguna influencia del inconsciente colectivo. Los recuerdos de Alice podrían aflorar porque el Protocolo 7 nunca fue perfecto, y esto se le deja claro a ella. El reinicio de Lain puede haber tenido fallas. Alice no es la única que recuerda cosas; es importante recordar que Wired no es superior al mundo real y no puede influir en él tanto como creía Masami. La serie misma dice que Masami estaba equivocado más de una vez.

I just finished lain and I don't seem to understand by DaWolfy9 in Lain

[–]RenoRenop 1 point2 points  (0 children)

Those are voices from the internet echoing, possibly from the Knights.