ISA-PnP Karte unter Linux
Aus BraLUG-Wiki
(Unterschied zwischen Versionen)
K |
MaD (Diskussion | Beiträge) (wikified, hoffentlich nix verlorengegangen...) |
||
Zeile 4: | Zeile 4: | ||
Vorgehensweise: | Vorgehensweise: | ||
− | + | * installiere die ISA-PnP-Karte Hardwareseitig im System | |
+ | * starte das System | ||
+ | * Installiere die isapnp Tools | ||
+ | * erzeuge die Datei /etc/isapnp.conf mit folgendem Befehl | ||
− | - | + | pnpdump -c > /etc/isapnp.conf |
− | + | * Bei der Teledat 100 sah das File folgendermassen aus: | |
− | + | # $Id: pnpdump_main.c,v 1.27 2001/04/30 21:54:53 fox Exp $ | |
− | + | # Release isapnptools-1.26 | |
− | + | # | |
− | + | # This is free software, see the sources for details. | |
− | + | # This software has NO WARRANTY, use at your OWN RISK | |
− | + | # | |
− | # $Id: pnpdump_main.c,v 1.27 2001/04/30 21:54:53 fox Exp $ | + | # For details of the output file format, see isapnp.conf(5) |
− | + | # | |
− | # Release isapnptools-1.26 | + | # For latest information and FAQ on isapnp and pnpdump see: |
− | + | # http://www.roestock.demon.co.uk/isapnptools/ | |
− | # | + | # |
− | + | # Board 1 has serial identifier c1 07 03 2a 34 01 00 27 4c | |
− | # This is free software, see the sources for details. | + | # (DEBUG) |
− | + | (READPORT 0x0273) | |
− | # This software has NO WARRANTY, use at your OWN RISK | + | (ISOLATE PRESERVE) |
− | + | (IDENTIFY *) | |
− | # | + | (VERBOSITY 2) |
− | + | (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING | |
− | # For details of the output file format, see isapnp.conf(5) | + | # Card 1: (serial identifier c1 07 03 2a 34 01 00 27 4c) |
− | + | # Vendor Id SAG0001, Serial Number 117647924, checksum 0xC1. | |
− | # | + | # Version 1.0, Vendor version 0.1 |
− | + | # ANSI string -->speed win SEDLBAUER AG<-- | |
− | # For latest information and FAQ on isapnp and pnpdump see: | + | # |
− | + | # Logical device id SAG0001 | |
− | # http://www.roestock.demon.co.uk/isapnptools/ | + | # Device supports I/O range check register |
− | + | # Device supports vendor reserved register @ 0x3a | |
− | # | + | # Device supports vendor reserved register @ 0x3b |
− | + | # Device supports vendor reserved register @ 0x3d | |
− | # Board 1 has serial identifier c1 07 03 2a 34 01 00 27 4c | + | # |
− | + | # Edit the entries below to uncomment out the configuration required. | |
− | # (DEBUG) | + | # Don't forget to uncomment the activate ((CONFIGURE SAG0001/117647924 (LD 0 |
− | + | # Multiple choice time, choose one only ! | |
− | (READPORT 0x0273) | + | # Start dependent functions: priority acceptable |
− | + | # Logical device decodes 10 bit IO address lines | |
− | (ISOLATE PRESERVE) | + | # Minimum IO base address 0x0100 |
− | + | # Maximum IO base address 0x03f0 | |
− | (IDENTIFY *) | + | # IO base alignment 8 bytes |
− | + | # Number of IO addresses required: 8 | |
− | (VERBOSITY 2) | + | |
− | + | ###################################################### | |
− | (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING | + | # Hierunter steht mit das wichtigste wie IO 0x0100 # |
− | + | # IRQ 4 den ich auf 5 verändert habe # | |
− | # Card 1: (serial identifier c1 07 03 2a 34 01 00 27 4c) | + | ###################################################### |
− | + | (IO 0 (SIZE 8) (BASE 0x0100) (CHECK)) | |
− | # Vendor Id SAG0001, Serial Number 117647924, checksum 0xC1. | + | # IRQ 3, 4, 5, 7, 10, 11, 12, 13 or 15. |
− | + | # High true, edge sensitive interrupt (by default) | |
− | # Version 1.0, Vendor version 0.1 | + | (INT 0 (IRQ 4 (MODE +E))) |
− | + | ||
− | # ANSI string -->speed win SEDLBAUER AG<-- | + | # Start dependent functions: priority acceptable |
− | + | # Logical device decodes 10 bit IO address lines | |
− | # | + | # Minimum IO base address 0x0100 |
− | + | # Maximum IO base address 0x03f0 | |
− | # Logical device id SAG0001 | + | # IO base alignment 8 bytes |
− | + | # Number of IO addresses required: 8 | |
− | # Device supports I/O range check register | + | # (IO 0 (SIZE 8) (BASE 0x0100) (CHECK)) |
− | + | # IRQ 5. | |
− | # Device supports vendor reserved register @ 0x3a | + | # High true, edge sensitive interrupt (by default) |
− | + | # (INT 0 (IRQ 5 (MODE +E))) | |
− | # Device supports vendor reserved register @ 0x3b | + | |
− | + | # Start dependent functions: priority acceptable | |
− | # Device supports vendor reserved register @ 0x3d | + | # Logical device decodes 10 bit IO address lines |
− | + | # Minimum IO base address 0x0100 | |
− | # | + | # Maximum IO base address 0x03f0 |
− | + | # IO base alignment 8 bytes | |
− | # Edit the entries below to uncomment out the configuration required. | + | # Number of IO addresses required: 8 |
− | + | # (IO 0 (SIZE 8) (BASE 0x0100) (CHECK)) | |
− | # Don't forget to uncomment the activate ((CONFIGURE SAG0001/117647924 (LD 0 | + | # IRQ 7. |
− | + | # High true, edge sensitive interrupt (by default) | |
− | + | # (INT 0 (IRQ 7 (MODE +E))) | |
− | # Multiple choice time, choose one only ! | + | |
− | + | ACT Y) when happy | |
− | # Start dependent functions: priority acceptable | + | |
− | + | # End dependent functions | |
− | # Logical device decodes 10 bit IO address lines | + | ######################################################## |
− | + | #(ACT Y) muss gesetzt sein sonst passiert nichts # | |
− | # Minimum IO base address 0x0100 | + | ######################################################## |
− | + | ||
− | # Maximum IO base address 0x03f0 | + | (NAME "SAG0001/117647924[0]{speed win SEDLBAUER AG}") |
− | + | ||
− | # IO base alignment 8 bytes | + | (ACT Y) |
− | + | )) | |
− | # Number of IO addresses required: 8 | + | |
− | + | # End tag... Checksum 0x00 (OK) | |
− | + | # Returns all cards to the "Wait for Key" state | |
− | ###################################################### | + | |
− | + | (WAITFORKEY) | |
− | #Hierunter steht mit das wichtigste wie IO 0x0100 # | + | |
− | + | ||
− | # IRQ 4 den ich auf 5 verändert habe # | + | |
− | + | ||
− | ###################################################### | + | |
− | + | ||
− | + | ||
− | + | ||
− | (IO 0 (SIZE 8) (BASE 0x0100) (CHECK)) | + | |
− | + | ||
− | # IRQ 3, 4, 5, 7, 10, 11, 12, 13 or 15. | + | |
− | + | ||
− | # High true, edge sensitive interrupt (by default) | + | |
− | + | ||
− | (INT 0 (IRQ 4 (MODE +E))) | + | |
− | + | ||
− | + | ||
− | + | ||
− | # Start dependent functions: priority acceptable | + | |
− | + | ||
− | # Logical device decodes 10 bit IO address lines | + | |
− | + | ||
− | # Minimum IO base address 0x0100 | + | |
− | + | ||
− | # Maximum IO base address 0x03f0 | + | |
− | + | ||
− | # IO base alignment 8 bytes | + | |
− | + | ||
− | # Number of IO addresses required: 8 | + | |
− | + | ||
− | # (IO 0 (SIZE 8) (BASE 0x0100) (CHECK)) | + | |
− | + | ||
− | # IRQ 5. | + | |
− | + | ||
− | # High true, edge sensitive interrupt (by default) | + | |
− | + | ||
− | # (INT 0 (IRQ 5 (MODE +E))) | + | |
− | + | ||
− | + | ||
− | # Start dependent functions: priority acceptable | + | |
− | + | ||
− | # Logical device decodes 10 bit IO address lines | + | |
− | + | ||
− | # Minimum IO base address 0x0100 | + | |
− | + | ||
− | # Maximum IO base address 0x03f0 | + | |
− | + | ||
− | # IO base alignment 8 bytes | + | |
− | + | ||
− | # Number of IO addresses required: 8 | + | |
− | + | ||
− | # (IO 0 (SIZE 8) (BASE 0x0100) (CHECK)) | + | |
− | + | ||
− | # IRQ 7. | + | |
− | + | ||
− | # High true, edge sensitive interrupt (by default) | + | |
− | + | ||
− | # (INT 0 (IRQ 7 (MODE +E))) | + | |
− | + | ||
− | + | ||
− | ACT Y) when happy | + | |
− | + | ||
− | # End dependent functions | + | |
− | + | ||
− | ######################################################## | + | |
− | + | ||
− | #(ACT Y) muss gesetzt sein sonst passiert nichts # | + | |
− | + | ||
− | ######################################################## | + | |
− | + | ||
− | + | ||
− | (NAME "SAG0001/117647924[0]{speed win SEDLBAUER AG}") | + | |
− | + | ||
− | (ACT Y) | + | |
− | )) | + | |
− | + | ||
− | # End tag... Checksum 0x00 (OK) | + | |
− | + | ||
− | # Returns all cards to the "Wait for Key" state | + | |
− | + | ||
− | (WAITFORKEY) | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | * wie wir auch sehen können, is die Teledat 100 eigentlich eine Sedlebauer speed win (nur zur Info) | ||
+ | * in dieser stehen nun sämtliche ISA-PnP Karten mit ihren möglichen IRQ und IO Bereichen gelistet | ||
+ | * es sind sogar schon einige Bereiche auskommentiert die das Programm meint verwendbar sein sollen | ||
+ | * nun schaue noch in die Hilfe zum Kernel Modul wie IRQ und IO beim starten anzugeben sind und trage dies in der modules.conf ein | ||
+ | * bei meiner SCSI Karte sieht das z.B. so aus: options aha152x aha152x=0x140,10,7,0 (habe ich mit Google herausgefunden) | ||
+ | * Vorsicht bei jeder Karte sieht das anders aus, hier gilt entweder kennst du jemanden der es weiss oder RTFM. In seltenen Fällen kann es auch ohne Pararmeter funktionieren | ||
+ | * starte das Modul mit modprobe oder insmod | ||
+ | * benutze das Gerät | ||
Have Fun! | Have Fun! |
Version vom 27. Mai 2005, 15:58 Uhr
Vorgehensweise:
- installiere die ISA-PnP-Karte Hardwareseitig im System
- starte das System
- Installiere die isapnp Tools
- erzeuge die Datei /etc/isapnp.conf mit folgendem Befehl
pnpdump -c > /etc/isapnp.conf
- Bei der Teledat 100 sah das File folgendermassen aus:
# $Id: pnpdump_main.c,v 1.27 2001/04/30 21:54:53 fox Exp $ # Release isapnptools-1.26 # # This is free software, see the sources for details. # This software has NO WARRANTY, use at your OWN RISK # # For details of the output file format, see isapnp.conf(5) # # For latest information and FAQ on isapnp and pnpdump see: # http://www.roestock.demon.co.uk/isapnptools/ # # Board 1 has serial identifier c1 07 03 2a 34 01 00 27 4c # (DEBUG) (READPORT 0x0273) (ISOLATE PRESERVE) (IDENTIFY *) (VERBOSITY 2) (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING # Card 1: (serial identifier c1 07 03 2a 34 01 00 27 4c) # Vendor Id SAG0001, Serial Number 117647924, checksum 0xC1. # Version 1.0, Vendor version 0.1 # ANSI string -->speed win SEDLBAUER AG<-- # # Logical device id SAG0001 # Device supports I/O range check register # Device supports vendor reserved register @ 0x3a # Device supports vendor reserved register @ 0x3b # Device supports vendor reserved register @ 0x3d # # Edit the entries below to uncomment out the configuration required. # Don't forget to uncomment the activate ((CONFIGURE SAG0001/117647924 (LD 0 # Multiple choice time, choose one only ! # Start dependent functions: priority acceptable # Logical device decodes 10 bit IO address lines # Minimum IO base address 0x0100 # Maximum IO base address 0x03f0 # IO base alignment 8 bytes # Number of IO addresses required: 8 ###################################################### # Hierunter steht mit das wichtigste wie IO 0x0100 # # IRQ 4 den ich auf 5 verändert habe # ###################################################### (IO 0 (SIZE 8) (BASE 0x0100) (CHECK)) # IRQ 3, 4, 5, 7, 10, 11, 12, 13 or 15. # High true, edge sensitive interrupt (by default) (INT 0 (IRQ 4 (MODE +E))) # Start dependent functions: priority acceptable # Logical device decodes 10 bit IO address lines # Minimum IO base address 0x0100 # Maximum IO base address 0x03f0 # IO base alignment 8 bytes # Number of IO addresses required: 8 # (IO 0 (SIZE 8) (BASE 0x0100) (CHECK)) # IRQ 5. # High true, edge sensitive interrupt (by default) # (INT 0 (IRQ 5 (MODE +E))) # Start dependent functions: priority acceptable # Logical device decodes 10 bit IO address lines # Minimum IO base address 0x0100 # Maximum IO base address 0x03f0 # IO base alignment 8 bytes # Number of IO addresses required: 8 # (IO 0 (SIZE 8) (BASE 0x0100) (CHECK)) # IRQ 7. # High true, edge sensitive interrupt (by default) # (INT 0 (IRQ 7 (MODE +E))) ACT Y) when happy # End dependent functions ######################################################## #(ACT Y) muss gesetzt sein sonst passiert nichts # ######################################################## (NAME "SAG0001/117647924[0]{speed win SEDLBAUER AG}") (ACT Y) )) # End tag... Checksum 0x00 (OK) # Returns all cards to the "Wait for Key" state (WAITFORKEY)
- wie wir auch sehen können, is die Teledat 100 eigentlich eine Sedlebauer speed win (nur zur Info)
- in dieser stehen nun sämtliche ISA-PnP Karten mit ihren möglichen IRQ und IO Bereichen gelistet
- es sind sogar schon einige Bereiche auskommentiert die das Programm meint verwendbar sein sollen
- nun schaue noch in die Hilfe zum Kernel Modul wie IRQ und IO beim starten anzugeben sind und trage dies in der modules.conf ein
- bei meiner SCSI Karte sieht das z.B. so aus: options aha152x aha152x=0x140,10,7,0 (habe ich mit Google herausgefunden)
- Vorsicht bei jeder Karte sieht das anders aus, hier gilt entweder kennst du jemanden der es weiss oder RTFM. In seltenen Fällen kann es auch ohne Pararmeter funktionieren
- starte das Modul mit modprobe oder insmod
- benutze das Gerät
Have Fun!