linux
linux copied to clipboard
Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
**Describe the bug** eth0 (bcmgenet) Ethernet stops working when plugged-in and hangs until a next reboot. **To reproduce** Boot Raspi OS, plug in Ethernet cable, observe kernel output. **Expected behaviour**...
dhcpcd5 8.1.2-1+rpt1, when a wifi interface comes up, calls /lib/dhcpcd/dhcpcd-hooks/10-wpa_supplicant to start wpa_supplicant like so: `wpa_supplicant -B -c"$wpa_supplicant_conf" -i"$interface" "$driver" 2>&1` This results in wpa_supplicant's **stdout and stderr to be...
My Raspberry Pi 3 runs unstable and crashes every few days. Before the crash /var/log/messages shows the following error repeatedly with a separation of a few minutes: > Jan 25...
**Describe the bug** I am experiencing random Bluetooth connect drop between the Pi and an audio speaker. These drops appear after a random time, sometime few minutes, sometime few hours....
1. Allow switch the HCG/LCG mode at runtime via module parameter. 2. Add an optional dtoverlay parameter to set the max gain as the maximum analogue gain of the imx290...
### Describe the bug Mounting an external NFS server which is running on version 4.2 results in an hanging process if one tries to access file from the NFS server....
### Describe the bug [I posteted the same question [here](https://forums.raspberrypi.com/viewtopic.php?t=332970)] I’m using ffpmeg with hardware acceleration (h264_v4l2m2m) to generate an fragmented mp4 file. ffmpeg -hide_banner -f lavfi -i testsrc2=size=1920x1080 \...
I upgraded the Raspberry Pi to the latest kernel. When I get all the client information through the command "hostapd_cli all_sta", the signal is always 0, which is good in...
### Describe the bug When booting Linux with `pci=pcie_scan_all`, an asynchronous SError occurs when looking at the configuration space of non-existent devices (eg. `01:01.0`) during probing for devices on the...
To replace raspiraw and the MMAL rawcam component, provide a dummy V4L2 sensor driver that will accept almost any resolution and format asked of it by userspace, which it will...