On Tue, Jul 14, 2026, 3:44 AM raviraj_sap via 9fans <[email protected]> wrote:
> Hi > > ls /net doest not list any ether0 or ether1 entry. > > pci shows two ‘net’ entries. > > How to setup wifi & ethernet? > > Thanks > rraj > *9fans <https://9fans.topicbox.com/latest>* / 9fans / see discussions > <https://9fans.topicbox.com/groups/9fans> + participants > <https://9fans.topicbox.com/groups/9fans/members> + delivery options > <https://9fans.topicbox.com/groups/9fans/subscription> > Permalink > <https://9fans.topicbox.com/groups/9fans/T3991c01346348498-Ma86219f24d5d8f8a036e1f44> > What Plan 9 are you running? It also helps to tell us exactly what hardware you have. To list the Ethernet adapters in your system see the output of: ls '#'l #l is the ether(3) kernel Ethernet adapter server. On 9 front, a plan 9 fork, #l/ether0 is bound to /net by default. If you don't see any adapters listed from the kernel, you might have one of two problems: unsupported Ethernet controller, or a supported Ethernet controller with a slightly different PCI device ID (did.) The latter is an easy fix by simply adding the did to the associated driver then recompiling and running that kernel. ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T3991c01346348498-Mc1a4375c2407a2d03e94c74a Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
