Parrot OS: Problems in accessing internet via usb tethering

Poppo

New Member
Joined
Oct 8, 2024
Messages
7
Reaction score
0
Credits
54
Hi, noob here :)


Parrot OS fresh installed, it runs smoothly. No problems access internet via wifi Tethering connection.

I have problems access internet via usb Tethering connection.

Parrot Is connecting to the smartphone but it does not access the web.

firewall deactivated, anonsurf deactivated

I'm Using the same smartphone with ubuntu. No problems of any sort accessing internet via usb tethering.



Parrot security 6.2 6.9.7-amd64
 


Welcome,
Have you installed direct to hard-drive or to a VM? if direct to HDD then Please run from the terminal inxi -Nn and then copy/paste back the full report [you're probably missing a driver]
 
hi, here the report


Code:
Network:
  Device-1: Intel Cannon Point-LP CNVi [Wireless-AC] driver: iwlwifi
  IF: wlp0s20f3 state: down mac: e2:3a:df:db:9c:27
  Device-2: Intel Ethernet I219-LM driver: e1000e
  IF: enp0s31f6 state: down mac: 98:fa:9b:e4:94:0f
 
here the report when the smartphone is connected via usb



Code:
Network:
  Device-1: Intel Cannon Point-LP CNVi [Wireless-AC] driver: iwlwifi
  IF: wlp0s20f3 state: down mac: 5a:16:b0:e6:bd:0e
  Device-2: Intel Ethernet I219-LM driver: e1000e
  IF: enp0s31f6 state: down mac: 98:fa:9b:e4:94:0f
  IF-ID-1: enx026e5d52374d state: unknown speed: -1 duplex: half
    mac: 02:6e:5d:52:37:4d
 
Device-1: Intel Cannon Point-LP CNVi [Wireless-AC] driver: iwlwifi
IF: wlp0s20f3 state: down mac: e2:3a:df:db:9c:27
known not to be Linux friendly, no guarantees but you could try using a back port driver


sudo apt update && apt install backport-iwlwifi-dkms
 
Device-1: Intel Cannon Point-LP CNVi [Wireless-AC] driver: iwlwifi
IF: wlp0s20f3 state: down mac: e2:3a:df:db:9c:27
known not to be Linux friendly, no guarantees but you could try using a back port driver


sudo apt update && apt install backport-iwlwifi-dkms


but iwlwifi is the driver for wireless card?
the wireless tethering works fine


the problem is when i use USB tethering
(i connect via usb my smartphone for sharing connection via usb cable)


maybe the problem is this ethernet driver?
"Intel Ethernet I219-LM driver: e1000e"
 
I will go back to my question, have you installed direct to hard-
Device-1: Intel Cannon Point-LP CNVi [Wireless-AC] driver: iwlwifi IF: wlp0s20f3 state: down mac: 5a:16:b0:e6:bd:0e Device-2: Intel Ethernet I219-LM driver: e1000e IF: enp0s31f6 state: down mac: 98:fa:9b:e4:94:0f IF-ID-1: enx026e5d52374d state: unknown speed: -1 duplex: half mac: 02:6e:5d:52:37:4d

drive or in a VM [virtual machine]

device 1 is the Wi-Fi card
device 2 is Ethernet]
device 3 is your phone
the wi-fi is showing down but is also showing it having a driver assigned , this normally indicates either hard block or wrong/corrupt driver
the Ethernet is showing down and will be unless connected
 
I will go back to my question, have you installed direct to hard-


drive or in a VM [virtual machine]

device 1 is the Wi-Fi card
device 2 is Ethernet]
device 3 is your phone
the wi-fi is showing down but is also showing it having a driver assigned , this normally indicates either hard block or wrong/corrupt driver
the Ethernet is showing down and will be unless connected

i have installed parrot on the hard disk, no virtual machine


when i use the smartphone in wireless tethering (no usb cable) it works fine
in that case you see the wifi is showing up

Code:
Network:
  Device-1: Intel Cannon Point-LP CNVi [Wireless-AC] driver: iwlwifi
  IF: wlp0s20f3 state: up mac: 04:ed:33:ed:21:0a
  Device-2: Intel Ethernet I219-LM driver: e1000e
  IF: enp0s31f6 state: down mac: 98:fa:9b:e4:94:0f



the problem is when i want to use the USB tethering to share smartphone connection to internet

i guess the problem it could be the ethernet driver e1000e
 
Last edited:
the problem is when i want to use the USB tethering to share smartphone connection to interne
Sorry, I don't understand, and so may not be able to go any further,
when I use a 4g dongle/phone, I connect it by cable, and it's automatically recognised [I dont use blue tooth as I do not considder it secure]
 
Sorry, I don't understand, and so may not be able to go any further,
when I use a 4g dongle/phone, I connect it by cable, and it's automatically recognised [I dont use blue tooth as I do not considder it secure]

Oh no no, my bad, i'm not english mother language, sorry for my lack of clearness.

When i use ubuntu, usb cable connection isn't an issue


Only with Parrot.


Thx for your patience and kindness
 
I found this on reddit


USB tethering will stop working on linux. ( For most of us )


Kernel I don't understand why not more people are talking about this since this change will come into effect from 6.7 I surmise. I tried opensuse last night and to my surprise, it already had blacklisted rndis drivers. Had to sudo modprobe it. Is there any chance they can revert this change ? https://www.phoronix.com/news/Linux-Disable-RNDIS-Drivers


 



Top