”io0” restart freebsd

D

Deleted member 85076

Guest
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.
 
I tried both lowercase L and uppercase i, but it does not recognize
 
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 happens when you unplug and re-plug the USB network adapter. Does it print anything on the console?
I actually see now that it gives an error message on the whole screen. I will have to look closer into this
 
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.
 
I’m hinna boot in Single user, but needo ask duck.ai about eventual error messages.
 
As some other kind of problem I installed using pointer because I’m creating a video game; but I need to learn the newckeyboard
 
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?
 
I get a bus error
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
 
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.
 
Back
Top