TX401 / AQC107 Network Adapter Not Able to Detect link

I recently purchased a TP-Link TX401 network adapter, which is based on the Marvell AQC-107 controller.

  • This card works flawlessly under Windows 10.
  • When booting into Manjaro however it seems to be visible via terminal as enp2s0 (but not in the KDE GUI), but is unable to establish a link.

Here is the ethtool output:

ethtool enp2s0
Settings for enp2s0:
        Supported ports: [ TP ]
        Supported link modes:   100baseT/Full
                                1000baseT/Full
                                10000baseT/Full
                                2500baseT/Full
                                5000baseT/Full
        Supported pause frame use: Symmetric Receive-only
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  100baseT/Full
                                1000baseT/Full
                                10000baseT/Full
                                2500baseT/Full
                                5000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Advertised FEC modes: Not reported
        Speed: Unknown!
        Duplex: Unknown! (255)
        Auto-negotiation: on
        Port: Twisted Pair
        PHYAD: 0
        Transceiver: internal
        MDI-X: Unknown
netlink error: Operation not permitted
        Current message level: 0x00000005 (5)
                               drv link
        Link detected: no

Looking online it seems that there may be a firmware update which fixes this in Linux, but the information is not exactly official and i don’t feel like bricking a CAD$150 network card.

Does anyone have experience getting these to work?

Any advice would be greatly appreciated.

  1. In the future, when providing code/output, please copy-paste that output in-between 3 backticks ``` at the beginning and end of the code/text so that the output looks like this:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    

    instead of like this:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.`

    (as that makes both our lives much easier)

  2. No need to do anything right now as I’m an editor here on this site and have fixed it for you already. However, in the future I might not see your post so review my edits by pushing the orange pencil above the post I just fixed. :wink:

  3. I have no experience with this particular card, but do have tons of experience with high-speed cards.

  4. That it works under Windows, but not under Linux doesn’t mean anything: the Windows network driver model is completely different from the Linux one.

  5. nmcli is preferred over ethtool nowadays as it has more options, but as you seem to be an old fart just like me you’re an experienced user :grin: and have installed ethtool already, please do the following:

    • Boot Windows and see on the switch side to which speed/duplex Windows sets the card
    • Cold boot into Manjaro
    • Remove auto-negotiation
    • Set the speed / duplex to the same values as Windows used using ethtool

If that doesn’t do the trick, or my assumption you being an experienced user is wrong, please shout out!

:crossed_fingers:

Thank you for taking the time to respond. Unfortunately, it neither did the trick, nor am I an experienced user. I’ve been moving over to Linux slowly over the last 4 months or so. At this point it’s my daily driver, but my knowledge base is still pretty limited.

I was able to update the firmware on the card to the latest version, 3.1.121. That in combination with forcing the link speed to the autonegotiated speed in windows resulted in the following:

[rsbonini@MERCURY ~]$ ip link
1: 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:00
2: enp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether 90:2b:34:dd:40:a4 brd ff:ff:ff:ff:ff:ff
3: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether d8:07:b6:8e:5b:f7 brd ff:ff:ff:ff:ff:ff
[rsbonini@MERCURY ~]$ sudo ethtool -s enp2s0 speed 5000 duplex full autoneg off
[rsbonini@MERCURY ~]$ ethtool enp2s0
Settings for enp2s0:
        Supported ports: [ TP ]
        Supported link modes:   100baseT/Full
                                1000baseT/Full
                                10000baseT/Full
                                2500baseT/Full
                                5000baseT/Full
        Supported pause frame use: Symmetric Receive-only
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  5000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: No
        Advertised FEC modes: Not reported
        Speed: 5000Mb/s
        Duplex: Full
        Auto-negotiation: off
        Port: Twisted Pair
        PHYAD: 0
        Transceiver: internal
        MDI-X: Unknown
netlink error: Operation not permitted
        Current message level: 0x00000005 (5)
                               drv link
        Link detected: yes

While the link deteced status is now “yes” the link drops in and out constantly. I also tried setting the speed to 1000 and got the same result. There is a linux driver available from MArvell, but it requires building a kernel module which I’ve not ever done before. Seems the next thing to try when I have some time.

Any other suggestions would be great.

  1. Please provide an inxi --admin --verbosity=7 --filter --no-host --width
  2. Using ethtool, keep auto-negotiation off.
  3. Start with 100Mbps, half duplex and work upwards to 100Mbps FD, 1000Mbps HD, … until the problem starts. Then go down one notch and leave it at that speed.
  4. Do an ip address to check whether you got an IP address for every speed.
  5. Report back.

