View Single Post
Old 09-09-2018, 01:33 PM   #3
nasser
Evangelist
nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.
 
nasser's Avatar
 
Posts: 477
Karma: 445678
Join Date: Feb 2010
Device: Too many..
Thanks a lot, NiLuJe!
I found the following lines in dmesg output(as soon as I connected my PW1):
Code:
[20228.272172] usb 1-1: new high-speed USB device number 5 using ehci-pci
[20228.435300] usb 1-1: New USB device found, idVendor=0525, idProduct=a4a2
[20228.435311] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[20228.435317] usb 1-1: Product: RNDIS/Ethernet Gadget
[20228.435324] usb 1-1: Manufacturer: Linux 2.6.31-rt11-lab126 with fsl-usb2-udc
[20229.149081] cdc_ether 1-1:1.0 usb0: register 'cdc_ether' at usb-0000:00:1d.7-1, CDC Ethernet Device, ee:49:00:00:00:00
[20229.149330] usbcore: registered new interface driver cdc_ether
[20229.152421] usbcore: registered new interface driver cdc_subset
[20229.280413] cdc_ether 1-1:1.0 enp0s29f7u1: renamed from usb0
From the last line, I copied enp0s29f7u1 into my old USB0 script, replacing USB0:
Code:
sudo ip address add 192.168.15.201 peer 192.168.15.244 dev enp0s29f7u1
Now it works!

Last edited by nasser; 09-09-2018 at 01:36 PM.
nasser is offline   Reply With Quote