Difference between revisions of "Dial-up pool"

From Doge Microsystems
Jump to navigation Jump to search
(Created page with "ROUGH NOTES: Install 2020-02-13-raspbian-buster-lite.zip Boot with a display and keyboard: sudo raspi-config Go to interface options, enable ssh Can now run headless. sudo...")
 
Line 26: Line 26:
 
[  950.182557] ch341 1-1.3:1.0: ch341-uart converter detected
 
[  950.182557] ch341 1-1.3:1.0: ch341-uart converter detected
 
[  950.184757] usb 1-1.3: ch341-uart converter now attached to ttyUSB0
 
[  950.184757] usb 1-1.3: ch341-uart converter now attached to ttyUSB0
 +
 +
 +
pi@raspberrypi:~ $ sudo mv /lib/systemd/system/mgetty.service /lib/systemd/system/[email protected]
 +
pi@raspberrypi:~ $ sudo nano /lib/systemd/system/[email protected]
 +
pi@raspberrypi:~ $ sudo systemctl enable [email protected]
 +
Created symlink /etc/systemd/system/multi-user.target.wants/[email protected] → /lib/systemd/system/[email protected].
 +
pi@raspberrypi:~ $ sudo systemctl start [email protected]
 +
pi@raspberrypi:~ $ sudo systemctl enable [email protected]
 +
Created symlink /etc/systemd/system/multi-user.target.wants/[email protected] → /lib/systemd/system/[email protected].
 +
pi@raspberrypi:~ $ sudo systemctl start [email protected]

Revision as of 02:45, 13 April 2020

ROUGH NOTES:

Install 2020-02-13-raspbian-buster-lite.zip Boot with a display and keyboard: sudo raspi-config Go to interface options, enable ssh

Can now run headless.

sudo apt-get update sudo apt-get upgrade sudo apt-get install asterisk


use asterisk config from old tutorial as a base

When the usb tty was connected [ 949.972128] usb 1-1.3: new full-speed USB device number 4 using dwc_otg [ 950.105326] usb 1-1.3: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.54 [ 950.105342] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 950.105351] usb 1-1.3: Product: USB2.0-Ser! [ 950.178055] usbcore: registered new interface driver usbserial_generic [ 950.178137] usbserial: USB Serial support registered for generic [ 950.181978] usbcore: registered new interface driver ch341 [ 950.182059] usbserial: USB Serial support registered for ch341-uart [ 950.182557] ch341 1-1.3:1.0: ch341-uart converter detected [ 950.184757] usb 1-1.3: ch341-uart converter now attached to ttyUSB0


pi@raspberrypi:~ $ sudo mv /lib/systemd/system/mgetty.service /lib/systemd/system/[email protected] pi@raspberrypi:~ $ sudo nano /lib/systemd/system/[email protected] pi@raspberrypi:~ $ sudo systemctl enable [email protected] Created symlink /etc/systemd/system/multi-user.target.wants/[email protected] → /lib/systemd/system/[email protected]. pi@raspberrypi:~ $ sudo systemctl start [email protected] pi@raspberrypi:~ $ sudo systemctl enable [email protected] Created symlink /etc/systemd/system/multi-user.target.wants/[email protected] → /lib/systemd/system/[email protected]. pi@raspberrypi:~ $ sudo systemctl start [email protected]