View previous topic :: View next topic |
Author |
Message |
crouse Site Admin

Joined: 17 Apr 2025 Posts: 11833 Location: Iowa
|
Posted: Thu Nov 30, 2025 9:31 pm Post subject: [Arch Linux] Notes for setting up multimedia |
|
|
A one-line command to install most of the needed multimedia stuff.....
Code: | pacman -S mplayer mplayer-plugin xine-lib xine-ui libdvdread libdvdcss alsa-oss |
NOTE: Add user to the "audio" and "video" groups.
Code: | usermod -G "audio,video" USERNAMEHERE |
Open up KMIX and adjust the audio volumes.....
_________________ Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
|
|
Back to top |
|
coastie Moderator Bot

Joined: 24 Apr 2025 Posts: 3064 Location: The Fox Den in the Big Easy
|
|
Back to top |
|
jada Linux Guru

Joined: 13 May 2025 Posts: 3064 Location: Sun City, CA 92585
|
Posted: Wed Jun 13, 2025 2:10 pm Post subject: Re: [Arch Linux] Notes for setting up multimedia |
|
|
crouse wrote: | A one-line command to install most of the needed multimedia stuff.....
Code: | pacman -S mplayer mplayer-plugin xine-lib xine-ui libdvdread libdvdcss alsa-oss |
NOTE: Add user to the "audio" and "video" groups.
Code: | usermod -G "audio,video" USERNAMEHERE |
Open up KMIX and adjust the audio volumes..... |
Thank's crouse
what is the differant between "usermod -G" or
Code: | gpasswd -a USERNAME audio |
???? |
|
Back to top |
|
lberg Sr. Member

Joined: 28 Jul 2025 Posts: 1289
|
Posted: Wed Jun 13, 2025 9:11 pm Post subject: |
|
|
On that usermod thing...I'm not getting the "video" group. I tried the command both with and without quotations around the [video] part......(I'm already a member of audio).
_________________ 2 Computers: Arch Linux, 64-bit
3 Computers: Arch Linux, 32-bit
|
|
Back to top |
|
nukes Linux Guru

Joined: 29 Aug 2025 Posts: 4558
|
Posted: Wed Jun 13, 2025 9:27 pm Post subject: |
|
|
just edit /etc/group, find the line that looks like:
and change it to
(the gid may be different, I just ripped it from my box)
log out and back in for the changes to the groups to take effect.
_________________ Gentoo x86-64 2.6.29.1
FreeBSD 7-CURRENT
Arch x86 2.6.30
|
|
Back to top |
|
crouse Site Admin

Joined: 17 Apr 2025 Posts: 11833 Location: Iowa
|
Posted: Wed Jun 13, 2025 9:43 pm Post subject: |
|
|
usermod -aG video lberg
_________________ Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
|
|
Back to top |
|
lberg Sr. Member

Joined: 28 Jul 2025 Posts: 1289
|
Posted: Thu Jun 14, 2025 1:17 am Post subject: |
|
|
Thanks, guys. Nukes, I looked in groups.conf, and video was right there......then I logged out and back in, and iIt ended up that once I did the -aG, it wiped all my other groups BUT video and users....So then I did -G audio,optical,video,wheel,storage,users lberg and it worked. Tested it out with the "Cars" DVD....Worked perfectly, thanks for the info, crouse.
_________________ 2 Computers: Arch Linux, 64-bit
3 Computers: Arch Linux, 32-bit
|
|
Back to top |
|
jada Linux Guru

Joined: 13 May 2025 Posts: 3064 Location: Sun City, CA 92585
|
Posted: Thu Jun 14, 2025 6:34 am Post subject: |
|
|
crouse wrote: | usermod -aG video lberg |
what is the differant between the comand from crouse
and this comand
Code: | gpasswd -a USERNAME video |
booth adding the User to the group video. |
|
Back to top |
|
crouse Site Admin

Joined: 17 Apr 2025 Posts: 11833 Location: Iowa
|
|
Back to top |
|
jada Linux Guru

Joined: 13 May 2025 Posts: 3064 Location: Sun City, CA 92585
|
Posted: Thu Jun 14, 2025 6:55 pm Post subject: |
|
|
Thank you very much crouse
Maybe you write it for the "arch wiki"
I think it is very important part, to know the differant between, add user to group or group to user
Thank's again  |
|
Back to top |
|
|