mirror of
				https://github.com/Brandon-Rozek/website.git
				synced 2025-10-31 13:51:13 +00:00 
			
		
		
		
	Added udev reload command
This commit is contained in:
		
							parent
							
								
									e7c4444955
								
							
						
					
					
						commit
						d958d179ac
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		|  | @ -28,4 +28,10 @@ Now we can create a UDEV rule in `/etc/udev/rules.d/` that says "when we see thi | ||||||
| SUBSYSTEM=="usb", ATTR{idVendor}=="0bda", ATTR{idProduct}=="2838", SYMLINK+="rtlsdr" | SUBSYSTEM=="usb", ATTR{idVendor}=="0bda", ATTR{idProduct}=="2838", SYMLINK+="rtlsdr" | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| Once you have your device plugged in, you should be able to see it under `/dev/rtlsdr` or whatever you specified your symlink as. | Tell udev to reload its rules | ||||||
|  | 
 | ||||||
|  | ```bash | ||||||
|  | sudo udevadm control --reload | ||||||
|  | ``` | ||||||
|  | 
 | ||||||
|  | Now once you have your device plugged in, you should be able to see it under `/dev/rtlsdr` or whatever you specified your symlink as. | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue