[Bug 2065074] Re: Cannot enable WIFI & Bluethooth at fresh install of Kubuntu 24.04 LTS. «Hard blocks» or something else?

2024-05-10 Thread Bas Roufs
WIFI issue solved, however Bluetooth not yet.

This video has helped to solve the WIFI issue:

https://www.youtube.com/watch?v=vvzFYP8WjXo

A tiny switch at the front side of the laptop had turned off the WIFI
function. I switched the switch back to the on positition - from that
moment on, it was no problem any more to enable WIFI.

Terminal tests points in the same direction..

bas@Camino:~$ iw dev
phy#0
Interface wlp3s0
ifindex 3
wdev 0x1
addr 9c:4e:36:aa:5c:d0
ssid ArcoBaleno
type managed
channel 11 (2462 MHz), width: 20 MHz, center1: 2462 MHz
txpower 15.00 dBm
multicast TXQ:
qsz-byt qsz-pkt flows   drops   marks   overlmt hashcol 
tx-bytestx-packets
0   0   0   0   0   0   0   
0   0
bas@Camino:~$

sudo ip link set wlp3s0 up
bas@Camino:~$

Now I check both WIFI and Bluethooth...

bas@Camino:~$ rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

For WIFI ALL blocks have been eliminated now - the hard and the soft
ones. There is no hardware problem anymore that blocks possibilities to
enable WIFI.Software settings are also OK now apparently.

Bluetooth has no hard blocks anymore - no problems from the point of
view of hardware. However, there are still one or a few problems in the
realm of software - soft blocks.

Now, I focus more on Bluetooth.

bas@Camino:~$ bluetoothctl -v
bluetoothctl: 5.72
bas@Camino:~$

Apparently, there is Bluetooth software present.

Another test delivers the following output

bas@Camino:~$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
 Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; 
preset: enabled)
 Active: active (running) since Fri 2024-05-10 22:24:26 CEST; 1h 16min ago
   Docs: man:bluetoothd(8)
   Main PID: 2378 (bluetoothd)
 Status: "Running"
  Tasks: 1 (limit: 4221)
 Memory: 988.0K (peak: 2.9M swap: 392.0K swap peak: 408.0K)
CPU: 110ms
 CGroup: /system.slice/bluetooth.service
 └─2378 /usr/libexec/bluetooth/bluetoothd

mei 10 22:24:26 ConnectON bluetoothd[2378]: Starting SDP server
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support csip plugin
mei 10 22:24:26 ConnectON bluetoothd[2378]: profiles/audio/micp.c:micp_init() 
D-Bus experimental not enabled
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support micp plugin
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support vcp plugin
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support mcp plugin
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support bass plugin
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support bap plugin
mei 10 22:24:27 ConnectON bluetoothd[2378]: Bluetooth management interface 1.22 
initialized
mei 10 22:24:27 ConnectON bluetoothd[2378]: src/profile.c:register_profile() 
:1.55 tried to register 111e>
lines 1-22/22 (END)

Now, I break down this output in two parts

This is the first, upper part

«(...)
bas@Camino:~$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
 Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; 
preset: enabled)
 Active: active (running) since Fri 2024-05-10 22:24:26 CEST; 1h 16min ago
   Docs: man:bluetoothd(8)
   Main PID: 2378 (bluetoothd)
 Status: "Running"
  Tasks: 1 (limit: 4221)
 Memory: 988.0K (peak: 2.9M swap: 392.0K swap peak: 408.0K)
CPU: 110ms
 CGroup: /system.slice/bluetooth.service
 └─2378 /usr/libexec/bluetooth/bluetoothd
(...)»

This looks goods apparently, unless some expert perceives here a
problem.

Now, we take a look at the second and last part of the output report

«(...)
mei 10 22:24:26 ConnectON bluetoothd[2378]: Starting SDP server
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support csip plugin
mei 10 22:24:26 ConnectON bluetoothd[2378]: profiles/audio/micp.c:micp_init() 
D-Bus experimental not enabled
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support micp plugin
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support vcp plugin
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support mcp plugin
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support bass plugin
mei 10 22:24:26 ConnectON bluetoothd[2378]: src/plugin.c:plugin_init() System 
does not support bap plugin
m

[Bug 2065074] Re: Cannot enable WIFI & Bluethooth at fresh install of Kubuntu 24.04 LTS. «Hard blocks» or something else?

2024-05-09 Thread Bas Roufs
Tests related to Bluetooth:

https://askubuntu.com/questions/641892/hcitool-scan-does-not-find-my-
bluetooth-device

According to this article, the command hcitool dev should need to
deliver a list of Bluetooth devices. I get this non-result - though I
have been using Bluetooth at the same laptop, when it ran on Kubuntu
22.04.4. LTS:

bas@Camino:~$ hcitool dev
Devices:
bas@Camino:~$
bas@Camino:~$ hcitool -i hci1 scan
Invalid device: No such device

bas@Camino:~$ sudo hcitool scan
[sudo] password for bas:
Device is not available: No such device


WIFI and Bluetooth related tests based at this article:

https://askubuntu.com/questions/474219/wifi-is-hard-locked

bas@Camino:~$ rfkill unblock all
bas@Camino:~$
(Apparently, nothing happens.)


bas@Camino:~$ rfkill list all
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
bas@Camino:~$

The keyboard key combination FN and F5 at my Lenovo Thinkpad X230 should
need to switch on and switch off WIFI. However, nothing happens. I keep
getting this test result:

bas@Camino:~$ rfkill list all
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes


Info at page 47 of the hardware manual related to Lenovo Thinkpad X230: FN+F5 
Enables or disables the built-in wireless networking features.
Notes: If you want to use Fn+F5 to enable or disable the wireless features, the 
following
device drivers must be installed on the computer beforehand:
• Power Management Driver
• On Screen Display Utility
• Wireless device drivers

Question - is there a way to get such drivers and to get them working at
Kubuntu 24.04 LTS?

https://askubuntu.com/questions/1325028/wifi-gets-hard-blocked-on-
ubuntu-20-04-2-hp-15-series

bas@Camino:~$ sudo rfkill unblock 0
[sudo] password for bas:
bas@Camino:~$ rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
bas@Camino:~$


bas@Camino:~$ sudo rfkill unblock all
[sudo] password for bas:
bas@Camino:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-6.8.0-31-generic
bas@Camino:~$ rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
bas@Camino:~$


https://askubuntu.com/questions/1436900/wi-fi-and-bluetooth-got-hardblocked-after-upgrading-xubuntu-from-22-04-to-22-1

bas@Camino:~$ rfkill list all
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
bas@Camino:~$

Test after removing and reinserting battery:

bas@Camino:~$ sudo rfkill list all
[sudo] password for bas:
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
bas@Camino:~$

SUMMARY SO FAR:

WIFI and Bluetooth works at Kubuntu 22.04.4. LTS. However, it does not
at Kubuntu 24.04 LTS. I have been using both LTS systems at exactly the
same laptop with the same BIOS settings.

Software and hardware system info


Operating System: Kubuntu 24.04
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.13
Kernel Version: 6.8.0-31-generic (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-3320M CPU @ 2.60GHz
Memory: 3,5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 4000
Manufacturer: LENOVO
Product Name: 2325AZ8
System Version: ThinkPad X230

WHAT TO DO NEXT TO GET BACK WIFI AND Bluetooth?
===

Apparently, both WIFI and Bluetooth got hard blocked  after a fresh install of 
Kubuntu 24.04 LTS at my laptop.
Kubuntu 22.04.4. was a fresh install of early April, at the same laptop, with 
the same BIOS settings. In the BIOS, there is no password or security lock. 
It's simply default stuff.

I have no clue what to do next.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065074

Title:
  Cannot enable WIFI & Bluethooth at fresh install of Kubuntu 24.04 LTS.
  «Hard blocks» or something else?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2065074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065074] Re: Cannot enable WIFI & Bluethooth at fresh install of Kubuntu 24.04 LTS. «Hard blocks» or something else?

2024-05-07 Thread Bas Roufs
** Attachment added: "3a. Impossible to get Bluetooth enabled"
   
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2065074/+attachment/5775993/+files/3a.%20Impossible%20to%20get%20Bluetooth%20enabled.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065074

Title:
  Cannot enable WIFI & Bluethooth at fresh install of Kubuntu 24.04 LTS.
  «Hard blocks» or something else?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2065074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065074] Re: Cannot enable WIFI & Bluethooth at fresh install of Kubuntu 24.04 LTS. «Hard blocks» or something else?

2024-05-07 Thread Bas Roufs
** Attachment added: "3. Bluetooth disbabled"
   
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2065074/+attachment/5775992/+files/3.%20Bluetooth%20disbabled.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065074

Title:
  Cannot enable WIFI & Bluethooth at fresh install of Kubuntu 24.04 LTS.
  «Hard blocks» or something else?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2065074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065074] Re: Cannot enable WIFI & Bluethooth at fresh install of Kubuntu 24.04 LTS. «Hard blocks» or something else?

2024-05-07 Thread Bas Roufs
** Attachment added: "2. Enabling WIFI not possible."
   
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2065074/+attachment/5775973/+files/2.%20Enabling%20WIFI%20not%20possible.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065074

Title:
  Cannot enable WIFI & Bluethooth at fresh install of Kubuntu 24.04 LTS.
  «Hard blocks» or something else?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2065074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065074] Re: Cannot enable WIFI & Bluethooth at fresh install of Kubuntu 24.04 LTS. «Hard blocks» or something else?

2024-05-07 Thread Bas Roufs
** Attachment added: "1a. Focus at  mouse pointer at WIFI connection corner 
right down under"
   
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2065074/+attachment/5775972/+files/1a.%20Focus%20at%20%20mouse%20pointer%20at%20WIFI%20connection%20corner%20right%20down%20under.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065074

Title:
  Cannot enable WIFI & Bluethooth at fresh install of Kubuntu 24.04 LTS.
  «Hard blocks» or something else?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2065074/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs