#Issues with USB tethering and Wifi connection on Gentoo system

1 messages · Page 1 of 1 (latest)

ruby sail
#

As it says in the title. I use USB tethering because my laptops NIC is outdated, but after I installed gentoo I found it has issues with networking. I basically cannot access the internet or download anything off of a site as wget says it has temporary name resolution errors with the download address. Pinging 8.8.8.8 leaves the system hanging with no response. I did install wthe necessary USB networking modules as by the gentoo wiki and I ran make and make modules_install multiple times to make sure, and it returns the output of .ko files for the respective modules. But what exactly is the issue here?

cobalt merlin
#

How are you setting up the tethering?

#

I've had good success with networkmanager

ruby sail
#

I installed kernel modules for USB tethering with android but it does not allow for network access. The modules do recognise that there is an android device connected through dmesg but it does not connect or use the network... I will however look into networkmanager and see how that helps. Is it compatible with OpenRC?

cobalt merlin
#

Yes, NM just manages interfaces for you.

ruby sail
#

I installed NM through the Live CD environment and then again on the real environment through emerge... It doesnt seem to be able to access 8.8.8.8 when I ping it so it obviously is not connecting. How would I get it to detect, connect to, and access wifi from the android device?

cobalt merlin
#

Hm. It "just works" for me when I put my phone into USB tethering mode

#

NetworkManager lets me select the desired interface and Magicks dhcp (etc)

ruby sail
#

It "just works"??!! angy What do you mean it 'just works'?

cobalt merlin
#

It works with no issues or magic configuration

ruby sail
#

Well it doesn't work for me now that I've installed it and removed the dhcpcd client for it? Shall I just uninstall and look for another option or is there a condition I should meet?

cobalt merlin
#

Step back and work out why it isnt working.

#

Is the interface turning up

#

Do you get anything in dmesg

#

Is tethering enabled on the handset side?

ruby sail
#

I found the issue, when my system boots up, NetworkManager fails to establish a network connection

cobalt merlin
#

I see.

ruby sail
#

Turns out the entire issue was that I didnt follow the guide correctly. But thanks for all ur help