SCIENTIFIC-LINUX-USERS Archives

January 2018

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Alan Bartlett <[log in to unmask]>
Reply To:
Alan Bartlett <[log in to unmask]>
Date:
Sun, 21 Jan 2018 00:26:41 +0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (51 lines)
On 21 January 2018 at 00:08, Bruce Ferrell <[log in to unmask]> wrote:
> On 1/20/18 3:42 PM, Alan Bartlett wrote:
>
> I'll suggest that you try something like the following --
>
> $ lsusb > unconnected.txt
> Plug in the device.
> $ lsusb > connected.txt
> $ diff unconnected.txt connected.txt
>
> -- and then report the hexadecimal ID pairing. From that, we might be
> able to deduce the required driver.
>
> Here's my real-life example --
>
> [Duo2 tmp]$ lsusb > unconnected.txt
> [Duo2 tmp]$ # Plugged in the device.
> [Duo2 tmp]$ lsusb > connected.txt
> [Duo2 tmp]$ diff connected.txt unconnected.txt
> 1d0
> < Bus 002 Device 002: ID 0b95:7720 ASIX Electronics Corp. AX88772
> [Duo2 tmp]$
>
> -- the hexadecimal ID pairing for my example being 0b95:7720. That ID
> pairing points to the asix driver.
>
> Alan.
>
> Thanks loads Alan,
>
> The "gadget" I'm plugging is, is a Raspberry PI and I found that the
> Scientific side is doing the right thing.  ifconfig usb0 shows the usb
> network interface appears as it's supposed to.  udev works!
>
> I stupidly thought I had to load g_ether on the "host" side.  No... Not
> really.  Just on the PI and that works out of the box.
>
> We can all go back to sleep now.
>
> I've been down the rabbit hole, learned how to build a modified kernel,
> found out that wasn't what I needed after all  and returned to what I
> started out to do... a PI cluster using USB networking.
>
>
Thanks for the update. I'm pleased to know things are working correctly.

A Pi Cluster using USB networking reads as "interesting". Perhaps you
will write it up somewhere, when time permits?

Alan.

ATOM RSS1 RSS2