Yocto Dunfell USB Ethernet Adapter not recognized - yocto

I am having issues with getting a USB Ethernet adapter usable on Yocto Dunfell.
I am using an old PREEMPT-RT Altera Kernel that has since had the branch nuked (4.1.22-ltsi-rt) and it doesn't seem Intel has any current RT branches.
dmesg shows the following when I plug in the adapter
usb 1-1: new high-speed USB device numebr 2 using dwc2.
usb 1-1: New USB device found ...
usb 1-1: New USB device strings ...
usb 1-1: Product: AX88179
usb 1-1: Manufacturer: ...
usb 1-1: Serial Number ...
ifconfig output shows no new eth or usb adapter.
Looking into /lib/modules/$(KERNEL_VER/kernel/drivers shows no usb folder.
Is there a way to download with apt or manually install the necessary driver ?

Related

STM32F767ZI nucleo board not connecting with USB

I am new to using the STM32 nucleo board. I have bought an STM32F767ZI nucleo board. I installed the STM-link utility V4.6 version and stm-link009 drivers. When I connect the micro-USB port of nucleo to my computer, its not getting detected. The COM LED LD4 is blinking. From the manual, I saw that its trying to connect if the LD4 RED led is blinking.
I have tried different computer and different USB cables.
The problem was with the micro-USB cable. I had tried different USB cables which I thought was good and worked with my phone to transfer data. But didn't work with STM32F767ZI. I bought a new one and it worked well.

How to install libusb-Win32 host driver into Windows IoT on Raspberry PI

I have a USB host C++ app running on Windows 10 that communicates by USB2 with an embedded USB device.
Now need to port to UWP C++ app on Windows IoT on Raspberry PI.
On my Windows 10, I first install the libusb-Win32 host driver into Windows.
Can't find how to do it in Windows IoT on Raspberry PI.
There is no out of box driver of libusb for Windows IoT Core, ARM, but you can build from source to target ARM architecture.
Source on GitHub.
If possible use modern USB API is easier.
Ref: "How to connect to a USB device (UWP app)".

Bootable Linuxmint on USB not working

I am trying to install linuxmint on my new hard drive but every time I try to boot it from my USB I only get 'Reboot and Select proper Boot device' in my monitor. I tried booting the USB on my laptop and it worked but not in my PC.
What you might want to try:
1) different USB slot on the target machine
2) different USB stick
3) checking the stick's access settings
4) different version of Mint

ethernet testing with Android Tablet 4.2.2

I am planning to develop a Ethernet test tool on android tablet. I know that it's better to run at wireless at Android. But I need the following information.
Does Android has driver support for Ethernet Cable
Does android has driver to access ethernet on USB port?
I know that this is not a programming question. But I found nowhere else to get the answers for these queries. Please don't consider this as off-topic. It would be helpful for me, if I can get the details.
Yes Android includes Ethernet over USB driver, and this function can be accessed by at least two ways:
(1) Adb port forwarding enabled by the following command in terminal. This requires adb being installed. Use any port number you want.
adb forward tcp:1234 tcp:1234
(2) USB tethering. It's usually found in Settings -> Wireless & Networks -> More... -> Tethering & portable hotspot -> USB tethering. If you connect your android device to a Linux computer via micro-USB cable and enable this function, your Linux computer will consider this cable as an "Ethernet" connection (actually shown as 'usb0' by ifconfig).
The answer is Yes. Android has Ethernet over USB Driver. I would use USB tethering. You can find it in Settings -> Wireless & Networks -> More... -> Tethering & portable hotspot -> USB tethering. If you connect your android device to a Linux computer via micro-USB cable.
I was able to find the documentation online for my question.
Thanks for help. I will close this postLink.

WinCE 6.0 on VMWare Player - access host USB Bluetooth dongle

I made an WinCE 6.0 R2 image and load it into VMWare Player 3.1.3. The host operating system is a Windows XP Sp3. I followed this article and all worked fine (the article uses VMWare Workstation, but it worked fine also with VMWare Player).
My final goal is from the virtual machine WinCE to use the Bluetooth USB dongle attached to the Windows XP host computer. In the WinCE image I had added support for Bluetooth USB like in this Mike Hall's post. Also I want to mention that I had included support for USB Host when I created the BSP, and also USB drivers are checked.
When I go in WinCE -> Control Panel -> Bluetooth Device Properties, Bluetooth Manager is launched. But if I try to make a "Scan device" I am getting the following error:
Bluetooth hardware error 10050 (controller not present)
But the dongle is attached to the VMWare Player and disconnected from the host, so theoretically the transport layer is controlled by the virtual machine and WinCE can talk with EHCI of the USB.
Can anyone give me a hint to follow? Any suggestions are welcome.
I have no idea whether the stuff described at http://www.codeproject.com/KB/windows/bth4devemul.aspx is required in your case...
There the FreeBT.NET stack is installed on the host PC to enable the WM emulator to use a host-attached Bluetooth dongle...