Probably means we'll have to get a newer kernel in place before it will 
be usable.  I don't have one of those cards.  After we get 0.6.0 finally 
released, we'll take a closer look.

Darrick


Justin Coffi wrote:
> That would be the same for me as well.
> 
> Clara Chan wrote:
>> Sorry, Darrick, 
>>
>> an lspci command, leaves the error of 
>>
>> 03:0f.0 Ethernet controller: Digium, Inc.: Unknown device 8005(rev 11)
>>
>> Now, I am lost as to how to proceed.
>>
>> Clara
>>
>> On Mon, 2008-09-01 at 19:31 -0500, Darrick Hartman wrote:
>>   
>>> Can you do an lspci and an lsmod on the system with Astlinux running and 
>>> post that information back here?
>>>
>>> I don't have a tdm410p card so I'm not sure if it's a kernel issue or a 
>>> zaptel issue.  (or something else).
>>>
>>> The version of zaptel that's included should support that card.
>>>
>>> Darrick
>>>
>>>
>>> Justin Coffi wrote:
>>>     
>>>> I'm having the same problem as Clara. I'm using 
>>>> astlinux-trunk-1907-via.tar.gz.
>>>>
>>>> Has anyone come up with a solution?
>>>>
>>>> On Mon, Aug 25, 2008 at 5:48 PM, Clara Chan <[EMAIL PROTECTED]> wrote:
>>>>       
>>>>> Thanks, will try that and let you know how I go.
>>>>>
>>>>>
>>>>> -----Original Message-----
>>>>> From: [EMAIL PROTECTED]
>>>>> [mailto:[EMAIL PROTECTED] On Behalf Of
>>>>> Darrick Hartman
>>>>> Sent: Tuesday, 26 August 2008 7:41 AM
>>>>> To: AstLinux Users Mailing List
>>>>> Subject: Re: [Astlinux-users] digium tdm410p
>>>>>
>>>>> Clara,
>>>>>
>>>>> You're using a new card from Digium.  That won't be supported by the 0.4
>>>>>
>>>>> branch.  Take a look at the new images I uploaded last week from trunk.
>>>>>  These will shortly become 0.6 (now that Kris is back in Florida).
>>>>>
>>>>> You can find these at http://www.djhsolutions.com/astlinux
>>>>>
>>>>> Instructions for installing these can be found on the documentation
>>>>> section of http://www.astlinux.org
>>>>>
>>>>> Darrick
>>>>>
>>>>> Clara Chan wrote:
>>>>>         
>>>>>> Hi, Ioan,
>>>>>>
>>>>>>
>>>>>>
>>>>>> Thanks that did help, at least it gave me a direction to head towards.
>>>>>>
>>>>>>
>>>>>>
>>>>>> The command lsmod, gave
>>>>>>
>>>>>>
>>>>>>
>>>>>> wctdm                  31552  0
>>>>>>
>>>>>>
>>>>>>
>>>>>> but dmesg | grep wctdm
>>>>>>
>>>>>>
>>>>>>
>>>>>> returned nothing.
>>>>>>
>>>>>>
>>>>>>
>>>>>> Sorry, I am an utter beginner with this.  I have simply loaded a Via
>>>>>> image onto a CF and trying to get Astlinux to work from there.
>>>>>>
>>>>>>
>>>>>>
>>>>>> Any suggestions?
>>>>>>
>>>>>>
>>>>>>
>>>>>> Rgds,
>>>>>>
>>>>>> Clara
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>           
>>>>> ------------------------------------------------------------------------
>>>>>         
>>>>>> *From:* [EMAIL PROTECTED]
>>>>>> [mailto:[EMAIL PROTECTED] *On Behalf Of
>>>>>> *Ioan Indreias
>>>>>> *Sent:* Monday, 25 August 2008 9:53 PM
>>>>>> *To:* AstLinux Users Mailing List
>>>>>> *Subject:* Re: [Astlinux-users] digium tdm410p
>>>>>>
>>>>>>
>>>>>>
>>>>>> Hi Clara,
>>>>>>
>>>>>>
>>>>>>
>>>>>> What is the oputput for lsmod? I assume somthing like:
>>>>>>
>>>>>>
>>>>>>
>>>>>> pbx ~ # lsmod
>>>>>> Module                  Size  Used by
>>>>>> ...
>>>>>>
>>>>>> ztdummy                 3848  0
>>>>>> zaptel                188604  3 ztdummy
>>>>>> ...
>>>>>>
>>>>>>
>>>>>>
>>>>>> You have to see that wctdm (the driver for your TDM card) is loaded.
>>>>>>           
>>>>> If
>>>>>         
>>>>>> not, you should try to use modprobe wctdm and after this you have to
>>>>>> check again with lsmod.
>>>>>>
>>>>>>
>>>>>>
>>>>>> pbx ~ # modprobe wctdm
>>>>>> pbx ~ # lsmod
>>>>>> Module                  Size  Used by
>>>>>> wctdm                  31552  0
>>>>>> ...
>>>>>> ztdummy                 3848  0
>>>>>> zaptel                188604  4 wctdm,ztdummy
>>>>>> ...
>>>>>>
>>>>>>
>>>>>>
>>>>>> Using dmesg you will check if the driver was loaded OK and what module
>>>>>> have been detected. Sorry - but I do not have a card now in my system
>>>>>>           
>>>>> so
>>>>>         
>>>>>> there is no examples...
>>>>>>
>>>>>>
>>>>>>
>>>>>> I hope it helps,
>>>>>>
>>>>>> Ioan.
>>>>>>
>>>>>>     ----- Original Message -----
>>>>>>
>>>>>>     *From:* Clara Chan <mailto:[EMAIL PROTECTED]>
>>>>>>
>>>>>>     *To:* astlinux-users@lists.sourceforge.net
>>>>>>     <mailto:astlinux-users@lists.sourceforge.net>
>>>>>>
>>>>>>     *Sent:* Monday, August 25, 2008 8:37 AM
>>>>>>
>>>>>>     *Subject:* [Astlinux-users] digium tdm410p
>>>>>>
>>>>>>
>>>>>>
>>>>>>     Hi, all,
>>>>>>
>>>>>>
>>>>>>
>>>>>>     I have finally got 0.4.8 working with a Via board and thought I
>>>>>>           
>>>>> will
>>>>>         
>>>>>>     take the next step in installing a Digium tdm410p with two fxs
>>>>>>           
>>>>> ports
>>>>>         
>>>>>>     in modules 1 & 2, so I could attach analog phones and a fax
>>>>>>           
>>>>> machine
>>>>>         
>>>>>>     to it.
>>>>>>
>>>>>>
>>>>>>
>>>>>>     But I am getting this error "03:0f.0 Ethernet controller: Digium,
>>>>>>     Inc.: Unknown device 8005 (rev 11)" when I type in a "lspci"
>>>>>>     command.  In the hopes that it's the OS being confused, I tried
>>>>>>           
>>>>> the
>>>>>         
>>>>>>     "ztcfg -vv" command, and received "ZT_CHANCONFIG failed on channel
>>>>>>     1: No such device or address (6)" as an error.
>>>>>>
>>>>>>
>>>>>>
>>>>>>     I am now stuck.  Should there be a module that is required to be
>>>>>>     dded in rc.modules?? My current one looks like this:
>>>>>>
>>>>>>
>>>>>>
>>>>>>     # These modules get modprobe'd when the system starts up.
>>>>>>
>>>>>>     #rtc
>>>>>>
>>>>>>     #Comment out the modules you don't need, and change the order to
>>>>>>
>>>>>>     #move eth0 to eth1, etc.
>>>>>>
>>>>>>     #Ethernet support
>>>>>>
>>>>>>     #10/100 first, then Gigabit
>>>>>>
>>>>>>     #3c59x
>>>>>>
>>>>>>     #typhoon
>>>>>>
>>>>>>     #tulip
>>>>>>
>>>>>>     #eepro100
>>>>>>
>>>>>>     #via-velocity
>>>>>>
>>>>>>     #natsemi
>>>>>>
>>>>>>     #forcedeth
>>>>>>
>>>>>>     #8139cp
>>>>>>
>>>>>>     #8139too
>>>>>>
>>>>>>     via-rhine
>>>>>>
>>>>>>     via-rhine
>>>>>>
>>>>>>     #pcnet32
>>>>>>
>>>>>>     #acenic
>>>>>>
>>>>>>     #e1000
>>>>>>
>>>>>>     #ns83820
>>>>>>
>>>>>>     #r8169
>>>>>>
>>>>>>     #tg3
>>>>>>
>>>>>>     Padlock
>>>>>>
>>>>>>
>>>>>>
>>>>>>     Thanks,
>>>>>>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to