maybe, if you find how it''s connected, I searched on sys/bus/pci but it's empty. there are commands for linux to shut down pcie and also usb. The problem is to know how it's connected the modem. start with dmesg|grep pci
and dmesg|grep usb
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Posty przez m01
maybe, if you find how it''s connected, I searched on sys/bus/pci but it's empty. there are commands for linux to shut down pcie and also usb. The problem is to know how it's connected the modem. start with dmesg|grep pci
and dmesg|grep usb
Nie zagłębiałem się zbytnio w działanie komendy AT+CFUN=1,1 ale wiem, że na mf286d powoduje ona restart tylko modemu. Nadszedł czas, ze muszę jedną sztukę mf289f skonfigurowac znajomemu. W jednym ze skprytów tej komendy używam do restartu modemu w razie braku pingu. Pytania:
1. Jest jakaś komenda do tego mf289f która zrestartuje tylko sam modem a nie cały router?
2. Czy jest fizyczna możliwość zmiany gdzieś na płycie czegoś aby tylko sam modem się restartował a nie cała płyta główna?Ktoś coś?
when I have internet problem I restart wan interface. If you want a command I know that (for me) 8e04000.dma in /sys/devices/platform/soc (or /sys/bus/platform/devices) is qmi interface. try to investigate. Maybe is good to disable usb always inside /sys/devices path
ok thanks
sms_tool -d /dev/ttyUSB2 at "AT+CMGL=\"ALL\""
AT+CMGL="ALL"
AT+CPMS?
+CPMS: "ME",50,100,"ME",50,100,"SR",0,100
AT+CMGF?
+CMGF: 0
= before ? returns list of the option of at command so it isn't needed to check the status
m01 napisał/a:Ps can anyone help me with the sms memory?
Just remove old messages?
yes I tried to remove a message and it works, but an image explain better
https://i.imgur.com/bh8cmGf
after 50 messages it seems full. I delete a message to receive at least another one. I leave the memory half full to test
scenario1: there is a problem with the code/memory
Scenario 2: The real capacity of the memory is 50 not 100 and the counter in the code is wrong. Which one?
stich86 can you take a look here and reply to me there?
Not all modules use that pins to enter in 9008 mode, sometimes is the pin 4 with 5 one, sometise 6 pin but check before the tension because some pin are vcc and gnd and you can burn something, I would try using the mf289f to short pins with a high resistor to see how high the resistance can be to get it into 9008 mode then use that resistor for testing.
Ps can anyone help me with the sms memory?
hello I have 50 messages, in theory 50% of the memory but if I try to receive other messages the memory behaves as if it was full
m01 napisał/a:smereka napisał/a:In reference to the mail. I haven't activated volte anywhere. Just on my version of the router from t-mobile, it worked right away.
can you share the firmware of your module?
@iceg: The problem of the messages was a double line in the sender field. this isn't managed by your app and makes all the rest of the messages disappearHere you are
I was talking about sdx24 firmware, modem firmware not motherboard firmware
i saved them with that command line because I couldn't view the messages. I made sms_tool -r -d /dev/ttyUSB1 recv > backup.txt
from text file, if I receive another time this message, what I have to do to debug?
found the messages I've deleted:
MSG: 34
From: AUTH
60
Date/Time: 04/01/23 10:04:08
Your verification code is: 643082
I'll try to receive that messages
m01 napisał/a:Cezary napisał/a:@m01: can you show such message?
I saved somewhere the messages but I can't find it. I remember the structure. It was:
MSG: (number)
From: (sender)
60 <- this raw with a number compromised the reading of all messages
Date/Time: mm/dd/yy hh:mm:ss
text messageDeleting with sms_tool this messages with an additional row between sender and date restored the reading of all messages.
If this happens again please do not delete the message. We need this message to debug what happened.
I remember very well that there was a row with that number under the sender field and before date/time.
@m01: can you show such message?
I saved somewhere the messages but I can't find it. I remember the structure. It was:
MSG: (number)
From: (sender)
60 <- this raw with a number compromised the reading of all messages
Date/Time: mm/dd/yy hh:mm:ss
text message
Deleting with sms_tool this messages with an additional row between sender and date restored the reading of all messages.
In reference to the mail. I haven't activated volte anywhere. Just on my version of the router from t-mobile, it worked right away.
can you share the firmware of your module?
@iceg: The problem of the messages was a double line in the sender field. this isn't managed by your app and makes all the rest of the messages disappear
so they are stored in mtd18, right?
You can dump all sms to file.
which is the command to dump sms? I'm looking for find the file where sms are stored
Have you checked if you can read sms from console? You probably have some messages that are not decoded. Delete all messages using console and check if the next ones are read correctly.
I can read all sms using ssh connection and sms_tool from terminal, not using luci app. Is there a way to make a backup of sms? What could it be the problem?
Hi could someone post a guide on how to enable VoLTE on this router? I have the Vodafone IT model revision AT1
read page 11
I have a problem with luci app sms tool js, I can see how many sms in modem memory but I can't view them,
/etc/config/firewall
config defaults
option syn_flood 1
option input REJECT
option output ACCEPT
option forward REJECT
option disable_ipv6 1
option flow_offloading '1'
option flow_offloading_hw '1'
in your firewall rule are all traffic rules deleted?
clear, it's a bug. What about vlan? Can I delete it? Which is its function?
Show mi output of cat /etc/board.json
"network": {
"lan": {
"device": "eth0",
"protocol": "static"
},
"wan": {
"device": "eth1",
"protocol": "dhcp"
}
},
"switch": {
"switch0": {
"enable": true,
"reset": true,
"ports": [
{
"num": 0,
"device": "eth0",
"need_tag": false,
"want_untag": true
},
{
"num": 5,
"role": "lan",
"index": 2
},
{
"num": 0,
"device": "eth1",
"need_tag": false,
"want_untag": true
},
{
"num": 2,
"role": "wan"
}
],
"roles": [
{
"role": "lan",
"ports": "5 0",
"device": "eth0"
},
{
"role": "wan",
"ports": "2 0",
"device": "eth1"
}
Logical section called "wan". Edit /etc/config/network and add
list ports 'wan'
or
list ports 'eth1'
to section bridge with br-lan name. Depending on firmware version.
I have in the list vlan. Is it needed for a correct connection and which is its function?
How can I add wan port to br-lan? I have an interface called wan with qmi cellular and wwan0
I tried both ports, I tried also to put static address. In windows isn't working but in my netbook with kubuntu yes. Inboth os lan1 isn't working. Do you know if there's a problem with the build?
eko.one.pl → Posty przez m01
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc