Wireless connection daemon.
but it does wired connections too
alternative to NetworkManager
Devuan 3 had it, but they dropped it in Devuan 4.
enp1s0: unavailable
āRealtek RTL8111/8168/8411ā
ethernet (r8169), mac address, hw, mtu 1500
wlp2s0: unavailable
āRealtek RTL8188EEā
wifi (rtl8188ee), mac address, hw, mtu 1500
So nmcli
is same as ip addr
Linux can see the hardware, but it isnt functioning
My bet is driver for enp1s0 is missing
You need to do
sudo dmesg | more
and page thru it looking for Realtek ethernet port and see if it loads the driver
I finished this job today so when I get back home this week Iāll post the results of those commands
trekjunky@Enterprise:~$ aptin wicd
[sudo] password for trekjunky:
Reading package listsā¦ Done
Building dependency tree
Reading state informationā¦ Done
Package wicd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package āwicdā has no installation candidate
root@Enterprise:/home/trekjunky# apt satisfy wicd
Reading package listsā¦ Done
Building dependency tree
Reading state informationā¦ Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) command line argument:amd64 < none ā 1 @un puN Ib >
Broken command line argument:amd64 Depends on wicd:amd64 < none @un H >
Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
command line argument : Depends: wicd but it is not installable
E: Unable to correct problems, you have held broken packages.
root@Enterprise:/home/trekjunky
Hi Cane,
Well it looks like best option is to wait for wicd
to catch up with python3
. Then it should be available again with a normal install.
I would not like to try that manual install. It could break other things. If you want to try, install it outside the package system in your home directory or in /usr/local. Then it cant break anything.
Neville
Im home!!! And - more strangeness
$ nmcli
enp1s0: connected to Wired connection 1
"Realtek RTL8111/8168/8411"
ethernet (r8169), [mac addr], hw, mtu 1500
ip4 default
inet4 192.168.1.120/24
route4 0.0.0.0/0
route4 192.168.1.0/24
route4 169.254.0.0/16
inet6 fe80::e456:aee6:7f0:21/64
route6 fe80::/64
wlp2s0: connected to wireless
"Realtek RTL8188EE"
wifi (rtl8188ee), [mac addr], hw, mtu 1500
inet4 192.168.1.110/24
route4 0.0.0.0/0
route4 192.168.1.0/24
inet6 fe80::6eb6:84d1:c972:750e/64
route6 fe80::/64
p2p-dev-wlp2s0: disconnected
"p2p-dev-wlp2s0"
wifi-p2p, hw
I got home this morning, plugged in my laptop, left my office
to unpack and when I got to my desk and logged into my computer,
my laptop had updated all its files over the wired network.
Ive been sending text messages back to the guys I was working with and - its possible - the company has blacklisted all laptops. The desktop I was using is raspberry pi that I use as a backup if I have laptop issues - and this previous trip is the first time Ive ever used it.
Im on my laptop wired to my router now. Its working fine.
Just a bit miffed this morning as someone else was linked into our texts who wasnt on site said - this has happened to other contractors in the past. So ā seems like this was all for not as it was out of my control. Sorry everyone.
Hi Wade,
Well it was interesting anyway, and I am sure we all learned something
Thanks for the embarrasing admission
Lets all go and have a good laugh
Neville
Well - its not too embarrassing ā¦ they paid my full rate
while I was stuck working on the problem they caused
which means - I worked only two actual days.
On the theorized problems though - except for the fact
that I have an ip now - all the other commands you all
asked me to run put out the same info.