Se usa usb0 all'ora è usato come "adattatore eth" e il TG789 è come fosse dietro ad un router. Resta da capire se deve essere usata un interfaccia wan o wwan.
In /usr/lib/lua/mobiled/detector.lua, bisognerebbe vedere se sono presenti i vid e pid e casomai aggiungerli e vedere l'effetto che fa.
local usb_descriptors = {
{
plugin = "libwebapi",
device_identifiers = {
-- ZTE MF730E
{
vid = "19d2",
pid = "1405"
},
-- ZTE MF823
{
vid = "19d2",
pid = "1403"
},
{
vid = "12d1",
pid = "157f"
},
{
vid = "12d1",
pid = "1590"
},
{
vid = "12d1",
pid = "14db"
}
}
},