Tagged: USB tethering
- This topic has 10 replies, 4 voices, and was last updated 3 years, 7 months ago by
brandit. This post has been viewed 1936 times
-
AuthorPosts
-
-
December 16, 2017 at 5:04 pm #12336
haunter
Participantfirst of all thanks mate!you rock!
something i missing definitely…i am trying to connect my pi with pi-tail with usb tethering in my PC.
i have replaced the correct /boot/cmdline.txt with /boot/cmdline.ether
i am connecting my pi0 from usb port to my pc’s usb port
and i am trying to connect with ssh at 192.168.44.254 , but it cant connect….
what am i missing? -
December 16, 2017 at 7:00 pm #12337
thaihugo
ParticipantDoes your config.txt exist with dtoverlay=dwc2 in it?
Also try an “ipconfig /all” on pc to see if your usb network is up. Do you have an usb interface in config panel-network interface? -
December 16, 2017 at 7:41 pm #12338
haunter
Participantheya!!
thanks for the reply!
config.txt exists with the dtoverlay=dwc2
my ipconfig /all prints like this
i cant understand your last question, where should i look for this?
edit: i tried to ssh through 169.254.123.85 but its doesnt allow me
-
December 16, 2017 at 7:48 pm #12339
thaihugo
ParticipantYou seem to not get an ip adress.
Your usb adapter should have 192.168.44.1
You can try to set it manually. In your network parameters, find the usb adapter and try to set a fixed ip with 192.168.44.1 mask 255.255.255.0 , gateway and dns not important.
-
December 16, 2017 at 8:10 pm #12340
haunter
Participantthanks!! that did the trick! i am connected now , but i cannot connect to internet through pi-tail
also i noticed that
i cant use pi’s wifi adapter to log into network.
“sorry for my noob-alike-questions…”
-
December 16, 2017 at 9:09 pm #12341
thaihugo
Participantdid you try a ‘setgw’ command once connected?
-
December 16, 2017 at 9:16 pm #12342
haunter
Participantyep and i cant connect to internet
and wifi isnt working , should i activated somehow?
-
December 16, 2017 at 9:46 pm #12343
thaihugo
ParticipantI think there is a tab on your usb network adapter in windows to share the internet connection
As for wifi, this is normal linux configuration. Check your /boot/wpa_supplicant.conf configuration to make sure you have a proper ssid and password
Ie replace homenet with your ssid and psk=’yoursuperpassword’
You might need to restart twice. -
April 20, 2018 at 4:05 pm #13092
888888
Participanti am on a mac , i can connect my pi-tail as USB mass storage , connect WiFi tethering on my android phone, also i have place /boot/cmdline.txt with /boot/cmdline.ether, config.txt exist with dtoverlay=dwc2 , just can not connect to 192.168.44.254 through my mac
-
April 23, 2018 at 8:55 pm #13098
888888
Participanti am wondering where to change the default wifi password,
wpa_supplicant.active, or the wpa_supplicant.conf ?
-
-
AuthorPosts
- You must be logged in to reply to this topic.