[Asterisk-Users] wcte11xp works only after cold reboot

Ron Wellsted ron at wellsted.org.uk
Wed Apr 6 12:35:47 MST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Stuart Hirst wrote:
> Alessio,
> 
> I have also seen this problem on two different asterisk servers using
> TDM400p cards.
> 
> I have not been able to resolve it. If you do an lspci you can see that
> the system can see the devices but the zaptel drivers don't see them.
> 
> I have other systems that work fine and so this has to be down to the
> combination of motherboard and Digium PCI devices. It would seem that
> this is a problem with the the Digium hardware because it works after a
> cold boot.
> 
> Does anyone else have a view ?
> 
> Stuart
> 
> Stuart
> 
> On Wed, 2005-04-06 at 12:26 +0200, Alessio Focardi wrote:
> 
>>Hi,
>>
>>my brand new wcte11xp works like a charme of first boot, then if I
>>
>>shutdown -r now
>>
>>the server is not detected at reboot ("no such device" after modprobe).
>>
>>Turning off the pc and cold restarting fixes the problem.
>>
>>Has someone experienced such behaviour before ?
>>
>>Tnx for any help!

This is a known issue and crops up on the list from time to time.  For
some reason, the card will change is PCI bus ID.  It is set back to the
correct ID by a cold reboot.

To work around this, edit the wcte1xxp.c in the zaptel directory so that
the pci_device_id structure becomes:

static struct pci_device_id t1xxp_pci_tbl[] = {
        { 0xe159, 0x0001, 0x71fe, PCI_ANY_ID, 0, 0, (unsigned long)
"Digium Wildcard TE110P T1/E1 Board" },
        { 0xe159, 0x0001, 0x79fe, PCI_ANY_ID, 0, 0, (unsigned long)
"Digium Wildcard TE110P T1/E1 Board" },
        { 0xe159, 0x0001, 0x795e, PCI_ANY_ID, 0, 0, (unsigned long)
"Digium Wildcard TE110P T1/E1 Board" },
        { 0xe159, 0x0001, 0x79de, PCI_ANY_ID, 0, 0, (unsigned long)
"Digium Wildcard TE110P T1/E1 Board" },
        { 0xe159, 0x0001, 0x797e, PCI_ANY_ID, 0, 0, (unsigned long)
"Digium Wildcard TE110P T1/E1 Board" },
        { 0 }
};

This should allow reboots but YMMV (well, it works on my server!).

HTH

- --
Ron Wellsted
http://www.wellsted.org.uk
ron at wellsted.org.uk
FWD:519961  Gossiptel:9309811
N 52.567623, W 2.137621
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iQEVAwUBQlQ6E0tP/KMNOfRbAQIesggAm0+zxtBHFWygUwPQbua76sng3etvOD3Q
jaNFrpTm04tSR4I/0BoIQthjqWgbOB+hfyMR1acQ85iCrXkeaMWfH3xTXo9iEqE+
43GPPrhWoegp3wtyiTLM7qm/ct31g3ZrgzhihucK0Ym3AaLBNKZwxW4hnCk/9AL7
oggOl4j3/yglFND+5oLh67WcewaNJwy6XlB1GqR2zsij5S1k5KjEt59QpinCQHLt
e4OJJ/qb2ffNvIO5hKeJpfh+T7UiO66B1mZZlo1ofgNPJtF5uEOCIu5s3kxBWJjP
vUHvQGlJh8j6gTX3eYU276kupJaTVVI42S/us3wWUg80RJvinuRDuA==
=tYpp
-----END PGP SIGNATURE-----



More information about the asterisk-users mailing list