Commit 82f5bff3 authored by ghaddab's avatar ghaddab

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5043 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent c044eeab
...@@ -6,6 +6,12 @@ if [ -z "$PCI" ]; then ...@@ -6,6 +6,12 @@ if [ -z "$PCI" ]; then
return return
fi fi
## This part corrects the wrong configuration of the endpoint done by the bios in some machines
echo "$PCI" | while read config_reg; do
SLOT_NUMBER=`echo $config_reg | awk -F\" '{print $1}'`
setpci -s $SLOT_NUMBER 60.b=10
done
sudo rmmod openair_rf sudo rmmod openair_rf
sudo insmod $OPENAIR_TARGETS/ARCH/EXMIMO/DRIVER/eurecom/openair_rf.ko sudo insmod $OPENAIR_TARGETS/ARCH/EXMIMO/DRIVER/eurecom/openair_rf.ko
sleep 1 sleep 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment