”io0” restart freebsd

I have internet connection using usb port. It says "io0”;
I need internet do download GNOME.
I can’t find answer to this.
Female programmer.
Its some kind of loopback connection.
 
If you do ifconfig with it unplugged and ifconfig with it plugged in, are there any differences?
A lot of USB-ethernet dongles use realtek chipsets which may not be included in the installation by default.
That means one needs to download a package in order to use it, but of course you need an interface to do that, so we have chicken and egg.
If you have another system I think you should be able to download a package and load it.

I'm not saying this is the problem but it's a possibility. There should be some info in dmesg or /var/log/messages about the device, usbconfig show_ifdrv (as root gives information about devices and attached drivers)
 
What says usbconfig? The kernel module may still be required because it's not a common device, as Mer said. If it's auto-loaded at boot depends on the model. I have used USB2ethernet dongles that still need a kernel module to get an official network interface.
 
Check /dev to see if a new device gets created when you plug the adapter in.

As root, run # usbconfig -d /dev/ugenX.X dump_device_desc, replacing X.X with the device that was created.
What does this command say?
 
Using ifconfig -a to detektivbyrån interface i get the error
sh:
vm_fault: pager read error, pid 30 (ifconfig)
pid 30 (ifconfig), jid 0, uid 0: exited on signal 10 (no core dump - other error)
Bus error
Is your filesystem clean? Run fsck if you have UFS partitions.

Check /var/log/messages and dmesg for hardware-related errors, especially disk-related ones.

Now may be a good time to check your disk cables physically. Replace them if you have spares and try again.

If the error persists, run tests with sysutils/smartmontools and sysutils/memtest86 to check your disk and memory health.
 
Then definitely check the cable connections and health of your hardware as I previously suggested before proceeding with anything else.
 
Back
Top