Re: trouble with my network card

2019-05-21 Thread Greg Wooledge
On Tue, May 21, 2019 at 07:05:49AM -0400, BELAHCENE Abdelkader wrote:
> I have a trouble with my network card (extern card)
> lspci gives:
> 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
> RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
> mii-tool  enp4s0
> SIOCGMIIPHY on 'enp4s0' failed: No such device

I would suggest you try installing the firmware-realtek package (it's
non-free) if you haven't already done so.  Then reboot.

https://packages.debian.org/stretch/firmware-realtek



Re: trouble with my network card

2019-05-21 Thread Pascal Hambourg

Le 21/05/2019 à 13:05, BELAHCENE Abdelkader a écrit :

Hi,
I have a trouble with my network card (extern card)


What do you mean by "extern card" ? It looks like an internal PCIe card.


lspci gives:
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
mii-tool  enp4s0
SIOCGMIIPHY on 'enp4s0' failed: No such device


You may have better luck with ethtool instead of mii-tool.


ifconfig  enp4s0
enp4s0: flags=4098  mtu 1500


The interface is not UP.



trouble with my network card

2019-05-21 Thread BELAHCENE Abdelkader
Hi,
I have a trouble with my network card (extern card)
lspci gives:
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
mii-tool  enp4s0
SIOCGMIIPHY on 'enp4s0' failed: No such device

ifconfig  enp4s0
enp4s0: flags=4098  mtu 1500
inet 192.168.10.20  netmask 255.255.255.0  broadcast 192.168.10.255
ether 00:e0:4c:68:0d:d7  txqueuelen 1000  (Ethernet)
RX packets 32  bytes 1920 (1.8 KiB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 0  bytes 0 (0.0 B)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
I can ping it in the local machine
but not from another machine,  the lightspot of the card is off !!!

What is happening ??  mii-tool doesn't find it but I can put an address??

thanks for help
regards