Re: Ethernet not working on a Dell notebook

2024-03-16 Thread Max Nikulin
/frantal# lspci 13:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03) In https://lists.debian.org/msgid-search/uspugc$u42$1...@ciao.gmane.io I asked for lspci -vnn -s 13:00.0 and if the "firmware-realtek"

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
enp19s0 ether - unmanaged 3 wlp18s0b1 wlan - unmanaged 3 links listed. root@debian:/home/frantal# nmcli device DEVICE TYPE STATE CONNECTION enp19s0 ethernet collegato Connessione via cavo 1 lo loopback connected (externally) lo wlp18s0b1 wifi non disponibile -- root@debian:/home/frantal# nmcli

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
If cabling issues have been ruled out then perhaps it is time to ask in a realtek-related mailing list/forum/bugtracker. I dunno, there are so many things unanswered… https://wiki.archlinux.org/title/Talk:Network_configuration/Ethernet So after configured the interfaces, you could try t

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
then perhaps it is time to ask in a realtek-related mailing list/forum/bugtracker. https://wiki.archlinux.org/title/Talk:Network_configuration/Ethernet So after configured the interfaces, you could try to add "iommu=soft amd_iommu" to the kernel command-line Even if it might he

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
... [2.771916] r8168: module verification failed: signature and/or required key missing - tainting kernel ... I find this hint: https://wiki.archlinux.org/title/Talk:Network_configuration/Ethernet So after configured the interfaces, you could try to add "iommu=soft amd_iommu" to

Re: Ethernet not working on a Dell notebook

2024-03-13 Thread frantal
:14 debian NetworkManager[573]: [1710179114.9802] dhcp: init: Using DHCP client 'internal' mar 11 18:45:14 debian NetworkManager[573]: [1710179114.9812] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) mar 11 18:45:14 debian NetworkManager[573]: [17101

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
evices/LNXSYSTM:00/LNXPWRBN:00/input/input6 [2.728464] ACPI: button: Power Button [PWRF] [2.771434] r8168: loading out-of-tree module taints kernel. [2.771916] r8168: module verification failed: signature and/or required key missing - tainting kernel [2.775797] r8168 Gigabit Ethernet drive

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

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 r

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 Cod

Re: dmesg reporting lots of errors apparently emanating from a Realtek RTL810xE PCI Express Fast Ethernet controller ...

2024-01-09 Thread Hans
I discovred on some BIOSes undocumented features: Some options can be enabled when set UEFI active, or also when setting a boot password and a BIOS password. Sometimes even new settings appear, when passwords are set. I know, this sounds weired, but as I said: this ware undocumented. Also t

Re: dmesg reporting lots of errors apparently emanating from a Realtek RTL810xE PCI Express Fast Ethernet controller ...

2024-01-09 Thread Andrew M.A. Cater
On Tue, Jan 09, 2024 at 04:50:28AM +, Albretch Mueller wrote: > On 1/6/24, Albretch Mueller wrote: > > I may not even have an NVMe card in my computer as the manufacturer > > claims. > > My DELL Inspiron 5593 actually does have a M.2 512GB KIOXIA NVMe SSD, > which I need to use! The problem

Re: dmesg reporting lots of errors apparently emanating from a Realtek RTL810xE PCI Express Fast Ethernet controller ...

2024-01-08 Thread Albretch Mueller
On 1/6/24, Albretch Mueller wrote: > I may not even have an NVMe card in my computer as the manufacturer > claims. My DELL Inspiron 5593 actually does have a M.2 512GB KIOXIA NVMe SSD, which I need to use! The problem, as I described here without getting a solution for it: // __ I cannot chang

Re: dmesg reporting lots of errors apparently emanating from a Realtek RTL810xE PCI Express Fast Ethernet controller ...

2024-01-06 Thread Albretch Mueller
Sorry, but I don't think I am making much sense out those reported errors. I may not even have an NVMe card in my computer as the manufacturer claims. lbrtchx

Re: dmesg reporting lots of errors apparently emanating from a Realtek RTL810xE PCI Express Fast Ethernet controller ...

2024-01-06 Thread Albretch Mueller
On 1/6/24, Jeffrey Walton wrote: > Before going down the rabbit hole, I would: > > 2. use a new [known good] ethernet cable I am not even using a cable! >There is another discussion of PCI AER at ><https://forums.developer.nvidia.com/t/pcie-bus-error-severity-corrected-type

Re: dmesg reporting lots of errors apparently emanating from a Realtek RTL810xE PCI Express Fast Ethernet controller ...

2024-01-05 Thread Jeffrey Walton
On Fri, Jan 5, 2024 at 9:18 AM Albretch Mueller wrote: > > I decided to upgrade to Bookworm because I needed to use some NVRAM > memory supposedly available in my computer, but then my wireless > Ethernet started to "complain". I initially thought those errors might > b

Re: dmesg reporting lots of errors apparently emanating from a Realtek RTL810xE PCI Express Fast Ethernet controller ...

2024-01-05 Thread Albretch Mueller
ware load for rtl_nic/rtl8106e-1.fw failed with error -2 [ 88.046223] r8169 :01:00.0: Unable to load firmware rtl_nic/rtl8106e-1.fw (-2) [ 88.046679] RTL8208 Fast Ethernet r8169-0-100:00: attached PHY driver [RTL8208 Fast Ethernet] (mii_bus:phy_addr=r8169-0-100:00, irq=IGNORE) [ 88.21370

dmesg reporting lots of errors apparently emanating from a Realtek RTL810xE PCI Express Fast Ethernet controller ...

2024-01-05 Thread Albretch Mueller
I decided to upgrade to Bookworm because I needed to use some NVRAM memory supposedly available in my computer, but then my wireless Ethernet started to "complain". I initially thought those errors might be related to the lazy use of the Ethernet drivers from Bullseye but when I star

Re: got new, claims linux compatible ethernet dongle.

2023-11-01 Thread gene heskett
On 11/1/23 13:45, Greg Wooledge wrote: On Wed, Nov 01, 2023 at 01:40:20PM -0400, gene heskett wrote: Do we have drivers for this device? Nov 01 13:36:01 coyote kernel: r8152 1-9.1:1.0: firmware: failed to load rtl_nic/rtl8153a-4.fw (-2) Searching packages.debian.org for this file shows that

Re: got new, claims linux compatible ethernet dongle.

2023-11-01 Thread Greg Wooledge
On Wed, Nov 01, 2023 at 01:40:20PM -0400, gene heskett wrote: > Do we have drivers for this device? > Nov 01 13:36:01 coyote kernel: r8152 1-9.1:1.0: firmware: failed to load > rtl_nic/rtl8153a-4.fw (-2) Searching packages.debian.org for this file shows that it's in the firmware-realtek package,

got new, claims linux compatible ethernet dongle.

2023-11-01 Thread gene heskett
t firmware load for rtl_nic/rtl8153a-4.fw failed with error -2 Nov 01 13:36:01 coyote kernel: r8152 1-9.1:1.0: unable to load firmware patch rtl_nic/rtl8153a-4.fw (-2) Nov 01 13:36:01 coyote NetworkManager[914]: [1698860161.8158] manager: (eth0): new Ethernet device (/org/freedesktop/Netw

Re: Fixed the ethernet problem and know I have no sound!

2023-09-04 Thread Maureen L Thomas
So I installed pavucontrol and I now have sound.  Both the controls are set to 100% so I am good to go. Thank you Marco for your help. On 9/4/23 1:37 AM, Marco wrote: Am 03.09.2023 um 22:00:02 Uhr schrieb Maureen L Thomas: I could use some help with this one. Does pavucontrol see your soun

Re: Fixed the ethernet problem and know I have no sound!

2023-09-03 Thread Marco
Am 03.09.2023 um 22:00:02 Uhr schrieb Maureen L Thomas: > I could use some help with this one. Does pavucontrol see your soundcard? Check the volume levels. Maybe there are multiple sound cards (e.g. graphics card with HDMI or DP, USB headsets). Make sure the application plays the sound on the de

Fixed the ethernet problem and know I have no sound!

2023-09-03 Thread Maureen L Thomas
I use an all in one Lonova computer.  I have the latest Bookworm installed and had my wired connection kept shutting itself off.  I looked it up on the net and yesterday I installed ethtool and today I have my wired connection working but no sound.  I did find all my settings as they have been

Re: Ethernet device names change Bullseye => Bookworm. How to assign unchanging name to device?

2023-06-20 Thread Markus Schönhaber
20.06.23, 08:36 +0200, Rick Thomas: I've been upgrading my machines Bullseye => Bookworm recently. In a few of these upgrades, the name of the ethernet device changed. (E.g. enP2p32s15f0 => enP2p0s15f0) This required changes to /etc/network/interfaces in order to start up th

Ethernet device names change Bullseye => Bookworm. How to assign unchanging name to device?

2023-06-19 Thread Rick Thomas
I've been upgrading my machines Bullseye => Bookworm recently. In a few of these upgrades, the name of the ethernet device changed. (E.g. enP2p32s15f0 => enP2p0s15f0) This required changes to /etc/network/interfaces in order to start up the interface. This is only a minor in

Re: ar8161 gigabit Ethernet drivers

2023-05-26 Thread Andrew M.A. Cater
On Thu, May 25, 2023 at 09:23:26AM +0200, Aleix Piulachs wrote: > I still can’t use the qualcomm atheros ar8161 alx gigabit ethernet drivers Hi, Is this still the case? The alx drivers should be installed fairly easily: can you give any more details of precisely what is wrong? All the v

ar8161 gigabit Ethernet drivers

2023-05-25 Thread Aleix Piulachs
I still can’t use the qualcomm atheros ar8161 alx gigabit ethernet drivers

Re: drivers for controller Qualcomm Atheros AR8161 Gigabit Ethernet

2023-05-18 Thread Charles Curley
On Fri, 19 May 2023 02:18:22 +0200 ap77@gmail.com wrote: > hallo my name is Aleix. Hallo, Aleix > i can't find drivers for my ethernet lan my laptop is an: > Asus F75A > intel core i3-3110M 2.4GHz > debian bullseye 10.0.23 If you're running Bullseye, you&#x

drivers for controller Qualcomm Atheros AR8161 Gigabit Ethernet

2023-05-18 Thread ap77 . v68
hallo my name is Aleix. i can't find drivers for my ethernet lan my laptop is an: Asus F75A intel core i3-3110M 2.4GHz debian bullseye 10.0.23 kernel-wedge/stable 2.104 all kernelshark/stable 2.9.1-1 amd64 kerneltop/stable 0.91-2+b1 amd64

Re: Startup Ethernet instability

2022-11-29 Thread Matthew McAllister
> First question: do you have the firmware-realtek package installed? That... is a great question. And the answer is no, I do not. And I have now installed firmware-realtek, and it has solved my problem. That's what I get for buying a mobo without researching the network chip. Thanks so much!

Re: Startup Ethernet instability

2022-11-28 Thread Charles Curley
On Mon, 28 Nov 2022 19:31:06 -0800 Matthew McAllister wrote: > 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 > 2.5GbE Controller (rev 05) First question: do you have the firmware-realtek package installed? -- Does anybody read signatures any more?

Startup Ethernet instability

2022-11-28 Thread Matthew McAllister
Greetings, I'm running bookworm and I have an odd issue with a new desktop computer. Every time I boot, the Ethernet controller will repeatedly turn off and on again for several minutes. Here is a snippet of what this looks like in dmesg: [  273.008517] r8169 :05:00.0 eno1: Link is

Re: How to reset one ethernet port?

2022-10-21 Thread Ram Ramesh
charles@hawk:~$ apt-file search rtl_nic/rtl8168g-2.fw firmware-realtek: /lib/firmware/rtl_nic/rtl8168g-2.fw charles@hawk:~$ You should do similarly. If the log shows that the driver wants firmware but can't find it, you may need to install the appropriate firmware package. I understand that som

Re: How to reset one ethernet port?

2022-10-21 Thread fxkl47BF
mware for any Realtek devices. > But you may have it installed for other hardware. But it doesn't help > this problem. > > You and I appear to have the same NIC and use the same driver. I have > (warning, long lines, may get mangled in transit or by your mail > program): >

Re: How to reset one ethernet port?

2022-10-21 Thread Charles Curley
his problem. You and I appear to have the same NIC and use the same driver. I have (warning, long lines, may get mangled in transit or by your mail program): root@hawk:~# lspci -vs 03:00 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet

Re: How to reset one ethernet port?

2022-10-21 Thread Ram Ramesh
> This is the lspci output on the two ethernet port. > > 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15) > 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > RTL

Re: How to reset one ethernet port?

2022-10-20 Thread Charles Curley
On Thu, 20 Oct 2022 18:02:52 -0500 Ram Ramesh wrote: > This is the lspci output on the two ethernet port. > > 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15) > 03:00.0 Ethernet cont

Re: How to reset one ethernet port?

2022-10-20 Thread Dan Ritter
Ram Ramesh wrote: > Hi, > >   I have a linux based firewall that seem to hang because one of its > ethernet port stops working. I suspect bad hardware, but could be a driver > issue also. So far, I have only been able to reboot to get it working. > However, I prefer to reset

How to reset one ethernet port?

2022-10-20 Thread Ram Ramesh
Hi,   I have a linux based firewall that seem to hang because one of its ethernet port stops working. I suspect bad hardware, but could be a driver issue also. So far, I have only been able to reboot to get it working. However, I prefer to reset the port to get it working without a reboot

Re: Ethernet Performance Problem Solved

2022-09-06 Thread Marc Auslander
On 9/6/2022 5:00 PM, Marc Auslander wrote: I have an Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 02) Subsystem: Acer Incorporated [ALI] RTL810xE PCI Express Fast Ethernet controller There is also a Realtek Semiconductor Co., Ltd. Device 8161

Re: Ethernet Performance Problem

2022-09-06 Thread Dan Ritter
Marc Auslander wrote: > I have an Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express > Fast/Gigabit Ethernet controller (rev 02) Subsystem: Acer Incorporated [ALI] > RTL810xE PCI Express Fast Ethernet controller > > There is also a Realtek Semiconductor Co., Ltd. Devi

Re: A correct version follows. Ethernet Performance Problem

2022-09-06 Thread Marc Auslander
Please ignore this - a correct description follows. On 9/6/2022 4:30 PM, Marc Auslander wrote: I have an Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 02) lsmod says the driver is Realtek. firmware-realtek is installed The cable leading to it

Ethernet Performance Problem

2022-09-06 Thread Marc Auslander
I have an Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 02) Subsystem: Acer Incorporated [ALI] RTL810xE PCI Express Fast Ethernet controller There is also a Realtek Semiconductor Co., Ltd. Device 8161 (rev 15)     Subsystem: Realtek

Ethernet Performance Problem

2022-09-06 Thread Marc Auslander
I have an Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 02) lsmod says the driver is Realtek. firmware-realtek is installed The cable leading to it, when connected to a different computer, runs at almost 1000 Mb according to iperf3. When

Re: new install: configuring ethernet strangeness

2022-06-18 Thread Felix Miata
John Covici composed on 2022-06-18 04:21 (UTC-0400): > Hi. I just installed Debian Bullseye on a refurbished computer which > I am going to use as a voip server. Now, due to my ignorance, at the > very end of the install, I selected to use #12 which said standard > system items. > Well, to my h

Re: new install: configuring ethernet strangeness

2022-06-18 Thread John Covici
Thanks everyone, this is what I think I will do, just use network/interfaces. On Sat, 18 Jun 2022 08:00:27 -0400, Anssi Saari wrote: > > John Covici writes: > > > So, how can I either get back to /etc/network/interfaces > > This should be simple enough. Uninstall NetworkManager, package > netw

Re: new install: configuring ethernet strangeness

2022-06-18 Thread Anssi Saari
John Covici writes: > So, how can I either get back to /etc/network/interfaces This should be simple enough. Uninstall NetworkManager, package network-manager, edit /etc/network/interfaces as you like. The networking.service is used to run ifup and ifdown to configure and reconfigure the network

Re: new install: configuring ethernet strangeness

2022-06-18 Thread John Covici
I did not get that tasksel at all, at the end of the install I had 12 choices, 11 was ssh server and 12 was standard system components and by mistake I chose 12. I cannot use the gui, I need speech to read the screen and I don't want all that bloat running on a voip server. What if I just put a st

Re: new install: configuring ethernet strangeness

2022-06-18 Thread Andrew M.A. Cater
On Sat, Jun 18, 2022 at 04:21:35AM -0400, John Covici wrote: > Hi. I just installed Debian Bullseye on a refurbished computer which > I am going to use as a voip server. Now, due to my ignorance, at the > very end of the install, I selected to use #12 which said standard > system items. > > Well

