Package: misdn-source
Version: 1.1.6-1
Severity: important
--- Please enter the report below this line. ---
Hi!
Trying to build misdn modules with module-assistant and loading them causes
the system to completely hang.
In my system is reproducible:
- Get misdn-source (1.1.6-1)
- m-a a-i misdn-source
- Install generated .deb file
- modprobe capi
- modprobe mISDN_core => HANG
On another system, when I tried to load manually the module with insmod,
insmod get 100% of 1 of the 2 processors.
Packaged debian/rules contains this configuration for building:
### DEBIAN/RULES ###
CONFIG_MISDN_DRV=m
ifneq ($(CONFIG_PPC64),y)
CONFIG_MISDN_AVM_FRITZ=y
endif
CONFIG_MISDN_HFCPCI=y
CONFIG_MISDN_HFCUSB=y
CONFIG_MISDN_SPEEDFAX=y
CONFIG_MISDN_W6692=y
CONFIG_MISDN_HFCMULTI=y
CONFIG_MISDN_NETJET=y
CONFIG_MISDN_NETDEV=y
#CONFIG_I4L_CAPI_LAYER=y
Replacing this config with upstream config solves the hang:
### UPSTREAM CONFIG ###
CONFIG_MISDN_DRV=m
CONFIG_MISDN_DSP=m
CONFIG_MISDN_HFCMULTI=m
CONFIG_MISDN_HFCPCI=m
CONFIG_MISDN_HFCUSB=m
CONFIG_MISDN_XHFC=m
CONFIG_MISDN_HFCMINI=m
CONFIG_MISDN_W6692=m
CONFIG_MISDN_SPEEDFAX=m
CONFIG_MISDN_AVM_FRITZ=m
CONFIG_MISDN_NETJET=m
CONFIG_MISDN_DEBUGTOOL=m
Is there any reason I not know for debian/rules to specify that configuration?
Thanks for your good work!
Pau Tallada
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-2-686
Debian Release: lenny/sid
990 testing www.debian-multimedia.org
990 testing snapshot.debian.net
990 testing ftp.es.debian.org
500 unstable ftp.es.debian.org
500 stable ftp.es.debian.org
1 experimental ftp.debian.org
--- Package information. ---
Depends (Version) | Installed
========================-+-===========
make | 3.81-3
debhelper (>> 4) | 5.0.60
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]