Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] udev-197 network issues
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
joekickass
n00b
n00b


Joined: 19 Mar 2012
Posts: 18
Location: Sweden

PostPosted: Tue Jan 29, 2013 6:16 pm    Post subject: [SOLVED] udev-197 network issues Reply with quote

Hi,

just installed udev-197-r5 and removed the 80-net-name-slot.rules to try out the new naming rules. I'm using systemd (systemd-197-r1). System boots ok, except that systemd floods the dmesg log with:
Code:

...
systemd[1]: systemd-tmpfiles-clean.timer: time change, recalculating next elapse.
...


Now, my real issue is that my network interfaces are never brought up as eth0/wlan0 was. I'm not that familiar with exactly what service is responsible for doing this, but systemctl shows no service failing except ntpd (which is expected since I have no network).

I can bring them up manually:
Code:

# ls /sys/class/net
enp9s0 lo sit0 wlp11s0
# ifconfig enp9s0 up
...blah blah sky2 Link is up at 100Mbps
# dhcpcd enp9s0
...


Now I have network.

I have WICD installed for managing my network connections, but I cannot find any config file I need to change for it.

Any help appreciated!

/ Tomas


Last edited by joekickass on Wed Jan 30, 2013 8:59 pm; edited 1 time in total
Back to top
View user's profile Send private message
joekickass
n00b
n00b


Joined: 19 Mar 2012
Posts: 18
Location: Sweden

PostPosted: Wed Jan 30, 2013 8:58 pm    Post subject: Reply with quote

Answering my own post.

Fixed it by changing a few settings in wicd:

1. Find out your new network names (yours are likely called something else):
Code:

# ls /sys/class/net
enp9s0  lo  sit0  wlp11s0


2. Replace old interface names with the new ones in /etc/wicd/manager-settings.conf:
Code:

...
wireless_interface = wlp11s0
wired_interface = enp9s0
...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
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