Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


initramfs_send_sms

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
initramfs_send_sms [2017/05/29 18:54] – [Generate new initramfs] admininitramfs_send_sms [2017/05/29 18:58] – [Configure HSDPA module] admin
Line 2: Line 2:
 ~~TOC~~ ~~TOC~~
 =====Arch Linux - send SMS from initramfs===== =====Arch Linux - send SMS from initramfs=====
 +This is just a proof of concept. Might be useful to notify someone when a system has been booted and reached initramfs, and it is waiting for the decryption pass phrase.
 ====Install packages==== ====Install packages====
   * Install the required tools:<code>pacman -S screen expect</code>   * Install the required tools:<code>pacman -S screen expect</code>
 ====Configure HSDPA module==== ====Configure HSDPA module====
 Huawei MU609 Huawei MU609
-  * The module might be configured for packet switched (PS) only. In order to send SMS via AT commands, the module needs to be configured for CS or CS_ONLY, CS = circuit switched. If you also want to set up a dataconnection, configure CS_PS. If you don't include CS, you will receive an error: ''+CMS ERROR: 500''. <code># screen /dev/ttyUSB0 115200+  * The module might be configured for packet switched (PS) only. To be able to send SMS via AT commands, the module needs to be configured for CP_PS, CS or CS_ONLY, CS = circuit switched. If you also want to set up a dataconnection, configure CS_PS. If you don't include CS, you will receive an error: ''+CMS ERROR: 500''. <code># screen /dev/ttyUSB0 115200
 at^syscfg=2,2,3FFFFFFF,1,2</code> at^syscfg=2,2,3FFFFFFF,1,2</code>
  
initramfs_send_sms.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1