User Tools

Site Tools


bsd:notes:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:notes:misc [2025/03/10 00:59] Sean Rhonebsd:notes:misc [2025/05/21 11:13] (current) Sean Rhone
Line 34: Line 34:
  
   usbconfig -d '/dev/ugen0.6' power_off   usbconfig -d '/dev/ugen0.6' power_off
 +
 +===== Mount MTP =====
 +
 +  su -
 +
 +  pkg install 'fusefs-jmtpfs'
 +
 +  kldload 'fusefs'
 +
 +  mkdir -p '/mnt/MTP' && jmtpfs -o 'allow_other' '/mnt/MTP'
  
 ===== User/Group ===== ===== User/Group =====
Line 88: Line 98:
  
   service 'netif' restart 'wlan0'   service 'netif' restart 'wlan0'
 +
 +===== Ethernet Speed =====
 +
 +  su -
 +
 +  ifconfig -m
 +
 +  ifconfig 'em0' 'tso' 'media' '1000baseT' 'mediaopt' 'full-duplex'
 +
 +  ifconfig 'bge0' 'media' '1000baseT' 'mediaopt' 'full-duplex,master'
  
 ===== hw-probe ===== ===== hw-probe =====
/srv/www/wiki/data/attic/bsd/notes/misc.1741582796.txt.gz · Last modified: by Sean Rhone