2013-03-14 18:43:13 +00:00
|
|
|
#!/bin/sh /etc/rc.common
|
|
|
|
# Copyright (C) 2012 OpenWrt.org
|
|
|
|
|
2014-04-11 20:40:24 +00:00
|
|
|
# needs to start before the atm layer which starts at 50
|
|
|
|
START=48
|
2015-11-16 11:02:14 +00:00
|
|
|
USE_PROCD=1
|
2013-03-14 18:43:13 +00:00
|
|
|
|
|
|
|
EXTRA_COMMANDS="status lucistat"
|
|
|
|
EXTRA_HELP=" status Get DSL status information
|
|
|
|
lucistat Get status information if lua friendly format"
|
|
|
|
|
2014-07-21 18:41:46 +00:00
|
|
|
[ -f /lib/functions/lantiq_dsl.sh ] && . /lib/functions/lantiq_dsl.sh
|
2013-03-14 18:43:13 +00:00
|
|
|
|
2016-01-01 21:20:02 +00:00
|
|
|
#
|
|
|
|
# ITU-T G.997.1 (06/2012) - Section 7.3.1.1.1 (xTU transmission system enabling (XTSE))
|
2016-01-01 21:20:16 +00:00
|
|
|
# ITU-T G.997.1 Amendment 2 (04/2013) - Section 2.1 - (Vectoring mode enable (VECTORMODE_ENABLE))
|
2016-01-01 21:20:02 +00:00
|
|
|
#
|
2014-04-09 16:31:24 +00:00
|
|
|
# G.992.1 Annex A
|
2015-12-18 21:47:49 +00:00
|
|
|
# G.992.3 Annex A / L-US1 / L_US-2 / M
|
|
|
|
# G.992.5 Annex A / M
|
2016-01-01 21:20:02 +00:00
|
|
|
# G.993.2 Annex A/B/C
|
2016-01-01 21:20:16 +00:00
|
|
|
# G.993.5 Annex A/B/C
|
2016-02-25 10:13:51 +00:00
|
|
|
xtse_xdsl_a="05_00_04_00_4C_01_04_0F"
|
2014-04-09 16:31:24 +00:00
|
|
|
|
|
|
|
# G.992.1 Annex B
|
|
|
|
# G.992.3 Annex B
|
|
|
|
# G.992.5 Annex B
|
|
|
|
# G.993.2 Annex A/B/C
|
2016-01-01 21:20:16 +00:00
|
|
|
# G.993.5 Annex A/B/C
|
|
|
|
xtse_xdsl_b="10_00_10_00_00_04_00_0F"
|
2014-04-09 16:31:24 +00:00
|
|
|
|
|
|
|
# G.992.1 Annex B
|
|
|
|
# G.992.3 Annex B
|
|
|
|
# G.992.3 Annex J
|
|
|
|
# G.992.5 Annex B
|
|
|
|
# G.992.5 Annex J
|
|
|
|
# G.993.2 Annex A/B/C
|
2016-01-01 21:20:16 +00:00
|
|
|
# G.993.5 Annex A/B/C
|
|
|
|
xtse_xdsl_j="10_00_10_40_00_04_01_0F"
|
2014-04-09 16:31:24 +00:00
|
|
|
|
2016-01-01 21:20:24 +00:00
|
|
|
#
|
|
|
|
# ITU-T G.994.1 (06/2012) - Table 2 (Mandatory carrier sets)
|
|
|
|
#
|
|
|
|
|
|
|
|
# A43
|
|
|
|
tone_adsl_a="0x142" # A43C + J43 + A43
|
|
|
|
tone_vdsl_a="0x142" # A43C + J43 + A43
|
|
|
|
|
|
|
|
# A43 + V43
|
|
|
|
tone_adsl_av="0x142" # A43C + J43 + A43
|
|
|
|
tone_vdsl_av="0x146" # A43C + J43 + A43 + V43
|
|
|
|
|
|
|
|
# B43
|
|
|
|
tone_adsl_b="0x81" # B43 + B43c
|
|
|
|
tone_vdsl_b="0x1" # B43
|
|
|
|
|
|
|
|
# B43 + V43
|
|
|
|
tone_adsl_bv="0x81" # B43 + B43c
|
|
|
|
tone_vdsl_bv="0x5" # B43 + V43
|
|
|
|
|
|
|
|
lowlevel_cfg() {
|
|
|
|
echo "# VRX Low Level Configuration File
|
|
|
|
#
|
|
|
|
# Parameters must be separated by tabs or spaces.
|
|
|
|
# Empty lines and comments will be ignored.
|
|
|
|
#
|
|
|
|
|
|
|
|
# nFilter
|
|
|
|
#
|
|
|
|
# NA = -1
|
|
|
|
# OFF = 0
|
|
|
|
# ISDN = 1
|
|
|
|
# POTS = 2
|
|
|
|
# POTS_2 = 3
|
|
|
|
# POTS_3 = 4
|
|
|
|
#
|
|
|
|
# (dec)
|
|
|
|
-1
|
|
|
|
|
|
|
|
# nHsToneGroupMode nHsToneGroup_A nHsToneGroup_V nHsToneGroup_AV
|
|
|
|
#
|
|
|
|
# NA = -1 NA = -1 see see
|
|
|
|
# AUTO = 0 VDSL2_B43 = 0x0001 nHsToneGroup_A nHsToneGroup_A
|
|
|
|
# MANUAL = 1 VDSL2_A43 = 0x0002
|
|
|
|
# VDSL2_V43 = 0x0004
|
|
|
|
# VDSL1_V43P = 0x0008
|
|
|
|
# VDSL1_V43I = 0x0010
|
|
|
|
# ADSL1_C43 = 0x0020
|
|
|
|
# ADSL2_J43 = 0x0040
|
|
|
|
# ADSL2_B43C = 0x0080
|
|
|
|
# ADSL2_A43C = 0x0100
|
|
|
|
#
|
|
|
|
# (dec) (hex) (hex) (hex)
|
|
|
|
1 $1 $2 0x0
|
|
|
|
|
|
|
|
# nBaseAddr nIrqNum
|
|
|
|
#
|
|
|
|
# (hex) (dec)
|
|
|
|
0x1e116000 63
|
|
|
|
|
|
|
|
# nUtopiaPhyAdr nUtopiaBusWidth nPosPhyParity
|
|
|
|
# default(16b) = 0 NA = -1
|
|
|
|
# 8-bit = 1 ODD = 0
|
|
|
|
# 16-bit = 2
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# (hex) (dec) (dec)
|
|
|
|
0xFF 0 0
|
|
|
|
|
|
|
|
# bNtrEnable
|
|
|
|
#
|
|
|
|
# (dec)
|
|
|
|
0" > /tmp/lowlevel.cfg
|
|
|
|
}
|
|
|
|
|
2015-11-16 11:02:14 +00:00
|
|
|
service_triggers() {
|
|
|
|
procd_add_reload_trigger network
|
|
|
|
}
|
|
|
|
|
|
|
|
start_service() {
|
2014-04-09 16:31:24 +00:00
|
|
|
local annex
|
|
|
|
local firmware
|
2016-01-01 21:20:24 +00:00
|
|
|
local tone
|
|
|
|
local tone_adsl
|
|
|
|
local tone_vdsl
|
2014-10-30 08:08:01 +00:00
|
|
|
local xtse
|
2014-04-09 16:31:24 +00:00
|
|
|
local mode
|
2016-01-01 21:20:24 +00:00
|
|
|
local lowlevel
|
2014-04-09 16:31:24 +00:00
|
|
|
|
2013-03-14 18:43:13 +00:00
|
|
|
config_load network
|
2016-01-01 21:20:24 +00:00
|
|
|
config_get tone dsl tone
|
2014-04-10 08:14:33 +00:00
|
|
|
config_get annex dsl annex
|
|
|
|
config_get firmware dsl firmware
|
|
|
|
config_get xfer_mode dsl xfer_mode
|
2014-04-09 16:31:24 +00:00
|
|
|
|
2016-01-23 12:37:17 +00:00
|
|
|
eval "xtse=\"\${xtse_xdsl_$annex}\""
|
|
|
|
|
2014-04-09 16:31:24 +00:00
|
|
|
[ -z "${xfer_mode}" ] && xfer_mode=ptm
|
|
|
|
|
|
|
|
case "${xfer_mode}" in
|
|
|
|
atm)
|
2015-11-16 11:02:14 +00:00
|
|
|
LOAD=ltq_atm_vr9
|
|
|
|
UNLOAD=ltq_ptm_vr9
|
2014-04-09 16:31:24 +00:00
|
|
|
mode=1
|
2016-01-23 12:37:17 +00:00
|
|
|
|
|
|
|
# mask out VDSL bits when ATM is requested
|
|
|
|
xtse="${xtse%_*}_00"
|
2014-04-09 16:31:24 +00:00
|
|
|
;;
|
|
|
|
*)
|
2015-11-16 11:02:14 +00:00
|
|
|
LOAD=ltq_ptm_vr9
|
|
|
|
UNLOAD=ltq_atm_vr9
|
2014-04-09 16:31:24 +00:00
|
|
|
mode=2
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
2016-03-07 11:03:13 +00:00
|
|
|
if [ -z "${firmware}" ]; then
|
|
|
|
# search for the firmware provided by dsl-vrx200-firmware-xdsl-*
|
|
|
|
if grep -qE "system type.*: (VR9|xRX200)" /proc/cpuinfo; then
|
|
|
|
case "${annex}" in
|
|
|
|
a|l|m)
|
|
|
|
if [ -f "/lib/firmware/lantiq-vrx200-a.bin" ]; then
|
|
|
|
firmware="/lib/firmware/lantiq-vrx200-a.bin"
|
|
|
|
elif [ -f "/tmp/lantiq-vrx200-a.bin" ]; then
|
|
|
|
firmware="/tmp/lantiq-vrx200-a.bin"
|
|
|
|
elif [ -f "/lib/firmware/lantiq-vrx200-b.bin" ] && [ -f "/lib/firmware/lantiq-vrx200-b-to-a.bspatch" ]; then
|
|
|
|
bspatch /lib/firmware/lantiq-vrx200-b.bin \
|
|
|
|
/tmp/lantiq-vrx200-a.bin \
|
|
|
|
/lib/firmware/lantiq-vrx200-b-to-a.bspatch
|
|
|
|
firmware="/tmp/lantiq-vrx200-a.bin"
|
|
|
|
else
|
|
|
|
echo "firmware for annex a not found"
|
|
|
|
return 1
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
b|j)
|
|
|
|
if [ -f "/lib/firmware/lantiq-vrx200-b.bin" ]; then
|
|
|
|
firmware="/lib/firmware/lantiq-vrx200-b.bin"
|
|
|
|
elif [ -f "/tmp/lantiq-vrx200-b.bin" ]; then
|
|
|
|
firmware="/tmp/lantiq-vrx200-b.bin"
|
|
|
|
elif [ -f "/lib/firmware/lantiq-vrx200-a.bin" ] && [ -f "/lib/firmware/lantiq-vrx200-a-to-b.bspatch" ]; then
|
|
|
|
bspatch /lib/firmware/lantiq-vrx200-a.bin \
|
|
|
|
/tmp/lantiq-vrx200-b.bin \
|
|
|
|
/lib/firmware/lantiq-vrx200-a-to-b.bspatch
|
|
|
|
firmware="/tmp/lantiq-vrx200-b.bin"
|
|
|
|
else
|
|
|
|
echo "firmware for annex b not found"
|
|
|
|
return 1
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo "annex type not supported use a or b"
|
|
|
|
return 1
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2014-04-11 20:40:24 +00:00
|
|
|
[ -z "${firmware}" ] && firmware=/lib/firmware/vdsl.bin
|
|
|
|
[ -f "${firmware}" ] || {
|
|
|
|
echo failed to find $firmware
|
|
|
|
return 1
|
|
|
|
}
|
2013-03-14 18:43:13 +00:00
|
|
|
|
2016-01-01 21:20:24 +00:00
|
|
|
eval "tone_adsl=\"\${tone_adsl_$tone}\""
|
|
|
|
eval "tone_vdsl=\"\${tone_vdsl_$tone}\""
|
|
|
|
[ -n "${tone_adsl}" ] && [ -n "${tone_vdsl}" ] && {
|
|
|
|
lowlevel_cfg "${tone_adsl}" "${tone_vdsl}"
|
|
|
|
lowlevel="-l /tmp/lowlevel.cfg"
|
|
|
|
}
|
|
|
|
|
2015-11-16 11:02:14 +00:00
|
|
|
procd_open_instance
|
|
|
|
procd_set_param command /sbin/vdsl_cpe_control_wrapper \
|
2016-01-01 21:19:55 +00:00
|
|
|
-i$xtse \
|
2014-04-09 16:31:24 +00:00
|
|
|
-n /sbin/dsl_notify.sh \
|
2014-04-11 20:40:24 +00:00
|
|
|
-f ${firmware} \
|
2016-01-01 21:20:24 +00:00
|
|
|
$lowlevel \
|
2014-04-09 16:31:24 +00:00
|
|
|
-M ${mode}
|
2015-11-16 11:02:14 +00:00
|
|
|
procd_append_param env "LOAD=$LOAD" "UNLOAD=$UNLOAD"
|
|
|
|
procd_close_instance
|
2013-03-14 18:43:13 +00:00
|
|
|
}
|
|
|
|
|
2015-11-16 11:02:14 +00:00
|
|
|
stop_service() {
|
2013-03-14 18:43:13 +00:00
|
|
|
DSL_NOTIFICATION_TYPE="DSL_INTERFACE_STATUS" \
|
|
|
|
DSL_INTERFACE_STATUS="DOWN" \
|
|
|
|
/sbin/dsl_notify.sh
|
|
|
|
}
|