BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Fun with an Unsupported NIC...
- Subject: [Discuss] Fun with an Unsupported NIC...
- From: dsr at randomstring.org (Dan Ritter)
- Date: Mon, 6 Feb 2017 16:56:13 -0500
- In-reply-to: <CALdxGnz5wBO1hdRBsfrjpbDdGO4S=oJni2wN18tGuq6pKBSFWw@mail.gmail.com>
- References: <CALdxGnz5wBO1hdRBsfrjpbDdGO4S=oJni2wN18tGuq6pKBSFWw@mail.gmail.com>
On Mon, Feb 06, 2017 at 03:37:13PM -0500, Dr. Anthony Gabrielson wrote: > Hello, > I have an unsupported NIC I would like to hack around with. The NIC is > a Linksys AC600 which appears to have an ATH10k chipset. I know the ATH10k > works with Linux, but this specific device is not directly supported. I'm > hoping someone may be able to point me towards a tutorial to link alias a > device to an existing driver even if the configuration is unsupported. You should start here: https://wireless.wiki.kernel.org/en/users/drivers/ath10k and figure out how to download and compile the driver. Then it's pretty likely that all you have to do is add the PCI ID of your card to the list in the driver, recompile again, and use the driver. That assumes it's a PCI device. If it's USB or SDIO, you're going to have to actually write a driver, because nobody else has, to the best of my knowledge. -dsr-
- References:
- [Discuss] Fun with an Unsupported NIC...
- From: agabriel2 at gmail.com (Dr. Anthony Gabrielson)
- [Discuss] Fun with an Unsupported NIC...
- Prev by Date: [Discuss] Fun with an Unsupported NIC...
- Next by Date: [Discuss] KVM, virt-manager, and CentOS7
- Previous by thread: [Discuss] Fun with an Unsupported NIC...
- Next by thread: [Discuss] Boston Linux Meeting Wednesday, February 15, 2017 - Linux Backups
- Index(es):