====== dCore System Software ====== Get hardware running on your dCore install - drivers, firmware, kernel modules, tips and examples: Hardware requires drivers and some hardware also requires [[https://wiki.ubuntu.com/Kernel/Firmware|firmware]]. A decent summary may be "firmware allows the hardware to "do" stuff and drivers allow software to interact with the hardware". As dCore aims to keep kernel size small, specific kernel modules may also require installation to get hardware running. As hardware varies the user is required to be familiar with it's requirements. This may involve online research, comparing hardware installation on another working distribution or asking on the forum. The following commands are helpful to identify system hardware: *'lspci' (package [[https://packages.debian.org/jessie/pciutils|'pciutils']]) *'lsusb' (package [[https://packages.debian.org/jessie/usbutils|'usbutils']]) *'hwinfo' (package [[https://packages.debian.org/jessie/hwinfo|'hwinfo']]) *'lshw' (package [[https://packages.debian.org/jessie/lshw|'lshw']]) It is recommended all drivers, firmware and kernel modules be installed onboot (ie. added to sceboot.lst) using the ''sce-import -b'' command. ===== Built-in kernel modules ===== Note that modules which are already built into the kernel cannot be handled by the usual mechanisms, i.e. via '/etc/modules' and '/etc/modprode.d/'. Whilst it is well possible to modify such files by including them in the dCore backup, they will get loaded too late in the boot-process. At the time the kernel loads its modules, their content will be read from the immutable initial ram disk. Instead, one can include a ''modprobe''-statement in '/opt/bootlocal.sh'. The same goes for black-listing kernel modules. Alternatively to the above way one may also pass the respective names, separated by commas, via the ''blacklist'' boot-code. ===== dCore Firmware ===== Some firmware is available in the dCore repository. Use the ''sce-searchprebuilt'' command to view a list of what is available then ''sce-import -b '' to install. For Ubuntu-based dCore, firmware is contained in the packages linux-firmware and linux-firmware-nonfree and should also be installed to run at boot using ''sce-import -b ''. Note some firmware is distributed in the linux-image package, that is together with the kernel. Loading that into dCore would not be productive. Instead the firmware files need to be extracted individually and saved for persistence, as per this [[dcore:hp-compaq_tc1000#ethernet|ethernet firmware installation example]]. ===== dCore Graphic Servers and Drivers ===== **[[dcore:xorg-video_driver_packages|> dCore Graphic Servers and Drivers]]** ===== dCore Wireless ===== **[[dcore:wireless_set-up|> dCore Wireless]]** * [[http://tinycorelinux.net/dCore/x86/README/README-wireless.txt|Wireless README]] * [[http://forum.tinycorelinux.net/index.php/topic,17950.msg108446.html#msg108446|Wireless network with hidden ESSID thread]] ===== dCore Sound ===== **[[dcore:sound|> dCore Sound]]** ===== dCore Suspend/Hibernate ===== **[[dcore:suspending|> dcore Suspend/Hibernate]]** ===== dCore Printing ===== **[[dcore:printing|> dCore Printing]]** ===== dCore Scanning ===== **[[dcore:scanning|> dCore Scanning]]** ===== dCore LVM ===== [[http://forum.tinycorelinux.net/index.php/topic,16120.msg114993.html#msg114993|dCore LVM link]] ===== dCore VirtualBox ==== [[http://forum.tinycorelinux.net/index.php/topic,17523.0.html|dCore VirtualBox link]] **[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore Wiki Welcome page]]**