Intall last dahdi

Hi all I have theese issues install dahdi 3.

Hi try install in centos stream 10

how in can fixed?

Make sure that you are not using Kernel Version 6 You’ll need to go back to Kernel 5 v.

hi the centos stream 10 operating system

Hi what if it is a 5.14.0-570.46.1.el9_6.x86_64 Alma kernel?

You have solution ?

You haven’t said what the problems are. People are assuming they are the Linux 6.xx changes, but yours may be different.

One thing to note is that some Linux distribution back port things from later versions of the input software than the packages credits in its version number, so it is possible for conditional code in the driver to believe that a change hasn’t happened, because it isn’t present in the claimed kernel version, but that change may actually have happened in the Linux distribution.

cd /usr/src/

wget https://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-3.4.0+3.4.0.tar.gz

mkdir dahdi-linux-complete-3.4.0+3.4.0

tar -xzvf dahdi-linux-complete-3.4.0+3.4.0.tar.gz

cd dahdi-linux-complete-3.4.0+3.4.0
wget https://cybur-dial.com/dahdi-9.5-fix.zip
unzip dahdi-9.5-fix.zip
yum in newt* -y

sudo sed -i ‘s|(netdev, &wc->napi, &wctc4xxp_poll, 64);|(netdev, &wc->napi, &wctc4xxp_poll);|g’ /usr/src/dahdi-linux-complete-3.4.0+3.4.0/linux/drivers/dahdi/wctc4xxp/base.c

sudo sed -i ‘s|<linux/pci-aspm.h>|<linux/pci.h>|g’ /usr/src/dahdi-linux-complete-3.2.0+3.2.0/linux/include/dahdi/kernel.h

##ExecStart=/usr/sbin/dahdi_cfg -vv
make clean
make
make install
make install-config
yum -y install dahdi-tools-libs
cd tools
make clean
make
make install
make install-config
cp /etc/dahdi/system.conf.sample /etc/dahdi/system.conf
modprobe dahdi
modprobe dahdi_dummy
/usr/sbin/dahdi_cfg -vvvvvvvvvvvvv

Try this

Make sure your boot kernel is linked to /usr/src/kernel

I’d be happy to help you if you’d like We can use AnyDesk for me to take a look at exactly what is going on with your configurations

I can give ssh ?

That looks like a user error. You seem to have got some forum markup mixed up with the actual code and it has ended up with mismatched quotes. It’s not the original forum markup though.

I don’t know if the double hash was intended as actual code, or just markup to make the lines stand out, but the initial error messages is because quoted parameters to the stream editor are being interpreted as shell level syntax. Vertical bar has been used as a pattern delimiter, but is being interpreted as a misplaced pipe symbol, etc.

1 Like

Let’s get your Errors fixed. You can email me at mejorleads @ GMAIL

I already send a email

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.