Anzeige:
Ergebnis 1 bis 12 von 12

Thema: isdn karten konfiguration => spezielles problem...

  1. #1
    Gast

    Question isdn karten konfiguration => spezielles problem...

    folgendes problem:
    nachdem ich meine neue distribution installiert habe und dies und das ausprobiert habe, wollte ich meine isdn karte konfigurieren (by hand ;])

    # modprobe hisax type=5 protocol=2 io=0x340 irq=10 id=Fritz

    dann allerdings kommt folgende fehlermeldung:
    /lib/modules/2.2.14-15mdk/misc/hisax.o: init_module: Das Geraet oder die Resource ist belegt.

    wie um gottes willen kann ich diese resource "unloaden", um dem rechner die richtige (die vom system erkannte ist nämlich FALSCH) konfiguration einzuflösen.

    thx im vorraus /* ich hoffe, die beschreibung des probs war ausführlich genug */

    -LILO

  2. #2
    Registrierter Benutzer
    Registriert seit
    Jan 2000
    Ort
    München
    Beiträge
    784

    Post

    hi lilo!

    du kannst mir mit lsmod die geladnen module anzeigen lassen, und mit rmmod kannst du dann ein modul wieder "entladen"
    kann allerdings sein, dass mehrere module zum isdn-system gehören. wars da nicht so dass es ein isdn-subsystem und ein karten-treiber gibt?
    aber wenn du nur hisax.o erneuern willst, braucht dich das ja nicht zu intressieren.

    grüse blackbird

  3. #3
    Gast

    Post

    also:

    ausganspostition: bin in der root shell

    ----------- cut ------------

    # lsmod
    > dies_mod
    > das_mod /* angenommen dies ist das isdn-modul */
    > jenes_mod
    > etc..

    # rmmod das_mod

    ----------- cut ------------

    ist das richtig ?

    thx

    -LILO

  4. #4
    Registrierter Benutzer
    Registriert seit
    Jan 2000
    Ort
    München
    Beiträge
    784

    Post

    jo so sollt das eigentlich laufen!
    modul entladen, neues modul ins verzeichnis bewegen/kopieren und wieder laden.

    grüsse blackbird

  5. #5
    Registrierter Benutzer Avatar von pitu
    Registriert seit
    May 1999
    Ort
    Nürnberg
    Beiträge
    1.765

    Post

    Für die Fritz Classic bedarf es einer Sonderbehandlung, falls Sie nicht von Anfang an geht.

    Die Karte hat die IOs 200,240,300,340 die durch einen Jumper auf der Karte eingestellt werden. Der IRQ wird der Karte vom Treiber übermittelt.

    Unter Windows funktioniert das folgendermaßen: Treiber einbinden. Der Treiber klinkt sich in die Windows-Ressourcen-Vergabe ein und erhält einen IRQ und einen IO. Diesen IO soll man dann einstellen.
    Zu diesem Zeitpunkt hat Windows aber alle Ressourcen die vom BIOS festgelegt worden sind umgelegt.

    Linux dagegen erhält seine Ressourcen vom BIOS. Daher kan es sein, daß Einstellungen unter Windows unter Linux nixht mehr funktionieren.

    Folgende Abhilfe: Beim ersten IO beginnend der Reihe nach freie IRQs über modprobe der Karte zuweisen, bis es funktioniert.
    Wenn nicht, Karte umjumpern und dann erneut alle freien IRQs ausprobieren.

    Bis jetzt ist damit jede mir bekannte Fritz Classic irgendwann gelaufen.

    Zum Schluss wieder Windows laden, und die Karte auf die neuen Werte umkonfigurieren.
    Auch das hat bisher bei jeder mir bekannten Karte funktioniert.

    thorsten

    ------------------
    Thorsten Wandersmann
    SuSE GmbH, Nuernberg

  6. #6
    Gast

    Unhappy

    hab ne Fritz! card PCI...
    aber durch isdn4linux hab ich die karte mittlerweile hinbekommen...

    ich habe jetzt aber dafür andere sorgen, nämlich, dass ich auf teufel komm raus probier ins netz zu kommen, es aber nicht funktioniert.

    und seit dem ich aktiviert habe, dass isdn4linux auch beim startup geladen werden soll, gibt es bei jedem startup eine "failed"
    action.

    ich hab mal meine logfiles angeschaut "/var/log/messages". jeweils beim startup und bei der provideranwahl...
    vielleicht könnt ihr mir dadurch besser helfen =)

    wenn ihr euch überhaupt die mühe macht die logs durchzuschauen *BÜÜÜÜDDEEEE*

    <---------- startup log ---------->
    May 17 15:17:47 localhost syslogd 1.3-3: restart.
    May 17 15:17:47 localhost syslog: syslogd startup succeeded
    May 17 15:17:47 localhost kernel: klogd 1.3-3, log source = /proc/kmsg started.
    May 17 15:17:47 localhost kernel: Inspecting /boot/System.map-2.2.14-15mdk
    May 17 15:17:47 localhost syslog: klogd startup succeeded
    May 17 15:17:47 localhost kernel: Loaded 6230 symbols from /boot/System.map-2.2.14-15mdk.
    May 17 15:17:47 localhost kernel: Symbols match kernel version 2.2.14.
    May 17 15:17:47 localhost kernel: Loaded 78 symbols from 9 modules.
    May 17 15:17:47 localhost kernel: Linux version 2.2.14-15mdk (root@kenobi.mandrakesoft.com) (gcc version 2.95.2 19991024 (release)) #1 Tue Jan 4 22:24:20 CET 2000
    May 17 15:17:47 localhost kernel: Detected 501149244 Hz processor.
    May 17 15:17:47 localhost kernel: ide_setup: hdb=ide-scsi
    May 17 15:17:47 localhost kernel: Console: colour VGA+ 80x25
    May 17 15:17:47 localhost kernel: Calibrating delay loop... 499.71 BogoMIPS
    May 17 15:17:47 localhost kernel: Memory: 127848k/131008k available (1092k kernel code, 416k reserved, 1588k data, 64k init, 0k bigmem)
    May 17 15:17:47 localhost kernel: Dentry hash table entries: 262144 (order 9, 2048k)
    May 17 15:17:47 localhost kernel: Buffer cache hash table entries: 131072 (order 7, 512k)
    May 17 15:17:47 localhost kernel: Page cache hash table entries: 32768 (order 5, 128k)
    May 17 15:17:47 localhost kernel: VFS: Diskquotas version dquot_6.4.0 initialized
    May 17 15:17:47 localhost kernel: CPU: Intel Pentium III (Katmai) stepping 03
    May 17 15:17:47 localhost kernel: Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
    May 17 15:17:47 localhost kernel: Checking 'hlt' instruction... OK.
    May 17 15:17:47 localhost kernel: POSIX conformance testing by UNIFIX
    May 17 15:17:47 localhost kernel: mtrr: v1.35a (19990819) Richard Gooch (rgooch@atnf.csiro.au)
    May 17 15:17:47 localhost kernel: PCI: PCI BIOS revision 2.10 entry at 0xf0720
    May 17 15:17:47 localhost kernel: PCI: Using configuration type 1
    May 17 15:17:47 localhost kernel: PCI: Probing PCI hardware
    May 17 15:17:47 localhost kernel: Linux NET4.0 for Linux 2.2
    May 17 15:17:47 localhost kernel: Based upon Swansea University Computer Society NET3.039
    May 17 15:17:47 localhost kernel: NET4: Unix domain sockets 1.0 for Linux NET4.0.
    May 17 15:17:47 localhost kernel: NET4: Linux TCP/IP 1.0 for NET4.0
    May 17 15:17:47 localhost kernel: IP Protocols: ICMP, UDP, TCP, IGMP
    May 17 15:17:47 localhost kernel: TCP: Hash tables configured (ehash 131072 bhash 65536)
    May 17 15:17:47 localhost kernel: Initializing RT netlink socket
    May 17 15:17:47 localhost kernel: Starting kswapd v 1.5
    May 17 15:17:47 localhost kernel: Detected PS/2 Mouse Port.
    May 17 15:17:47 localhost kernel: Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled
    May 17 15:17:47 localhost kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
    May 17 15:17:47 localhost kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
    May 17 15:17:47 localhost kernel: pty: 256 Unix98 ptys configured
    May 17 15:17:47 localhost kernel: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.9)
    May 17 15:17:47 localhost kernel: Real Time Clock Driver v1.09
    May 17 15:17:47 localhost kernel: RAM disk driver initialized: 16 RAM disks of 4096K size
    May 17 15:17:47 localhost kernel: PIIX4: IDE controller on PCI bus 00 dev 21
    May 17 15:17:47 localhost kernel: PIIX4: not 100% native mode: will probe irqs later
    May 17 15:17:47 localhost kernel: ide0: BM-DMA at 0xb800-0xb807, BIOS settings: hda MA, hdb MA
    May 17 15:17:47 localhost kernel: ide1: BM-DMA at 0xb808-0xb80f, BIOS settings: hdc MA, hdd MA
    May 17 15:17:47 localhost kernel: hda: 0110, ATAPI CDROM drive
    May 17 15:17:47 localhost kernel: hdb: YAMAHA CRW8424E, ATAPI CDROM drive
    May 17 15:17:47 localhost kernel: hdc: IBM-DJNA-352030, ATA DISK drive
    May 17 15:17:47 localhost kernel: hdd: WDC WD205AA, ATA DISK drive
    May 17 15:17:47 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    May 17 15:17:47 localhost kernel: ide1 at 0x170-0x177,0x376 on irq 15
    May 17 15:17:47 localhost kernel: hdc: IBM-DJNA-352030, 19470MB w/1966kB Cache, CHS=39560/16/63
    May 17 15:17:47 localhost kernel: hdd: WDC WD205AA, 19569MB w/2048kB Cache, CHS=39761/16/63
    May 17 15:17:47 localhost kernel: hda: ATAPI 0X DVD-ROM drive, 512kB Cache
    May 17 15:17:47 localhost kernel: Uniform CDROM driver Revision: 2.56
    May 17 15:17:47 localhost kernel: Floppy drive(s): fd0 is 1.44M
    May 17 15:17:47 localhost kernel: FDC 0 is a post-1991 82077
    May 17 15:17:47 localhost kernel: md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
    May 17 15:17:47 localhost kernel: raid5: measuring checksumming speed
    May 17 15:17:47 localhost kernel: raid5: MMX detected, trying high-speed MMX checksum routines
    May 17 15:17:47 localhost kernel: pII_mmx : 1102.614 MB/sec
    May 17 15:17:47 localhost kernel: p5_mmx : 1154.049 MB/sec
    May 17 15:17:47 localhost kernel: 8regs : 895.350 MB/sec
    May 17 15:17:47 localhost kernel: 32regs : 471.297 MB/sec
    May 17 15:17:47 localhost kernel: using fastest function: p5_mmx (1154.049 MB/sec)
    May 17 15:17:47 localhost kernel: scsi : 0 hosts.
    May 17 15:17:47 localhost kernel: scsi : detected total.
    May 17 15:17:47 localhost kernel: md.c: sizeof(mdp_super_t) = 4096
    May 17 15:17:47 localhost kernel: Partition check:
    May 17 15:17:47 localhost kernel: hdc: [PTBL] [2482/255/63] hdc1 hdc2 hdc3 < hdc5 hdc6 hdc7 >
    May 17 15:17:47 localhost kernel: hdd: [PTBL] [2494/255/63] hdd1
    May 17 15:17:47 localhost kernel: autodetecting RAID arrays
    May 17 15:17:47 localhost kernel: autorun ...
    May 17 15:17:47 localhost kernel: ... autorun DONE.
    May 17 15:17:47 localhost kernel: VFS: Mounted root (ext2 filesystem) readonly.
    May 17 15:17:47 localhost kernel: Freeing unused kernel memory: 64k freed
    May 17 15:17:47 localhost kernel: Adding Swap: 248968k swap-space (priority -1)
    May 17 15:17:47 localhost kernel: Creative SBLive! detected
    May 17 15:17:47 localhost kernel: hdb: driver not present
    May 17 15:17:47 localhost kernel: hdb: driver not present
    May 17 15:17:47 localhost kernel: CSLIP: code copyright 1989 Regents of the University of California
    May 17 15:17:47 localhost kernel: ISDN subsystem Rev: 1.93/1.80/1.95/1.60/1.17/1.3 loaded
    May 17 15:17:47 localhost kernel: HiSax: Linux Driver for passive ISDN cards
    May 17 15:17:47 localhost kernel: HiSax: Version 3.3c (module)
    May 17 15:17:47 localhost kernel: HiSax: Layer1 Revision 2.36
    May 17 15:17:47 localhost kernel: HiSax: Layer2 Revision 2.20
    May 17 15:17:47 localhost kernel: HiSax: TeiMgr Revision 2.13
    May 17 15:17:47 localhost kernel: HiSax: Layer3 Revision 2.10
    May 17 15:17:47 localhost kernel: HiSax: LinkLayer Revision 2.40
    May 17 15:17:47 localhost kernel: HiSax: Approval certification valid
    May 17 15:17:47 localhost kernel: HiSax: Approved with ELSA Quickstep series cards
    May 17 15:17:47 localhost kernel: HiSax: Approval registration numbers:
    May 17 15:17:47 localhost kernel: HiSax: German D133361J CETECOM ICT Services GmbH
    May 17 15:17:47 localhost kernel: HiSax: EU (D133362J) CETECOM ICT Services GmbH
    May 17 15:17:47 localhost kernel: HiSax: Approved with Eicon Technology Diva 2.01 PCI cards
    May 17 15:17:47 localhost kernel: HiSax: Card 1 Protocol EDSS1 Id=Fritz (0)
    May 17 15:17:47 localhost kernel: HiSax: AVM PCI driver Rev. 1.14
    May 17 15:17:47 localhost kernel: AVM PCI: stat 0x2020a
    May 17 15:17:47 localhost kernel: AVM PCI: Class A Rev 2
    May 17 15:17:47 localhost kernel: HiSax: AVM Fritz!PCI config irq:10 base:0xA000
    May 17 15:17:47 localhost kernel: AVM PCI: ISAC version (0): 2086/2186 V1.1
    May 17 15:17:47 localhost kernel: AVM Fritz PnP/PCI: IRQ 10 count 0
    May 17 15:17:47 localhost kernel: AVM Fritz PnP/PCI: IRQ 10 count 4
    May 17 15:17:47 localhost kernel: HiSax: DSS1 Rev. 2.21
    May 17 15:17:47 localhost kernel: HiSax: 2 channels added
    May 17 15:17:47 localhost kernel: HiSax: MAX_WAITING_CALLS added
    May 17 15:17:47 localhost kernel: isdn: Verbose-Level is 3
    May 17 15:17:47 localhost crond: crond startup succeeded
    May 17 15:17:48 localhost loadkeys: Loading /usr/lib/kbd/keymaps/i386/qwertz/de-latin1.kmap.gz
    May 17 15:17:41 localhost rc.sysinit: Mounting proc filesystem succeeded
    May 17 15:17:41 localhost date: Wed May 17 15:17:41 CEST 2000
    May 17 15:17:41 localhost rc.sysinit: Setting clock : Wed May 17 15:17:41 CEST 2000 succeeded
    May 17 15:17:41 localhost rc.sysinit: Loading default keymap succeeded
    May 17 15:17:41 localhost rc.sysinit: Activating swap partitions succeeded
    May 17 15:17:41 localhost rc.sysinit: Setting hostname localhost.localdomain succeeded
    May 17 15:17:41 localhost fsck: /dev/hdc2: clean, 8433/32256 files, 94707/128520 blocks
    May 17 15:17:41 localhost rc.sysinit: Checking root filesystem succeeded
    May 17 15:17:41 localhost rc.sysinit: Remounting root filesystem in read-write mode succeeded
    May 17 15:17:42 localhost rc.sysinit: Loading sound module succeeded
    May 17 15:17:42 localhost fsck: /dev/hdc6: clean, 1805/193152 files, 9844/385552 blocks
    May 17 15:17:42 localhost fsck: /dev/hdc7: clean, 67523/448896 files, 305196/897624 blocks
    May 17 15:17:42 localhost rc.sysinit: Checking filesystems succeeded
    May 17 15:17:43 localhost modprobe: can't locate module ide-cd
    May 17 15:17:43 localhost modprobe: can't locate module ide-cd
    May 17 15:17:43 localhost mount: mount: /dev/cdrom2 is not a valid block device
    May 17 15:17:43 localhost rc.sysinit: Mounting local filesystems failed
    May 17 15:17:43 localhost rc.sysinit: Turning on user and group quotas for local filesystems succeeded
    May 17 15:17:44 localhost rc.sysinit: Enabling swap space succeeded
    May 17 15:17:44 localhost mandrake_everytime: Building Window Manager Sessions succeeded
    May 17 15:17:44 localhost init: Entering runlevel: 3
    May 17 15:17:45 localhost network: Bringing up interface lo succeeded
    May 17 15:17:45 localhost ifup: Activating device: ifcfg-ippp0
    May 17 15:17:45 localhost ifup: Loading global settings: /etc/sysconfig/isdn
    May 17 15:17:45 localhost ifup: Loading default settings: /etc/isdn/profile/ippp.default
    May 17 15:17:45 localhost ifup: Loading network settings: ifcfg-ippp0
    May 17 15:17:45 localhost ifup: Loading link settings: /etc/isdn/profile/link/myisp
    May 17 15:17:45 localhost ifup: Using profile myisp : Dynamic IP
    May 17 15:17:45 localhost modprobe: can't locate module char-major-45
    May 17 15:17:45 localhost ifup: /dev/isdninfo: No such device
    May 17 15:17:45 localhost ifup: /etc/sysconfig/network-scripts/ifup-ippp: ippp0 doesn't exist in /proc/net/dev
    May 17 15:17:45 localhost ifup: Check ISDN hardware configuration
    May 17 15:17:45 localhost ifup:
    May 17 15:17:45 localhost network: Bringing up interface ippp0 failed
    May 17 15:17:46 localhost isdn4linux: Loading HiSax driver
    May 17 15:17:46 localhost isdn4linux: CardID: Fritz
    May 17 15:17:46 localhost isdn4linux: CardType: 27
    May 17 15:17:46 localhost isdn4linux: CardName: AVM PCI (Fritz!PCI)
    May 17 15:17:46 localhost isdn4linux: Parameters: id=Fritz type=27 protocol=2
    May 17 15:17:46 localhost isdn4linux: Starting iprofd ...
    May 17 15:17:46 localhost isdn4linux: Verbose-level set to 3.
    May 17 15:17:46 localhost rc: Starting isdn4linux succeeded
    May 17 15:17:48 localhost keytable: Loading keymap: de-latin1 succeeded
    May 17 15:17:48 localhost loadkeys: Loading /usr/lib/kbd/keymaps/compose/compose.latin.gz
    May 17 15:17:48 localhost keytable: Loading compose keys: compose.latin succeeded
    May 17 15:17:48 localhost keytable: succeeded
    May 17 15:17:48 localhost keytable: Loading system font: succeeded
    May 17 15:17:49 localhost gpm: gpm startup succeeded
    May 17 15:17:49 localhost PAM_pwdb[366]: (su) session opened for user xfs by (uid=0)
    May 17 15:17:49 localhost PAM_pwdb[366]: (su) session closed for user xfs
    May 17 15:17:49 localhost xfs: xfs startup succeeded
    May 17 15:17:49 localhost xfs: Warning: The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
    May 17 15:17:49 localhost xfs: Entry deleted from font path.
    May 17 15:17:59 localhost PAM_pwdb[382]: (login) session opened for user ippp0 by LOGIN(uid=0)
    Mai 17 15:18:41 localhost PAM_pwdb[497]: (su) session opened for user root by (uid=501)
    <---------- end ---------->


    <---------- anwahl log ---------->
    May 16 21:51:25 localhost kernel: HiSax module removed
    May 16 21:51:25 localhost kernel: ISDN-subsystem unloaded
    May 16 21:51:25 localhost kernel: CSLIP: code copyright 1989 Regents of the University of California
    May 16 21:51:25 localhost kernel: ISDN subsystem Rev: 1.93/1.80/1.95/1.60/1.17/1.3 loaded
    May 16 21:51:25 localhost kernel: HiSax: Linux Driver for passive ISDN cards
    May 16 21:51:25 localhost kernel: HiSax: Version 3.3c (module)
    May 16 21:51:25 localhost kernel: HiSax: Layer1 Revision 2.36
    May 16 21:51:25 localhost kernel: HiSax: Layer2 Revision 2.20
    May 16 21:51:25 localhost kernel: HiSax: TeiMgr Revision 2.13
    May 16 21:51:25 localhost kernel: HiSax: Layer3 Revision 2.10
    May 16 21:51:25 localhost kernel: HiSax: LinkLayer Revision 2.40
    May 16 21:51:25 localhost kernel: HiSax: Approval certification valid
    May 16 21:51:25 localhost kernel: HiSax: Approved with ELSA Quickstep series cards
    May 16 21:51:25 localhost kernel: HiSax: Approval registration numbers:
    May 16 21:51:25 localhost kernel: HiSax: German D133361J CETECOM ICT Services GmbH
    May 16 21:51:25 localhost kernel: HiSax: EU (D133362J) CETECOM ICT Services GmbH
    May 16 21:51:25 localhost kernel: HiSax: Approved with Eicon Technology Diva 2.01 PCI cards
    May 16 21:51:25 localhost kernel: HiSax: Card 1 Protocol EDSS1 Id=Fritz (0)
    May 16 21:51:25 localhost kernel: HiSax: AVM PCI driver Rev. 1.14
    May 16 21:51:25 localhost kernel: AVM PCI: stat 0x3020a
    May 16 21:51:25 localhost kernel: AVM PCI: Class A Rev 2
    May 16 21:51:25 localhost kernel: HiSax: AVM Fritz!PCI config irq:10 base:0xA000
    May 16 21:51:25 localhost kernel: AVM PCI: ISAC version (0): 2086/2186 V1.1
    May 16 21:51:25 localhost kernel: AVM Fritz PnP/PCI: IRQ 10 count 1111
    May 16 21:51:25 localhost kernel: AVM Fritz PnP/PCI: IRQ 10 count 1114
    May 16 21:51:25 localhost kernel: HiSax: DSS1 Rev. 2.21
    May 16 21:51:25 localhost kernel: HiSax: 2 channels added
    May 16 21:51:25 localhost kernel: HiSax: MAX_WAITING_CALLS added
    May 16 21:51:25 localhost kernel: isdn: Verbose-Level is 3
    May 16 21:51:33 localhost ipppd: info: no CHAP secret entry for this user!
    May 16 21:51:33 localhost ipppd[1636]: Found 1 device: /dev/ippp0
    May 16 21:51:33 localhost ipppd[1638]: ipppd i2.2.10 (isdn4linux version of pppd by MH) started
    May 16 21:51:33 localhost ipppd[1638]: init_unit: 0
    May 16 21:51:33 localhost ipppd[1638]: Connect[0]: /dev/ippp0, fd: 7
    May 16 21:51:43 localhost kernel: ippp0: dialing 1 010900191700...
    May 16 21:51:45 localhost ipppd[1638]: Local number: 6273, Remote number: 010900191700, Type: outgoing
    May 16 21:51:45 localhost ipppd[1638]: PHASE_WAIT -> PHASE_ESTABLISHED, ifunit: 0, linkunit: 0, fd: 7
    May 16 21:51:45 localhost kernel: isdn_net: ippp0 connected
    May 16 21:51:45 localhost kernel: ippp0: remote hangup
    May 16 21:51:45 localhost kernel: ippp0: Chargesum is 0
    May 16 21:51:45 localhost ipppd[1638]: Modem hangup
    May 16 21:51:45 localhost ipppd[1638]: Connection terminated.
    May 16 21:51:45 localhost ipppd[1638]: taking down PHASE_DEAD link 0, linkunit: 0
    May 16 21:51:45 localhost ipppd[1638]: closing fd 7 from unit 0
    May 16 21:51:45 localhost ipppd[1638]: link 0 closed , linkunit: 0
    May 16 21:51:45 localhost ipppd[1638]: reinit_unit: 0
    May 16 21:51:45 localhost ipppd[1638]: Connect[0]: /dev/ippp0, fd: 7
    <---------- end ---------->

    was ich beim anwahl log gemacht habe:
    <---------- shell begin ---------->
    # isdnctrl dial ippp0
    /* folgende message kam >> keine verbindung */
    dial up triggered
    <---------- shell end ---------->

    hab mit netscape probiert, ob ich online war... war ich nich...
    ein weiterer beweis dafür, dass ich nicht online war, war das:
    <---------- shell begin ---------->
    # isdnctrl hangup ippp0
    /* folgende message kam onscreen: */
    ippp0 not connected
    <---------- shell end ---------->

    oh mann...
    ich hoffe ihr könnt mir helfen...
    hab nämlich mittlerweile keine ahnung mehr, worans liegen könnte...
    ich mach doch immer alles nach den documentationen *heul*

    -LILO

  7. #7
    Registrierter Benutzer
    Registriert seit
    Jan 2000
    Ort
    München
    Beiträge
    784

    Post

    hi lilo!

    du schreibst, du hättest beim systemstart einmal "failed". bei was denn? wär intressant wird aber wohl isdn sein..
    das hier hab ich mal aus deinen logs rausgesucht:
    May 17 15:17:45 localhost modprobe: can't locate module char-major-45

    - hier könnte der hund begraben liegen - char-major-45 sollte ein modul fürs isdn sein. geh mal ins verzeichnis mit deinen kernel-quellen (/usr/src/linux) und mach ein <pre>make modules
    make modules_install</pre>
    vielleicht behebt das dein problem. anscheinend findet er das modul für dein isdn-subsystem nicht, oder das modul ist irgendwo nicht richtig eingetragen. (so ganz blick ich da selber noch nicht durch, aber egal..)

    May 17 15:17:45 localhost ifup: /dev/isdninfo: No such device

    - er versucht aufs isdn-system zuzugreifen, aber geht nicht weil modul nicht geladen ist -

    May 17 15:17:45 localhost ifup: /etc/sysconfig/network-scripts/ifup-ippp: ippp0 doesn't exist in /proc/net/dev
    May 17 15:17:45 localhost ifup: Check ISDN hardware configuration
    May 17 15:17:45 localhost ifup:
    May 17 15:17:45 localhost network: Bringing up interface ippp0 failed

    - da ham wirs wieder, isdn tut nicht. alsob wir das nicht schon wüssten -

    May 17 15:17:46 localhost isdn4linux: Loading HiSax driver
    May 17 15:17:46 localhost isdn4linux: CardID: Fritz
    May 17 15:17:46 localhost isdn4linux: CardType: 27
    May 17 15:17:46 localhost isdn4linux: CardName: AVM PCI (Fritz!PCI)
    May 17 15:17:46 localhost isdn4linux: Parameters: id=Fritz type=27 protocol=2
    May 17 15:17:46 localhost isdn4linux: Starting iprofd ...
    May 17 15:17:46 localhost isdn4linux: Verbose-level set to 3.
    May 17 15:17:46 localhost rc: Starting isdn4linux succeeded

    - hmm ist das hier richtig? vielleicht sollte das weiter nach vorne, vor die andren meldungen mit isdn. aber wenn du alles nach howto´s gemacht hast (frage: nach welchen? kannst du das spezifizieren? also waren die bei der distri dabei, oder kommen die aus dem netz?) sollte eigentlich alles stimmen.

    probiers mal mit make modules, make modules_install, vielleicht bringt dich das weiter!

    oder was meinen die spezialisten?

    grüsse blackbird

  8. #8
    Gast

    Talking

    werd ich alles mal probieren => ich bin fest entschlossen das zu packen

    also, nach welchem how-to:
    nach dem isdn4net howto.
    liegt bei mir unter
    /usr/doc/isdn4net

    und meine distribution ist
    mandrake 7.0

    bin eigentlich sehr zufrieden mit mandrake (nachdem ich schon mit SuSE abgehackt habe => kann ich einfach nich haben. dann doch lieber redhat kompatibel )
    isdn ist wie gesagt das einzige, was nicht funzt...
    aber dafür hab ich ja euch

    frage:
    soll ich beide commandos ausführen, also

    <---------- shell begin ---------->
    usr/src/linux # make modules
    /* und */
    usr/src/linux # make modules_install
    <---------- shell end ---------->

    ansontsten schon mal thx für die bereitwillige hilfe ...

    findet man ja nich überall

    -LILO

  9. #9
    Happy Hippo
    Registriert seit
    Aug 1999
    Ort
    904xx Nermberch
    Beiträge
    942

    Post

    Hi,

    jep, also wenn dann nur beide Kommandos, denn weil

    make modules

    kompiliert nur die module, die liegen dann aber noch in deinem /usr/src/linux verzeichnis. mit

    make modules_install

    werden die module dann an die richtige stelle kopiert, daß sie vom kernel dann auch gefunden werden können.

    gruß

    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;-= Pingu =-

  10. #10
    Registrierter Benutzer
    Registriert seit
    Mar 2004
    Ort
    Freudenberg
    Beiträge
    69
    Wenn du SuSE < 10.0 hast würde ich avm, http://www.avm.de, mal einen besuch abstatten und mir dort das aktuelle capi4linux paket von avm downloaden. das findest du unter download.
    SuSE 10.0 KDE 3.4.2-level-b Kernel 2.6.16.9

  11. #11
    Happy Hippo
    Registriert seit
    Aug 1999
    Ort
    904xx Nermberch
    Beiträge
    942
    Hey super,

    daß es noch Leute gibt, die auf solche alten Threads antworten. Auch wenn ich denke, daß sich nach fast 6 Jahren das Problem von alleine gelöst hat. Insbesondere nachdem es den Threadersteller garnicht mehr gibt.

    Pingu

  12. #12
    Mitglied, MPlayer-DEV Avatar von JAF
    Registriert seit
    Apr 2002
    Ort
    in Niederösterreich
    Beiträge
    682
    das ist toll, vielleicht schreibt mir nach 6 jahren auch noch jemand eine antwort auf einen altes thema von mir
    mfg JAF

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •