Koozali.org: home of the SME Server

ISDN Connection with an AVM ISDN A1-Card

marcus

ISDN Connection with an AVM ISDN A1-Card
« on: August 04, 2003, 01:21:00 PM »
SME-Server Version: 5.6 incl. Patches/Updates

My Problem: ISDN Connection with an AVM ISDN A1-Card. When i chose in the Server console "Configure this server" at Point "Select modem/ISDN port" - ISDN card (/dev/ttyIO) My inputs (options string): type=5 protocol=2 io=0x240 irq=5 -

After the Reboot, i chose the option: Test Internet access and run it - The test failed.

When i view the protocols/messages (tail -f /var/log/messages):

Aug  4 09:24:50 sulu diald[2600]: Calling site 0.0.0.0
Aug  4 09:24:51 sulu diald[2600]: connector: Can't open /dev/isdnctrl or /dev/isdn/isdnctrl: No such device
Aug  4 09:24:51 sulu last message repeated 5 times
Aug  4 09:24:51 sulu diald[2600]: Connect script failed.
Aug  4 09:24:51 sulu diald[2600]: Delaying 10 seconds before clear to dial.
Aug  4 09:25:00 sulu console: Response to Internet test was: Can't connect to servertest.e-smith.com:80 (Bad hostname 'servertest.e-smith.com')
Aug  4 09:25:02 sulu diald[2600]: Calling site 0.0.0.0
Aug  4 09:25:02 sulu diald[2600]: connector: Can't open /dev/isdnctrl or /dev/isdn/isdnctrl: No such device

i hope that anybody can help me.

guestHH

Re: ISDN Connection with an AVM ISDN A1-Card
« Reply #1 on: August 04, 2003, 04:35:24 PM »
what does 'lsmod' tell you ?

marcus

Re: ISDN Connection with an AVM ISDN A1-Card
« Reply #2 on: August 04, 2003, 05:04:32 PM »
Hi RequestedDeletion,

thank you for your quick answer! lsmod tells me the following:

Module                  Size  Used by    Not tainted
printer                 8288   0  (unused)
appletalk              24236  12  (autoclean)
slip                   10720   2  (autoclean)
ppp_deflate             4096   0  (unused)
zlib_deflate           21568   0  [ppp_deflate]
hisax                 547172   0  (unused)
isdn                  132448   0  [hisax]
ppp_generic            24556   0  [ppp_deflate]
slhc                    6540   1  [slip isdn ppp_generic]
via-rhine              14436   1
mii                     2344   0  [via-rhine]
ipt_MASQUERADE          2368   1  (autoclean)
ipt_state               1440   1  (autoclean)
ipt_TOS                 1888   7  (autoclean)
ip_conntrack_ftp        4896   0  (unused)
ip_nat_ftp              4224   0  (unused)
iptable_mangle          3040   1  (autoclean)
iptable_nat            20948   2  (autoclean) [ipt_MASQUERADE ip_nat_ftp]
ip_conntrack           21484   3  (autoclean) [ipt_MASQUERADE ipt_state ip_conntrack_ftp ip_nat_ftp iptable_nat]
iptable_filter          2656   1  (autoclean)
ip_tables              14176   8  [ipt_MASQUERADE ipt_state ipt_TOS iptable_mangle iptable_nat iptable_filter]
ide-scsi                9632   0
ide-cd                 30592   0
cdrom                  32160   0  [ide-cd]
scsi_mod              108240   1  [ide-scsi]
hid                    20928   0  (unused)
input                   5792   0  [hid]
usb-uhci               24516   0  (unused)
usbcore                72096   0  [printer hid usb-uhci]
ext3                   67360   2
jbd                    48856   2  [ext3]

what does this tell you?