:crossed_fingers:

Here is the inxi output:

System:
  Kernel: 5.9.16-1-MANJARO x86_64 bits: 64 compiler: gcc v: 10.2.0 
  parameters: BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64 
  root=UUID=0aa4d880-7a7f-47bb-abc1-0bc8aefc64b4 ro quiet apparmor=1 
  security=apparmor resume=UUID=dc7c1483-5e80-473a-a813-c5360fa5ec92 
  udev.log_priority=3 
  Desktop: KDE Plasma 5.21.5 tk: Qt 5.15.2 wm: kwin_x11 vt: 1 dm: SDDM 
  Distro: Manjaro Linux base: Arch Linux 
Machine:
  Type: Desktop System: Gigabyte product: N/A v: N/A serial: <filter> Chassis: 
  type: 3 serial: <filter> 
  Mobo: Gigabyte model: Z77X-D3H v: x.x serial: <filter> 
  UEFI: American Megatrends v: F16 date: 10/24/2012 
Battery:
  Device-1: hidpp_battery_0 model: Logitech M570 serial: <filter> charge: 15% 
  rechargeable: yes status: Discharging 
Memory:
  RAM: total: 15.6 GiB used: 2.1 GiB (13.5%) 
  RAM Report: permissions: Unable to run dmidecode. Root privileges required. 
CPU:
  Info: Quad Core model: Intel Core i5-3570 bits: 64 type: MCP 
  arch: Ivy Bridge family: 6 model-id: 3A (58) stepping: 9 microcode: 21 
  cache: L2: 6 MiB bogomips: 27237 
  Speed: 1602 MHz min/max: 1600/3800 MHz Core speeds (MHz): 1: 1602 2: 1602 
  3: 1602 4: 1602 
  Flags: acpi aes aperfmperf apic arat arch_perfmon avx bts clflush cmov 
  constant_tsc cpuid cpuid_fault cx16 cx8 de ds_cpl dtes64 dtherm dts epb erms 
  est f16c flush_l1d fpu fsgsbase fxsr ht ibpb ibrs ida lahf_lm lm mca mce 
  md_clear mmx monitor msr mtrr nonstop_tsc nopl nx pae pat pbe pcid pclmulqdq 
  pdcm pebs pge pln pni popcnt pse pse36 pti pts rdrand rdtscp rep_good sep 
  smep smx ss ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp syscall tm tm2 tsc 
  tsc_deadline_timer vme x2apic xsave xsaveopt xtopology xtpr 
  Vulnerabilities: Type: itlb_multihit status: KVM: VMX unsupported 
  Type: l1tf mitigation: PTE Inversion 
  Type: mds mitigation: Clear CPU buffers; SMT disabled 
  Type: meltdown mitigation: PTI 
  Type: spec_store_bypass 
  mitigation: Speculative Store Bypass disabled via prctl and seccomp 
  Type: spectre_v1 
  mitigation: usercopy/swapgs barriers and __user pointer sanitization 
  Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional, 
  IBRS_FW, STIBP: disabled, RSB filling 
  Type: srbds status: Vulnerable: No microcode 
  Type: tsx_async_abort status: Not affected 
