Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved?] sysvinit-core + KDE - no wifi autoconnect

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2042
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 151 times
Been thanked: 212 times

[Solved?] sysvinit-core + KDE - no wifi autoconnect

#1 Post by Hallvor »

I thought I'd try the good old sysvinit, and installed it with

Code: Select all

apt install sysvinit-core
. I rebooted, and everything looked good until I noticed that the wifi connection was down.

I was able to bring it back up again by selecting it manually in the network manager, but I could not make it autoconnect.

Installing systemd again fixed the issue.

Does anyone else run sysvinit and have wifi autoconnect working? What am I missing?
Last edited by Hallvor on 2018-02-27 07:27, edited 1 time in total.
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

User avatar
oswaldkelso
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1497
Joined: 2005-07-26 23:20
Location: UK
Has thanked: 1 time
Been thanked: 60 times

Re: sysvinit-core + KDE - no wifi autoconnect

#2 Post by oswaldkelso »

You may want to check if the fix is in here anywhere. Jessie Smith (distro watch) has taken over sysvinit and a load of updates just hit. Before we blame mr pottering :mrgreen:

http://git.savannah.nongnu.org/cgit/sys ... log?h=beta
Free Software Matters
Ash init durbatulûk, ash init gimbatul,
Ash init thrakatulûk agh burzum-ishi krimpatul.
My oldest used PC: 1999 imac 333Mhz 256MB PPC abandoned by Debian

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: sysvinit-core + KDE - no wifi autoconnect

#3 Post by Head_on_a_Stick »

Hallvor wrote:the wifi connection was down
I would quite like to troubleshoot this if you don't mind switching back to sysvinit and posting the output of this command:

Code: Select all

ip a
Did you try connecting manually (without NetworkManager)?

EDIT: it's worth noting that the systemd-shim is un-maintained so if it's broken then we will have to fix it ourselves...
deadbang

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: sysvinit-core + KDE - no wifi autoconnect

#4 Post by stevepusser »

It works in Stretch-based MX 17 with sysvinit, but's that's with the gnome widget, not the plasma applet. It did work on my MX 16 KDE 4 respin, though.
MX Linux packager and developer

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2042
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 151 times
Been thanked: 212 times

[Solved?] sysvinit-core + KDE - no wifi autoconnect

#5 Post by Hallvor »

This is really strange. When I wrote the last message, I was at my brother's house. It flat out refused to autoconnect to the wifi. Back home again, it autoconnects. :shock:

Output:

Code: Select all

hallvor@debian-hp:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 9c:b6:54:a2:f5:ab brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether a4:4e:31:90:8b:68 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.*/24 brd 192.168.1.255 scope global dynamic wlan0
       valid_lft 86283sec preferred_lft 86283sec
    inet6 fe80::b116:34f4:149d:590e/64 scope link 
       valid_lft forever preferred_lft forever
hallvor@debian-hp:~$ 
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

Post Reply