Re: [OpenIndiana-discuss] OI Hipster becomes unreachable over network after a certain length of uptime

2021-12-21 Thread Judah Richardson
On Tue, Dec 21, 2021 at 2:06 AM Joshua M. Clulow  wrote:

> On Mon, 20 Dec 2021 at 22:26, Judah Richardson
>  wrote:
> > On Tue, Dec 21, 2021 at 12:23 AM Joshua M. Clulow via
> openindiana-discuss  wrote:
> >> > Any logs or anything like that in particular I should take a look at?
> >> What driver is in use?
> > How do I determine this?
>
> What do you see in "ipadm show-addr"

$ sudo ipadm show-addr
Password:
ADDROBJ   TYPE STATEADDR
lo0/v4static   ok   127.0.0.1/8
rge0/_b   dhcp ok   192.168.0.71/24
lo0/v6static   ok   ::1/128
rge0/_a   addrconf ok   fe80::7a45:c4ff:fe14:10a4/10

and "dladm show-ether"?

~$ sudo dladm show-ether
LINKPTYPESTATEAUTO  SPEED-DUPLEX
PAUSE
rge0current  up   no1G-fnone

  By
> default, NICs are named with the driver you're using; e.g., "bge0" is
> an instance of the "bge" driver.
>
> >> What model of NIC is it?
> >
> > It's an onboard Realtek NIC.
>
> If you "pkg install diagnostic/pci" you should be able to:
>
> /usr/lib/pci/pcieadm show-devs -o bdf,vid,did,driver,vendor,device
>
$ sudo /usr/lib/pci/pcieadm show-devs -o bdf,vid,did,driver,vendor,device
BDF VID   DID   DRIVER VENDORDEVICE
0/0/0   8086  100   -- Intel Corporation 2nd
Generation Core Processor Family DRAM Controller
0/2/0   8086  102   i9150  Intel Corporation 2nd
Generation Core Processor Family Integrated Graphics Controller
0/16/0  8086  1c3a  -- Intel Corporation 6
Series/C200 Series Chipset Family MEI Controller #1
0/1a/0  8086  1c2d  ehci0  Intel Corporation 6
Series/C200 Series Chipset Family USB Enhanced Host Controller #2
0/1b/0  8086  1c20  audiohd0   Intel Corporation 6
Series/C200 Series Chipset Family High Definition Audio Controller
0/1c/0  8086  1c10  -- Intel Corporation 6
Series/C200 Series Chipset Family PCI Express Root Port 1
0/1c/2  8086  1c14  pcieb1 Intel Corporation 6
Series/C200 Series Chipset Family PCI Express Root Port 3
0/1c/4  8086  1c18  pcieb2 Intel Corporation 6
Series/C200 Series Chipset Family PCI Express Root Port 5
3/0/0   10ec  8168  rge0   Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
0/1d/0  8086  1c26  ehci1  Intel Corporation 6
Series/C200 Series Chipset Family USB Enhanced Host Controller #1
0/1f/0  8086  1c5c  isa0   Intel Corporation H61
Express Chipset LPC Controller
0/1f/2  8086  1c00  pci-ide0   Intel Corporation 6
Series/C200 Series Chipset Family Desktop SATA Controller (IDE mode, ports
0-3)
0/1f/3  8086  1c22  -- Intel Corporation 6
Series/C200 Series Chipset Family SMBus Controller
0/1f/5  8086  1c08  pci-ide1   Intel Corporation 6
Series/C200 Series Chipset Family Desktop SATA Controller (IDE mode, ports
4-5)


>
> e.g., I can see, on one of my systems:
>
>0/1f/6  8086  15b7  e1000g0Intel Corporation
> Ethernet Connection (2) I219-LM
>
>
> Cheers.
>
> --
> Joshua M. Clulow
> http://blog.sysmgr.org
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI Hipster becomes unreachable over network after a certain length of uptime

2021-12-21 Thread Joshua M. Clulow via openindiana-discuss
On Mon, 20 Dec 2021 at 22:26, Judah Richardson
 wrote:
> On Tue, Dec 21, 2021 at 12:23 AM Joshua M. Clulow via openindiana-discuss 
>  wrote:
>> > Any logs or anything like that in particular I should take a look at?
>> What driver is in use?
> How do I determine this?

What do you see in "ipadm show-addr" and "dladm show-ether"?  By
default, NICs are named with the driver you're using; e.g., "bge0" is
an instance of the "bge" driver.

>> What model of NIC is it?
>
> It's an onboard Realtek NIC.

If you "pkg install diagnostic/pci" you should be able to:

/usr/lib/pci/pcieadm show-devs -o bdf,vid,did,driver,vendor,device

e.g., I can see, on one of my systems:

   0/1f/6  8086  15b7  e1000g0Intel Corporation
Ethernet Connection (2) I219-LM


Cheers.

-- 
Joshua M. Clulow
http://blog.sysmgr.org

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss