Skip to main content

Questions tagged [devices]

devices refers to questions about the Unix/Linux device special files, normally these are under /dev. Do not use this tag for physical devices (for that use e.g. usb or pci).

0 votes
1 answer
60 views

DSLR as USB webcam (gphoto2 and v4l2loopback) not working in Brave and Chromium, but perfectly in Firefox

I use gphoto2 2.5.28-2build2 and v4l2loopback 0.12.7-2ubuntu5 in order to use my Sony A6500 DSLR as a USB webcam in Linux Mint. Just to make this clear from the start, the camera is working but the ...
godfatherjohn's user avatar
7 votes
2 answers
725 views

How to find device name of boot drive

I have two NVMe drives in my Proxmox computers. My problem is that the drive names are not persistent and change in connection with reinstallation or reboot. The problem is not specific to NVMe drives....
Søren Sjøstrøm's user avatar
4 votes
2 answers
827 views

Does a linux bridge's port have its own mac address?

On my Linux Ubuntu I've a Linux bridge vnet0_6. You can check the mac address of each of the two interfaces attached to bridge's ports. root@eve-ng62:~# brctl show vnet0_6 bridge name bridge id ...
CarloC's user avatar
  • 385
0 votes
1 answer
162 views

Questions on the 'evtest' command [closed]

I'm working on a project that aims to use a small (6-key keyboard) to control music played by mpd (and mpc) on a Raspberry Pi. Obviously I need to "capture" the keyboard inputs, and ...
Seamus's user avatar
  • 3,792
-1 votes
1 answer
121 views

Root filesystem is completely full [closed]

everyone. I have a completely filled root filesystem, but I can't figure out what it is. sudo df -h / /dev/nvme0n1p2 49G 49G 0 100% / sudo du -h --max-depth=1 --exclude="media" --...
Raalgepis's user avatar
1 vote
0 answers
509 views

How do I get rootless podman to work with nvidia gpu after reboot?

I have a RHEL9 system with a NVIDIA L40S and Driver Version: 570.124.06 CUDA Version: 12.8. Installed as described here by (basically) running: # dnf config-manager --add-repo http://developer....
azzid's user avatar
  • 1,020
1 vote
0 answers
32 views

Cannot fully disable Systemd service bound to USB keyboard device

I wrote a Python script to manage keyboard events using python-libevdev, although I don't believe the script itself is related to my problem. I configured udev and systemd to automatically start/stop ...
jth's user avatar
  • 225
0 votes
0 answers
120 views

Power button used for both suspend and wake up: device suspends again right after waking up

I have a Lenovo Duet 3 with PostmarketOS 24.12 aarch64, GNOME 47 and openRC. The tablet has a power button which suspends the tablet to RAM when pressed, but when the tablet is suspended it is also ...
cidra's user avatar
  • 131
12 votes
3 answers
2k views

Why can't sed change /dev/zero's output characters to something else?

This works head -c 10 /dev/zero | sed 's/\x0/x/g' and generates xxxxxxxxxx as expected. Then I tried this: sed 's/\x0/x/g' /dev/zero | head -c 10 which seems to just hang. Then I thought, oh, sure, ...
Enlico's user avatar
  • 2,290
1 vote
0 answers
85 views

IO wait/failure timeout on iscsi device with multipath enablement

I'm accessing a remote iscsi based SAN using multipath. The network on the server side has known intermittent issues such that there are session failures and path failures/IO failures. I'm not trying ...
Neetz's user avatar
  • 111
0 votes
0 answers
39 views

How to change the timeout for an inquiry command

I'm getting timeouts on inquiry while a write buffer is active because the device cannot respond to the inquiry until the write buffer is complete. See errors . Dec 10 16:04:39 soul kernel: sd 0:0:34:...
Tim O'Callaghan's user avatar
1 vote
0 answers
259 views

How to define GPIO pin as PPS source device

I'm using Linux in an embedded environment. I want to use a particular GPIO pin as a PPS source to be used with gpsd. I think the pin is configured correctly because I can see high/low transitions ...
R Mason's user avatar
  • 11
0 votes
0 answers
43 views

Plugging in an external USB disk gives me one name (sdr), but trying to mount the filesystem on it fails with different name (sdq)

I use a USB external hard drive to back up my home directory. The device is configured as an LVM device with a volume group named homevg and a volume named home that contains an XFS filesystem. When I ...
NickD's user avatar
  • 3,028
0 votes
0 answers
123 views

How to intercept force feedback events between an application and a gamepad?

I want to be able to intercept a FF (force feedback) event (vibration/rumble in this case) that would normally go directly to the gamepad device file, to send an event to some other device while ...
Sasha's user avatar
  • 1
0 votes
2 answers
147 views

Device name of a Linux system required for identifying it as an "allowed device" on a WiFi hotspot?

I want to add a Linux system to the white list of a WiFi mobile hotspot running on Android. Doing hostnamectl returns, amongst other information, a Static hostname, an Icon name, a Machine ID, and a ...
user avatar

15 30 50 per page
1
2 3 4 5
58