Re: new install: configuring ethernet strangeness

2022-06-18 Thread john doe
On 6/18/2022 10:21 AM, John Covici wrote: Hi. I just installed Debian Bullseye on a refurbished computer which I am going to use as a voip server. Now, due to my ignorance, at the very end of the install, I selected to use #12 which said standard system items. Well, to my horror, I got gnome w

new install: configuring ethernet strangeness

2022-06-18 Thread John Covici
Hi. I just installed Debian Bullseye on a refurbished computer which I am going to use as a voip server. Now, due to my ignorance, at the very end of the install, I selected to use #12 which said standard system items. Well, to my horror, I got gnome with all its dependencies. I ran apt-get and

Re: 73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-23 Thread Flacusbigotis
On Wed, Feb 23, 2022 at 3:15 AM Tixy wrote: > > Sorry, I know nothing about all this, I just got curious about your > problem and looked at the source code. > > Wow. That's quite impressive Tixy. I would not even know where to begin looking! Thank you for all that leg work. I will be looking

Re: 73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-23 Thread Tixy
ard and later the USB ethernet driver complains too and says it's > going to > randomize the MAC! None of these appear in the logs for the Buster > OS > Live USB. So, at least now I know why the MAC changes randomly in > Bullseye and I also now know that this is a bug that wa

Re: 73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-22 Thread Flacusbigotis
1 kernel: [1.380411] hub 5-0:1.0: 4 ports detected Feb 22 17:22:53 server1 kernel: [5.508457] ax88179_178a 5-1:1.0 eth0: register 'ax88179_178a' at usb-:1c:00.0-1, ASIX AX88179 USB 3.0 Gigabit Ethernet, 00:11:22:33:44:55 Feb 22 17:23:25 server1 kernel: [ 39.576966] xhci_hcd 0

Re: 73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-22 Thread Reco
Hi. On Tue, Feb 22, 2022 at 10:56:43AM -0600, Nicholas Geovanis wrote: > > It's possible, of course. What's also possible is card's EEPROM may have > > gone haywire. I had a similar problem back in the day with rtl8139 NIC, > > IIRC. One day the thing simply started to assign itself a rand

Re: 73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-22 Thread Nicholas Geovanis
On Tue, Feb 22, 2022, 5:18 AM Reco wrote: > > On Sun, Feb 20, 2022 at 05:30:10PM -0600, Flacusbigotis wrote: > . > > > If the MAC address of the NIC is not persistent, that means udev will > > > provide you with different interface name each time you boot. > > > That means that you've hit yet

Re: 73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-22 Thread Reco
Hi. On Sun, Feb 20, 2022 at 05:30:10PM -0600, Flacusbigotis wrote: > On Thu, Feb 17, 2022 at 1:06 AM Reco wrote: > > On Thu, Feb 17, 2022 at 12:32:48AM -0600, Flacusbigotis wrote: > > > Thanks Reco & Greg. I did see the > > > /lib/systemd/network/73-usb-net-by-mac.link file. Thanks for

Re: 73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-21 Thread Flacusbigotis
On Thu, Feb 17, 2022 at 1:06 AM Reco wrote: > Hi. > > On Thu, Feb 17, 2022 at 12:32:48AM -0600, Flacusbigotis wrote: > > Thanks Reco & Greg. I did see the > > /lib/systemd/network/73-usb-net-by-mac.link file. Thanks for that. > > > > I don't know exactly what is happening, but the MAC ad

Re: 73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-16 Thread Reco
Hi. On Thu, Feb 17, 2022 at 12:32:48AM -0600, Flacusbigotis wrote: > Thanks Reco & Greg. I did see the > /lib/systemd/network/73-usb-net-by-mac.link file. Thanks for that. > > I don't know exactly what is happening, but the MAC address of the device > keeps changing after an ifdown/ifup

Re: 73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-16 Thread Flacusbigotis
6, 2022 at 3:55 AM Flacusbigotis wrote: > My internet connection is off the ethernet port of a PCI-E card that also > has USB ports on it, so the ethernet device is recognized as a "USB > ethernet device"... > > Back in Debian Buster, I learned that the "predictive&

Re: 73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-16 Thread Greg Wooledge
On Wed, Feb 16, 2022 at 05:30:17PM +0300, Reco wrote: > Hi. > > On Wed, Feb 16, 2022 at 03:55:21AM -0600, Flacusbigotis wrote: > > Back in Debian Buster, I learned that the "predictive" naming of this USB > > ethernet interface would be governed by "73-us

Re: 73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-16 Thread Reco
Hi. On Wed, Feb 16, 2022 at 03:55:21AM -0600, Flacusbigotis wrote: > Back in Debian Buster, I learned that the "predictive" naming of this USB > ethernet interface would be governed by "73-usb-net-by-mac.rules" and so I > had it configured accordingly with a

73-usb-net-by-mac.rules is no longer used in Bullseye for USB ethernet devices?

