The officially official Devuan Forum!

You are not logged in.

#1 2021-01-16 14:14:33

nings
Member
Registered: 2018-10-13
Posts: 19  

[SOLVED] Realtek r8153 USB-RJ45

Hello,

Someone have an idea of how to allow this thing to take a dhcp address ? smile

Kernel : 4.19.0-13-amd64
Driver r8152 version : r8152 4-1:1.0 eth0: v1.09.9 (base driver) and try the latest from Realtek r8152 4-1:1.0 eth0: v2.14.0 (2020/09/24)
Issue : ask an ip address and received one from DHCP with ip but not received by the device or not confirm packet receipt to the DHCP
Only error message found :
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
send_packet: No such device or address
Failed to send 300 byte long packet over eth0 interface.

USB recognized and driver loaded :
Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=r8152, 5000M

usb-devices :
T:  Bus=04 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=5000 MxCh= 0
D:  Ver= 3.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 9 #Cfgs=  2
P:  Vendor=0bda ProdID=8153 Rev=31.00
S:  Manufacturer=Realtek
S:  Product=USB 10/100/1000 LAN
S:  SerialNumber=001000001
C:  #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=288mA
I:  If#=0x0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=00 Driver=r8152

Interface is there mac address detected too with a 1gb link without issue and received dhcp packet with IP from the dhcp server.
I try to set a fixed ip no communication at all under windows it's work without issue so not an hardware issue.

I need a more recent kernel ?
Or there is a trick ?

Thank you for your help smile

Last edited by nings (2021-01-19 00:53:00)

Offline

#2 2021-01-16 14:24:27

dice
Member
Registered: 2020-11-22
Posts: 559  
Website

Re: [SOLVED] Realtek r8153 USB-RJ45

how are you connecting to the internet?

Offline

#3 2021-01-16 14:32:41

nings
Member
Registered: 2018-10-13
Posts: 19  

Re: [SOLVED] Realtek r8153 USB-RJ45

Not really understand your question but it's another computer and I have another network card if needed.
Just want to understand why I can't made this thing work and I have installed firmware-realtek too smile

Last edited by nings (2021-01-16 14:33:25)

Offline

#4 2021-01-16 14:43:11

dice
Member
Registered: 2020-11-22
Posts: 559  
Website

Re: [SOLVED] Realtek r8153 USB-RJ45

nings wrote:

Not really understand your question but it's another computer and I have another network card if needed.
Just want to understand why I can't made this thing work and I have installed firmware-realtek too smile

it could be a configuration issue?

Offline

#5 2021-01-16 14:47:29

nings
Member
Registered: 2018-10-13
Posts: 19  

Re: [SOLVED] Realtek r8153 USB-RJ45

Probably not dhcp work received the request and send an IP I can catch the packet with tcpdump.
I try to set a static ip but can't ping the gateway. Gateway no received any packet. Default route is good.

Offline

#6 2021-01-16 14:51:53

dice
Member
Registered: 2020-11-22
Posts: 559  
Website

Re: [SOLVED] Realtek r8153 USB-RJ45

How do you connect to the internet?

Offline

#7 2021-01-16 14:53:02

ralph.ronnquist
Administrator
From: Clifton Hill, Victoria, AUS
Registered: 2016-11-30
Posts: 1,106  

Re: [SOLVED] Realtek r8153 USB-RJ45

Would you mind drop the outputs of two commands:

# ls /sys/class/net
# ip link

That should provide exact information of the link level, and possibly point to where a problem might be.

Offline

#8 2021-01-16 15:16:16

nings
Member
Registered: 2018-10-13
Posts: 19  

Re: [SOLVED] Realtek r8153 USB-RJ45

ls /sys/class/net
eth0 lo

ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 00:.. brd ff:ff:ff:ff:ff:ff

DHCP packets :

Request : 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:... (oui Unknown), length 300, xid 0x8f75377b, Flags [none]
          Client-Ethernet-Address 00:.. (oui Unknown)
Reply : dhcpserverip.bootps > 192.168.X.X.bootpc: BOOTP/DHCP, Reply, length 300, xid 0x8f75377b, Flags [none]
          Your-IP 192.168.X.X

3s later ask again an ip and server reply again with the ip..

Last edited by nings (2021-01-16 15:17:26)

Offline

#9 2021-01-16 15:20:11

nings
Member
Registered: 2018-10-13
Posts: 19  

Re: [SOLVED] Realtek r8153 USB-RJ45

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::...  prefixlen 64  scopeid 0x20<link>
        ether 00:...  txqueuelen 1000  (Ethernet)
        RX packets 52  bytes 3670 (3.5 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 34  bytes 5557 (5.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Offline

#10 2021-01-16 15:41:41

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: [SOLVED] Realtek r8153 USB-RJ45

Try the firmware-realtek package from the beowulf-backports repository.


Brianna Ghey — Rest In Power

Offline

#11 2021-01-16 16:14:40

nings
Member
Registered: 2018-10-13
Posts: 19  

Re: [SOLVED] Realtek r8153 USB-RJ45

Head_on_a_Stick wrote:

Try the firmware-realtek package from the beowulf-backports repository.

Thank you for idea but not seem work better with backports and even chimaera
firmware-realtek                                            20201118-1

Last edited by nings (2021-01-16 16:16:45)

Offline

#12 2021-01-16 19:15:10

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: [SOLVED] Realtek r8153 USB-RJ45

Did you check if the firmware was loaded?

# demsg | grep firmware

Can you assign static IP addresses manually? For example

# ip a add 192.168.0.23/24 dev eth0
# ip r add default via 192.168.0.1

Also check your router settings, my old router ran out of DHCP slots after I was running a randomised MAC address on my laptop for a while.


Brianna Ghey — Rest In Power

Offline

#13 2021-01-17 01:21:28

nings
Member
Registered: 2018-10-13
Posts: 19  

Re: [SOLVED] Realtek r8153 USB-RJ45

Head_on_a_Stick wrote:

Did you check if the firmware was loaded?

# demsg | grep firmware

It not try to load any firmware and no "firmware" entry with modinfo r8152
How I can force a firmware ?
Kernel 5.X trying to load "rtl_nic/rtl8153b-2.fw"

Can you assign static IP addresses manually? For example

Already done but not work

Offline

#14 2021-01-17 02:50:25

dice
Member
Registered: 2020-11-22
Posts: 559  
Website

Re: [SOLVED] Realtek r8153 USB-RJ45

head on a stick made a typo.

as root user,

dmesg | grep firmware

also what does /etc/network/interfaces file look like?

Last edited by dice (2021-01-17 03:02:21)

Offline

#15 2021-01-17 03:44:40

ralph.ronnquist
Administrator
From: Clifton Hill, Victoria, AUS
Registered: 2016-11-30
Posts: 1,106  

Re: [SOLVED] Realtek r8153 USB-RJ45

Yes it seems to probably be a module/firmware issue;
perhaps https://www.pcsuggest.com/install-rtl8153-driver-linux/ from 2018 will help you.

Offline

#16 2021-01-17 03:45:07

golinux
Administrator
Registered: 2016-11-25
Posts: 3,137  

Re: [SOLVED] Realtek r8153 USB-RJ45

dice wrote:

head on a stick made a typo.

I'm not seeing it.  # signifies root in a terminal.  He just used the symbol instead of the words.

Online

#17 2021-01-17 03:48:25

dice
Member
Registered: 2020-11-22
Posts: 559  
Website

Re: [SOLVED] Realtek r8153 USB-RJ45

golinux wrote:
dice wrote:

head on a stick made a typo.

I'm not seeing it.  # signifies root in a terminal.  He just used the symbol instead of the words.

not the symbol, it was "demsg" instead of dmesg.

Head_on_a_Stick wrote:

Did you check if the firmware was loaded?

# demsg | grep firmware

Last edited by dice (2021-01-17 03:49:29)

Offline

#18 2021-01-17 04:16:44

golinux
Administrator
Registered: 2016-11-25
Posts: 3,137  

Re: [SOLVED] Realtek r8153 USB-RJ45

dice wrote:

not the symbol, it was "demsg" instead of dmesg.

LOL!  May be time for me to get those cataracts removed.

Online

#19 2021-01-17 07:28:06

GlennW
Member
From: Brisbane, Australia
Registered: 2019-07-18
Posts: 582  

Re: [SOLVED] Realtek r8153 USB-RJ45

Make sure you have permission to use the device... someone here may tell us how.

perhaps like this...

lsusb
#Bus 003 Device 002: ID 0bda:8771 Realtek Semiconductor Corp.
chown -R glenn:glenn /dev/bus/usb/003/002

pic from 1993, new guitar day.

Online

#20 2021-01-17 08:59:42

PedroReina
Member
From: Madrid, Spain
Registered: 2019-01-13
Posts: 267  
Website

Re: [SOLVED] Realtek r8153 USB-RJ45

The r8152 driver has trouble within the 4.19 kernel:
https://bugs.debian.org/cgi-bin/bugrepo … bug=919656

Offline

#21 2021-01-17 09:50:51

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: [SOLVED] Realtek r8153 USB-RJ45

Sorry for the typo, I have mild dyslexia.

GlennW wrote:
chown -R glenn:glenn /dev/bus/usb/003/002

That's not a good idea and anyway it would be reverted at the next boot.

ralph.ronnquist wrote:

The r8152 driver is included in the stock beowulf kernel so the OP should try applying the quirk mentioned in the bug report linked by PedroReina.


Brianna Ghey — Rest In Power

Offline

#22 2021-01-17 11:35:26

nings
Member
Registered: 2018-10-13
Posts: 19  

Re: [SOLVED] Realtek r8153 USB-RJ45

also what does /etc/network/interfaces file look like?

auto eth0
iface eth0 inet dhcp

Make sure you have permission to use the device... someone here may tell us how.

I'm with root hmm

The r8152 driver is included in the stock beowulf kernel so the OP should try applying the quirk mentioned in the bug report linked by PedroReina.

I try that now smile
Thank you

Sorry for this bug but it's very strange. I upgrade my kernel to the latest 5.10 from Chimaera but seem the exact same issue.
Integrated driver load the firmware without issue but same problem
Compiled driver from Realtek website not load firmware but same problem again

When I fix the static ip address tcpdump view the ping query AND ping reply but nothing come back to the console (no error, no ping).
I try the quirk way now may be it's that smile

Offline

#23 2021-01-18 22:07:48

nings
Member
Registered: 2018-10-13
Posts: 19  

Re: [SOLVED] Realtek r8153 USB-RJ45

Sorry but always the same issue even with GRUB_CMDLINE_LINUX_DEFAULT="usbcore.quirks=0bda:8153:k

Now I can have this error in the log with the latest driver from Realtek (2.14) :
r8152: module verification failed: signature and/or required key missing - tainting kernel (This parameter change nothing in MakeFile : CONFIG_MODULE_SIG=n)

With kernel 5.10 delivered driver no error the firmware is loaded successfully but seem not received/accept ip from the DHCP server.

Something can intercept/block RX packet from a working usb/ethernet device fo reach the kernel ?
tcpdump of this interface show me the packet so the physical device received really the packet just seem not forwarded to the kernel that's possible ?

Offline

#24 2021-01-18 22:47:20

ralph.ronnquist
Administrator
From: Clifton Hill, Victoria, AUS
Registered: 2016-11-30
Posts: 1,106  

Re: [SOLVED] Realtek r8153 USB-RJ45

Something can intercept/block RX packet from a working usb/ethernet device fo reach the kernel ?

The DHCP set up is done by a dhcp client program, and not "the kernel". That dhcp program is typically run by a network management subsystem.

Which network managment are you using?

What's the output of pgrep -a dhcp ?

Do you have a firewall set up?

Offline

#25 2021-01-19 00:51:40

nings
Member
Registered: 2018-10-13
Posts: 19  

Re: [SOLVED] Realtek r8153 USB-RJ45

Thank you for your help this time the driver and usb/rj45 work fine smile
Probably the "usbcore.quirks" who solve this issue.

The last error is on my side but not know exactly what is the problem for the moment so sorry.
I try on a third computer same error but finally use another vlan and catch IP directly.

Offline

Board footer