[asterisk-users] DAHDI on VMWARE
Danny Nicholas
danny at debsinc.com
Fri Dec 3 08:46:59 CST 2010
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Shaun Ruffell
Sent: Thursday, December 02, 2010 7:13 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] DAHDI on VMWARE
On 12/2/10 6:47 PM, Shaun Ruffell wrote:
>
> On 12/2/10 4:53 PM, Danny Nicholas wrote:
>>> Could you update to the lastest version of DAHDI-linux and try:
>>> ]# modprobe wctdm24xxp debug=1
>>>
>>> and give me the dmesg output?
>>>
>>> I think the IO registers being in use is a side effect of a previous
>>> failed load. I just committed 9503 [1] to bypass that check.
>>>
>>> [1] http://svn.asterisk.org/view/dahdi?view=revision&revision=9503
>>
>> [77861.878126] No iBFT detected.
>> [77901.847781] wctdm24xxp 0000:13:00.0: PCI INT A -> GSI 16 (level,
low) ->
>> IRQ 16
>> [77901.847796] wctdm24xxp 0000:13:00.0: IO Registers are in use by
another
>> module.
>> [77901.847807] wctdm24xxp 0000:13:00.0: PCI INT A disabled
>> [77901.847816] wctdm24xxp: probe of 0000:13:00.0 failed with error -5
>>
>
> Are you sure you installed the new drivers? After the new drivers are
> loaded, what is the output of 'cat /sys/modules/dahdi/version' and 'cat
> /sys/modules/wctdm24xxp/parameters/debug' ?
>
> After a quick scan, I didn't see a code path where -EIO (which is the
> -5) would be returned from __voicebus_init without another corresponding
> message in the kernel log.
>
Actually I think I wasn't clear. Instead of the "latest version of
DAHDI-linux" I think I should have said "to the current trunk of
dahdi-linux" i.e.
]# svn co http://svn.asterisk.org/svn/dahdi/linux/trunk dahdi-linux-trunk
]# cd dahdi-linux-trunk
]# make install
]# /etc/init.d/dahdi stop
]# dmesg -c > /dev/null
]# modprobe wctdm24xxp debug=1
]# dmesg | tee output.txt
The results of output.txt is what I am interested in.
Thanks, Shaun
Output.txt
[226640.316796] dahdi: Telephony Interface Registered on major 196
[226640.316797] dahdi: Version: SVN-trunk-r9503
[226640.321586] wctdm24xxp 0000:13:00.0: PCI INT A -> GSI 16 (level, low) ->
IRQ 16
[226640.321604] wctdm24xxp 0000:13:00.0: IO Registers are in use by another
module.
[226640.421189] wctdm24xxp 0000:13:00.0: Did not come out of reset within
100ms
[226640.421191] wctdm24xxp 0000:13:00.0: Failed reset.
[226640.421222] wctdm24xxp 0000:13:00.0: PCI INT A disabled
[226640.421227] wctdm24xxp: probe of 0000:13:00.0 failed with error -5
More information about the asterisk-users
mailing list