MBCCU0: No Load

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Freyther zecke at selfish.org
Sat Apr 25 00:08:57 UTC 2009


On Thursday 23 April 2009 11:12:02 Dieter Spaar wrote:

> > gsmbase1:/home/tec/openbsc/src# ./bsc_hack
> > DB: Database initialized.
> > DB: Database prepared.
> > could not open socket Address family not supported by protocol
> >
> > It seems to be related to af_packet Kernel module, but I cant find the
> > mod.
> >
> > Do you have an idea?
>
> Don't ask me about Linux details, I am coming from Windows ;-)
>
> Maybe it is related to mISDN

Yes, definitely related to mISDN. This is coming from src/input/misdn.c.

this is the line of code:
sk = socket(PF_ISDN, SOCK_RAW, ISDN_P_BASE);

and the error means the PF_ISDN protocol family is not known to the kernel 
which could mean your misdncore (different capitalisation) is not loaded...


z.




More information about the OpenBSC mailing list