Search Results for 'bluetooth'

Forum Forums Search Search Results for 'bluetooth'

Viewing 15 results - 856 through 870 (of 986 total)
  • Author
    Search Results
  • #31836
    Moderator
    caprea

      Before trying things from my post above, you have to

      sudo apt-get remove --purge connman cmst connman-bluetooth-firmware-antix

      Also,
      when opening wicd, on the upper right side there is a drop-down arrow, from here you can go to the settings.
      Please make sure your wireless interface is called in the settings the same as in
      inxi -n

      Probably eth1 or eth0 for your 2200BG Calexico2 card.

      • This reply was modified 3 years, 3 months ago by caprea.
      #31824
      Anonymous

        Hi Moddit,
        Thanks for continuing to explore other sources of information on this issue : )

        You said:

        …having wicd and connman installed together might cause problems,…

        I think that antiX v19.0 had only connman installed and that was the first time I had problems with wifi. AntiX 19.1 had connman and ceni installed so maybe that complicated matters.

        And on:

        wpa_supplicant and bluez are optional dependencies required for Wi-Fi and Bluetooth functionality respectively.

        That reminds me that I was getting a wpa_supplicant error (“you may have another wpa-supplicant process already running or the file was left by an unclean termination of wpa-supplicant….”) when I tried to get ceni to scan for networks, without removing connman first. Seems like connman uses wpa_supplicant in the back end.

        Thanks again for your thoughts on this
        : )
        G

        #31800
        Member
        ModdIt

          @gf, Just found this in Void handbook. Might be worth a try, will try to dig further
          This is about enabling connman.

          Instructions state: first disable any other network managing services like dhcpcd, wpa_supplicant, or wicd. These services all control network interface configuration, and interfere with each other.

          Arch contradicts that and states Install the connman package.
          wpa_supplicant and bluez are optional dependencies required for Wi-Fi and Bluetooth functionality respectively.

          I think having wicd and connman installed together might cause problems, it may well be better to purge when removing as well as take a look for any orphanned config files in home.

          Bug in connman. Reported debian inkl Buster. Tagged expected behaviour.
          Source: connman
          Severity: important

          The wait-online service is started in the postinst script, meaning it will hang for 2 minutes (default time out) on first install or when offline.

          Does that mean that we must wait 2 minutes before trying to connect to wifi. For sure I did not too impatient.

          • This reply was modified 3 years, 3 months ago by ModdIt.
          • This reply was modified 3 years, 3 months ago by ModdIt.
          #31780
          Member
          semicynic

            32bit antix-19-full connman works fine using command line

            Make sure timezone, date, and time are correct

            I gave command “connmanctl technologies”
            This showed that I had ethernet, wifi, and bluetooth. Correct for my ASUS eeepc.

            Not only that but it gave a list of subcommands used to connect, but unfortunately not in the correct order. I list proper order inline below.

            Next gave command
            “connmanctl”
            and it returned connmanctl>
            and waited for subcommand

            Below is order for subcommands and the replies. I’ve included error attempts.

            connmanctl>enable wifi
            Enabled wifi

            connmanctl> scan wifi
            completed wifi scan

            connmanctl> services
            <mywifi> wifi_0022435c6bd5_6465637265706974_managed_psk
            … and any available networks in name string format
            do not use <mywifi> later, only the string you need that starts with wifi and ends with managed_…

            connmanctl> agent on
            Agent registered

            connmanctl> connect wifi
            Error /net/connman/service/wifi: Method “Connect” with signature “” on interface “net.connman.Service” doesn’t exist

            connmanctl> wifi_0022435c6bd5_6465637265706974_managed_psk
            Error ‘wifi_0022435c6bd5_6465637265706974_managed_psk’: Unknown command

            connmanctl> connect wifi_0022435c6bd5_6465637265706974_managed_psk
            Agent RequestInput wifi_0022435c6bd5_6465637265706974_managed_psk
            Passphrase = [ Type=psk, Requirement=mandatory, Alternates=[ WPS ] ]
            WPS = [ Type=wpspin, Requirement=alternate ]
            Passphrase? ******************
            Connected wifi_0022435c6bd5_6465637265706974_managed_psk
            connmanctl> quit
            demo@antix1:~

            Now you can see activity in conky or bottom panel, and use browser.

            Since I use this on netbook at different locations, it is fine for me.

            If you have antix-19 installed and use it most with a single wifi router and know (after first successful try) the string for your home net,
            you can write a script with 2 arguments like
            “homenet <my-wifi-name-string> <passphrase for my-wifi-name>”

            I hope this helps.

            Member
            semicynic

              I’ve put it all together for you and any else having trouble with 32bit connman.

              32bit antix-19-full connman

              Here is what I did to get wifi working booting from live usb on my eeepc901 netbook with atom CPU. It took several days of trying different approaches to succeed. I’ve given parts of this in response to gf but here it is for any other 32bit users.

              I 1st tried going to controlcenter-→network>connman.
              Didn’t work.
              I tried lspci in a terminal and was surprised and very confused to see that my ralink PCIe network controller wasn’t listed even tho it was with 32bit antix-17.4. Went back to connman gui and fumbled around until I found how to make the ralink visible. Progress. I then tried to go thru gui connman procedure but it hung after I entered passphrase. I could not figure out how to make that work.

              So I went back to terminal to see if that might work. I gave command
              connmanctl technologies
              This showed that I had ethernet, wifi, and bluetooth. Correct!
              Not only that but it gave a list of subcommands used to connect, but unfortunately not in the correct order. I list proper order inline.
              Next gave command
              connmanctl
              and it returned connmanctl>
              and waited for subcommand
              Below is order for subcommands and the replies. I’ve included error attempts.

              connmanctl>enable wifi
              Enabled wifi
              connmanctl> scan wifi
              wifi scanned
              connmanctl> services
              <mywifi> wifi_0022435c6bd5_6465637265706974_managed_psk
              … do not use <mywifi> later, only the string you need that starts with wifi and ends with managed_…
              connmanctl> agent on
              Agent registered
              connmanctl> connect wifi
              Error /net/connman/service/wifi: Method “Connect” with signature “” on interface “net.connman.Service” doesn’t exist
              connmanctl> wifi_0022435c6bd5_6465637265706974_managed_psk
              Error ‘wifi_0022435c6bd5_6465637265706974_managed_psk’: Unknown command
              connmanctl> connect wifi_0022435c6bd5_6465637265706974_managed_psk
              Agent RequestInput wifi_0022435c6bd5_6465637265706974_managed_psk
              Passphrase = [ Type=psk, Requirement=mandatory, Alternates=[ WPS ] ]
              WPS = [ Type=wpspin, Requirement=alternate ]
              Passphrase? ******************
              Connected wifi_0022435c6bd5_6465637265706974_managed_psk
              connmanctl> quit
              demo@antix1:~

              Now you can see activity in conky or bottom panel, and use browser.
              You don’t have to ControlCentre–>Network–>connman at all if timezone,date,time are correct, just do CLI as above
              I don’t know if 64bit has connman problem too.

              I hope this helps.

              Member
              ModdIt

                Hi to all, before giving up, I did on my wifi Card but not on the distro.
                Would it be possible to try a USB wifi adapter and see if that will connect properly.

                I was going crazy trying to get my WIFI working again in vers 19. In vers 17 it worked perfectly.
                I spent hours searching trying proposals and looking for differences between 17 setup and 19.

                I connected an external USB WIFI adapter. Wifi worked immediately. Traveling through Asia with that
                appendage seemed like asking for a problem so I then changed the Bluetooth/WIFI card in my netbook.

                Wifi immediately worked and has done since without further issues.
                Maybe worth trying especially if access to the card is not too difficult.

                I put no blame on Antix devs. Hardware is very varied and driver issues complicated to debug.
                This is a very frustrating issue and unfortunately chasing away users who are otherwise very happy with Antix.

                #31305
                Member
                ModdIt

                  CCC conference is just finished, there were as usual a lot of very good talks, many in English.
                  A lot of talks are also translated in to several other languages.
                  The adress htttps media.ccc.de hoping that gets through the filters here.

                  Really worth checking out a talk about Bluetooth and wireless, researchers were asked to stop going
                  in to further depth by the authoritys.

                  The insecurity of vehicle immobiliser systems talk would be funny but for vehicle owners it is not a joke.
                  It is not just the mentioned models and method.
                  Many other companys are affected. Intercepting a wireless or keyless command chain producing a functional
                  module to open, start and go has been demonstrated many times. Stealing contents is in some areas done that way.
                  No need to break or damage anything thanks to car company engineering (in)competance.

                  Member
                  semicynic

                    I’m using live usb with 32bit antiX-19-full on a eeepc901 netbook. I couldn’t make connman work thru control center but had to go to a terminal for CLI. lspci did not show wifi adapter which confused me but I persisted and I gave these commands to connect to my home net.

                    1. connmanctl technologies
                    –showed ethernet, wifi, bluetooth

                    2. connmanctl
                    –waited for commands
                    enable wifi

                    scan wifi

                    services

                    agent on

                    connect <wifi> (where <wifi> should be replaced with string of characters for your net from above)

                    –agent asks for passphrase or password or key
                    –if correct, you will be connected

                    quit

                    I haven’t tried to learn why GUI doesn’t work but CLI does. Good luck.

                    Member
                    digitations

                      Greetings All,

                      attempting to install VLC and Audacious using apt-get, downloads the files and then locks up the system completely during the install.

                      using synaptic for the same S/W returns a broken package error and will not install and does not freeze the system.

                      over several attempts to resolve the above issue, i have lost the setting for changing work spaces via mouse scroll (not sure where to find that setting), the ‘man’ pages have become farkled and attempting to reinstall them via apt-get locks up the system, and sleep does not work, nor does shutdown actually power off the system.

                      using apt-get or synaptic for other S/W works as expected.

                      two other issues: screenlight does not work and wifi is not found with connman (wifi greyed out).

                      Thank YOU ALL in advance for any suggestions in resolving these issues.

                      fresh full install of Antix19 on an MSI Alpha15 total AMD system, machine specs below:

                      inxi -r
                      Repos:     Active apt sources in file: /etc/apt/sources.list.d/cisofy-lynis.list
                      		   deb https://packages.cisofy.com/community/lynis/deb/ stable main
                      		   Active apt sources in file: /etc/apt/sources.list.d/debian.list
                      		   deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
                      		   deb http://security.debian.org/ jessie/updates main contrib non-free
                      		   deb http://download.videolan.org/pub/debian/stable/ /
                      		   deb-src http://download.videolan.org/pub/debian/stable/ /
                      		   deb http://security.debian.org/ testing/updates non-free contrib main

                      $ inxi -zv7

                      System:
                        Host: rookery Kernel: 4.9.193-antix.1-amd64-smp x86_64 bits: 64 
                        compiler: gcc v: 8.3.0 Desktop: Fluxbox 1.3.5 dm: SLiM 1.3.6 
                        Distro: antiX-19_x64-full Marielle Franco 16 October 2019 
                        base: Debian GNU/Linux 10 (buster) 
                      Machine:
                        Type: Laptop Mobo: Micro-Star model: MS-16U6 v: REV:1.0 serial: <filter> 
                        BIOS: American Megatrends v: E16U6AMS.106 date: 10/09/2019 
                      Memory:
                        RAM: total: 13.64 GiB used: 2.46 GiB (18.1%) 
                        RAM Report: 
                        permissions: Unable to run dmidecode. Root privileges required. 
                      CPU:
                        Topology: Single Core model: AMD Ryzen 7 3750H with Radeon Vega Mobile Gfx 
                        bits: 64 type: UP arch: Zen+ rev: 1 L2 cache: 512 KiB bogomips: 4591 
                        Speed: 2296 MHz min/max: N/A Core speed (MHz): 1: 2296 
                        Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1 
                        bmi2 bpext clflush clflushopt clzero cmov cmp_legacy constant_tsc cpb 
                        cr8_legacy cx16 cx8 de decodeassists extapic extd_apicid f16c flushbyasid 
                        fma fpu fsgsbase fxsr fxsr_opt ht hw_pstate ibpb irperf lahf_lm lbrv lm 
                        mca mce misalignsse mmx mmxext monitor movbe msr mtrr mwaitx nonstop_tsc 
                        nopl npt nrip_save nx osvw overflow_recov pae pat pausefilter pclmulqdq 
                        pdpe1gb perfctr_core perfctr_l2 perfctr_nb pfthreshold pge pni popcnt pse 
                        pse36 rdrand rdseed rdtscp rep_good sep sha_ni skinit smap smca smep ssbd 
                        sse sse2 sse4_1 sse4_2 sse4a ssse3 succor svm svm_lock syscall tce topoext 
                        tsc tsc_scale vmcb_clean vme vmmcall wdt xgetbv1 xsave xsavec xsaveopt 
                        xsaves 
                      Graphics:
                        Device-1: AMD vendor: Micro-Star MSI driver: N/A bus ID: 03:00.0 
                        chip ID: 1002:7340 
                        Device-2: AMD vendor: Micro-Star MSI driver: N/A bus ID: 07:00.0 
                        chip ID: 1002:15d8 
                        Display: x11 server: X.Org 1.20.4 driver: vesa resolution: 1920x1080~N/A 
                        OpenGL: renderer: llvmpipe (LLVM 7.0 128 bits) v: 3.3 Mesa 18.3.6 
                        compat-v: 3.1 direct render: Yes 
                      Audio:
                        Device-1: AMD vendor: Micro-Star MSI driver: snd_hda_intel v: kernel 
                        bus ID: 03:00.1 chip ID: 1002:ab38 
                        Device-2: AMD driver: N/A bus ID: 07:00.5 chip ID: 1022:15e2 
                        Device-3: AMD vendor: Micro-Star MSI driver: snd_hda_intel v: kernel 
                        bus ID: 07:00.6 chip ID: 1022:15e3 
                        Sound Server: ALSA v: k4.9.193-antix.1-amd64-smp 
                      Network:
                        Device-1: Realtek vendor: AzureWave driver: N/A port: f000 bus ID: 05:00.0 
                        chip ID: 10ec:c822 
                        Device-2: Realtek vendor: Micro-Star MSI driver: r8169 v: 2.3LK-NAPI 
                        port: e000 bus ID: 06:00.0 chip ID: 10ec:2600 
                        IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter> 
                        IP v4: <filter> scope: global broadcast: <filter> 
                        IP v6: <filter> scope: link 
                        WAN IP: <filter> 
                      Use of uninitialized value $speed in pattern match (m//) at /usr/local/bin/inxi line 9083.
                      Drives:
                        Local Storage: total: 2.73 TiB used: 25.46 GiB (0.9%) 
                        ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 970 EVO Plus 1TB 
                        size: 931.51 GiB serial: <filter> rev: 2B2QEXM7 scheme: GPT 
                        ID-2: /dev/sda vendor: Seagate model: ST2000LX001-1RG174 size: 1.82 TiB 
                        speed: 6.0 Gb/s rotation: 5400 rpm serial: <filter> rev: SDM1 scheme: GPT 
                        Message: No Optical or Floppy data was found. 
                      RAID:
                        Message: No RAID data was found. 
                      Partition:
                        ID-1: / size: 145.77 GiB used: 4.92 GiB (3.4%) fs: ext4 dev: /dev/sda3 
                        label: rootantiX19 uuid: c2b63121-e2f2-44fc-98e5-915ee3bdfaaa 
                        ID-2: /boot size: 4.32 GiB used: 65.3 MiB (1.5%) fs: ext4 dev: /dev/sda1 
                        label: boot uuid: 4a591ee3-44ca-4ed0-ab70-fd5014ce88c4 
                        ID-3: /home size: 612.03 GiB used: 20.48 GiB (3.3%) fs: ext4 
                        dev: /dev/sda4 label: homeantiX uuid: 580cc734-2384-41de-942b-f6d9e758c9d4 
                        ID-4: swap-1 size: 343.44 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda5 
                        label: swap uuid: a352ff3d-be07-4e57-b79d-f0dca1a156a8 
                      Unmounted:
                        ID-1: /dev/nvme0n1p1 size: 300.0 MiB fs: vfat label: SYSTEM 
                        uuid: 5E98-A22E 
                        ID-2: /dev/nvme0n1p2 size: 128.0 MiB fs: <root required> label: N/A 
                        uuid: N/A 
                        ID-3: /dev/nvme0n1p3 size: 68.85 GiB fs: ntfs label: Windows 
                        uuid: 8E0E99520E9933E5 
                        ID-4: /dev/nvme0n1p4 size: 900.0 MiB fs: ntfs label: WinRE tools 
                        uuid: 062C99FD2C99E847 
                        ID-5: /dev/nvme0n1p5 size: 241.21 GiB fs: vfat label: N/A uuid: D12B-D078 
                        ID-6: /dev/nvme0n1p6 size: 301.40 GiB fs: ext4 label: N/A 
                        uuid: 2351cdc0-df06-412b-9ced-c617d8ad23b0 
                        ID-7: /dev/nvme0n1p7 size: 318.76 GiB fs: ext4 label: N/A 
                        uuid: a2b64641-986d-4dbc-ae11-aa928c8caabe 
                        ID-8: /dev/sda2 size: 20.06 GiB fs: ntfs label: BIOS_RVY 
                        uuid: 8EC8A330C8A3160D 
                        ID-9: /dev/sda6 size: 723.14 GiB fs: ext4 label: futuremax 
                        uuid: 8e0067bc-22a5-48b1-9d3d-1d42df6deb75 
                      USB:
                        Hub: 1-0:1 info: Full speed (or root) Hub ports: 4 rev: 2.0 
                        speed: 480 Mb/s chip ID: 1d6b:0002 
                        Hub: 2-0:1 info: Full speed (or root) Hub ports: 4 rev: 3.1 speed: 10 Gb/s 
                        chip ID: 1d6b:0003 
                        Hub: 3-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
                        speed: 480 Mb/s chip ID: 1d6b:0002 
                        Device-1: 3-1:2 info: N/A type: Video driver: uvcvideo interfaces: 2 
                        rev: 2.0 speed: 480 Mb/s chip ID: 5986:211c 
                        Hub: 3-2:3 info: Full speed (or root) Hub ports: 4 rev: 2.0 
                        speed: 480 Mb/s chip ID: 05e3:0608 
                        Device-2: 3-2.1:4 info: N/A type: <vendor specific> 
                        driver: rtsx_usb,rtsx_usb_ms,rtsx_usb_sdmmc interfaces: 1 rev: 2.0 
                        speed: 480 Mb/s chip ID: 0bda:0129 serial: <filter> 
                        Device-3: 3-2.2:5 info: N/A type: HID driver: hid-generic,usbhid 
                        interfaces: 2 rev: 2.0 speed: 12 Mb/s chip ID: 1038:1122 
                        Device-4: 3-2.3:6 info: N/A type: Mouse,Keyboard 
                        driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s 
                        chip ID: 0db0:0d10 
                        Device-5: 3-2.4:7 info: N/A type: Bluetooth driver: btusb interfaces: 2 
                        rev: 1.0 speed: 12 Mb/s chip ID: 13d3:3549 serial: <filter> 
                        Hub: 4-0:1 info: Full speed (or root) Hub ports: 1 rev: 3.1 speed: 10 Gb/s 
                        chip ID: 1d6b:0003 
                      Sensors:
                        Message: No sensors data was found. Is sensors configured? 
                      Info:
                        Processes: 153 Uptime: 3h 57m Init: SysVinit v: 2.93 runlevel: 5 
                        default: 5 Compilers: gcc: 8.3.0 alt: 8 Shell: bash v: 5.0.3 
                        running in: roxterm inxi: 3.0.36 
                      #30639
                      Member
                      DaveW

                        Skidoo,
                        Here is what came up, following attempted install of Calibre, via packageinstaller.
                        (NOTE: This was attempted twice: first, on Antix-17 LiveUSB, with no persistence setup… second, on installed Antix-17 system. Results were the same, either way.)

                        $ packageinstaller
                        QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to ‘/tmp/runtime-root’
                        running cmd: “arch”
                        running cmd: “cat /etc/debian_version | cut -f1 -d’.'”
                        running cmd: “dpkg -l packageinstaller| awk ‘NR==6 {print $3}'”
                        running cmd: “dpkg –get-selections | grep -v deinstall | cut -f1”
                        running cmd: “apt-get update”
                        running cmd: “x-terminal-emulator -T ‘Installing packages…’ -e apt-get install –reinstall calibre ”
                        running cmd: “\n”
                        running cmd: “dpkg –get-selections | grep -v deinstall | cut -f1”
                        could not remove listapps file
                        tree cleared
                        cleanup code
                        terminate cmd called
                        terminating parent process: 6402
                        kill cmd called
                        killing parent process: 6402
                        sh: 1: r: not found
                        removing lock
                        QProcess: Destroyed while process (“/bin/bash”) is still running.

                        Regarding what components of systemd might have been active…
                        Here is what came up (running a different Antix-17 LiveUSB, with backup of system on which I could not install apparmor). I don’t know the significance of most of these lines. But there are quite a few more than on your system.
                        [However, in my Antix17 system, where I did install apparmor, there are even more lines (mostly related to apparmor).]

                        $ locate systemd
                        /etc/systemd
                        /etc/apt/preferences.d/00systemd
                        /etc/systemd/system
                        /etc/systemd/system/bluetooth.target.wants
                        /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service
                        /etc/systemd/system/dbus-org.bluez.service
                        /etc/systemd/system/dbus-org.freedesktop.Avahi.service
                        /etc/systemd/system/default.target.wants
                        /etc/systemd/system/multi-user.target.wants
                        /etc/systemd/system/sleep.target.wants
                        /etc/systemd/system/sockets.target.wants
                        /etc/systemd/system/sysinit.target.wants
                        /etc/systemd/system/timers.target.wants
                        /etc/systemd/system/bluetooth.target.wants/bluetooth.service
                        /etc/systemd/system/default.target.wants/e2scrub_reap.service
                        /etc/systemd/system/multi-user.target.wants/avahi-daemon.service
                        /etc/systemd/system/multi-user.target.wants/console-setup.service
                        /etc/systemd/system/multi-user.target.wants/lm-sensors.service
                        /etc/systemd/system/multi-user.target.wants/openvpn.service
                        /etc/systemd/system/multi-user.target.wants/rsync.service
                        /etc/systemd/system/multi-user.target.wants/tlp.service
                        /etc/systemd/system/multi-user.target.wants/ufw.service
                        /etc/systemd/system/multi-user.target.wants/virtualbox-guest-utils.service
                        /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service
                        /etc/systemd/system/sleep.target.wants/tlp-sleep.service
                        /etc/systemd/system/sockets.target.wants/avahi-daemon.socket
                        /etc/systemd/system/sysinit.target.wants/keyboard-setup.service
                        /etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
                        /etc/systemd/system/timers.target.wants/apt-daily.timer
                        /etc/systemd/system/timers.target.wants/e2scrub_all.timer
                        /lib/systemd
                        /lib/i386-linux-gnu/libsystemd.so.0
                        /lib/i386-linux-gnu/libsystemd.so.0.26.0
                        /lib/systemd/system
                        /lib/systemd/system-generators
                        /lib/systemd/system-sleep
                        /lib/systemd/system/apt-daily-upgrade.service
                        /lib/systemd/system/apt-daily-upgrade.timer
                        /lib/systemd/system/apt-daily.service
                        /lib/systemd/system/apt-daily.timer
                        /lib/systemd/system/avahi-daemon.service
                        /lib/systemd/system/avahi-daemon.socket
                        /lib/systemd/system/bluetooth.service
                        /lib/systemd/system/configure-printer@.service
                        /lib/systemd/system/console-setup.service
                        /lib/systemd/system/dbus.service
                        /lib/systemd/system/dbus.socket
                        /lib/systemd/system/e2scrub@.service
                        /lib/systemd/system/e2scrub_all.service
                        /lib/systemd/system/e2scrub_all.timer
                        /lib/systemd/system/e2scrub_fail@.service
                        /lib/systemd/system/e2scrub_reap.service
                        /lib/systemd/system/fstrim.service
                        /lib/systemd/system/fstrim.timer
                        /lib/systemd/system/keyboard-setup.service
                        /lib/systemd/system/lm-sensors.service
                        /lib/systemd/system/multi-user.target.wants
                        /lib/systemd/system/openvpn-client@.service
                        /lib/systemd/system/openvpn-server@.service
                        /lib/systemd/system/openvpn.service
                        /lib/systemd/system/openvpn@.service
                        /lib/systemd/system/polkit.service
                        /lib/systemd/system/rsync.service
                        /lib/systemd/system/sockets.target.wants
                        /lib/systemd/system/sudo.service
                        /lib/systemd/system/tlp-sleep.service
                        /lib/systemd/system/tlp.service
                        /lib/systemd/system/ufw.service
                        /lib/systemd/system/virtualbox-guest-utils.service
                        /lib/systemd/system/wpa_supplicant-nl80211@.service
                        /lib/systemd/system/wpa_supplicant-wired@.service
                        /lib/systemd/system/wpa_supplicant.service
                        /lib/systemd/system/wpa_supplicant@.service
                        /lib/systemd/system/xpra.service
                        /lib/systemd/system/xpra.socket
                        /lib/systemd/system/multi-user.target.wants/dbus.service
                        /lib/systemd/system/sockets.target.wants/dbus.socket
                        /lib/systemd/system-generators/openvpn-generator
                        /lib/systemd/system-sleep/hdparm
                        /usr/bin/deb-systemd-helper
                        /usr/bin/deb-systemd-invoke
                        /usr/lib/systemd
                        /usr/lib/apt/apt.systemd.daily
                        /usr/lib/systemd/user
                        /usr/lib/systemd/user/dirmngr.service
                        /usr/lib/systemd/user/dirmngr.socket
                        /usr/lib/systemd/user/gpg-agent-browser.socket
                        /usr/lib/systemd/user/gpg-agent-extra.socket
                        /usr/lib/systemd/user/gpg-agent-ssh.socket
                        /usr/lib/systemd/user/gpg-agent.service
                        /usr/lib/systemd/user/gpg-agent.socket
                        /usr/lib/systemd/user/obex.service
                        /usr/lib/systemd/user/sockets.target.wants
                        /usr/lib/systemd/user/sockets.target.wants/dirmngr.socket
                        /usr/lib/systemd/user/sockets.target.wants/gpg-agent-browser.socket
                        /usr/lib/systemd/user/sockets.target.wants/gpg-agent-extra.socket
                        /usr/lib/systemd/user/sockets.target.wants/gpg-agent-ssh.socket
                        /usr/lib/systemd/user/sockets.target.wants/gpg-agent.socket
                        /usr/share/doc/libsystemd0
                        /usr/share/doc/libsystemd0/changelog.Debian.gz
                        /usr/share/doc/libsystemd0/copyright
                        /usr/share/man/man1/deb-systemd-helper.1p.gz
                        /usr/share/man/man1/deb-systemd-invoke.1p.gz
                        /var/lib/systemd
                        /var/lib/dpkg/info/libsystemd0:i386.list
                        /var/lib/dpkg/info/libsystemd0:i386.md5sums
                        /var/lib/dpkg/info/libsystemd0:i386.shlibs
                        /var/lib/dpkg/info/libsystemd0:i386.symbols
                        /var/lib/dpkg/info/libsystemd0:i386.triggers
                        /var/lib/systemd/deb-systemd-helper-enabled
                        /var/lib/systemd/deb-systemd-helper-enabled/apt-daily-upgrade.timer.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants
                        /var/lib/systemd/deb-systemd-helper-enabled/console-setup.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/dbus-fi.w1.wpa_supplicant1.service
                        /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.bluez.service
                        /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service
                        /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants
                        /var/lib/systemd/deb-systemd-helper-enabled/e2scrub_all.timer.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/e2scrub_reap.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/fstrim.timer.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/keyboard-setup.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/lm-sensors.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants
                        /var/lib/systemd/deb-systemd-helper-enabled/openvpn.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/sleep.target.wants
                        /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants
                        /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants
                        /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants
                        /var/lib/systemd/deb-systemd-helper-enabled/tlp-sleep.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/tlp.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/ufw.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/virtualbox-guest-utils.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/wpa_supplicant.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/xpra.service.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/xpra.socket.dsh-also
                        /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service
                        /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/e2scrub_reap.service
                        /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/avahi-daemon.service
                        /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/console-setup.service
                        /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lm-sensors.service
                        /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/openvpn.service
                        /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsync.service
                        /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/tlp.service
                        /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ufw.service
                        /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/virtualbox-guest-utils.service
                        /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/wpa_supplicant.service
                        /var/lib/systemd/deb-systemd-helper-enabled/sleep.target.wants/tlp-sleep.service
                        /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket
                        /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/keyboard-setup.service
                        /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer
                        /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer
                        /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/e2scrub_all.timer

                        • This reply was modified 3 years, 5 months ago by DaveW.
                        • This reply was modified 3 years, 5 months ago by DaveW.
                        • This reply was modified 3 years, 5 months ago by DaveW.
                        #30483

                        In reply to: antiX-19 runit release

                        Member
                        olsztyn

                          Needless to say I am excited at the possibility we may soon see antiX update based on runit…
                          As Restart/Shutdown issue on Live or Frugal does not seem material, everything else seems to work, not counting quirks not related to runit.
                          A minor question: Is this test edition of runit antiX really Base? The size of ISO seems substantially larger than antiX 19 Base and items such as Bluetooth are included, which Base of antiX 19 is not supposed to contain (according to Full/Base difference list)…
                          Or is this actually Full minus Office suite?

                          Live antiX Boot Options (Previously posted by Xecure):
                          https://antixlinuxfan.miraheze.org/wiki/Table_of_antiX_Boot_Parameters

                          #30291
                          Anonymous

                            forum search: crpyt
                            ^–v

                            https://www.antixforum.com/forums/topic/antix-19-install-fail-on-external-hard-drive/
                            topic: antiX 19 Install Fail On External Hard Drive
                            date: December 4, 2019
                            post by: anticapitalista

                            As the release notes state:

                            Known Issues:

                            * sis drivers no longer work (we’ll see if we can get it working for later editions)
                            * Rox and spacefm desktop RAM usage is higher than expected
                            * connman does not connect to sdio bluetooth controller (rtl8723bs) on Intel Compute Stick STCK1A8LFC
                            * The presence of /etc/asound.conf causes repeated second long gaps in HDMI sound
                            * cli-installer needs to be upgraded before use on full and base. (core and net use the latest versions)
                            * Creating an encrypted live-USB fails unless an older version of Live_USB Maker is used. The version on antiX-17 does create an encrypted Live_USB of antiX-19
                            * Although the antiX FAQ has been updated, some parts may need further revision

                            #30134
                            Forum Admin
                            anticapitalista

                              As the release notes state:

                              Known Issues:

                              * sis drivers no longer work (we’ll see if we can get it working for later editions)
                              * Rox and spacefm desktop RAM usage is higher than expected
                              * connman does not connect to sdio bluetooth controller (rtl8723bs) on Intel Compute Stick STCK1A8LFC
                              * The presence of /etc/asound.conf causes repeated second long gaps in HDMI sound
                              * cli-installer needs to be upgraded before use on full and base. (core and net use the latest versions)
                              * Creating an encrypted live-USB fails unless an older version of Live_USB Maker is used. The version on antiX-17 does create an encrypted Live_USB of antiX-19
                              * Although the antiX FAQ has been updated, some parts may need further revision

                              https://antixlinux.com/antix-19-isos-available/

                              Philosophers have interpreted the world in many ways; the point is to change it.

                              antiX with runit - leaner and meaner.

                              #29586
                              Member
                              AlexZaz

                                Hi guys,

                                For your information, on the same laptop I didn’t have this issue when I installed Antix 19 beta 2.

                                I know that with the beta 3 there were some changes regarding the management of Bluetooth with Connman.

                                Is it possible downgrade Connman to provide a test? If yes how please

                                Thanks a lot

                                #29183
                                Member
                                mroot

                                  I am afraid I am at the other end of the scale.

                                  Private  +   Shared  =  RAM used	Program
                                  
                                  236.0 KiB +  13.5 KiB = 249.5 KiB	gpm
                                  268.0 KiB +  27.5 KiB = 295.5 KiB	cron
                                  268.0 KiB +  31.5 KiB = 299.5 KiB	init
                                  284.0 KiB +  18.5 KiB = 302.5 KiB	opera_sandbox
                                  172.0 KiB + 142.0 KiB = 314.0 KiB	sh (2)
                                  356.0 KiB +  16.5 KiB = 372.5 KiB	acpid
                                  316.0 KiB +  78.5 KiB = 394.5 KiB	xbattbar
                                  360.0 KiB +  56.5 KiB = 416.5 KiB	dbus-launch
                                  364.0 KiB + 126.5 KiB = 490.5 KiB	udevil
                                  480.0 KiB +  13.5 KiB = 493.5 KiB	rpc.idmapd
                                  444.0 KiB +  52.5 KiB = 496.5 KiB	irqbalance
                                  476.0 KiB + 105.5 KiB = 581.5 KiB	rpcbind
                                  236.0 KiB + 545.5 KiB = 781.5 KiB	backlight-brigh
                                  336.0 KiB + 514.0 KiB = 850.0 KiB	saned (2)
                                  640.0 KiB + 218.5 KiB = 858.5 KiB	devmon
                                  708.0 KiB + 216.5 KiB = 924.5 KiB	desktop-session
                                  552.0 KiB + 389.0 KiB = 941.0 KiB	avahi-daemon (2)
                                  868.0 KiB +  79.5 KiB = 947.5 KiB	rpc.statd
                                  652.0 KiB + 317.5 KiB = 969.5 KiB	su
                                  808.0 KiB + 226.5 KiB =   1.0 MiB	gconfd-2
                                  796.0 KiB + 314.0 KiB =   1.1 MiB	getty (6)
                                    1.1 MiB +  72.5 KiB =   1.1 MiB	sshd
                                  900.0 KiB + 363.5 KiB =   1.2 MiB	polkitd
                                    1.2 MiB +  42.5 KiB =   1.3 MiB	elogind-daemon
                                    1.1 MiB + 171.5 KiB =   1.3 MiB	bluetoothd
                                    1.1 MiB + 392.0 KiB =   1.5 MiB	dbus-daemon (2)
                                    1.1 MiB + 600.5 KiB =   1.7 MiB	oosplash
                                    1.7 MiB +  81.5 KiB =   1.8 MiB	connmand
                                    2.0 MiB + 207.5 KiB =   2.2 MiB	udevd
                                    2.1 MiB + 509.5 KiB =   2.6 MiB	cupsd
                                    2.7 MiB +   1.0 MiB =   3.7 MiB	bash (3)
                                    3.4 MiB + 501.5 KiB =   3.9 MiB	conky
                                    2.5 MiB +   1.5 MiB =   4.0 MiB	volumeicon
                                    3.0 MiB +   1.5 MiB =   4.5 MiB	tint2
                                    3.8 MiB + 708.5 KiB =   4.5 MiB	wpa_supplicant
                                    3.8 MiB + 849.5 KiB =   4.6 MiB	udisksd
                                    4.8 MiB +  10.5 KiB =   4.8 MiB	haveged
                                    4.3 MiB + 891.5 KiB =   5.1 MiB	fluxbox
                                    7.7 MiB +  54.5 KiB =   7.8 MiB	rsyslogd
                                    7.6 MiB +   2.7 MiB =  10.2 MiB	x-terminal-emul
                                   11.8 MiB + 807.5 KiB =  12.6 MiB	slim
                                   35.9 MiB +   2.7 MiB =  38.5 MiB	spacefm
                                   39.1 MiB +   4.3 MiB =  43.3 MiB	connman-gtk
                                   39.4 MiB +   5.0 MiB =  44.4 MiB	psensor
                                   64.4 MiB +   4.6 MiB =  69.0 MiB	Xorg
                                  188.4 MiB +   4.7 MiB = 193.1 MiB	soffice.bin
                                    2.1 GiB + 174.2 MiB =   2.3 GiB	opera (43)
                                  ---------------------------------
                                                            2.8 GiB
                                  =================================
                                  • This reply was modified 3 years, 6 months ago by mroot.
                                  • This reply was modified 3 years, 6 months ago by mroot.
                                Viewing 15 results - 856 through 870 (of 986 total)