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).

1 vote
1 answer
89 views

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
800 views

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
886 views

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
230 views

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,904
-1 votes
1 answer
135 views

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
594 views

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
38 views

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
141 views

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

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,362
1 vote
0 answers
96 views

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
41 views

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
296 views

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
133 views

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
157 views

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
2 votes
1 answer
260 views

When I run ls -l /dev on my Ubuntu, I get output like this: $ ls -l /dev total 0 crw-r--r-- 1 root root 10, 235 Aug 24 16:36 autofs drwxr-xr-x 2 root root 340 Aug 24 16:40 block crw------- ...
dayuloli's user avatar
  • 537

15 30 50 per page
1
2 3 4 5
58