[gelöst] mISDN neu kompilieren - Ablauf

debitux

Neuer User
Mitglied seit
21 Nov 2007
Beiträge
44
Punkte für Reaktionen
0
Punkte
6
Hallo,

beim Kompilieren von mISDN ist wohl mit den Debian-Kernelheadern was schiefgegangen (die Links auf die KH habe ich jetzt geradegebogen).

Asterisk ist installiert und läuft, solange keine mISDN-Funktionalität gefragt ist.

Da ich Linux-Newbie bin, die Frage (habe leider keine Antwort bei der Forum-Suche, google gefunden), ob es reicht,

a) mISDN neu zu kompilieren, oder mISDN zuvor (wie?) deinstalliert werden muß (öhm, komme ja aus der DOS/Windows-Schiene, *schäm*),

b) [Habe div. HowTos entnommen, daß Asterisk erst *nach* mISDN installiert werden soll:] anschließend Asterisk neu kompiliert werden muß (und ggfs. zuvor (auch hier: wie?) deinstalliert werden muß).

Wenn's in HowTo's oder sonstwo steht, sorry ich hab's in zwei Tagen nicht gefunden.

Danke für's Mitdenken,

Guido
 
Zuletzt bearbeitet:
Hallo,

beim Kompilieren von mISDN ist wohl mit den Debian-Kernelheadern was schiefgegangen (die Links auf die KH habe ich jetzt geradegebogen).

Asterisk ist installiert und läuft, solange keine mISDN-Funktionalität gefragt ist.

Da ich Linux-Newbie bin, die Frage (habe leider keine Antwort bei der Forum-Suche, google gefunden), ob es reicht,

a) mISDN neu zu kompilieren, oder mISDN zuvor (wie?) deinstalliert werden muß (öhm, komme ja aus der DOS/Windows-Schiene, *schäm*),

b) [Habe div. HowTos entnommen, daß Asterisk erst *nach* mISDN installiert werden soll:] anschließend Asterisk neu kompiliert werden muß (und ggfs. zuvor (auch hier: wie?) deinstalliert werden muß).

Wenn's in HowTo's oder sonstwo steht, sorry ich hab's in zwei Tagen nicht gefunden.

Danke für's Mitdenken,

Guido

Mir gehts genauso wie Dir.
Habe die gleichen Versionen wie Du.

Aber bei der ISDN Geschichte haperts bei mir auch total.
Das scheint etwas komplizierter zu sein, als SIP Gespräche führen zu wollen.
 
gehts um Asterisk 1.4 oder 1.2?

Sven
 
Hallo Sven,

es geht um Asterisk 1.4.14 mit mISDN-1.1.7.

Guido
 
Hallo debitux,

hier mal quick&dirty


# Kernel Headers installieren und verlinken

apt-get install linux-headers-`uname -r`
ln -s /usr/src/linux-headers-`uname -r` /usr/src/linux
ln -s /usr/src/linux-headers-`uname -r` /usr/src/linux26



# misdn Quellen herunterladen und entpacken

cd /usr/src

wget http://www.misdn.org/downloads/mISDN.tar.gz
wget http://www.misdn.org/downloads/mISDNuser.tar.gz

tar xvzf mISDN.tar.gz
tar xvzf mISDNuser.tar.gz

# mISDN installieren

cd /usr/src/misdn-*
make clean
make install

cd /usr/mISDNuser-*
make clean
make install


#mISDN konfigurieren und starten

/etc/init.d/misdn-init scan
/etc/init.d/misdn-init config
/etc/init.d/misdn-init start


# Asterisk installieren

cd /usr/src/asterisk-1.4*
./configure
make menuselect


hier Channel Driver auswählen und schauen ob chan_mISDN ausgewählt ist.


weiter gehts mit:


make
make install


Die misdn Channel Treiber werden in das Verzeichnis:


/lib/modules/kernelversion/extra installiert.


Ob die misdn Module geladen sind siehts Du auf der Linux Shell mit:

lsmod | grep mISDN

Da sich mISDN nicht mit andern ISDN Treibern verträgt, sollten diese
nicht automatisch mit geladen werden:


Deshalb kann man diese blacklisten:


#ISDN Treiber Blacklisten

echo blacklist hisax >> /etc/modprobe.d/blacklist
echo blacklist crc_ccitt >> /etc/modprobe.d/blacklist
echo blacklist capi >> /etc/modprobe.d/blacklist
echo blacklist kernelcapi >> /etc/modprobe.d/blacklist
echo blacklist capifs >> /etc/modprobe.d/blacklist




Viele Grüße
Sven
 
Hallo konabi/Sven,

vielen Dank für die ausführliche Beschreibung.

Die ursprüngliche Frage bezog sich mehr darauf, ob ich erst alles deinstallieren muß, um etwas zu reparieren. Das ist aber wohl nicht so (mangels Registry und so'n Dr.ss).

Die Header habe ich wohl mittlerweile installiert und verlinkt. Beim Installieren von mISDN allerdings gibt's jede Menge Meldungen, bei welchen ich nicht ausschließen kann, daß es sich um relevante Warnungen handelt... :confused:

Stelle das Log der Installation gerne zur Verfügung... :-/

Jedenfalls sind

#mISDN konfigurieren und starten

/etc/init.d/misdn-init scan
/etc/init.d/misdn-init config
/etc/init.d/misdn-init start

möglich und erzeugen keine Fehlermeldungen. Die übrigen ISDN-Treiber und so hatte ich per modprobe -r entfernt, bzw. nummehr in die blacklist aufgenommen (was allerdings nicht das Starten verhindert, aber das ist off-topic).

Die /etc/mISDN.conf ist angepaßt.

Ob die misdn Module geladen sind siehts Du auf der Linux Shell mit:

lsmod | grep mISDN

YEP, sind sie:
mISDN_isac und mISDN_core

Allerdings liefert mir misdnportinfo die Mitteilung "command not found". :mad:

Da wundert es mich nicht, daß bei

cd /usr/src/asterisk-1.4*
./configure
make menuselect

die chan_misdn nicht ausgewählt werden können...

Es grüßt (vor Verzweiflung auf den Windows-Rechner schielend...:heul:)

debitux
 
Hallo debitux,

Welche Linux Distri verwendest Du denn und welche Kernelversion?



Zeige mal die Logs der Installation von

mISDN und mISDNuser


Poste außerdem mal die Ausgabe von
/etc/init.d/misdn-init scan
und
/etc/init.d/misdn-init start



Viele Grüße
Sven
 
Debian Etch, hisax, isdn

Erstmals danke an konabi für die q&d Anleitung.
Ich habe nun sicher eine Stunde rumgegoogelt um DIE brennende Frage zu klären:

Muss man unter Debian Etch und dem neuesten misdn (glaube 1.1.7) noch all die Module blacklisten?
Code:
#ISDN Module blacklisten
 blacklist hisax
 blacklist crc_ccitt
 blacklist capi
 blacklist kernelcapi
 blacklist capifs
 blacklist hisax_isac
 blacklist hisax_fcpcipnp

Unter misdn.org ist das nur unter "Old_style Config" aufgeführt. In diesem Forum heisst mal ja, mal gar nichts. Auf www.das-asterisk-buch.de gibts gar keinen Hinweis.
Handelt man sich durch das blacklisten ev. auch Nachteile ein?
Danke dem Profi, der diese Frage beantworten kann...
 

Hallo konabi,

sorry - ich hatte ein paar andere Baustellen. :( Daher lag das Thema Asterisk und miSDN erst mal auf Eis...
Jetzt bin ich aber auch allgemein ein bisschen reifer im Umgang mit Linux, greife das Thema noch mal auf und hoffe, Du bist über die lange Pause nicht verärgert und trotzdem bereit, mir zu helfen. Hierfür (und die bisherige Hilfe) im Voraus schon mal ein fettes "Danke!":)

Welche Linux Distri verwendest Du denn und welche Kernelversion?

Asterisk 1.4.14 on Debian Etch 2.6.18, snom360
genauer Kernel 2.6.18-6-686


Zeige mal die Logs der Installation von

mISDN und mISDNuser


Poste außerdem mal die Ausgabe von
/etc/init.d/misdn-init scan
und
/etc/init.d/misdn-init start

Also zunächst vielleicht zur Aufklärung (und für all die, die an ähnlichen Stellen scheitern): Ich habe alles genau nach der Asterisk-Anleitung aus dem Asterisk-Buch gemacht.

Die Kernel-Header-Geschichte hat sich insoweit erledigt, als es nicht heißen muß:

Code:
apt-get -y install [I]kernel[/I]-image-2.6.18-6-686

sondern hätte heissen müssen:

Code:
apt-get -y install [I]linux[/I]-image-2.6.18-6-686

Dann hat's beim Installieren von mISDNuser-1_1_7_2 gehakt, da die Fehlermeldung bei "make install" lautete:

Code:
/bin/sh: gcc: command not found

Lange habe ich gerätselt, wo der Fehler liegt... :doof: :newbie:
Da ich ja inzwischen etwas hinzugelernt habe, konnte ich dann auch per

Code:
apt-get install gcc

den wohl offensichtlich unzureichenden gcc (GNU C compiler) installieren (obwohl - wie angehängte Ausgabe von dpkg -l *gcc* ergab, doch gcc installiert war...:confused::confused:).

Nun - ich habe mal das log des
Code:
/usr/src/ mISDNuser-1_1_7_2# make install

beigefügt. Es werden zwei Fehler und eine Vielzahl von Warnungen angezeigt. Stimmt da immer noch was nicht, oder kann ich das ignorieren?

Ebenfalls habe ich das log von /etc/init.d/misdn-init scan (bzw. config und start) beigefügt.

Achja: die ISDN-Treiber sind geblacklisted (s. Anlage)...

So - sorry, wenn's jetzt ein wenig ausführlicher geworden ist, aber vielleicht hilft es ja anderen :newbie:s


Einstweilen allen ein schönes Osterfest...

es grüßt

debitux
 

Anhänge

  • make install mISDNuser.doc
    19.6 KB · Aufrufe: 4
  • gcc-Prob.doc
    3 KB · Aufrufe: 2
  • misdn-init scan, config, start.doc
    758 Bytes · Aufrufe: 9
  • hisax-blacklist.doc
    125 Bytes · Aufrufe: 8
Hallo konabi,

erst nochmal ein Dankeschön, daß Du mir die lange Pause nicht krumm genommen hast und so flugs geantwortet hast.
Aber, wie gesagt, mir hat die Pause nicht geschadet, da ich ein paar grundsätzliche Dinge über Linux (Debian im Besonderen) gelernt habe...

die Fehlermeldung

make[2]: flex: Kommando nicht gefunden

weist darauf hin daß Flex nicht installiert ist.

Also
apt-get install flex

Ja - da hätte ich wohl auch drauf kommen können... :doof:
o.k. - habe ich. Auch die weiteren von Dir benannten Pakete


noch (nach)installiert.

Soll/muß ich mISDN und mISDNuser denn jetzt erneut per "make install" installieren
und
geht das einfach so, oder ist vorher noch irgendwas anderes (ein "remove" oder so?) erforderlich?

Danke,

debitux
 
genau, vor dem "make install" machts du aber noch ein "make clean"


Viele Grüße
Sven
 
Hi konabi,

genau, vor dem "make install" machts du aber noch ein "make clean"

ja, super - hat soweit funktioniert. :):)

Was ist mit den ganzen "warning"?

z. B. (s. auch Anhang)

Code:
...
cc   testcon.o /usr/src/mISDNuser-1_1_7_2/lib/libmISDN.a   -o testcon
cc -g -Wall -I /usr/src/mISDNuser-1_1_7_2/include -I /usr/src/mqueue/mISDN/include -D CLOSE_REPORT=1   -c -o testcon_l2.o testcon_l2.c
testcon_l2.c: In function   ‘send_dataaa’:
testcon_l2.c:128: warning: pointer targets in passing argument 1 of   ‘fgetsss’ differ in signedness
testcon_l2.c:128: warning: pointer targets in assignment differ in signedness
testcon_l2.c:135: warning: pointer targets in passing argument 1 of   ‘strlennn’ differ in signedness
testcon_l2.c: In function   ‘send_SETUPPP’:
testcon_l2.c:219: warning: pointer targets in assignment differ in signedness
testcon_l2.c:220: warning: pointer targets in passing argument 1 of   ‘strlennn’ differ in signedness
...

Kann ich die getrost ignorieren?:confused:

Danke und Gruß

debitux
 

Anhänge

  • mISDNuser-warnings.doc
    26.7 KB · Aufrufe: 1
Zuletzt bearbeitet:
Was ist mit den ganzen "warning"?

<snip>
Kann ich die getrost ignorieren?:confused:

Problem gelöst:

http://www.ip-phone-forum.de/archive/index.php/t-92043.html
konabi09.06.2006, 13:46
Hallo nimoatwoodway,
Beim kompilieren müssen folgende Links angelegt werden:

ln -s /usr/src/lernel-header /usr/src/linux
ln -s /usr/src/lernel-header /usr/src/linux-2.6
ln -s /usr/src/lernel-header /lib/modules/`uname -r`/build


Wobei kernel-header deiner aktuellen Version entspicht.

Viele Grüße
Sven

Danke noch einmal, konabi :):)

Grüße (und schönes Osterfest wünscht)

debitux
 
Zuletzt bearbeitet:
Ich habe jetzt zwei Karten mit HFC Chipsatz drin in meinem PC. Das OS ist Debian Etch.
Habe alles gemacht wie hier beschrieben.
Bei make menuselect steht bei chan_mISDN nur XXX und ich kann das nicht auswählen. Woran liegt das?
Wie erkenne ich ob die Treiber richtig installiert sind?
Wie kann ich jetzt eine Karte in den TE und die andere in den NT Modus setzen? Wäre nett wenn mir jemand helfen könnte.
 
mISDN Treiber herunterladen:
Code:
cd /usr/src
wget http://www.misdn.org/downloads/mISDN.tar.gz
wget http://www.misdn.org/downloads/mISDNuser.tar.gz
tar xvzf mISDN.tar.gz 
tar xvzf mISDNuser.tar.gz
und installieren:

Code:
cd /usr/src/mISDN-*
make install

cd /usr/src/mISDNuser-*
make install
hast Du gemacht?
Lief das kompilieren ohne Fehler durch?


Bevor Du "make menuselect" machst, mußt Du nochmals ./configure ausführen.

Sven
 
Das ./configure hatte ich nicht nochmal gemacht, daran wird es gelegen haben.

Nun habe ich noch ein Problem.

Meine misdn-init config

card=1,hfcpci
card=2,hfcpci
nt_ptmp=1
te_ptmp=2
poll=128
dsp_options=0
dtmftreshold=100
debug=0

Aber misdnportinfo zeigt nur an:

Port 1: NT Mode BRI S/T interface port (for phones)
-> Interface can be Point-To-Point/Multipoint
-------------
mISDN_close: fid(3) isize(131072) inbuf(0x804c060) irp(0x804c060) iend(0x804c060)

Wo könnte das Problem noch liegen?
 
Vieleicht kommte er mit den beiden karten nicht zurecht.

poste mal die Ausgabe von dmesg und lspci.

auch mal die Ausgabe von /etc/init.d/misdn.init start.

Versuchs erst mal mit nur einerHFC Karte, ob diese richtig konfiguriert wird.


Sven
 
1 Karte funktioniert einwandfrei, abgehend und ankommen über den ISDN Anschluss kann ich jetzt schon telefonieren.

misdn-init start:
Code:
-----------------------------------------
 Loading module(s) for your misdn-cards:
-----------------------------------------
/sbin/modprobe --ignore-install hfcpci protocol=0x2,0x12 layermask=0xf,0x3
/sbin/modprobe mISDN_dsp debug=0x0 options=0 poll=128 dtmfthreshold=100
[i] creating device node: /dev/mISDN

lscpi
Code:
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 735 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
00:03.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 90)
00:0b.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
00:0f.0 Network controller: Cologne Chip Designs GmbH ISDN network controller [HFC-PCI] (rev 02)
00:11.0 Network controller: Cologne Chip Designs GmbH ISDN network controller [HFC-PCI] (rev 02)
01:00.0 VGA compatible controller: S3 Inc. Savage 4 (rev 03)

dmesg
Code:
Linux version 2.6.18-6-486 (Debian 2.6.18.dfsg.1-18etch5) ([email protected]) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 Sat May 24 09:50:27 UTC 2008
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000002fff0000 (usable)
 BIOS-e820: 000000002fff0000 - 000000002fff8000 (ACPI data)
 BIOS-e820: 000000002fff8000 - 0000000030000000 (ACPI NVS)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffee0000 - 00000000fff00000 (reserved)
 BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
767MB LOWMEM available.
On node 0 totalpages: 196592
  DMA zone: 4096 pages, LIFO batch:0
  Normal zone: 192496 pages, LIFO batch:31
DMI 2.3 present.
ACPI: RSDP (v000 AMI                                   ) @ 0x000fa340
ACPI: RSDT (v001 AMIINT SiS735XX 0x00001000 MSFT 0x0100000b) @ 0x2fff0000
ACPI: FADT (v001 AMIINT SiS735XX 0x00001000 MSFT 0x0100000b) @ 0x2fff0030
ACPI: DSDT (v001    SiS      735 0x00000100 MSFT 0x0100000d) @ 0x00000000
ACPI: PM-Timer IO Port: 0x808
Allocating PCI resources starting at 40000000 (gap: 30000000:cec00000)
Detected 1460.519 MHz processor.
Built 1 zonelists.  Total pages: 196592
Kernel command line: root=/dev/hda1 ro 
Local APIC disabled by BIOS -- you can enable it with "lapic"
mapped APIC to ffffd000 (01603000)
Enabling fast FPU save and restore... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 771920k/786368k available (1499k kernel code, 13808k reserved, 599k data, 256k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 2922.21 BogoMIPS (lpj=5844424)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0183f9ff c1c3f9ff 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0183f9ff c1c3f9ff 00000000 00000000 00000000 00000000 00000000
Enabling disabled K7/SSE Support.
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After all inits, caps: 0383f9ff c1c3f9ff 00000000 00000420 00000000 00000000 00000000
Compat vDSO mapped to ffffe000.
CPU: AMD Athlon(tm) XP 1700+ stepping 00
Checking 'hlt' instruction... OK.
ACPI: Core revision 20060707
ACPI: setting ELCR to 0200 (from 1820)
checking if image is initramfs... it is
Freeing initrd memory: 4247k freed
NET: Registered protocol family 16
EISA bus registered
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfdb01, last bus=1
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
Uncovering SIS18 that hid as a SIS503 (compatible=1)
Enabling SiS 96x SMBus.
Boot video device is 0000:01:00.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: Power Resource [URP1] (off)
ACPI: Power Resource [URP2] (off)
ACPI: Power Resource [FDDP] (off)
ACPI: Power Resource [LPTP] (off)
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 *12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 12 devices
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
PCI: Bridge: 0000:00:01.0
  IO window: disabled.
  MEM window: cfd00000-cfefffff
  PREFETCH window: bfb00000-cfbfffff
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
audit: initializing netlink socket (disabled)
audit(1212646424.860:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
PNP: PS/2 controller doesn't have AUX irq; using default 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
EISA: Probing bus 0 at eisa.0
EISA: Detected 0 cards.
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 8
NET: Registered protocol family 20
Using IPI Shortcut mode
ACPI: (supports S0 S1 S4 S5)
Freeing unused kernel memory: 256k freed
Time: tsc clocksource has been installed.
input: AT Translated Set 2 keyboard as /class/input/input0
usbcore: registered new driver usbfs
usbcore: registered new driver hub
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5
PCI: setting IRQ 5 as level-triggered
ACPI: PCI Interrupt 0000:00:02.2[D] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5
ohci_hcd 0000:00:02.2: OHCI Host Controller
ohci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:02.2: irq 5, io mem 0xcfffe000
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
sis900.c: v1.08.10 Apr. 2 2006
8139too Fast Ethernet driver 0.9.27
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 12
PCI: setting IRQ 12 as level-triggered
ACPI: PCI Interrupt 0000:00:02.3[A] -> Link [LNKH] -> GSI 12 (level, low) -> IRQ 12
ohci_hcd 0000:00:02.3: OHCI Host Controller
ohci_hcd 0000:00:02.3: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:02.3: irq 12, io mem 0xcffff000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
SIS5513: IDE controller at PCI slot 0000:00:02.5
SIS5513: chipset revision 208
SIS5513: not 100% native mode: will probe irqs later
SIS5513: SiS735 ATA 100 (2nd gen) controller
    ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
usb 1-1: new low speed USB device using ohci_hcd and address 2
hda: ST380021A, ATA DISK drive
usb 1-1: configuration #1 chosen from 1 choice
usbcore: registered new driver hiddev
input: Cypress Sem PS2/USB Browser Combo Mouse as /class/input/input1
input: USB HID v1.00 Mouse [Cypress Sem PS2/USB Browser Combo Mouse] on usb-0000:00:02.2-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: ARTEC WRR-52Z 1.25 20030606, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:00:03.0[A] -> Link [LNKG] -> GSI 11 (level, low) -> IRQ 11
0000:00:03.0: Realtek RTL8201 PHY transceiver found at address 1.
0000:00:03.0: Using transceiver found at address 1 as default
eth0: SiS 900 PCI Fast Ethernet at 0xd400, IRQ 11, 00:0a:e6:10:89:af.
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
eth1: RealTek RTL8139 at 0xd000, 00:17:9a:3a:b6:ba, IRQ 11
eth1:  Identified 8139 chip type 'RTL-8100B/8139D'
hda: max request size: 128KiB
hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes not supported
 hda: hda1 hda2 < hda5 >
hdc: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
Attempting manual resume
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
ts: Compaq touchscreen protocol output
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
sis630_smbus 0000:00:02.0: SIS630 comp. bus not detected, module not inserted.
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected SiS 735 chipset
agpgart: AGP aperture is 64M @ 0xd0000000
sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x0c00
Intel 810 + AC97 Audio, version 1.01, 10:10:01 May 24 2008
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:02.7[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
i810: SiS 7012 found at IO 0xd800 and 0xdc00, MEM 0x0000 and 0x0000, IRQ 11
input: PC Speaker as /class/input/input2
Real Time Clock Driver v1.12ac
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
FDC 0 is a post-1991 82077
i810_audio: Audio Controller supports 2 channels.
i810_audio: Defaulting to base 2 channel mode.
i810_audio: Resetting connection 0
ac97_codec: AC97  codec, id: CMI65 (CMedia)
AC97 codec does not have proper volume support.
i810_audio: only 48Khz playback available.
i810_audio: AC'97 codec 0 Unable to map surround DAC's (or DAC's not present), total channels = 2
Adding 2273156k swap on /dev/hda5.  Priority:-1 extents:1 across:2273156k
EXT3 FS on hda1, internal journal
loop: loaded (max 8 devices)
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: [email protected]
eth1: link up, 100Mbps, full-duplex, lpa 0x45E1
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
ACPI: Power Button (FF) [PWRF]
ACPI: Sleep Button (CM) [SLPB]
eth1: no IPv6 routers present
CAPI Subsystem Rev 1.1.2.8
capifs: Rev 1.1.2.3
capi20: Rev 1.1.2.7: started up with major 68 (middleware+capifs)
Modular ISDN Stack core version (1_1_7_2) revision ($Revision: 1.40 $)
mISDNd: kernel daemon started (current:ee9adab0)
mISDNd: test event done
ISDN L1 driver version 1.20
ISDN L2 driver version 1.32
mISDN: DSS1 Rev. 1.47
mISDN Capi 2.0 driver file version 1.21
HFC card ee4dc800 dch ee4dc85c bch1 ee4dc9dc bch2 ee4dcb5c
mISDN: HFC-PCI driver Rev. 1.49
ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5
mISDN: HFC-PCI card manufacturer: CCD/Billion/Asuscom card name: 2BD0
HFC-PCI: defined at mem 0xf09d4e00 fifo 0xeea18000(0x2ea18000) IRQ 5 HZ 250
reset_hfcpci: entered
HFC_PCI: resetting HFC ChipId(30)
HFC-PCI status(4) before reset
HFC-PCI status(2) after reset
HFC-PCI status(4) after 5us
init_card: entered
inithfcpci: entered
HFC PCI: IRQ 5 count 34
HFC card ee459800 dch ee45985c bch1 ee4599dc bch2 ee459b5c
mISDN: HFC-PCI driver Rev. 1.49
ACPI: PCI Interrupt 0000:00:11.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
mISDN: HFC-PCI card manufacturer: CCD/Billion/Asuscom card name: 2BD0
HFC-PCI: defined at mem 0xf09d6900 fifo 0xee418000(0x2e418000) IRQ 11 HZ 250
reset_hfcpci: entered
HFC_PCI: resetting HFC ChipId(ff)
HFC-PCI status(ff) before reset
HFC-PCI status(ff) after reset
HFC-PCI status(4) after 28335us
init_card: entered
inithfcpci: entered
HFC PCI: IRQ 11 count 0
HFC PCI: IRQ(11) getting no interrupts during init 1
reset_hfcpci: entered
HFC_PCI: resetting HFC ChipId(ff)
HFC-PCI status(ff) before reset
HFC-PCI status(ff) after reset
HFC-PCI status(4) after 34120us
inithfcpci: entered
HFC PCI: IRQ 11 count 0
HFC PCI: IRQ(11) getting no interrupts during init 2
reset_hfcpci: entered
HFC_PCI: resetting HFC ChipId(ff)
HFC-PCI status(ff) before reset
HFC-PCI status(ff) after reset
HFC-PCI status(6) after 50000us
inithfcpci: entered
HFC PCI: IRQ 11 count 2
HFC card eeb06800 dch eeb0685c bch1 eeb069dc bch2 eeb06b5c
mISDN: HFC-PCI driver Rev. 1.49
HFC-PCI: No more PCI cards found
HFC 2 cards installed
mISDN_dsp: Audio DSP  Rev. 1.29 (debug=0x0) EchoCancellor MG2 dtmfthreshold(100)
mISDN_dsp: DSP clocks every 128 samples. This equals 4 jiffies.
 
Komisch jetzt sind beide Karten da unter misdnportinfo
Nun muss ich das misdn-init start doch nur noch zum Autostart bewegen oder?
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.