Re: Ethernet not working on a Dell notebook

2024-03-16 Thread Max Nikulin
On 16/03/2024 16:18, fran...@libero.it wrote: root@debian:/home/frantal# networkctl WARNING: systemd-networkd is not running, output will be incomplete. OK, so all devices are under control of NetworkManager and there is no modification of its global configuration. root@debian:/home/franta

Ethernet not working on a Dell notebook

2024-03-16 Thread frantal
root@debian:/home/frantal# cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-6.1.0-18-amd64 root=UUID=34ae470f-b795-4ac5-af94-6419651c910b ro quiet splash

Ethernet not working on a Dell notebook

2024-03-16 Thread frantal
Hi, this morning I had to give 3 times the command before etehernet begun to work. Here the commands I read need to hel me: root@debian:/home/frantal# networkctl WARNING: systemd-networkd is not running, output will be incomplete. IDX LINK TYPE OPERATIONAL SETUP 1 lo loopback - unmanaged 2 en

Re: Ethernet not working on a Dell notebook

2024-03-15 Thread Stefan Monnier
> advantage. Plugged in cable is detected immediately. With dhclient running > by ifupdown, it may take some minutes till next DHCP request is sent. [ It can take *many* minutes. ] You can use `ifplugd` to make it react to plugging/unplugging the cable, in case you don't want to use NetworkManage

Re: Ethernet not working on a Dell notebook

2024-03-15 Thread Franco Martelli
On 15/03/24 at 03:53, Max Nikulin wrote: On 13/03/2024 23:53, Franco Martelli wrote: On 13/03/24 at 16:06, Max Nikulin wrote: On 13/03/2024 21:52, Franco Martelli wrote: They can coexist. NetworkManager in default configuration ignores interfaces under control of ifupdown (/etc/network/interf

Ethernet not working on a Dell notebook

2024-03-15 Thread frantal
Here part of the command "dmesg" I tried to scroll back, then select all and copy, but I didn't see all the answer of the command. I don't know how to do it! Meanwhile I cancelled what I wrote on /etc/default/grub and now it is as it was originally. Reboot also didn't help. Thanks again for th

Re: Ethernet not working on a Dell notebook

2024-03-14 Thread Max Nikulin
On 13/03/2024 23:53, Franco Martelli wrote: On 13/03/24 at 16:06, Max Nikulin wrote: On 13/03/2024 21:52, Franco Martelli wrote: They can coexist. NetworkManager in default configuration ignores interfaces under control of ifupdown (/etc/network/interfaces). Detailed messages from NetworkMan

Re: Ethernet not working on a Dell notebook

2024-03-14 Thread Marco Moock
Am 14.03.2024 um 17:13:12 Uhr schrieb fran...@libero.it: > After rebooting the problem remains. What does dmesg say? -- Gruß Marco Send spam to 1710432792mu...@cartoonies.org

Re: Ethernet not working on a Dell notebook

2024-03-14 Thread Franco Martelli
On 14/03/24 at 17:03, fran...@libero.it wrote: Hello, I did as indicated, but the connection needs the command sudo mii-tool enp19s0 -F 10baseT-FD to enable. revert the change to /etc/default/grub remove -iommu=soft amd_iommu- strings: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" run again: ~#

Fwd: Re: Ethernet not working on a Dell notebook

2024-03-14 Thread frantal
8 CET > Oggetto: Re: Ethernet not working on a Dell notebook > > > Am 14.03.2024 schrieb fran...@libero.it: > > > auto eth0 > > remove that.

Re: Ethernet not working on a Dell notebook

2024-03-14 Thread Franco Martelli
On 14/03/24 at 09:07, fran...@libero.it wrote: Hi, good morning. This is the command: /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" iommu=soft amd_iommu GRUB_CMDLINE_LINUX=""> Nope the line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" iommu=soft amd_iommu

Re: Ethernet not working on a Dell notebook

2024-03-14 Thread Marco Moock
Am 14.03.2024 schrieb fran...@libero.it: > auto eth0 remove that.

Re: Ethernet not working on a Dell notebook

2024-03-14 Thread frantal
root@debian:/home/frantal# dmesg |grep r8169 root@debian:/home/frantal# sudo dmesg |grep r8169 root@debian:/home/frantal# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /e

Re: Ethernet not working on a Dell notebook

2024-03-14 Thread frantal
Here again the answer of journalctl: p19s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') mar 14 09:02:25 debian NetworkManager[565]: [1710403345.7907] dhcp4 (enp19s0): activation: beginning transaction (timeout in 45 seconds) mar 14 09:02:25 debian NetworkManag

Re: Ethernet not working on a Dell notebook

2024-03-14 Thread Marco Moock
How is /etc/network/interfaces now configured? Unconfigure your interface there and only use the NetworkManager. Then it should log about autoneg. What does dmesg |grep r8169 print?

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread Marco Moock
Am 13.03.2024 um 17:53:40 Uhr schrieb Franco Martelli: > Sadly the useful information of the command output is truncated, > could you post it again maximizing the window before you copy? For > the journalctl command use this synta Call journalctl with --no-pager and the full line will be shown an

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread Franco Martelli
On 13/03/24 at 18:20, fran...@libero.it wrote: Hello, I did I tried to modify as suggested.I couldn't use sudo update-grub So I gave this command: I think there is an error in the procedure Waiting for suggestions... What is the output of: ~# cat /etc/default/grub | head -10 -- Franco M

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread frantal
Hello, I did I tried to modify as suggested.I couldn't use sudo update-grub So I gave this command: I think there is an error in the procedure Waiting for suggestions... Francesco > Il 13/03/2024 18:10 CET Franco Martelli ha scritto: > > > On 13/03/24 at 17:51, fran...@libero.it wrote:

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread Franco Martelli
On 13/03/24 at 17:51, fran...@libero.it wrote: Sorry what is the procedure to add "iommu=soft amd_iommu" to the kernel command-line? It is the first time I work with kernel. I went to /etc/default/grub and on the line GRUB_CMDLINE_LINUX_DEFAULT I have ="quiet splash" Have I to add ? Thanks for

Ethernet not working on a Dell notebook

2024-03-13 Thread Franco Martelli
On 13/03/24 at 16:06, Max Nikulin wrote: On 13/03/2024 21:52, Franco Martelli wrote: Do you have configured both NetworkManager and Debian /etc/network/interfaces? They cannot coexist, They can coexist. NetworkManager in default configuration ignores interfaces under control of ifupdown (/

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread frantal
'managed') mar 11 16:48:25 debian NetworkManager[626]: [1710172105.9482] manager: NetworkManager state is now CONNECTING mar 11 16:48:25 debian NetworkManager[626]: [1710172105.9850] device (wlp18s0b1): set-hw-addr: reset MAC address to C4:17:FE:D7:54:E2 (preserve) mar 11 16:48:26 debian Netw

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread Marco Moock
Am 13.03.2024 um 16:14:22 Uhr schrieb fran...@libero.it: > mar 13 11:55:20 debian NetworkManager[569]: [1710327320.4031] > dhcp4 (en> mar 13 11:55:20 debian NetworkManager[569]: > [1710327320.4152] dhcp4 (en> Use journalctl --no-pager -t NetworkManager to get the complete lines. -- Gruß Marc

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread frantal
Asking to CahtGPT was just for curiosity hoping for an eventual addressing where to go About commands you suggest, hereunder the answer: Active: failed (Result: exit-code) since Wed 2024-03-13 11:54:42 CET; 4h 1> Docs: man:interfaces(5) Process: 536 ExecStart=/sbin/ifup -a --r

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread Max Nikulin
On 13/03/2024 21:52, Franco Martelli wrote: Do you have configured both NetworkManager and Debian /etc/network/interfaces? They cannot coexist, They can coexist. NetworkManager in default configuration ignores interfaces under control of ifupdown (/etc/network/interfaces). Detailed messages

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread Franco Martelli
On 13/03/24 at 10:19, fran...@libero.it wrote: Hello, thanks for your answers. I used the cable with other notebooks and it worked. In any case I used another cable to test it, but I had the same reactions, no connection! Today I had to give the command 3 times before having a connection...

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread frantal
Here the "long" output of the 2 requested commands: [0.306974] pci :14:00.0: proprietary Ricoh MMC controller disabled (via FireWire function) [0.306975] pci :14:00.0: MMC cards are now supported by standard SDHCI controller [0.306977] pci :14:00.0: [1180:e822] type 00 cla

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread Marco Moock
Am 13.03.2024 um 10:19:04 Uhr schrieb fran...@libero.it: > So I give a try to ask to ChatGPT what does it mean that command and > this was the answer: This was already clear. The question is now: Why does autoneg fail? Please check dmesg and journalctl for any messages from Networkmanager. --

Ethernet not working on a Dell notebook

2024-03-13 Thread frantal
Hello, thanks for your answers. I used the cable with other notebooks and it worked. In any case I used another cable to test it, but I had the same reactions, no connection! Today I had to give the command 3 times before having a connection... So I give a try to ask to ChatGPT what does it m

Re: Ethernet not working on a Dell notebook

2024-03-12 Thread Max Nikulin
On 12/03/2024 15:11, fran...@libero.it wrote: 13:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03) lspci -vnn -s 13:00.0 should give more detailed info concerning your network adapter. Finally while trying to find the

Re: Ethernet not working on a Dell notebook

2024-03-12 Thread Marco Moock
Am 12.03.2024 um 10:17:05 Uhr schrieb fran...@libero.it: > it is connected via a Switch (Netgear) to the modem-router. > If I use this cable with other computers it works without problems. Please test another cable and another switch if available. We need to track down the problem. -- Gruß Mar

Re: Ethernet not working on a Dell notebook

2024-03-12 Thread Anssi Saari
fran...@libero.it writes: > sudo mii-tool enp19s0 -F 10baseT-FD > > The problem is that every time I shut off the notebook Ito have ethernet > connection again I have to give that command by terminal. Is > there the possibility to make default this ethernet module? Thanks and regards You can spe

Re: Ethernet not working on a Dell notebook

2024-03-12 Thread Marco Moock
Am 12.03.2024 um 09:11:20 Uhr schrieb fran...@libero.it: > Finally while trying to find the solution I tried this command and > after some seconds I was online: > > sudo mii-tool enp19s0 -F 10baseT-FD That seems to be an autoneg problem. Please tell us more about your cabling (direct, via socke

Ethernet not working on a Dell notebook

2024-03-12 Thread frantal
Hello, I have a Dell notebook Vostro 3700 that doesn't work on ethernet connection Here I give some feature of system and hardware: root@debian:/home/frantal# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: boo