<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2><U></U></FONT> </DIV><FONT face=Arial color=#0000ff 
size=2></FONT><BR>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2> > </FONT></SPAN>In my menuconfig I put an * for :</DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2> > </FONT></SPAN><*> Modular ISDN driver ---> 
<*>Digital Audio Processing of transparent data</DIV>
<DIV> <SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2>> 
 </FONT></SPAN>                                         
<*>ISDN over IP tunnel</DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2> > </FONT></SPAN> <SPAN class=865361107-28052009><FONT 
face=Arial color=#0000ff 
size=2>  </FONT></SPAN>                                         
<*>Support for HFC PCI cards</DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2> > </FONT></SPAN>                                          
<*>Support for HFC multiport cards (HFC-4S/8S/E1)<SPAN 
class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2> </FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff size=2>try 
compile as module then load after boot</FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2>modprobe mISDN_core</FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2>modprobe hfcmulti dslot=1</FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2> > <FONT face="Times New Roman" color=#000000 size=3>Is there 
something more to do for mISDN? I saw on mISDN.org that mISDNv2 is already in 
the kernel >= 2.6.27 so I were thinking it should work 
directly.</FONT></FONT> </SPAN></DIV>
<DIV><SPAN class=865361107-28052009></SPAN> </DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff size=2>no it 
doesn't! it works for ISDN, but not for openbsc. openbsc requires differen SAPI 
values and multiple layer 2 processes on  the d-channel. it will work with 
the latest mISDN from git repository:</FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff size=2>git 
clone git://git.misdn.org/git/mISDN.git</FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff size=2>cd 
mISDN</FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff size=2>sh 
checkout-branch.sh socket   <- change to socket branch 
(mISDNv2)</FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff size=2>make 
force  <- delete all mISDN includes from 
kernel.</FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2>make</FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff size=2>make 
install</FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff size=2>be 
sure to disable mISDN support from kernel. the modules from git will be 
installed under /lib/modules/xxxx/extra. the "extra" modules have lower priority 
than the kernel modules, so disable mISDN in kernel config and reinstall modules 
(make modules && make modules_install). unused modules will then be 
removed. then install the git modules as described above.</FONT></SPAN></DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=865361107-28052009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV></BODY></HTML>