.. I do not see the ISDN channels

I have an "almost virgin" SuSE 11.4 for testing, only asterisk device is the B100P card.
Here some excerpts from my files/logs:
*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret Blocked State
pseudo default default In Service
*CLI> dahdi show status
Description Alarms IRQ bpviol CRC Fra Codi Options LBO
HFC-S PCI A ISDN card 0 [TE] OK 0 0 0 CCS AMI 0 db (CSU)/0-133 feet (DSX-1)
*CLI>
/var/log/messages:
....
Oct 27 15:26:47 localhost kernel: [ 981.055334] dahdi_echocan_mg2: Registered echo canceler 'MG2'
Oct 27 15:26:47 localhost kernel: [ 981.055938] vzaphfc: card 0: chan B1: TX FIFO has become empty
Oct 27 15:26:47 localhost kernel: [ 981.055944] vzaphfc: card 0: chan B1 opened as ZTHFC1/0/1.
Oct 27 15:26:47 localhost kernel: [ 981.055967] vzaphfc: card 0: chan B1 closed as ZTHFC1/0/1.
Oct 27 15:26:47 localhost kernel: [ 981.055981] vzaphfc: card 0: chan B2: TX FIFO has become empty
Oct 27 15:26:47 localhost kernel: [ 981.055986] vzaphfc: card 0: chan B2 opened as ZTHFC1/0/2.
Oct 27 15:26:47 localhost kernel: [ 981.055992] vzaphfc: card 0: chan B2 closed as ZTHFC1/0/2.
Oct 27 15:26:47 localhost kernel: [ 981.056059] vzaphfc: card 0: chan D opened as ZTHFC1/0/3.
Oct 27 15:26:47 localhost kernel: [ 981.056068] vzaphfc: card 0: chan D closed as ZTHFC1/0/3.
dmesg:
...
[ 981.055334] dahdi_echocan_mg2: Registered echo canceler 'MG2'
[ 981.055938] vzaphfc: card 0: chan B1: TX FIFO has become empty
[ 981.055944] vzaphfc: card 0: chan B1 opened as ZTHFC1/0/1.
[ 981.055967] vzaphfc: card 0: chan B1 closed as ZTHFC1/0/1.
[ 981.055981] vzaphfc: card 0: chan B2: TX FIFO has become empty
[ 981.055986] vzaphfc: card 0: chan B2 opened as ZTHFC1/0/2.
[ 981.055992] vzaphfc: card 0: chan B2 closed as ZTHFC1/0/2.
[ 981.056059] vzaphfc: card 0: chan D opened as ZTHFC1/0/3.
[ 981.056068] vzaphfc: card 0: chan D closed as ZTHFC1/0/3.
/var/log/asterisk/messages:
.....
[Oct 27 15:32:06] NOTICE[2938] cdr.c: CDR simple logging enabled.
[Oct 27 15:32:06] NOTICE[2938] loader.c: 188 modules will be loaded.
[Oct 27 15:32:07] NOTICE[2938] res_smdi.c: No SMDI interfaces are available to listen on, not starting SMDI listener.
[Oct 27 15:32:07] WARNING[2938] loader.c: Error loading module 'res_pktccops': /usr/lib/asterisk/modules/res_pktccops.so: cannot open shared object file: No such file or directory
[Oct 27 15:32:07] WARNING[2938] loader.c: Error loading module 'chan_mgcp.so': /usr/lib/asterisk/modules/chan_mgcp.so: undefined symbol: ast_pktccops_gate_alloc
[Oct 27 15:32:07] WARNING[2938] loader.c: Module 'chan_mgcp.so' could not be loaded.
[Oct 27 15:32:07] WARNING[2938] config.c: parse error: No category context for line 11 of /etc/asterisk/dahdi-channels.conf
[Oct 27 15:32:07] WARNING[2938] chan_dahdi.c: Ignoring any changes to 'userbase' (on reload) at line 23.
[Oct 27 15:32:07] WARNING[2938] chan_dahdi.c: Ignoring any changes to 'vmsecret' (on reload) at line 31.
[Oct 27 15:32:07] WARNING[2938] chan_dahdi.c: Ignoring any changes to 'hassip' (on reload) at line 35.
[Oct 27 15:32:07] WARNING[2938] chan_dahdi.c: Ignoring any changes to 'hasiax' (on reload) at line 39.
[Oct 27 15:32:07] WARNING[2938] chan_dahdi.c: Ignoring any changes to 'hasmanager' (on reload) at line 47.
[Oct 27 15:32:07] NOTICE[2938] chan_skinny.c: Configuring skinny from skinny.conf
[Oct 27 15:32:08] NOTICE[2938] pbx_ael.c: Starting AEL load process.
[Oct 27 15:32:08] NOTICE[2938] pbx_ael.c: AEL load process: parsed config file name '/etc/asterisk/extensions.ael'.
[Oct 27 15:32:08] NOTICE[2938] pbx_ael.c: AEL load process: checked config file name '/etc/asterisk/extensions.ael'.
[Oct 27 15:32:08] NOTICE[2938] pbx_ael.c: AEL load process: compiled config file name '/etc/asterisk/extensions.ael'.
[Oct 27 15:32:08] ERROR[2938] codec_dahdi.c: Failed to open /dev/dahdi/transcode: No such file or directory
/etc/asterisk/dahdi-channels.conf:
; Autogenerated by /usr/sbin/dahdi_genconf on Thu Oct 27 15:26:09 2011
; If you edit this file and execute /usr/sbin/dahdi_genconf again,
; your manual changes will be LOST.
; Dahdi Channels Configurations (chan_dahdi.conf)
;
; This is not intended to be a complete chan_dahdi.conf. Rather, it is intended
; to be #include-d by /etc/chan_dahdi.conf that will include the global settings
;
; Span 1: ZTHFC1 "HFC-S PCI A ISDN card 0 [TE] "
group=0,11
context=from-isdn
overlapdial=yes
switchtype = euroisdn
signalling = bri_cpe_ptmp
channel => 1-2
context = default
group = 63
I used your
http://downloads.openvox.cn/pub/drivers/dahdi-linux-complete/releases/1.3.3/openvox_dahdi-linux-complete-2.5.0.1+2.5.0.1.tar.gz
and
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-1.8.7.1.tar.gz
and the libpri 1.4.12 from SuSE
Any ideas ?