<div>That looked like a good theory but when I checked the files in /etc/security/console.perms.d/ I find no line with <sound> at all (and no line with /dev/snd either).</div>
<div>Should I add some lines manually or is the problem somewhere else?<br>/Bengt</div>
<div><br> </div>
<div><span class="gmail_quote">2008/1/18, Fernando Lopez-Lezcano <<a href="mailto:nando@ccrma.stanford.edu">nando@ccrma.stanford.edu</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Wed, 2008-01-16 at 16:06 -0500, Martin Harriss wrote:<br>> Bengt MÃ¥nsson wrote:<br>> > Hi<br>> > I prefer to use VNC to connect remotely to my linux audio box via LAN
<br>> > After each reboot I cannot see the soundcard in qjackctrl via VNC<br>> > I have to login on a locally attached screen and start qjackctrl<br>> > Then I can logout from that screen and everything works fine again via
<br>> > VNC (until next reboot)<br>> > I would like to remove that old screen and always just use my laptop as<br>> > display (which is very good)<br>> > Please advise<br>> > /Bengt<br>> >
<br>><br>> This is probably a permissions problem. When you log in at the console<br>> the system arranges for the audio devices (amongst other things) to be<br>> owned by the user logging in. When you VNC in this probably doesn't happen.
<br><br>That's correct. You would have to make your audio devices accessible to<br>all users, not only to the person physically logged into the machine.<br>You can do that by changing this file:<br><br>/etc/security/console.perms.d/50-
default.perms<br><br>Change this line:<br><console> 0600 <sound> 0600 root<br>to this:<br><console> 0600 <sound> 0666 root<br><br>this will make the sound devices world readable and writable (ie:
<br>anybody logged in will have access).<br><br>-- Fernando<br><br><br></blockquote></div><br>