Graphics:
  Device-1: AMD Curacao PRO [Radeon R7 370 / R9 270/370 OEM] 
  vendor: PC Partner Limited driver: radeon v: kernel alternate: amdgpu 
  bus-ID: 01:00.0 chip-ID: 1002:6811 class-ID: 0300 
  Device-2: Logitech Webcam C310 type: USB driver: snd-usb-audio,uvcvideo 
  bus-ID: 3-1.5.4:8 chip-ID: 046d:081b class-ID: 0102 serial: <filter> 
  Display: x11 server: X.Org 1.20.11 compositor: kwin_x11 driver: 
  loaded: ati,radeon unloaded: modesetting alternate: fbdev,vesa 
  display-ID: :0 screens: 1 
  Screen-1: 0 s-res: 3840x2160 s-dpi: 96 s-size: 1016x571mm (40.0x22.5") 
  s-diag: 1165mm (45.9") 
  Monitor-1: DisplayPort-0 res: 3840x2160 hz: 30 dpi: 52 
  size: 1872x1053mm (73.7x41.5") diag: 2148mm (84.6") 
  OpenGL: renderer: AMD PITCAIRN (DRM 2.50.0 5.9.16-1-MANJARO LLVM 11.1.0) 
  v: 4.5 Mesa 21.0.3 direct render: Yes 
Audio:
  Device-1: Intel 7 Series/C216 Family High Definition Audio vendor: Gigabyte 
  driver: snd_hda_intel v: kernel bus-ID: 00:1b.0 chip-ID: 8086:1e20 
  class-ID: 0403 
  Device-2: AMD Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 
  Series] 
  vendor: PC Partner Limited driver: snd_hda_intel v: kernel bus-ID: 01:00.1 
  chip-ID: 1002:aab0 class-ID: 0403 
  Device-3: Logitech Webcam C310 type: USB driver: snd-usb-audio,uvcvideo 
  bus-ID: 3-1.5.4:8 chip-ID: 046d:081b class-ID: 0102 serial: <filter> 
  Sound Server-1: ALSA v: k5.9.16-1-MANJARO running: yes 
  Sound Server-2: JACK v: 0.125.0 running: no 
  Sound Server-3: PulseAudio v: 14.2 running: yes 
  Sound Server-4: PipeWire v: 0.3.27 running: yes 
Network:
  Device-1: Aquantia AQC107 NBase-T/IEEE 802.3bz Ethernet [AQtion] 
  driver: atlantic v: kernel port: e000 bus-ID: 02:00.0 chip-ID: 1d6a:07b1 
  class-ID: 0200 
  IF: enp2s0 state: down mac: <filter> 
  Device-2: Qualcomm Atheros AR8161 Gigabit Ethernet vendor: Gigabyte 
  driver: alx v: kernel port: d000 bus-ID: 07:00.0 chip-ID: 1969:1091 
  class-ID: 0200 
  IF: enp7s0 state: up speed: 1000 Mbps duplex: full mac: <filter> 
  IP v4: <filter> type: noprefixroute scope: global broadcast: <filter> 
  IP v6: <filter> type: noprefixroute scope: link 
  WAN IP: <filter> 
Bluetooth:
  Message: No bluetooth data found. 
Logical:
  Message: No logical block device data found. 
RAID:
  Message: No RAID data found. 
Drives:
  Local Storage: total: 2.27 TiB used: 139.44 GiB (6.0%) 
  SMART Message: Unable to run smartctl. Root privileges required. 
  ID-1: /dev/sda maj-min: 8:0 vendor: SanDisk model: SDSSDHP256G 
  size: 238.47 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s 
  rotation: SSD serial: <filter> rev: 6RL scheme: GPT 
  ID-2: /dev/sdb maj-min: 8:16 vendor: Kingston model: SA400S37240G 
  size: 223.57 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s 
  rotation: SSD serial: <filter> rev: 0100 scheme: GPT 
  ID-3: /dev/sdc maj-min: 8:32 vendor: Western Digital model: WD10EZEX-08M2NA0 
  size: 931.51 GiB block-size: physical: 4096 B logical: 512 B speed: 3.0 Gb/s 
  rotation: 7200 rpm serial: <filter> rev: 1A01 scheme: GPT 
  ID-4: /dev/sdd maj-min: 8:48 vendor: Western Digital model: WD10EZEX-08M2NA0 
  size: 931.51 GiB block-size: physical: 4096 B logical: 512 B speed: 3.0 Gb/s 
  rotation: 7200 rpm serial: <filter> rev: 1A01 scheme: GPT 
  Optical-1: /dev/sr0 vendor: HL-DT-ST model: BDDVDRW UH12NS30 rev: 1.02 
  dev-links: cdrom 
  Features: speed: 1 multisession: yes audio: yes dvd: yes 
  rw: cd-r,cd-rw,dvd-r,dvd-ram state: running 
Partition:
  ID-1: / raw-size: 214.47 GiB size: 210.11 GiB (97.96%) 
  used: 138.9 GiB (66.1%) fs: ext4 dev: /dev/sdb2 maj-min: 8:18 label: N/A 
  uuid: 0aa4d880-7a7f-47bb-abc1-0bc8aefc64b4 
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%) 
  used: 312 KiB (0.1%) fs: vfat dev: /dev/sdb1 maj-min: 8:17 label: N/A 
  uuid: 98B2-05A6 
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) 
  ID-1: swap-1 type: partition size: 8.8 GiB used: 554.2 MiB (6.2%) 
  priority: -2 dev: /dev/sdb3 maj-min: 8:19 label: N/A 
  uuid: dc7c1483-5e80-473a-a813-c5360fa5ec92 
