Boosted240 Posted August 29, 2016 Share Posted August 29, 2016 I'm finally getting around to updating my old setup (see attached photos) with my Tetra. (I've also replaced the RPi 1 with an RPi 2) In the original setup the MK4 was connected to the Pi via eth and all was well. Static IP, used SSH from the MK4 to the Kali RPi. Now with the Tetra I'm connecting to the Kali Pi via the micro USB ETH port, but I'm having no luck. Looking on the Pi, the adapter looks like its listed using "lsusb" but it won't show up under interfaces. All I have is eth0 (the Pi's eth port) Both devices are fully powered. The Tetra at 12v, 2A. Pi at 5v 2A. Any ideas? root@kali:~# lsusb Bus 001 Device 008: ID 148f:2770 Ralink Technology, Corp. RT2770 Wireless Adapter Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub root@kali:~# ifconfig eth0 Link encap:Ethernet HWaddr UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:64 errors:0 dropped:0 overruns:0 frame:0 TX packets:64 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:5184 (5.0 KiB) TX bytes:5184 (5.0 KiB) wlan0 Link encap:Ethernet HWaddr inet addr:192.168.1.112 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::2c0:caff:fe32:c219/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1766 errors:0 dropped:0 overruns:0 frame:0 TX packets:389 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:195338 (190.7 KiB) TX bytes:58971 (57.5 KiB) root@kali:~# https://www.dropbox.com/sh/jr62ncj4u54sr06/AACPcQplq0QYg5WTFRWDRvnsa?dl=0 Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted August 29, 2016 Share Posted August 29, 2016 52 minutes ago, Boosted240 said: ...Looking on the Pi, the adapter looks like its listed using "lsusb"... Your 'lsusb' output does not show any TETRA being connected. This is the VID:PID of a TETRA: Bus 002 Device 005: ID 0bda:8152 Realtek Semiconductor Corp. Quote Link to comment Share on other sites More sharing options...
Boosted240 Posted August 29, 2016 Author Share Posted August 29, 2016 Okay, then 003 must be the Tetra's eth adapter? Well then, that's really odd. Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted August 29, 2016 Share Posted August 29, 2016 (edited) 20 minutes ago, Boosted240 said: Okay, then 003 must be the Tetra's eth adapter? Well then, that's really odd. No... Unless the Pi is doing weird things and displaying wrong VID:PIDs, there is no TETRA being listed in your output. It should be the one I posted in my first reply. Is the driver loaded? "ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter" is the Pi's Ethernet port. Edited August 29, 2016 by Foxtrot Quote Link to comment Share on other sites More sharing options...
Boosted240 Posted August 29, 2016 Author Share Posted August 29, 2016 I'm not sure on the driver, but I figured the adapter would show up even if the driver wasn't present? How can I check for, or get the driver? I haven't run Kali in a good while, so I'm currently doing: apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y Thank you in advance for your assistance! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.