Florian Heese schrieb: > restarting asterisk does not effect the delay issue. > I reloaded the visdn_hfc_pci module and then do visdn_configurator, but i > get: > ioctl(IOC_CREATE): File exists How do you reload the visdn_hfc_pci module? To reload the whole vISDN stuff (e.g. befor/after updating to a new vISDN version) i do this
- stop asterisk - remove all visdn modules rmmod visdn-hfc-usb rmmod visdn-hfc-pci rmmod visdn-hfc-4s rmmod visdn_hfc_e1 rmmod visdn-ec rmmod visdn-timer-system rmmod visdn-ppp rmmod visdn-streamport rmmod visdn-netdev rmmod visdn_softcxc rmmod visdn_core - then run visdn_configuratur (which loads the visdn-hfc-pci module) worked fine many times. (SuSE 10, Asterisk 1.2.4, various vISDN Version. currently only one HFC-PCI card (NT)) bye, Carsten In case you still have the problem, there is one thing i also do - although it shouldn't be necessary, just as a precaution: I comment out the other driver which i don't need in the visdn_configurator script, like this modprobe visdn-netdev modprobe visdn-streamport modprobe visdn-ppp modprobe visdn-timer-system modprobe visdn-ec # modprobe visdn-hfc-4s modprobe visdn-hfc-pci # modprobe visdn-hfc-usb # modprobe visdn-hfc-e1 _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
