Linux Hardware Compatibility Guide (2007 HOWTO)


 
Thread Tools Search this Thread
Special Forums Hardware Linux Hardware Compatibility Guide (2007 HOWTO)
# 1  
Old 11-14-2009
Linux Hardware Compatibility Guide (2007 HOWTO)

Before posting questions about Linux hardware, it is a good idea to check the Linux Hardware HOWTO guide (Last Update: 2007-05-22)

However, this HOWTO has not been maintained since 2007 and it out-of-date.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Linux Compatibility

Hi all. I'm in the process of migrating existing script on UNIX server to the LINUX platform. One of the script that have issues is this one: cd /home/edwh_test/S13018/EDWH-DMT03/stgdata/RPT/ # GIANT # rm -f INPUT_GIANT.csv filename=INPUT_GIANT_*csv GIANT_MONYYYY=$(echo $filename | awk... (9 Replies)
Discussion started by: aimy
9 Replies

2. Solaris

Check Hardware compatibility via LIVE CD

Hi Can i use Solaris LIVE CD to verify that ubuntu has all drivers present for a certain desktop PC? which Live CD should i use ? there any many varities out there Before i purchase this expensive PC i want to ensure Solairs has all drivers for it. Specs are : Processor Intel Core i7... (1 Reply)
Discussion started by: kashif_islam
1 Replies

3. Hardware

Hardware compatibility advice wanted.

If anyone here is successfully running Linux Mint and PC-BSD on two dedicated hard disk drives, (no emulator or partitioning stuff), using Phenom II or Athlon II CPU, I'd like to ask your help to pick hardware! (5 Replies)
Discussion started by: Varsel
5 Replies

4. Filesystems, Disks and Memory

Sun Ultra 10 hardware compatibility

How can I check if a Sun Ultra 10 workstation supports 40GB IDE drives? Thanks! (6 Replies)
Discussion started by: oti
6 Replies
Login or Register to Ask a Question
UML_MCONSOLE(1) 					      General Commands Manual						   UML_MCONSOLE(1)

NAME
uml_mconsole -- attach to the management console of a user-mode Linux kernel SYNOPSIS
uml_mconsole [socket] [command ...] DESCRIPTION
This manual page documents briefly the uml_mconsole command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. uml_mconsole is a program to connect to the management console of a user-mode Linux kernel. The UML management console is a low-level interface to the kernel, somewhat like the i386 SysRq interface. Since there is a full-blown operating system under UML, there is much greater flexibility possible than with the SysRq mechanism. OPTIONS
socket The pathname of the socket to which to connect. This is printed when UML boots, for example: mconsole initialized on /tmp/umlNJ32yL/mconsole In this example, you would start uml_mconsole like this: uml_mconsole umlNJ32yL command Any of the commands listed in the "COMMANDS" section. COMMANDS
version Prints the UML version number. halt Shuts down the UML system immediately, without syncing disks or cleanly shutting down swap space. reboot Reboots the UML system immediately, without syncing disks or cleanly shutting down swap space. log string Cause UML to log string to the kernel log. cad Invokes the Control-Alt-Delete handler. sysrq letter Performs the SysRq action controlled by letter. stop Pauses UML. UML will do nothing until the 'go' command is issued. go Resumes execution after a 'stop' command. config device Adds a new device to the virtual machine, or queries the configuration of an existing device. It takes one argument, which is either the device to add, with the same syntax as the kernel command line, or the name of an existing device. For example: (mconsole) config ubd3=root_fs_debian22 OK (mconsole) config ubd3 OK root_fs_debian22 remove Deletes a device from the virtual machine. Its argument is the name of the device to be removed. In the case of the ubd driver, the removed block device must not be mounted, swapped on, or otherwise open, and in the case of the network driver, the device must be down. (mconsole) remove ubd3 OK SEE ALSO
linux(1) The UserModeLinux-HOWTO (link to URL http://user-mode-linux.sourceforge.net/UserModeLinux-HOWTO.html) AUTHOR
uml_mconsole was written by Jeff Dike and others. This manual page was written by Matt Zimmerman mdz@debian.org for the Debian GNU/Linux system, based on material in the UserModeLinux-HOWTO by Rusty Russell, and the uml_mconsole source code. UML_MCONSOLE(1)