franz159 wrote: 
> 
> tc@piCorePlayer:~$ alsamixer
> Error opening terminal: xterm-256color.
> 
> Trying to launch "startx" manually, it fails with a "not found" error. 
> 
alsamixer is a console application, no need for X
Try

Code:
--------------------
    
  TERM=xterm-color alsamixer
  
--------------------

or as a last resort:

Code:
--------------------
    
  TERM=vt220 alsamixer
  
--------------------



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to