linux-tools-raspi is missing at least one module needed by usbip
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-raspi (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
my install command-line was sudo apt install linux-tools-raspi
if is search for it with apt - I find it. This bug reporting tool told me it doesn't exist.
~$ apt search linux-tools-raspi
Sorting... Done
Full Text Search... Done
linux-tools-
Raspberry Pi Linux kernel tools
linux-tools-
Raspberry Pi no-LPAE Linux kernel tools (dummy transitional package)
https:/
I believe that for usbip bind --busid=1-1.x to work.
sudo modprobe usbip_host must run.
This module is not installed.
~$ usbip list -l
- busid 1-1.1 (0424:ec00)
Microchip Technology, Inc. (formerly SMSC) : SMSC9512/9514 Fast Ethernet Adapter (0424:ec00)
- busid 1-1.3 (046d:c52b)
Logitech, Inc. : Unifying Receiver (046d:c52b)
- busid 1-1.5 (1a86:55d4)
QinHeng Electronics : unknown product (1a86:55d4)
~$ modprobe usbip_host
modprobe: FATAL: Module usbip_host not found in directory /lib/modules/
~$ usbip bind --busid=1-1.5
usbip: error: error unbinding device 1-1.5 from driver
usbip: error: could not unbind driver from device on busid 1-1.5
It would be good if the man page showed the basic use case of binding a local usb device, and connecting from a client.
I have only installed the linux-tools-raspi package out of the linux-tools family.
Cheers...
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-tools-raspi 5.15.0.1038.36
ProcVersionSign
Uname: Linux 5.15.0-1038-raspi armv7l
AlsaVersion: Advanced Linux Sound Architecture Driver Version k5.15.0-1038-raspi.
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: armhf
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', '/dev/snd/
CRDA: N/A
Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
Card0.Amixer.
Card1.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
Card1.Amixer.
CasperMD5CheckR
CloudArchitecture: armv7l
CloudID: nocloud
CloudName: unknown
CloudPlatform: nocloud
CloudSubPlatform: config-disk (/dev/mmcblk0p1)
Date: Thu Oct 12 17:14:53 2023
ImageMediaBuild: 20230807.2
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
Lspci:
Lspci-vt: -[0000:00]-
Lsusb:
Bus 001 Device 005: ID 1a86:55d4 QinHeng Electronics SONOFF Zigbee 3.0 USB Dongle Plus V2
Bus 001 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 003: ID 0424:ec00 Microchip Technology, Inc. (formerly SMSC) SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Microchip Technology, Inc. (formerly SMSC) SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
PciMultimedia:
ProcEnviron:
LANG=C.UTF-8
TERM=xterm-kitty
PATH=(custom, no user)
SHELL=/bin/bash
ProcFB: 0 BCM2708 FB
ProcKernelCmdLine: coherent_pool=1M snd_bcm2835.
RelatedPackageV
linux-
linux-
linux-firmware 20220329.
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux-raspi
StagingDrivers: vc_sm_cma bcm2835_v4l2 bcm2835_isp bcm2835_codec snd_bcm2835 bcm2835_mmal_vchiq
UpgradeStatus: No upgrade log present (probably fresh install)
acpidump:
I think it would be better to accept a package name that can be installed using `apt install`. rejecting what appears to be a meta-package in the header, is a loss of information. If the linux-tools-raspi had been retained someone performing triage could add a refining package identifier. As it is I am concerned that my work may be lost in the noise. With all the slow reboots and reinstallations of OS, trying alternatives, this cost me a day's time. So I would like that to be well-spent :-)