New Pinebook Pro - no sound
#8
(01-16-2020, 04:18 PM)chip ling Wrote:
(01-16-2020, 06:37 AM)bcnaz Wrote:
(01-16-2020, 05:42 AM)ioo Wrote: You might find it easier to simply rename the rock user.

https://wiki.pine64.org/index.php/Pinebo...ame.2C_etc...
 
    Actually,  should I do both ?

   one to correct the sound,    the second for the user account ?

My wild guess is that the newly created user is missing some groups privileges as the user rock.

Here is what I found from my pbp:

Code:
rock@Debian-Desktop:~$ id rock
uid=1000(rock) gid=1000(rock) groups=1000(rock),4(adm),27(sudo),29(audio),44(video),46(plugdev),106(input),111(ssh)

rock@Debian-Desktop:~$ cat /etc/group | grep rock
adm:x:4:rock
sudo:x:27:rock
audio:x:29:rock,pulse
video:x:44:rock
plugdev:x:46:rock
input:x:106:rock
ssh:x:111:rock
rock:x:1000:

So in order to have the same user profile as the user rock, one has to add those groups as secondary group to the newly created user.

For example, if I created a new user as newuser, I have to do the following:

Code:
$ sudo usermod -a -G adm, sudo, audio, video, plugdev, input, ssh newuser


or add them one by one

Code:
$ sudo groupmod -a -G adm newuser
$ sudo groupmod -a -G sudo newuser
$ sudo groupmod -a -G audio newuser
$ sudo groupmod -a -G video newuser
$ sudo groupmod -a -G plugdev newuser
$ sudo groupmod -a -G input newuser
$ sudo groupmod -a -G ssh newuser

or some people would like to use the adduser command instead

Code:
$ sudo adduser newuser adm
$ sudo adduser newuser sudo
$ sudo adduser newuser audio
$ sudo adduser newuser video
$ sudo adduser newuser plugdev
$ sudo adduser newuser input
$ sudo adduser newuser ssh

Chip

So my question is, why can't the system just have sound for all users. I'm going to read the SystemWide link now, but this whole thing seems kind of ridiculous to me.


Messages In This Thread
New Pinebook Pro - no sound - by vve1505 - 01-15-2020, 11:05 AM
RE: New Pinebook Pro - no sound - by bcnaz - 01-16-2020, 04:53 AM
RE: New Pinebook Pro - no sound - by ioo - 01-16-2020, 05:42 AM
RE: New Pinebook Pro - no sound - by bcnaz - 01-16-2020, 06:37 AM
RE: New Pinebook Pro - no sound - by chip ling - 01-16-2020, 04:18 PM
RE: New Pinebook Pro - no sound - by vve1505 - 01-16-2020, 09:30 PM
RE: New Pinebook Pro - no sound - by mamboman777 - 01-16-2020, 08:52 PM
RE: New Pinebook Pro - no sound - by bcnaz - 01-17-2020, 06:22 AM
RE: New Pinebook Pro - no sound - by chip ling - 01-17-2020, 10:11 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinebook Next !spekulation! Surehand53 1 135 12-30-2024, 04:33 PM
Last Post: Surehand53
Tongue Yet another Pinebook Pro won't boot thread pinemouth 5 3,552 12-27-2024, 11:38 AM
Last Post: akash3995
Question Pinebook pro dead / keyboard issue? / Troubleshooting Mengalef 2 376 12-05-2024, 04:16 PM
Last Post: tllim
  Testing Some More Games on the Pinebook Pro! ImmyChan 5 3,969 09-24-2024, 01:43 AM
Last Post: pigkang
  Converting the Pinebook Pro into a CrowView Note like device 8jef 0 357 08-18-2024, 05:42 PM
Last Post: 8jef
  Pinebook Pro Initial Impressions kunger 443 687,513 04-16-2024, 07:29 PM
Last Post: KC9UDX
  looking to buy one pinebook pro (mainland China) duanduan 3 3,285 03-21-2024, 07:44 PM
Last Post: wangyukunshan
  Cellular module for Pinebook Pro Lotech 1 1,055 03-05-2024, 05:40 AM
Last Post: KC9UDX
  Screen on pinebook stays black but can ssh into machine tuxxpine 0 762 02-23-2024, 04:22 PM
Last Post: tuxxpine
  Sale my ANSI PineBook Pro cuthbertdavies 0 742 02-14-2024, 09:12 PM
Last Post: cuthbertdavies

Forum Jump:


Users browsing this thread: 10 Guest(s)