WiFi in MX is recognized, but anti-X does not.
- Kermit the Frog
- Posts: 626
- Joined: Mon Jul 08, 2024 8:52 am
Re: WiFi in MX is recognized, but anti-X does not.
They are different. 6.1 (in fact 6.01) vs. 6.10 ... (also antiX vs. Liquorix) ...
Yes, it's possible to install 6.10 (even more recent: 6.11) on antiX, too however probably that's not the source of the problem as anything > 5.12 is enough ....
Yes, it's possible to install 6.10 (even more recent: 6.11) on antiX, too however probably that's not the source of the problem as anything > 5.12 is enough ....
Re: WiFi in MX is recognized, but anti-X does not.
just looked up the hardware ID of your wifi card. It is possible that your wifi card is not fully supported on 6.1, so upgrade the kernel. Also, do get the latest firmware packages (at least firmware-iwlwifi).
Re: WiFi in MX is recognized, but anti-X does not.
ok, used mx to update anti-xKermit the Frog wrote: Fri Nov 08, 2024 3:22 pm
snip
[codesudo dmesg | grep -i iwlwifi[/code]
to see whether it shows something's missing and we can "pinpoint" .
(worked great btw) = no change
booted from anti-x and ran dmesg command and got:
Code: Select all
[ 3.065645] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 3.068170] iwlwifi: No config found for PCI dev 54f0/0244, rev=0x370, rfid=0x10c000
[ 3.068179] iwlwifi: probe of 0000:00:14.3 failed with error -22
Re: WiFi in MX is recognized, but anti-X does not.
I don"t know how to do that, and the posts I see are for how to move the kernel back with package installer.CatManDan wrote: Sat Nov 09, 2024 3:17 am just looked up the hardware ID of your wifi card. It is possible that your wifi card is not fully supported on 6.1, so upgrade the kernel. Also, do get the latest firmware packages (at least firmware-iwlwifi).
ripX
Re: WiFi in MX is recognized, but anti-X does not.
there is a 6.1.90-antix in synaptic. There are other kernels, but none labeled antix.
- Kermit the Frog
- Posts: 626
- Joined: Mon Jul 08, 2024 8:52 am
Re: WiFi in MX is recognized, but anti-X does not.
If you have Windows, too: Disable "Fast Startup" there (for it keeps devices engaged). If no Windows: Reset Bios to factory defaults.
Re: WiFi in MX is recognized, but anti-X does not.
no windows, no change with bios at default
- Kermit the Frog
- Posts: 626
- Joined: Mon Jul 08, 2024 8:52 am
Re: WiFi in MX is recognized, but anti-X does not.
Ok, then we can try the most recent Liquorix kernel:
You already know how to "chroot" ... this time after the prompt chroot>
(Yep: copy-paste-Enter the whole at one go).
... Exit and boot with antiX (the new kernel will be the default automatically).
You already know how to "chroot" ... this time after the prompt chroot>
Code: Select all
mkdir Liquorix ; cd Liquorix ; wget https://liquorix.net/debian/pool/main/l/linux-liquorix/linux-headers-6.11.7-2-liquorix-amd64_6.11-12.1~bookworm_amd64.deb https://liquorix.net/debian/pool/main/l/linux-liquorix/linux-image-6.11.7-2-liquorix-amd64_6.11-12.1~bookworm_amd64.deb ; apt install ./*.deb ; update-grub ; cd .. ; rm -rf Liquorix ; echo 'blacklist ntfs3' | tee /etc/modprobe.d/blacklist-ntfs3.conf
... Exit and boot with antiX (the new kernel will be the default automatically).
Re: WiFi in MX is recognized, but anti-X does not.
sorry it took so long, I had dinner with a side of problems. My MX usb would not boot when the anti-x usb was in and if I put it in after it booted the linux would not be recognized. It took me awhile to figure this out. I ended installing the anti-x to my sdd and tossing that usb. It worked. Unfortunately. the new kernel didn't fix the no wifi problem. here is the new inxi
Code: Select all
System:
Kernel: 6.11.7-2-liquorix-amd64 arch: x86_64 bits: 64 compiler: gcc
v: 12.2.0 clocksource: tsc avail: acpi_pm parameters: audit=0
intel_pstate=disable BOOT_IMAGE=/boot/vmlinuz-6.11.7-2-liquorix-amd64
root=UUID=adcdf1e4-3ceb-43fd-b95d-3c18748c5d63 ro quiet selinux=0
Desktop: IceWM v: 3.6.0 tools: avail: slock,xlock dm: slimski v: 1.5.0
Distro: antiX-23.2_x64-base Arditi del Popolo 6 October 2024 base: Debian
GNU/Linux 12 (bookworm)
Machine:
Type: Desktop System: Trigkey product: Green G4 v: N/A serial: <filter>
Mobo: Trigkey model: Green G4 v: 10 serial: N/A part-nu: 01
uuid: 03000200-0400-0500-0006-000700080009 UEFI: American Megatrends LLC.
v: ADLNV104 date: 07/17/2023
Battery:
Device-1: hidpp_battery_0 model: Logitech Wireless Mouse M510
serial: <filter> charge: Normal status: discharging
CPU:
Info: model: Intel N100 socket: U3E1 bits: 64 type: MCP arch: Alder Lake
level: v3 note: check built: 2021+ process: Intel 7 (10nm ESF) family: 6
model-id: 0xBE (190) stepping: 0 microcode: 0x1A
Topology: cpus: 1x cores: 4 smt: <unsupported> cache: L1: 384 KiB
desc: d-4x32 KiB; i-4x64 KiB L2: 2 MiB desc: 1x2 MiB L3: 6 MiB desc: 1x6 MiB
Speed (MHz): avg: 801 min/max: 700/801 boost: enabled
base/boost: 2871/3400 scaling: driver: acpi-cpufreq governor: performance
volts: 1.0 V ext-clock: 100 MHz cores: 1: 801 2: 801 3: 801 4: 801
bogomips: 6451
Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Vulnerabilities:
Type: gather_data_sampling status: Not affected
Type: itlb_multihit status: Not affected
Type: l1tf status: Not affected
Type: mds status: Not affected
Type: meltdown status: Not affected
Type: mmio_stale_data status: Not affected
Type: reg_file_data_sampling mitigation: Clear Register File
Type: retbleed status: Not affected
Type: spec_rstack_overflow status: Not affected
Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
prctl
Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
sanitization
Type: spectre_v2 mitigation: Enhanced / Automatic IBRS; IBPB:
conditional; RSB filling; PBRSB-eIBRS: Not affected; BHI: BHI_DIS_S
Type: srbds status: Not affected
Type: tsx_async_abort status: Not affected
Graphics:
Device-1: Intel Alder Lake-N [UHD Graphics] driver: i915 v: kernel
alternate: xe arch: Gen-12.2 process: Intel 10nm built: 2021-22+ ports:
active: HDMI-A-2 empty: HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:46d1
class-ID: 0300
Display: server: X.Org v: 1.21.1.7 driver: X: loaded: fbdev dri: swrast
gpu: i915 display-ID: :0.0 screens: 1
Screen-1: 0 s-res: 1280x800 s-dpi: 96 s-size: 339x212mm (13.35x8.35")
s-diag: 400mm (15.74")
Monitor-1: HDMI-A-2 mapped: default model: Dell DELL3007WFPHC
serial: <filter> built: 2008 res: 1280x800 gamma: 1.2 diag: 755mm (29.7")
ratio: 16:10 modes: 1280x800
API: EGL v: 1.5 hw: drv: intel iris platforms: device: 0 drv: iris
device: 1 drv: swrast gbm: drv: iris surfaceless: drv: iris x11: drv: swrast
inactive: wayland
API: OpenGL v: 4.5 vendor: x.org mesa v: 22.3.6 glx-v: 1.4 es-v: 3.2
direct-render: yes renderer: llvmpipe (LLVM 15.0.6 256 bits)
device-ID: ffffffff:ffffffff memory: 15.05 GiB unified: yes
Audio:
Device-1: Intel driver: snd_hda_intel v: kernel
alternate: snd_soc_avs,snd_sof_pci_intel_tgl bus-ID: 00:1f.3
chip-ID: 8086:54c8 class-ID: 0403
API: ALSA v: k6.11.7-2-liquorix-amd64 status: kernel-api with: apulse
type: pulse-emulator tools: alsactl,alsamixer,amixer
Network:
Device-1: Intel driver: N/A modules: iwlwifi, wl port: N/A bus-ID: 00:14.3
chip-ID: 8086:54f0 class-ID: 0280
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 1 port: 3000
bus-ID: 01:00.0 chip-ID: 10ec:8168 class-ID: 0200
IF: eth0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Info: services: wpa_supplicant
Bluetooth:
Device-1: Intel AX201 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-10:4 chip-ID: 8087:0026
class-ID: e001
Report: rfkill ID: hci0 rfk-id: 0 state: down bt-service: not found
rfk-block: hardware: no software: yes address: see --recommends
Drives:
Local Storage: total: 2.73 TiB used: 7.92 GiB (0.3%)
ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Western Digital
model: WD BLACK SN770 2TB size: 1.82 TiB block-size: physical: 512 B
logical: 512 B speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter>
fw-rev: 731100WD temp: 59.9 C scheme: GPT
SMART: yes health: PASSED on: 65d 14h cycles: 661
read-units: 36,937,015 [18.9 TB] written-units: 26,070,127 [13.3 TB]
ID-2: /dev/sda maj-min: 8:0 vendor: Western Digital model: WD Blue SA510
2.5 1000GB size: 931.51 GiB block-size: physical: 512 B logical: 512 B
sata: 3.2 speed: 6.0 Gb/s tech: SSD serial: <filter> fw-rev: 6100
temp: 45 C scheme: GPT
SMART: yes state: enabled health: PASSED on: 6d 2h cycles: 494
read: 2.8 MiB written: 3.4 MiB
Partition:
ID-1: / raw-size: 931.26 GiB size: 915.57 GiB (98.31%) used: 7.92 GiB (0.9%)
fs: ext4 block-size: 4096 B dev: /dev/sda2 maj-min: 8:2
ID-2: /boot/efi raw-size: 256 MiB size: 252 MiB (98.46%)
used: 274 KiB (0.1%) fs: vfat block-size: 512 B dev: /dev/sda1 maj-min: 8:1
Swap:
Kernel: swappiness: 10 (default 60) cache-pressure: 50 (default 100)
zswap: no
ID-1: swap-1 type: file size: 4 GiB used: 0 KiB (0.0%) priority: -2
file: /swap/swap
Sensors:
System Temperatures: cpu: 73.0 C mobo: N/A
Fan Speeds (rpm): N/A
Repos:
Packages: pm: dpkg pkgs: 1275 libs: 638 tools: apt,apt-get,aptitude
Active apt repos in: /etc/apt/sources.list.d/antix.list
1: deb [signed-by=/etc/apt/keyrings/antix-archive-keyring.gpg] http://la.mxrepo.com/antix/bookworm bookworm main nonfree nosystemd
Active apt repos in: /etc/apt/sources.list.d/bookworm-backports.list
1: deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
1: deb http://ftp.us.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
Active apt repos in: /etc/apt/sources.list.d/debian.list
1: deb http://ftp.de.debian.org/debian/ bookworm main contrib non-free non-free-firmware
2: deb http://security.debian.org/ bookworm-security main contrib non-free non-free-firmware
No active apt repos in: /etc/apt/sources.list.d/librewolf.list
No active apt repos in: /etc/apt/sources.list.d/liquorix.list
Info:
Memory: total: 16 GiB available: 15.41 GiB used: 801.7 MiB (5.1%)
igpu: 60 MiB
Processes: 145 Power: uptime: 11m states: freeze,mem,disk suspend: deep
avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
suspend, test_resume image: 6.14 GiB Init: SysVinit v: 3.06 runlevel: 2
default: 2 tool: service
Compilers: gcc: 12.2.0 Shell: Sudo (sudo) v: 1.9.13p3 default: Bash
v: 5.2.15 running-in: roxterm inxi: 3.3.34
Re: WiFi in MX is recognized, but anti-X does not.
Actually, I'm just going to use MX. Every time I fix something with Anti-X, I run into a new problem. MX just works all around. I will just deal with the slower machine to have the reliability of MX.
Thank you for helping me with anti-x. Hopefully, I won't have any issues with mx that I can't fix myself.
Thanks again,
ripx
Thank you for helping me with anti-x. Hopefully, I won't have any issues with mx that I can't fix myself.
Thanks again,
ripx