You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					19 lines
				
				510 B
			
		
		
			
		
	
	
					19 lines
				
				510 B
			| 
								 
											4 years ago
										 
									 | 
							
								#!/usr/bin/bash
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											3 years ago
										 
									 | 
							
								#nmcli connection modify --temporary lte gsm.home-only yes
							 | 
						||
| 
								 | 
							
								#nmcli connection modify --temporary lte gsm.auto-config yes
							 | 
						||
| 
								 | 
							
								#nmcli connection modify --temporary lte connection.autoconnect-retries 20
							 | 
						||
| 
								 | 
							
								sudo nmcli connection reload
							 | 
						||
| 
								 
											4 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								sudo systemctl stop ModemManager
							 | 
						||
| 
								 
											4 years ago
										 
									 | 
							
								nmcli con down lte
							 | 
						||
| 
								 
											3 years ago
										 
									 | 
							
								nmcli con down magenta-prime
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# power cycle modem
							 | 
						||
| 
								 | 
							
								/usr/comma/lte/lte.sh stop_blocking
							 | 
						||
| 
								 | 
							
								/usr/comma/lte/lte.sh start
							 | 
						||
| 
								 
											4 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 
											3 years ago
										 
									 | 
							
								sudo systemctl restart NetworkManager
							 | 
						||
| 
								 
											4 years ago
										 
									 | 
							
								#sudo systemctl restart ModemManager
							 | 
						||
| 
								 | 
							
								sudo ModemManager --debug
							 |