File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,18 @@ tested with:
1111## installation  
12121 )  Install Raspberry Pi OS 13
13132 )  install sox (audio) `sudo apt install sox
14- 3 )  blacklist the hdmi drivers ` sudo vim /etc/boot/firmware/config.txt `  comment the following lines: ```
14+ 3 )  blacklist the hdmi drivers ` sudo vim /etc/boot/firmware/config.txt `  comment the following lines: 
15+ ``` 
1516# Enable DRM VC4 V3D driver 
1617#dtoverlay=vc4-kms-v3d 
1718#max_framebuffers=2 
1819``` 
19204 )  blacklist the headphone driver ` sudo vim /etc/modprobe.d/blacklist-alsa.conf `  and add the line ` blacklist snd_bcm2835 ` 
20215 )  reboot
21- 1 ) clone the repository into ~/src/
22- 2 ) install Python 3.11 & pipenv `sudo apt install pipenv`
23- 3 ) cd to ~/src/pyrepeater/pyrepeater/
24- 4 ) run `pipenv install`
22+ 6 )  clone the repository into ~ /src/
23+ 7 )  install Python 3.11 & pipenv ` sudo apt install pipenv ` 
24+ 8 )  cd to ~ /src/pyrepeater/pyrepeater/
25+ 9 )  run ` pipenv install ` 
2526
2627## configuration  
27281 )  replace the files in the "sounds" directory with wav files crafted for your repeater.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments