Raspberry pi Zero and Ethernet USB adapters
Francisco Garcia (8668) 1 post |
Hi, I just began to introduce myself to Risc OS, and after a few weeks I find it fascinating. I have been playing around with a Raspberry pi 4, however, I find out that Risc OS only use one core, and then came to my mind to use a Raspberry pi Zero. However, I can not make the pi Zero to recognize a USB Ethernet Adapter (Lenovo USB 2 Ethernet, based on the AX88772B chipset). I find this post Supporting the Pi Zero but it is not clear to me if in 5.28 there is anything to be done. I understand that new versions do not have the drivers to support other ethernet adapters that the one in the pi (and the Zero does not have one). So I was wondering if I missing something. Any guidance is welcomed! |
Stuart Painting (5389) 714 posts |
The AX88772B chipset should work, but there are a number of things that could have gone wrong. To start with, I’ll mention what should happen when things are working.
Things that can go wrong:
Some questions:
|
Francisco Garcia (8668) 2 posts |
Stuart, thanks!… here goes the answer to your questions:
I’m wondering if the adapter may have an incompatible chipset… but the only reference I have is this one… Lenovo USB 2.0 Ethernet Adapter One other question, if I use my pi 4, and connect the adapter, it should be detected right? |
Raik (463) 2061 posts |
Have a comparable Lenovo adapter for my Pandora. *Set EtherUSB$Product_0b95_772b AX88772 |
Francisco Garcia (8668) 2 posts |
Raik, thanks! It took me a while, but I figure it out. I will document just in case anyone faces this issue again: I created and obey file in predesk (for anyone newby like me, you can follow these references):
I named the file EtherUSB (created a text file, and the changed file type to obey). And included the lines suggested by Raik: *Set EtherUSB$Product_0b95_772b AX88772 And I did not work. But I then thought on checking the vendor and product id for my adapter. I used Raspberry pi OS and follow this guide to identify the vendor and product id for my adapter(https://linuxhint.com/list-usb-devices-linux/), made the changes in EtherUSB, and voila! it worked! These are the changed I made: *Set EtherUSB$Product_17ef_7203 AX88772 |
Raik (463) 2061 posts |
Sounds good and you have right. I should use more words … sorry. |