Unmounted:
  ID-1: /dev/dm-0 maj-min: 254:0 mapped: ldm_vol_CRONUS-Dg0_Volume1 
  size: 931.41 GiB fs: ntfs label: DATA uuid: 2E36ADCB36AD93FD 
  ID-2: /dev/dm-1 maj-min: 254:1 mapped: ldm_vol_CRONUS-Dg0_Volume2 
  size: 931.39 GiB fs: ntfs label: New Volume uuid: A2EEEBEBEEEBB627 
  ID-3: /dev/sda1 maj-min: 8:1 size: 529 MiB fs: ntfs label: Recovery 
  uuid: 0C8C31268C310C28 
  ID-4: /dev/sda2 maj-min: 8:2 size: 100 MiB fs: vfat label: N/A 
  uuid: F433-A951 
  ID-5: /dev/sda3 maj-min: 8:3 size: 16 MiB fs: <superuser required> 
  label: N/A uuid: N/A 
  ID-6: /dev/sda4 maj-min: 8:4 size: 237.84 GiB fs: ntfs label: SYSTEM 
  uuid: AC5C8EF55C8EBA1A 
  ID-7: /dev/sdc1 maj-min: 8:33 size: 931.42 GiB fs: <superuser required> 
  label: N/A uuid: N/A 
  ID-8: /dev/sdc2 maj-min: 8:34 size: 1024 KiB fs: <superuser required> 
  label: N/A uuid: N/A 
  ID-9: /dev/sdc3 maj-min: 8:35 size: 99.7 MiB fs: <superuser required> 
  label: N/A uuid: N/A 
  ID-10: /dev/sdd1 maj-min: 8:49 size: 1024 KiB fs: <superuser required> 
  label: N/A uuid: N/A 
  ID-11: /dev/sdd2 maj-min: 8:50 size: 127 MiB fs: <superuser required> 
  label: N/A uuid: N/A 
  ID-12: /dev/sdd3 maj-min: 8:51 size: 931.39 GiB fs: <superuser required> 
  label: N/A uuid: N/A 
USB:
  Hub-1: 1-0:1 info: Full speed (or root) Hub ports: 4 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Hub-2: 2-0:1 info: Full speed (or root) Hub ports: 4 rev: 3.0 speed: 5 Gb/s 
  chip-ID: 1d6b:0003 class-ID: 0900 
  Hub-3: 3-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Hub-4: 3-1:2 info: Intel Integrated Rate Matching Hub ports: 6 rev: 2.0 
  speed: 480 Mb/s chip-ID: 8087:0024 class-ID: 0900 
  Hub-5: 3-1.4:3 info: ASMedia ASM1074 High-Speed hub ports: 4 rev: 2.1 
  speed: 480 Mb/s power: 100mA chip-ID: 174c:2074 class-ID: 0900 
  Hub-6: 3-1.4.2:5 info: ASMedia ASM1074 High-Speed hub ports: 4 rev: 2.1 
  speed: 480 Mb/s power: 100mA chip-ID: 174c:2074 class-ID: 0900 
  Hub-7: 3-1.5:4 info: VIA Labs VL81x Hub ports: 4 rev: 2.0 speed: 480 Mb/s 
  power: 100mA chip-ID: 2109:0810 class-ID: 0900 
  Device-1: 3-1.5.1:6 info: Logitech Unifying Receiver 
  type: Keyboard,Mouse,HID driver: logitech-djreceiver,usbhid interfaces: 3 
  rev: 2.0 speed: 12 Mb/s power: 98mA chip-ID: 046d:c52b class-ID: 0300 
  Device-2: 3-1.5.3:7 info: Logitech G413 Gaming Keyboard type: Keyboard,HID 
  driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s 
  power: 500mA chip-ID: 046d:c33a class-ID: 0300 serial: <filter> 
  Device-3: 3-1.5.4:8 info: Logitech Webcam C310 type: Video,Audio 
  driver: snd-usb-audio,uvcvideo interfaces: 4 rev: 2.0 speed: 480 Mb/s 
  power: 500mA chip-ID: 046d:081b class-ID: 0102 serial: <filter> 
  Hub-8: 4-0:1 info: Full speed (or root) Hub ports: 1 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Hub-9: 4-1:2 info: VIA Labs Hub ports: 4 rev: 2.0 speed: 480 Mb/s 
  power: 100mA chip-ID: 2109:0811 class-ID: 0900 
  Device-1: 4-1.3:3 
  info: Aladdin Knowledge Systems HASP copy protection dongle 
  type: <vendor specific> driver: N/A interfaces: 1 rev: 2.0 speed: 12 Mb/s 
  power: 50mA chip-ID: 0529:0001 class-ID: ff00 
  Hub-10: 5-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Hub-11: 5-1:2 info: Intel Integrated Rate Matching Hub ports: 8 rev: 2.0 
  speed: 480 Mb/s chip-ID: 8087:0024 class-ID: 0900 
  Hub-12: 6-0:1 info: Full speed (or root) Hub ports: 4 rev: 3.0 speed: 5 Gb/s 
  chip-ID: 1d6b:0003 class-ID: 0900 
Sensors:
  System Temperatures: cpu: 29.8 C mobo: 27.8 C gpu: radeon temp: 41.0 C 
  Fan Speeds (RPM): N/A 
Info:
  Processes: 225 Uptime: 4h 18m wakeups: 18 Init: systemd v: 247 
  tool: systemctl Compilers: gcc: 10.2.0 Packages: 1401 pacman: 1395 lib: 437 
  flatpak: 0 snap: 6 Shell: Bash v: 5.1.8 running-in: konsole inxi: 3.3.04 

When I tried to manually set the link speed, I was unable to use any half-duplex modes as I got “Operation not permitted” message. I’m guessing they’re unsupported.

The problem started right from 100Mbps FD, with the link coming in and out. I checked and did get an ip address with this intermittent connection.

Kernel 5.9 is EOL so please install both 5.4 and 5.10 LTS (Long Time Support) and see which one of the two troubles you least.

:man_shrugging:

Installed both LTS versions of 5.4 and 5.10, and appear to get the same behavior in both as with 5.9.

  1. Please upgrade to 5.12 (new hardware = newest kernel)

  2. Could you humour me and:

    • take a brand new cable,
    • plug it directly into the switch, bypassing all wall sockets
  3. Provide the status from the switch side when Windows is booted and on Cisco IOS, that’s a:

    show interface status
    

:thinking:

Hi! Based on your hardware configuration, I would guess it is a PCH/Motherboard limitation/driver problem.

To verify: Which PCI-e socket is used for the TP-Link card? If it’s one of the PCH switched sockets, could you test it by swapping it to one of the direct CPU driven sockets?

Expansion Slots: GA-Z77X-D3H

1 x PCI Express x16 slot, running at x16 (PCIEX16)
* For optimum performance, if only one PCI Express graphics card is to be installed, be sure to install it in the PCIEX16 slot.

1 x PCI Express x16 slot, running at x8 (PCIEX8)
* The PCIEX8 slot shares bandwidth with the PCIEX16 slot. When the PCIEX8 slot is populated, the PCIEX16 slot will operate at up to x8 mode.

1 x PCI Express x16 slot, running at x4 (PCIEX4)
* The PCIEX4 slot shares bandwidth with the PCIEX1_1/2/3 slots. The PCIEX1_1/2/3 slots slots will become unavailable when a PCIe x4 expansion card is installed.

3 x PCI Express x1 slots
(PCIEX4 and PCIEX1 slots conform to PCI Express 2.0 standard.)

1 x PCI slots

If it’s not possible to switch cards around, to be continued.

Edit: What speeds can you actual reach under Windows?
Due to bandwith and actual throughput of PCI-e 2.0 and or PCi-e 3.0

  • 2.0 Max 4000mbit per lane Throughput
  • 3.0 MAX 8000mbit per lane Throughput

To test actual local network speeds

1 Like

@Fabby, Thanks for your suggestions. It took me a while to get around to this as I had to drag the machine from it’s home in the office down to the basement where the switch is located. Long story short it was indeed a cable problem. When connected directly to the switch everything linked up at 10Gb immediately, no problem.

I hadn’t bothered trying this because I was getting 5Gb connectivity in windows (which still seems odd to me). Serves me right for dismissing a possibility without actually testing.

Anyway, the actual problem was that a cat5e connector had been used at one end of the cable run. Surprised one connector would make such a difference. But, replaced it with a cat6 rated connector and everything worked immediately thereafter. Iperf tests are hitting about 8.5gbps with all default network settings.

@Seabass, just for completeness, the card is in the 3.0 x8 slot which splits the x16 bus with the GPU slot.

Thanks all for your help, you can consider this one closed.

2 Likes

No you very probably weren’t hitting that speed in Windows either ¹ so I’ve marked this answer as the solution to your question as it is by far the best answer you’ll get.

However, if you disagree with my choice, please feel free to take any other answer as the solution to your question or even remove the solution altogether: You are in control! (If you disagree with my choice, just send me a personal message and explain why I shouldn’t have done this or :heart: or :+1: if you agree)

:innocent:

Note 1: DM me if you want the dirty details :man_shrugging:

P.S. In the future, please don’t forget to come back and click the 3 dots below the answer to mark a solution like this below the answer that helped you most:
Solution
so that the next person that has the exact same problem you just had will benefit from your post as well as your question will now be in the “solved” status.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.