LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-01-2019, 08:20 PM   #1
Beerforfree
Member
 
Registered: Sep 2019
Location: Argentina, Buenos Aires
Distribution: Debian 10.4 XFCE
Posts: 40

Rep: Reputation: Disabled
[SOLVED] RTL8102e on debian buster


How do I get this RTL board to work, at any boot a failure message is shown

[FAILED] Failed to start Raise network interfaces.
See 'systemctl status networking.service' for details.

$ sudo journalctl -xe
-- Support: https://www.debian.org/support
--
-- An ExecStart= process belonging to unit networking.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
Oct 01 22:13:52 G42 systemd[1]: networking.service: Failed with result 'exit-cod
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit networking.service has entered the 'failed' state with result 'exit-
Oct 01 22:13:52 G42 systemd[1]: Failed to start Raise network interfaces.
-- Subject: A start job for unit networking.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support


$ sudo systemctl status networking.service
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor prese
Active: failed (Result: exit-code) since Tue 2019-10-01 22:17:42 -03; 29s ago
Docs: man:interfaces(5)
Process: 1904 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=
Main PID: 1904 (code=exited, status=1/FAILURE)

Oct 01 22:17:42 G42 systemd[1]: Starting Raise network interfaces...
Oct 01 22:17:42 G42 ifup[1904]: Cannot find device "eth0"
Oct 01 22:17:42 G42 ifup[1904]: ifup: failed to bring up eth0
Oct 01 22:17:42 G42 systemd[1]: networking.service: Main process exited, code=ex
Oct 01 22:17:42 G42 systemd[1]: networking.service: Failed with result 'exit-cod
Oct 01 22:17:42 G42 systemd[1]: Failed to start Raise network interfaces.

This box was working with Ubuntu and Mint, should be the network manager the trouble maker?

Last edited by Beerforfree; 10-10-2019 at 08:28 PM. Reason: issue solved
 
Old 10-01-2019, 09:09 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

this device may need some non-free firmware. Have you installed the firmware-realtek package?

Evo2.
 
1 members found this post helpful.
Old 10-01-2019, 11:06 PM   #3
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hi.

You can just install it from the .deb file or set up your package manager to do this: https://packages.debian.org/buster/a...nfree/download

...have fun!
 
Old 10-02-2019, 11:36 AM   #4
Beerforfree
Member
 
Registered: Sep 2019
Location: Argentina, Buenos Aires
Distribution: Debian 10.4 XFCE
Posts: 40

Original Poster
Rep: Reputation: Disabled
I've added non-free and contributor to the repositories after installation
I tried a realtek package called firmware-realtek which didn't help; this firmware-linux-nonfree package didn't help as well
 
Old 10-02-2019, 12:22 PM   #5
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Mabe: https://packages.debian.org/buster/r8168-dkms
just need to ask (no offense ) you have tried searching your thread title on the internet right?

What does
Code:
lspci | egrep -i --color 'network|ethernet'
show?
 
Old 10-02-2019, 01:21 PM   #6
Beerforfree
Member
 
Registered: Sep 2019
Location: Argentina, Buenos Aires
Distribution: Debian 10.4 XFCE
Posts: 40

Original Poster
Rep: Reputation: Disabled
That's the first I did before posting here. I don't get offended that easy buddy I appreciate your help
Here the output

werner@G42 ~ $ lspci | egrep -i --color 'network|ethernet'
02:00.0 Network controller: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 02)

Right now I'm connected over ethernet, although some times failed
 
Old 10-02-2019, 06:12 PM   #7
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Thumbs up

Seems okay so try here: https://wiki.debian.org/WiFi/HowToUse
 
Old 10-03-2019, 01:43 PM   #8
Beerforfree
Member
 
Registered: Sep 2019
Location: Argentina, Buenos Aires
Distribution: Debian 10.4 XFCE
Posts: 40

Original Poster
Rep: Reputation: Disabled
WiFi is a different board that works properly, the problem lies on ethernet
I've moved a 2nd notebook to debian and unfortunately has the same RTL board
Probably I should look how did Mint to solve this issue
 
Old 10-03-2019, 07:10 PM   #9
Beerforfree
Member
 
Registered: Sep 2019
Location: Argentina, Buenos Aires
Distribution: Debian 10.4 XFCE
Posts: 40

Original Poster
Rep: Reputation: Disabled
I had a look to Mint box using the same ethernet board, drivers are the same, as well as packages containing them, the only difference is the kernel. Now I'm stuck
 
Old 10-06-2019, 07:24 PM   #10
Beerforfree
Member
 
Registered: Sep 2019
Location: Argentina, Buenos Aires
Distribution: Debian 10.4 XFCE
Posts: 40

Original Poster
Rep: Reputation: Disabled
It seems there is no solution for this bug, I tried several packages from different repositories, even the drivers supplied by realtek
If the other debian ditros like Mint, Ubuntu and MX did solve this I assume it's a kernel issue
 
Old 10-06-2019, 07:49 PM   #11
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Question

I'm sure there is but I only run sid.
 
Old 10-10-2019, 08:41 PM   #12
Beerforfree
Member
 
Registered: Sep 2019
Location: Argentina, Buenos Aires
Distribution: Debian 10.4 XFCE
Posts: 40

Original Poster
Rep: Reputation: Disabled
For some unknown reason, at least for me, the installation image doesn't see the right device name which is enp3s0 instead of eth0
Oct 01 22:17:42 G42 systemd[1]: Starting Raise network interfaces...
Oct 01 22:17:42 G42 ifup[1904]: Cannot find device "eth0"
Oct 01 22:17:42 G42 ifup[1904]: ifup: failed to bring up eth0

So the solution is to rename the device to its right name in the configuration file, it took me a long while to discover it. I've still not finished reading The Debian Administrator handbook.
At /etc/network/interfaces.d/setup replace eth0 by enp3s0

auto enp3s0
iface enp3s0 inet dhcp

find out your ethernet device with the command ifconfig or ip link
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Debian 11 "Bullseye" and Debian 12 "Bookworm" Are Coming After Debian 10 "Buster" LXer Syndicated Linux News 0 04-18-2018 12:26 PM
Realtek RTL8101E/RTL8102E stops working after suspend to ram/disk Refractor Slackware 2 11-14-2013 05:44 AM
Network card sometimes is not detected - Realtek RTL8101E/RTL8102E - Ubuntu 12.04 tauro_kpo Linux - Hardware 2 12-14-2012 10:31 PM
Unable to install Realtak RTL8101E/RTL8102E sherazqurban Linux - Networking 4 10-04-2012 04:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration