Re: LXQt nm-applet missing Reply #15 – 04 June 2022, 13:31:28 I thank youlibstatgrab allowed me to add the network monitor applet.But the applet does not let me configure my network, nor the wifiQuote from: gavincc – on 04 June 2022, 09:25:58personally I'd just wipe the lot and start again from the sound of your pc, but never having the wi-fi working even on a live boot on the jan .iso) kind of flags a firmware issue for your card to me - do you know what it is? You can see above (reply #6) I built the firmware for it , and I think it is installed correctly. But I am open to the idea I did it wrong.I also see it flash, as it does when the driver is working on ClearLinux.But I could be wrong.I am loath to wipe and redo, as I have several configurations like SSH that I did not keep track of, and am sure to miss on a reload.Quote from: gavincc – on 04 June 2022, 09:25:58 Personally, i keep a cheat sheet when installing/configuring a new install, otherwise those commands that don't work begin to get lost in the ones that do - that way if and when i need to reinstall, i can just copy and paste down the list and it all goes smoothly and quickly too (and cleanly!)About my third reinstall I started doing that, but did not keep it up with all the changes.But if that is the only way to fix my wifi, I guess I'll have to.Is there a known set of things I should back up to make recovery easy?
Re: LXQt nm-applet missing Reply #16 – 04 June 2022, 13:43:04 sorry, my mistake for not reading the whole thread. The link for aur doesn't resolve for me, but is this the same?: https://aur.archlinux.org/packages/rtl8812au-dkms-git
Re: LXQt nm-applet missing Reply #17 – 04 June 2022, 14:55:21 Quote from: gavincc – on 04 June 2022, 13:43:04sorry, my mistake for not reading the whole thread. The link for aur doesn't resolve for me, but is this the same?: https://aur.archlinux.org/packages/rtl8812au-dkms-gityes.is there an alternative to networkmanager i could use? that works with Artix LXQt
Re: LXQt nm-applet missing Reply #18 – 04 June 2022, 15:46:53 i really don't think that is the problem - my reasoning for that is that I just live booted the stable .iso (albeit for dinit) and nothing required to add to the wi-fi network for this thinkpad, so I'm assuming the only difference is just the init, which shouldn't make a difference, and the chip, for which mine is a realtech 8822. But when you live boot, you cannot connect to wi-fi from the live boot, so i'm pretty much out of idea's. Sorry.
Re: LXQt nm-applet missing Reply #19 – 04 June 2022, 17:09:35 I am not arguing that netmanger CANNOT work.It is obviously misconfigured/missing a component/whatever. I just figured if I could replace it with something that works, then, it would work.
Re: LXQt nm-applet missing Reply #20 – 04 June 2022, 18:55:43 okay....on a live boot, can you connect to wi-fi? If the answers "no", its not a little widget thats the problem but points more to firmware etc - otherwise this or indeed 2 other machines I tried this afternoon would not be able to connect either without adding "a missing component" too either. As an aside, seriously, i can't remember the last time i installed anything linux without verifying wi-fi connections first for obvious reasons!
Re: LXQt nm-applet missing Reply #21 – 04 June 2022, 20:30:10 Quote from: gavincc – on 04 June 2022, 18:55:43okay....on a live boot, can you connect to wi-fi? I do not know much, but I do not see how my wifi could work on a live CD?If one needs to build a driver for the wifi to work and install it on a standard install, then, i assume, i would need to do that with for the live CD. How do i do that with a live CD?I mean another option is to have them include the drive on the live CD, but I do not see that happening.Quote from: gavincc – on 04 June 2022, 18:55:43 If the answers "no", its not a little widget thats the problem but points more to firmware etc - otherwise this or indeed 2 other machines I tried this afternoon would not be able to connect either without adding "a missing component" too either. You mean you tried it on machines that had wifi drivers that were included with the live CD?Did you try it on any machines that did not have the correct wifi driver on the live CD?But I tried it. i downloaded a weekly, 30May, and booted it. The panel crashed right out to a error message and blank screen on boot.I happened to have a 06Mar, which booted, but it did not have a driver. I started to update it, then i realized, any updates were useless.Quote from: gavincc – on 04 June 2022, 18:55:43As an aside, seriously, i can't remember the last time i installed anything linux without verifying wi-fi connections first for obvious reasons! I just assume I need a hardline, will have to update, and then fight with the wifi.
Re: LXQt nm-applet missing Reply #22 – 04 June 2022, 21:25:51 good, glad you see it - besides i was only trying to help and steer you away from an alternative to nm which would be fruitless because you have another issue behind it. maybe the aircrack you install didn't completely uninstall, maybe the updated firmware ver is the answer - either way, there's a selection of 4 for that chip, and we know one certainly doesn't work, one is orphaned so that leaves two - the time taken on this thread is a lot longer than the time to do a clean install, twice if necessary, just saying. And with that, I shall leave it. Goodnight, Ghttps://aur.archlinux.org/packages?O=0&SeB=nd&K=rtl8812au&outdated=&SB=p&SO=d&PP=50&submit=Go
Re: LXQt nm-applet missing Reply #23 – 06 June 2022, 17:31:00 Quote from: gavincc – on 04 June 2022, 21:25:51good, glad you see it What are you saying i saw?I know it worked well in clearlinux.
Re: LXQt nm-applet missing Reply #24 – 06 June 2022, 18:06:59 Quote from: n00b – on 06 June 2022, 17:31:00What are you saying i saw?I know it worked well in clearlinux.That you need a driver for your wifi
Re: LXQt nm-applet missing Reply #25 – 06 June 2022, 19:44:22 I've skimmed through this thread and unless I'm mistaken I've not seen dmesg (or the kernel.log) mentioned.Code: [Select]sudo dmesg will show you all the the devices setup at at boot and since.Code: [Select]sudo dmesg >~/dmesg.txt will place a text file with it all in your home dir for easier searching.If your device is a dongle remove and reinsert and you should find some messages relating to your device right at the end if you run dmesg again.Post them.Also search dmesg for any errors, especially relating to firmware.For the time being consider downgrading to the most recent lts kernel Code: [Select]sudo pacman -Syu linux-lts linux-lts-headersWhen the kernel goes up a point release, as it very recently did, this can sometimes cause compile and other issues with 'out of tree' drivers. Which from my skim I guess yours is ?
Re: LXQt nm-applet missing Reply #26 – 06 June 2022, 20:21:13 sudo dmesg >~/dmesg.txtsudo dmesg >~/dmesgreinsert.txt@gripped if dmesg has no errors, is there a need for downgrading the kernel?
Re: LXQt nm-applet missing Reply #27 – 06 June 2022, 20:47:42 Quote from: n00b – on 06 June 2022, 20:21:13sudo dmesg >~/dmesgreinsert.txtCheers. No driver is being loaded. After Quote[17910.174800] usb 8-1.1.1: USB disconnect, device number 4[17912.803089] usb 8-1.1.1: new high-speed USB device number 5 using xhci_hcd[17912.946779] usb 8-1.1.1: New USB device found, idVendor=0bda, idProduct=8812, bcdDevice= 0.00[17912.946792] usb 8-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3[17912.946797] usb 8-1.1.1: Product: 802.11n NIC[17912.946801] usb 8-1.1.1: Manufacturer: Realtek[17912.946804] usb 8-1.1.1: SerialNumber: 123456There should be some messages with the actual driver / kernel module setting up the device. With a device name like wlan0 or wlp5s0 or fairly similar.Code: [Select]ip link show will list all your network devicesCode: [Select]cat /proc/net/wireless should list your wireless network devices (I haven't used wifi on my pc in years so no expert)So the other posters are right, no working driver. You need to keep trying to build a working driver from the AUR and / or downgrade the kernel as I suggested until the above commands show a wireless network interface.Any errors encountered post in full and be as detailed in the steps taken as you can. Alternatively get a wifi dongle which is well supported by linux with an in kernel driver. Not saying you should. Just that it's an option.
Re: LXQt nm-applet missing Reply #28 – 06 June 2022, 20:52:12 ip link show1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:002: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000 link/ether 40:8d:5c:50:51:89 brd ff:ff:ff:ff:ff:ff5: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1434 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 link/none 6: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state DORMANT mode DORMANT group default qlen 1000 link/ether ae:1b:2f:5c:ae:88 brd ff:ff:ff:ff:ff:ff permaddr 08:10:7a:66:af:d77: wlan1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000 link/ether d6:05:0d:f1:b2:f1 brd ff:ff:ff:ff:ff:ff permaddr 0a:10:7a:66:af:d7cat /proc/net/wirelessInter-| sta-| Quality | Discarded packets | Missed | WE face | tus | link level noise | nwid crypt frag retry misc | beacon | 22 wlan0: 0000 0. 0. 0. 0 0 0 0 0 0 wlan1: 0000 0. 0. 0. 0 0 0 0 0 0wireless devices do show. this dongle, as the github.com/morrownr/8812au-20210629 doc explain, allow dual devices. currently they are wlan0 and 1Does this not support that there is a working driver installed?lsmod shows it too, i think?lsmodModule Size Used bytun 61440 2rfcomm 94208 4snd_seq_dummy 16384 0snd_hrtimer 16384 1snd_seq 94208 7 snd_seq_dummysnd_seq_device 16384 1 snd_seqfuse 176128 6qrtr 57344 4cmac 16384 2algif_hash 16384 1algif_skcipher 16384 1af_alg 36864 6 algif_hash,algif_skcipherbnep 32768 2edac_mce_amd 57344 0kvm_amd 167936 0ccp 131072 1 kvm_amdrng_core 20480 1 ccpkvm 1118208 1 kvm_amdirqbypass 16384 1 kvmvfat 24576 3fat 90112 1 vfatamdgpu 8941568 30crct10dif_pclmul 16384 1snd_hda_codec_realtek 167936 1crc32_pclmul 16384 0snd_hda_codec_generic 98304 1 snd_hda_codec_realtekbtusb 65536 0snd_hda_codec_hdmi 86016 1ledtrig_audio 16384 1 snd_hda_codec_genericghash_clmulni_intel 16384 0btrtl 28672 1 btusbbtbcm 20480 1 btusb8812au 3039232 0mxm_wmi 16384 0snd_hda_intel 61440 4btintel 49152 1 btusb snd_intel_dspcfg 36864 1 snd_hda_intel aesni_intel 380928 3 btmtk 16384 1 btusb snd_intel_sdw_acpi 20480 1 snd_intel_dspcfg crypto_simd 16384 1 aesni_intelsnd_hda_codec 184320 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtekcryptd 28672 3 crypto_simd,ghash_clmulni_inteljoydev 28672 0r8169 106496 0bluetooth 872448 36 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcommk10temp 16384 0snd_hda_core 118784 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtekmousedev 24576 0fam15h_power 16384 0pcspkr 16384 0realtek 36864 1mdio_devres 16384 1 r8169cfg80211 1085440 1 8812ausnd_hwdep 16384 1 snd_hda_codeclibphy 172032 3 r8169,mdio_devres,realteksp5100_tco 20480 0snd_pcm 172032 5 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_coreecdh_generic 16384 1 bluetoothi2c_piix4 36864 0rfkill 36864 5 bluetooth,cfg80211snd_timer 49152 3 snd_seq,snd_hrtimer,snd_pcmgpu_sched 53248 1 amdgpudrm_ttm_helper 16384 1 amdgpusnd 126976 19 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcmttm 86016 2 amdgpu,drm_ttm_helpersoundcore 16384 1 snddrm_dp_helper 167936 1 amdgpumac_hid 16384 0wmi 45056 1 mxm_wmiacpi_cpufreq 32768 0crypto_user 24576 0ext4 1011712 3crc32c_generic 16384 0crc16 16384 2 bluetooth,ext4mbcache 16384 1 ext4jbd2 192512 1 ext4uas 32768 0usb_storage 81920 5 uashid_elecom 16384 0crc32c_intel 24576 6xhci_pci 20480 0usbhid 73728 0xhci_pci_renesas 24576 1 xhci_pci Last Edit: 06 June 2022, 21:10:30 by n00b
Re: LXQt nm-applet missing Reply #29 – 06 June 2022, 21:15:32 Quote from: n00b – on 06 June 2022, 20:52:12Does this not support that there is a working driver installed?A driver at least. Hopefully working.I'm surprised there's no mention of wlan0 (or wlan1) in the dmesg output. But there you go.Let me have a think.On my PC I use a wired connection with no NetworkManager or systray applets so can't help with that. But I used to use something terminal based to set up wifi on my Arch chromebook. Going to see if I can remember what it was. And what I use now. It did have lxqt on it but switched KDE. Only use it on holidays (so once in the last three years!) Last Edit: 06 June 2022, 21:28:38 by gripped 1 Likes