Looking at just one aspect of what he wrote, getting the touchpad to work on my new HP 840 was unintuitive. Though it worked in the BIOS after power up it failed to work with moused and it failed to work in the BIOS after rebooting. The synaptics touchstick worked but the touchpad only worked in X, not the console, and that was due to tweaking some synaptics Xorg driver variables.
FR problems with Linux as well ... and at some point Lenovo changed sensor if i recall so drivers needs to be for 2 versions at least. I know there is T495 Arch wiki with working FR and libraries, need to dig deeper and see maybe someone here can port it to FreeBSD as T495 should have same FR as T480 for sure and other previous models i just dont know if they changed again kinda never took any more interest in it as i kinda burried FR on FreeBSD and now its like a relic sticking inside laptop lol.Fingerprint Reader
Status: Untested
I just took a peek on the website lcsavb linked,FR problems with Linux as well ...
That's exactly I was pointing out - with more text to explain.I don’t think the market is large enough to support a FreeBSD laptop only company.
But I think this would work better than demanding that the FreeBSD developers focus on laptop support
This is my laptop running Freebsd 14.1 p3
Dell XPS 15 7590 (2019)
Dell XPS 15 (2019) Review
The Dell XPS 15's striking OLED screen, Core i9 CPU and Nvidia GTX 1650 GPU make it a beautiful and powerful workhorse.www.laptopmag.com
everything apart from the wifi works
( i just use a alfa usb card for wifi )
doas dmesg
iwlwifi0: <iwlwifi> mem 0xed400000-0xed403fff at device 0.0 on pci6
iwlwifi0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
iwlwifi0: PCI dev 2723/1654, rev=0x340, rfid=0x10a100
iwlwifi0: successfully loaded firmware image 'iwlwifi-cc-a0-77.ucode'
iwlwifi0: api flags index 2 larger than supported by driver
iwlwifi0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
iwlwifi0: loaded firmware version 77.2df8986f.0 cc-a0-77.ucode op_mode iwlmvm
iwlwifi0: Detected Killer(R) Wi-Fi 6 AX1650x 160MHz Wireless Network Adapter (200NGW), REV=0x340
iwlwifi0: Detected RF HR B3, rfid=0x10a100
iwlwifi0: base HW address: 78:2b:46:ee:27:a3
Your card is too new (AX, while FreeBSD only supports up to N-speeds anyway). Just try runningi have never tried to get the wifi working on my dell
because i use it as a desktop with an external monitor
i have only been using Freebsd on this machine since last december
i was original running ubuntu, fedora and nix on it
i got the machine in 2020 and didnt think freebsd would on such a new machine
that why i ran linux on it for a couple of years
my two other machines running freebsd are macbook with broadcom chips that arent supported
look like its has a Killer 1650x wifi card
Code:doas dmesg
Code:iwlwifi0: <iwlwifi> mem 0xed400000-0xed403fff at device 0.0 on pci6 iwlwifi0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000 iwlwifi0: PCI dev 2723/1654, rev=0x340, rfid=0x10a100 iwlwifi0: successfully loaded firmware image 'iwlwifi-cc-a0-77.ucode' iwlwifi0: api flags index 2 larger than supported by driver iwlwifi0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 iwlwifi0: loaded firmware version 77.2df8986f.0 cc-a0-77.ucode op_mode iwlmvm iwlwifi0: Detected Killer(R) Wi-Fi 6 AX1650x 160MHz Wireless Network Adapter (200NGW), REV=0x340 iwlwifi0: Detected RF HR B3, rfid=0x10a100 iwlwifi0: base HW address: 78:2b:46:ee:27:a3
looking at the output from dmesg it looks like the card is detected
maybe due to an update with iwlwifi
got me wondering if i could actually get wifi working
bsdconfig wireless
on your machine... if your card is Intel-branded, that should work.…bsdconfig wireless
…
My point in opening this topic is that I would love a FreeBSD laptop in which everything works, that I could tweak with things that matter to me, and that I could not fiddle to try to fix the suspend function.
Your card is too new (AX, while FreeBSD only supports up to N-speeds anyway). Just try runningbsdconfig wireless
on your machine... if your card is Intel-branded, that should work.
As for OP: I don't think it's gonna happen. Dell has tried to sell laptops with pre-installed Linux (First, SuSE, then Ubuntu). HP has a model with Ubuntu, too. But generally, a vendor is gonna match the OS to what the vast majority of customers are more likely to know. Yeah, that does leave enthusiasts like us out, so we have to embrace the DIY mentality, and share knowledge on various places on the Internet, like these Forums, Discord, StackOverflow, Reddit, and other places.
I have an AC card (8265), it works, but...it works
I have got wifi working on my Dell XPS 15 2019 with the following chipset
Killer(R) Wi-Fi 6 AX1650x 160MHz Wireless Network Adapter (200NGW), REV=0x340
which is supported by Iwlwifi
and for extra brownie points i have got it working with the lagg0 failover device
Example 3. Failover Mode Between Ethernet and Wireless Interfaces
Chapter 34. Advanced Networking
Advanced networking in FreeBSD: basics of gateways and routes, CARP, how to configure multiple VLANs on FreeBSD, etcdocs.freebsd.org
after i set everything up i unplugged my ethernet and it switched to wifi instantly
whats great about the lagg0 failover is...
- NapoleonWils0n
- ax1650x dell xps 15 failover lagg0 wifi
- Replies: 8
- Forum: Networking