View Single Post
Old 09-18-2023, 12:38 PM   #5
hepyrian
Junior Member
hepyrian began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Sep 2023
Device: K4
Looks like you were right! Here's how I fixed it for anyone googling this in the future:

instead of using
Quote:
sudo ifconfig usb0 192.168.15.201
to set up the IP, instead try
Quote:
sudo ip addr add 192.168.15.201/24 dev usb0
(or whatever the device name is)

Thanks!
hepyrian is offline   Reply With Quote