| 
 
				
					| 
  
  
    | Autor | Nachricht |  
    |  | 
        
					| Titel: need: modprobe and snd-seq-midi  Verfasst am: 23.05.2008, 00:18 Uhr |  |  
    | 
        
          | 
 
 Anmeldung: 26. Mar 2008
 Beiträge: 43
 
 
 |  | 
        
          | Where can I find  the package to install "modprobe"?  Where can I find "snd-seq-midi"? 
 Jerry
 |  
          |  |  
         
	        |  |  |  
    |  |  
    |  |  
    |  | 
        
					| Titel:  Verfasst am: 23.05.2008, 19:31 Uhr |  |  
    | 
        
          | 
 
 Anmeldung: 26. Mar 2008
 Beiträge: 43
 
 
 |  | 
        
          | initially tried this command 
 sudo modprobe snd-seq-midi
 
 Received an error that command not found.
 
 After much googling, I found that su and sudo give you the root permissions with your user environment NOT the root enviroment.
 
 To get root envionment
 
 sudo chvt 1
 
 log in as root
 
 modprobe snd-seq-midi
 
 log out
 
 turn computer off and back on and relog in
 
 Jerry
 |  
          |  |  
         
	        |  |  |  
    |  |  
    |  |  
    |  |  |  |