Score:0

should rt2800usb module not be included on raspberry version?

ve flag

I am on the latest LTS version, uname -r returns 5.15.0-1017-raspi running on a Raspberry Pi Zero 4.

Running Ubuntu 22.04.1 LTS

Module rt2800usb seems to not be included, even if it's supposed to be included in all distributions from version 3. modinfo or modprobe for rt2800usb says the module isn't found, and I can't find any reference for it on any file in my system.

trying find /lib/modules -type f -name 'rt2800usb.ko' doesn't return anything either.

Is it supposed to be included? Or am I missing something? I already ran update, upgrade and dist-upgrade...

Thank you in advance.

Score:0
ve flag

As a temporal stop-gap, you can run

apt-get install linux-modules-extra-$(uname -r)

Note that this is a temporal solution, as any upgrade to the kernel will break your driver. However, the required driver seems to be strangely absent from the raspberry ubuntu distributions, even if it's part of the core kernel. I've raised a bug, but nothing else that can be done, other than installing that package.

Score:0
cn flag

As above, apt install linux-modules-extra-$(uname -r) should work, but will not survive an upgrade.

Instead, install the linux-modules-extra-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.