The officially official Devuan Forum!

You are not logged in.

#1 2021-07-05 23:04:49

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

[SOLVED] Testing testing Chimaera on laptop

Got a Dell laptop to play with for some testing. Used the desktop 4.0 iso to install a fresh copy to start from scratch. Install with patch cable to the net. Appears to work pretty good. Using expert install and loaded xfce to start with.

First problem seems to be with wifi. on gui clicked on network to set up and put in the SSID and pass for wpa2 but seems to go in a loop with the popup asking for password which is in there and is correct.

OK what to test first? Been a while since I've used wireless, but since I had it, want to use it to test.

wire ip is good and if I plug/unplug it will change.

Cable modem has been working. Other half using doze with vpn so network is good.

cable modem gives out DHCP.

TIA

Offline

#2 2021-07-06 00:50:53

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

Re: [SOLVED] Testing testing Chimaera on laptop

You might want to check out
https://dev1galaxy.org/viewtopic.php?pid=29482#p29482
Maybe that works for you.

Offline

#3 2021-07-06 01:40:18

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

I will take a look. First thing is that this was setup with a static for eth0 but nothing is in /etc/network/interfaces showing eth0. I put a a 192.XXX.XXX.XXX during install. But nothing is there except Lo:

# The loopback network interface
auto lo
iface lo inet loopback

I will take a read on the link

Offline

#4 2021-07-06 11:05:16

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: [SOLVED] Testing testing Chimaera on laptop

Network setup in xfce is now handled by network-manager. If you want to use /etc/network/interfaces, you should disable or remove network-manager, or they will fight with each other.

I haven't tried the latest installers with a wireless connection yet, but with earlier ones, I had trouble if the wireless password had special characters in it. If I changed it to all lower case, the password worked in the installer. Special characters work correctly in the installed system.

Offline

#5 2021-07-06 16:52:47

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

fsmithred wrote:

Network setup in xfce is now handled by network-manager. If you want to use /etc/network/interfaces, you should disable or remove network-manager, or they will fight with each other.

I haven't tried the latest installers with a wireless connection yet, but with earlier ones, I had trouble if the wireless password had special characters in it. If I changed it to all lower case, the password worked in the installer. Special characters work correctly in the installed system.

I can confirm that they are fighting each other. Just for kicks I blew the os away and reinstalled and setup ip with DHCP. I put the the ip address for static  in and rebooted it. SSH came came up with the static ip on eth0.

Blew the interfaces away in the /etc/network/interfaces (reset showing lo only). Rebooted and the machine came back up with the DHCP IP address.

Will blow away the machine and use DHCP and change wlan0 password to lowercase. Had a couple of uppercase and a ! in it for kicks which has been working on other systems (doze and Devuan 1,2 and 3.

Will report back. Thanks fsmithred

Offline

#6 2021-07-07 23:26:07

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

OK update
changed cable modem/router password to lowercase and the winoze machine updated the key and it's back online.

going to try a wireless install which I have never done cause of problems in the past.

I have seen DHCPDISCOVER hang on boot. Hangs on DHCP ip6 looks like. Will have to check cable modem/router for IP6 settings. They may be off I think.

Offline

#7 2021-07-08 00:02:10

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

Question:
What's the best way to shut down IP6 for testing without it?

I have used in the past

echo "net.ipv6.conf.all.disable_ipv6 = 1"

Still good?

Offline

#8 2021-07-08 00:46:34

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

correction I meant all three:

echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf ; sysctl -p /etc/sysctl.conf
echo "net.ipv6.conf.default.disable_ipv6 = 1" >> /etc/sysctl.conf ; sysctl -p /etc/sysctl.conf
echo "net.ipv6.conf.lo.disable_ipv6 = 1" >> /etc/sysctl.conf ; sysctl -p /etc/sysctl.conf

Last edited by etech3 (2021-07-09 02:06:22)

Offline

#9 2021-07-09 00:40:22

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

OK next question:
went back to a static IP4 for test. In:

/etc/NetworkManager/NetworkManager.conf

shows:

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false

So where is the IP4 address stored?
should managed=false be changed to true?

TIA

Last edited by etech3 (2021-07-09 02:08:08)

Offline

#10 2021-07-09 01:09:40

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

Re: [SOLVED] Testing testing Chimaera on laptop

If you can't figure out the correct syntax for "code", you can use the buttons above the edit window.  big_smile

Hint . . . use  [ not  < . . .

Offline

#11 2021-07-09 01:15:19

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

OK got it it's in:

/etc/NetworkManager/system-connections/'Wired connection 1'

since when has spaces been allowed in file names? The way I l;earned a long time ago was the kiss rule and no spaces.

OK more research

Last edited by etech3 (2021-07-09 02:09:17)

Offline

#12 2021-07-09 01:23:42

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

OK golinux. My eyes are worse now than ever. Some of the colors hurt and it makes it hard for me to read. Better with w/b. Good to hear from ya.

Offline

#13 2021-07-09 01:47:34

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

Re: [SOLVED] Testing testing Chimaera on laptop

Victory!  You should be able to edit your previous posts now that you've got the hang of it.  Nice to see you too.  It's been a good while since Devuan was taking it's first baby steps . . . .

Offline

#14 2021-07-09 02:15:16

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

OK I can confirm that you can change the IP4 address settings in:

/etc/NetworkManager/system-connections/'Wired connection 1'

This test was a install with static IP. Then changed the setting of the IP4 address, then reboot and it worked fine.

Offline

#15 2021-07-14 01:05:15

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

OK

from a fresh install iso to working desktop (mate and XFCE)

connections are stored in:

/etc/NetworkManager/system-connections# ls
'Wired connection 1'
WIRELESS#ONE.nmconnection                 
Verizon-MiFi8800LXXXX.nmconnection

Will finish testing tomorrow and report back

Offline

#16 2021-07-17 14:57:14

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

summary:

Testing load Devuan 4 64 bit on a laptop with desktop dvd iso from usb with nonfree sources.

loaded the XFCE (default) and mate DE.

After first boot to DE:

check

dmesg | grep failed

for missing drivers (loaded b43 driver).

Whether you install with static IP for wired connection or not, network manager is in control (nothing in /etc/network/interface).
Look in /etc/NetworkManager/system-connections and use ls command to list available connections.

TIP:

If you plug and unplug wired connection(s) and/or switch rf (wifi) connections, network manager will get confused. Sometimes network manager is a little slow (couple of seconds at the most), and if you are logging into via ssh, the ssh connection may lock up. The solution for me was to logout/login on the laptop or reboot/shutdown which will break the ssh connection pipe. Shades of $doze reboot/restart appears to help.

Conclusion:

Overall the Chimaera OS appears to be smooth and almost ready for daily driver. This laptop will stay config this way for mpw. Iit is for more  testing and playing with.

Hope this helps.

Any questions, post a reply. I will mark this solved in a few days.

Just my 2cents. Now who said that?
Golinux you may check my spelling

Offline

#17 2021-08-01 00:07:53

etech3
Member
From: Virginia US
Registered: 2016-11-30
Posts: 20  

Re: [SOLVED] Testing testing Chimaera on laptop

OK testing on this laptop has finished up for now. I am going to mark this solved and on to next tests,

Thanks for everyone's help.

Offline

Board footer