{"id":3416,"date":"2022-12-20T17:02:37","date_gmt":"2022-12-20T20:02:37","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/isaset-man8\/"},"modified":"2022-12-20T17:02:37","modified_gmt":"2022-12-20T20:02:37","slug":"isaset-man8","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/isaset-man8\/","title":{"rendered":"ISASET (man8)"},"content":{"rendered":"<h1 align=\"center\">ISASET<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#OPTIONS\">OPTIONS<\/a><br \/> <a href=\"#OPTIONS (I2C-like access mode)\">OPTIONS (I2C-like access mode)<\/a><br \/> <a href=\"#OPTIONS (flat address space mode)\">OPTIONS (flat address space mode)<\/a><br \/> <a href=\"#WARNING\">WARNING<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#AUTHOR\">AUTHOR<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">isaset \u2212 set ISA registers<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>isaset<\/b> [<b>-y<\/b>] [<b>-W<\/b>|<b>-L<\/b>] <i>addrreg datareg address value<\/i> [<i>mask<\/i>] #for I2C-like access <b><br \/> isaset -f<\/b> [<b>-y<\/b>] [<b>-W<\/b>|<b>-L<\/b>] <i>address value<\/i> [<i>mask<\/i>] #for flat address space<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">isaset is a small helper program to set registers visible through the ISA bus.<\/p>\n<h2>OPTIONS <a name=\"OPTIONS\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><b>-f<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Enable flat address space mode.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>-y<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Disable interactive mode. By default, isaset will wait for a confirmation from the user before messing with the ISA bus. When this flag is used, it will perform the operation directly. This is mainly meant to be used in scripts.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>-W<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Perform a 16-bit write.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>-L<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Perform a 32-bit write.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<h2>OPTIONS (I2C-like access mode) <a name=\"OPTIONS (I2C-like access mode)\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Four options must be provided to isaset. <i>addrreg<\/i> contains the ISA address of the address register for the chip to probe; <i>datareg<\/i> contains the address of the data register. Both addresses are integers between 0x0000 and 0x3FFF. Usually, if the chip\u2019s base address is 0x0nn0, the address register is at 0x0nn5 and the data register is at 0x0nn6. The most common base address for hardware monitoring chips is 0x0290. For Super-I\/O chips, address register is typically at 0x2E with data register at 0x2F. The <i>address<\/i> and <i>value<\/i> parameters are two integers between 0x00 and 0xFF. isaset will write value <i>value<\/i> to address <i>address<\/i>. An optional <i>mask<\/i> can be provided as a fifth parameter, preserving unmasked bits at the written location.<\/p>\n<h2>OPTIONS (flat address space mode) <a name=\"OPTIONS (flat address space mode)\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">In flat mode, two parameters must be provided. <i>address<\/i> contains the ISA address of the register to write to; it is an integer between 0x0000 and 0xFFFF. Basically, it is the sum of the chip\u2019s base address and the chip register\u2019s address. isaset will write value <i>value<\/i> at this address. An optional <i>mask<\/i> can be provided as a third parameter, preserving unmasked bits at the written location.<\/p>\n<h2>WARNING <a name=\"WARNING\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Poking around in ISA data space is extremely dangerous. Running isaset with random parameters can cause system crashes, data loss, and worse! Be extremely careful when using this program.<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">i2cset(8), isadump(8)<\/p>\n<h2>AUTHOR <a name=\"AUTHOR\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Mark D. Studebaker, and the lm_sensors group (https:\/\/hwmon.wiki.kernel.org\/lm_sensors)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">This manual page was shamelessly ripped from the i2cset and isadump manual pages by Jean Delvare.<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  isaset \u2212 set ISA registers <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[5,52,544,4],"class_list":["post-3416","post","type-post","status-publish","format-standard","hentry","category-8-administracion-del-sistema","tag-5","tag-administracion","tag-isaset","tag-man8"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3416","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=3416"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3416\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=3416"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=3416"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=3416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}