”io0” restart freebsd

So, of I write man 2 it ask me What manual page do you want?
What to type here?
Now I made an autoboot and was able to login rätoromanska Taura
I still need to find out how to write lo0
 
Here is the output,
sh:
Loader variables:
vfs.root.mountfrom=zfs:zroot/ROOT/default

Manual root filesystem specification:
  <fstype>:<device> [options]
      Mount <device> using <fstype>
      and with the specified (optional) option list.
      
      eg. ufs:/dev/da0s1a
          zfs:zroot/ROOT/default
          cd9660:/dev/cd0 ro
            (which is equivqlent to: mount -t cd9660 -o ro /dev/cd0 /)
  ?                List valid disk boot devices
  .                Yield 1 second (for background tasks)
  <empty line>     Abort manual input
 
Here is the output of dmesg:

you are not providing useful information for troubleshooting.

plug in the USB device. run the command dmesg. Post the full output of the command as text here.

This is what it says,
Code:
Loader variables:
vfs.root.mountfrom=zfs:zroot/ROOT/default

Manual root filesystem specification:
  <fstype>:<device> [options]
      Mount <device> using <fstype>
      and with the specified (optional) option list.
      
      eg. ufs:/dev/da0s1a
          zfs:zroot/ROOT/default
          cd9660:/dev/cd0 ro
            (which is equivqlent to: mount -t cd9660 -o ro /dev/cd0 /)
  ?                List valid disk boot devices
  .                Yield 1 second (for background tasks)
  <empty line>     Abort manual input
The punctuation there vinfirmans I’m in the right mode

Time for a beer now
 
What is X.X supposed to be?
The USB bus, followed by the address assigned to the device on that bus. ls /dev/ugen* gives you a list of all that is available on your machine.

Which key do I press to write lo0?
This question shouldn’t be that hard to answer to
lo0 is the loopback interface. It lives entirely in the network stack, has no impact on your network interface controller(s) and has nothing to do with your USB device.
If running something as basic as ifconfig fails on your system, then lo0 should be the least of your problems. Forget about it entirely and fix your hardware problems first.
Trying to configure the USB device before having a stable operating system running on reliable hardware is a complete waste of time.
 
Back
Top