User Tools

Site Tools


raspberry-pi:linphone

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
raspberry-pi:linphone [2019/05/01 20:45] Wulf Rajekraspberry-pi:linphone [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 21: Line 21:
  
 #When not using bluetooth: #When not using bluetooth:
-dtoverlay=pi3-disable-bt to the config.txt f+sudo vi /boot/config.txt 
 +dtoverlay=pi3-disable-bt 
 + 
 +sudo vi /boot/cmdline.txt 
 +change console=tty1 to console=tty3 
 +add at the end of the line: loglevel=3 quiet logo.nologo
  
 sudo apt-get install --no-install-recommends xserver-xorg sudo apt-get install --no-install-recommends xserver-xorg
Line 40: Line 45:
 #set anybody #set anybody
  
-<code>sudo vi /etc/X11/Xwrapper.config</code> +<code> 
-<code>allowed_users=anybody +echo "allowed_users=anybody 
-needs_root_rights=yes</code>+needs_root_rights=yes"sudo tee /etc/X11/Xwrapper.config
  
-<code>sudo usermod -a -G audio,tty,video,users pi</code>+sudo usermod -a -G audio,tty,video,users pi</code>
  
  
raspberry-pi/linphone.1556739953.txt.gz · Last modified: (external edit)