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.