2022-02-16 Thread Flacusbigotis
My internet connection is off the ethernet port of a PCI-E card that also has USB ports on it, so the ethernet device is recognized as a "USB ethernet device"... Back in Debian Buster, I learned that the "predictive" naming of this USB ethernet interface would be govern

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-22 Thread Tixy
On Sat, 2022-01-22 at 23:53 +0100, Andrei POPESCU wrote: > On Sb, 22 ian 22, 10:00:34, to...@tuxteam.de wrote: > > > > *Poof*, your Ethernet device name changes, since, by default [1] it's > > named after the path in the USB device tree leading to your device. >

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-22 Thread Andrei POPESCU
On Sb, 22 ian 22, 10:00:34, to...@tuxteam.de wrote: > > *Poof*, your Ethernet device name changes, since, by default [1] it's > named after the path in the USB device tree leading to your device. > Don't forget to stick your Ethernet dongle into the same port > after

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-22 Thread Andrei POPESCU
On Sb, 22 ian 22, 09:52:45, David Wright wrote: > On Sat 22 Jan 2022 at 11:32:17 (+), piorunz wrote: > > On 22/01/2022 07:28, Andrei POPESCU wrote: > > > On Lu, 17 ian 22, 22:43:49, piorunz wrote: > > > > > > > > Problem is, every now and

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-22 Thread Greg Wooledge
On Sat, Jan 22, 2022 at 10:00:34AM +0100, to...@tuxteam.de wrote: > On Sat, Jan 22, 2022 at 08:28:34AM +0100, Andrei POPESCU wrote: > > On Lu, 17 ian 22, 22:43:49, piorunz wrote: > > > > > > Problem is, every now and then, Ethernet adapter name changes, from > &g

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-22 Thread tomas
On Sat, Jan 22, 2022 at 09:53:00AM -0600, David Wright wrote: [...] > That doesn't tally with my experience. Two paragraphs before Table 2 is: > >ID_NET_NAME_MAC=prefixxAABBCCDDEEFF [...] > which describes what I observe here. MAC is definitely a better choice in this (USB) context. A

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-22 Thread David Wright
On Sat 22 Jan 2022 at 10:00:34 (+0100), to...@tuxteam.de wrote: > On Sat, Jan 22, 2022 at 08:28:34AM +0100, Andrei POPESCU wrote: > > On Lu, 17 ian 22, 22:43:49, piorunz wrote: > > > > > > Problem is, every now and then, Ethernet adapter name changes, from > &g

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-22 Thread David Wright
On Sat 22 Jan 2022 at 11:32:17 (+), piorunz wrote: > On 22/01/2022 07:28, Andrei POPESCU wrote: > > On Lu, 17 ian 22, 22:43:49, piorunz wrote: > > > > > > Problem is, every now and then, Ethernet adapter name changes, from > > > enp5s0 to enp6s0 for exampl

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-22 Thread piorunz
On 22/01/2022 09:00, to...@tuxteam.de wrote: Hahaha:) Actually, they're supposed to be/predictable/. Now assume the following situation: you've got just one USB port (Apple, I'm looking at you). Your Ethernet adapter is a dongle hanging off it. You now realize you need some US

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-22 Thread piorunz
On 22/01/2022 07:28, Andrei POPESCU wrote: On Lu, 17 ian 22, 22:43:49, piorunz wrote: Problem is, every now and then, Ethernet adapter name changes, from enp5s0 to enp6s0 for example. Those names are supposed to be stable. Are you doing any changes to the hardware when that happens? Kind

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-22 Thread tomas
On Sat, Jan 22, 2022 at 08:28:34AM +0100, Andrei POPESCU wrote: > On Lu, 17 ian 22, 22:43:49, piorunz wrote: > > > > Problem is, every now and then, Ethernet adapter name changes, from > > enp5s0 to enp6s0 for example. > > Those names are supposed to be stable. H

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-21 Thread Andrei POPESCU
On Lu, 17 ian 22, 22:43:49, piorunz wrote: > > Problem is, every now and then, Ethernet adapter name changes, from > enp5s0 to enp6s0 for example. Those names are supposed to be stable. Are you doing any changes to the hardware when that happens? Kind regards, Andrei

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-17 Thread piorunz
On 17/01/2022 22:50, Darac Marjal wrote: If you have multiple Network Adapters, connected to different networks, why not give them more sensible names? Using https://wiki.debian.org/NetworkInterfaceNames#CUSTOM_SCHEMES_USING_.LINK_FILES you can assign names such as "lan", "wan", "internal", "wi

Re: firejail: changing Ethernet network adapter name is breaking Firefox profile

2022-01-17 Thread Darac Marjal
in KDE menu: firejail --net=enp5s0 --netfilter=/etc/firejail/nolocal.net firefox -P default-esr Problem is, every now and then, Ethernet adapter name changes, from enp5s0 to enp6s0 for example. Shortcut stops working! I have to manually edit all shortcuts, and change enp5s0 to enp6s0 in each one

  1   2   3   4   5   6   7   8   9   10   >