Device drivers take on a special role in the Linux kernel.
I am building a music player system using a Raspberry Pi with Raspbian and a NuForce uDAC-3 USB-DAC. I got …
audio linux-device-driver alsa mpdI have always been told(In books and tutorials) that while copying data from kernel space to user space, we …
c linux-kernel linux-device-driver memcpyThere is a device file called /dev/console, whose (major,minor) is (5,1). When I boot with a serial console, it …
linux-kernel linux-device-driver embedded-linux ttyRunning Linux on a Xilinx ZCU102 development board. When using a 1000BASE-X & Tri-Mode Ethernet Mac. I can send pings …
linux arm linux-device-driver tcpdump device-treeI am a newbie in writing linux device driver, forgive me if anything stupid a asked and my poor English^^ …
linux-device-driver i2cHow can I obtain a raw access to the HD and know if that location is used or is a …
c memory filesystems hard-drive linux-device-driverI am a Linux device driver newbie, and want to know the exact differences between tasklet and workqueue. I have …
c linux-kernel linux-device-driver tasklet workqueueWhat is the difference between module_init and subsys_initcall while initializing the driver?
linux-kernel linux-device-driverI can take a peek at /sys/kernel/debug/pinctrl/44e10800.pinmux/pins and see the pin I am interested …
linux-device-driver beagleboneblack gpio device-treeI'm on Ubuntu 14.04, CUDA toolkit 8, driver version 367.48. When I give nvidia-smi command, it just hangs indefinitely. When I login again …
linux linux-device-driver nvidia