Thread: unmanaged network device not properly loaded
hi,
have ethernet intel e100 nic has worked years , still runs well. in our home lan have fixed internet adresses. in debian , ubuntu had installed card without problems once correct entries fixed in /etc/network/interface:
auto eth0
iface eth0 inet static
address 192.168.1.201
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.199
dns-nameservers 192.168.1.199
during booting in ubuntu 11.10 card not loaded due error in installation script: directory /run/network not created.
reason can boot , after desktop ready can run following:
admin:
ifdown eth0
mkdir /run/network
ifup eth0
after card works e.g. reach forum. obvious script wants start card not check existence of directory , stops executing. should check whether dir exists , if not create it!!!
alternatively, get card managed network manager. never tried that.
greeting black forest
bernhard
edit /etc/networkmanager/networkmanager.conf change managed=false managed=true
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] unmanaged network device not properly loaded
Ubuntu
Comments
Post a Comment