Date: Thu, 17 Dec 1998 11:22:59 -0000 From: "Scott, Barry [MDN05:7E26:EXCH]" <barry.scott.tsbarry@nortel.co.uk> To: freebsd-isdn@FreeBSD.ORG Subject: Cannot get i4b to work on FreeBSD 2.2.7 Message-ID: <81C8165DD2A7D111AD700000F81F29CB025049EA@nwcwi19.europe.nortel.com>
next in thread | raw e-mail | index | archive | help
I have added I4B 0.63 to FreeBSD 2.2.7 with mixed results. I have a Sedlbauer Win Speed card. Having added to isic devices to the config the kernel boot and detects the card. But network on any device is broken. ping reports EPERM for any interface, even the ethernet cards interface. Having dug a little deeper into ping's sources I found the failing call is "sendto". I'll added printf's to sendit (called from sendto) in kernel/uipc_syscall.c which tells me that the error code returned from sendit is EACCES when it calls sosend. However if I build and install a kernel configure without the ISDN part (but from the same sources as above) ping works and all networking is fine. Has anyone seen this behaviour before? What did I get wrong. BArry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?81C8165DD2A7D111AD700000F81F29CB025049EA>