Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
RTL8111/8168/8411 with r8169 driver, no connection
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
babagau
n00b
n00b


Joined: 04 May 2021
Posts: 25
Location: Volos, Greece

PostPosted: Fri Jul 26, 2024 10:47 am    Post subject: Reply with quote

I managed to update the bios by running asrock's executable from a bootable memory card with win98 from allbootdisks.com. Thanks for the Sergei recommendation, will keep it in mind. The ethernet issue, at least with r8169, even with static IP, still exists. I now have the same dhcpcd.conf as the one you posted. Will try with r8168 later. Thank you for your suggestions.

eix net-misc/dhcpcd
Code:

[U] net-misc/dhcpcd
     Available versions:  9.5.1 10.0.6-r2 ~10.0.6-r3 10.0.8 **9999*l {debug +embedded ipv6 privsep +udev}
     Installed versions:  10.0.6-r1(01:10:31 03/25/24)(embedded ipv6 udev -debug -privsep)
     Homepage:            https://github.com/NetworkConfiguration/dhcpcd/ https://roy.marples.name/projects/dhcpcd/
     Description:         A fully featured, yet light weight RFC2131 compliant DHCP client

this is how i try to connect
cat ethernetGentoo.sh
Code:

#!/bin/sh
# kill dhclient, wpa_supplicant, network adapter down, up & connect
/home/yanni/scripts/procKill.sh wpa_supplicant
/home/yanni/scripts/procKill.sh dhcpcd
ip link set eth0 down && echo 'network adapter down'
ip link set eth0 up && echo 'network adapter up'
dhcpcd eth0

_________________
love, peace and microchips
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum