USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

[Arch Linux] Notes for setting up multimedia

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Audio and Video Applications
View previous topic :: View next topic  
Author Message
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Thu Nov 30, 2024 9:31 pm    Post subject: [Arch Linux] Notes for setting up multimedia Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address
coastie
Moderator Bot


Joined: 24 Apr 2024
Posts: 3064
Location: The Fox Den in the Big Easy

PostPosted: Fri Dec 01, 2024 11:14 am    Post subject: Reply with quote

I had to take Arch off the main laptop partition Sad I just don't have the time to fight with X. I'll be installing it to the smaller partition on here...at least until i get it all set up and perfected Wink



_________________
Ubuntu on the thinkpad
Easy Peasy on the EEEPC
Desktop is down.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
jada
Linux Guru


Joined: 13 May 2024
Posts: 3064
Location: Sun City, CA 92585

PostPosted: Wed Jun 13, 2024 2:10 pm    Post subject: Re: [Arch Linux] Notes for setting up multimedia Reply with quote

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 Smile

what is the differant between "usermod -G" or

Code:
gpasswd -a USERNAME audio


????



_________________
openSUSE 11.1 Desktop KDE 4.3.1 buildservice Factory
Linux Mint 7 Desktop Gnome
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
lberg
Sr. Member


Joined: 28 Jul 2024
Posts: 1289

PostPosted: Wed Jun 13, 2024 9:11 pm    Post subject: Reply with quote

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
View user's profile Send private message
nukes
Linux Guru


Joined: 29 Aug 2024
Posts: 4558

PostPosted: Wed Jun 13, 2024 9:27 pm    Post subject: Reply with quote

just edit /etc/group, find the line that looks like:
Code:
video::27:

and change it to
Code:
video::27:lberg

(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
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Wed Jun 13, 2024 9:43 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address
lberg
Sr. Member


Joined: 28 Jul 2024
Posts: 1289

PostPosted: Thu Jun 14, 2024 1:17 am    Post subject: Reply with quote

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
View user's profile Send private message
jada
Linux Guru


Joined: 13 May 2024
Posts: 3064
Location: Sun City, CA 92585

PostPosted: Thu Jun 14, 2024 6:34 am    Post subject: Reply with quote

crouse wrote:
usermod -aG video lberg


what is the differant between the comand from crouse

and this comand Question Question

Code:
gpasswd -a USERNAME video


booth adding the User to the group video.



_________________
openSUSE 11.1 Desktop KDE 4.3.1 buildservice Factory
Linux Mint 7 Desktop Gnome
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Thu Jun 14, 2024 3:41 pm    Post subject: Reply with quote

Code:

DESCRIPTION
       gpasswd is used to administer the /etc/group file (and /etc/gshadow file if compiled with
       SHADOWGRP defined). Every group can have administrators, members and a password. System
       administrator can use -A option to define group administrator(s) and -M option to define
       members and has all rights of group administrators and members.

   Notes about group passwords
       Group passwords are an inherent security problem since more than one person is permitted to
       know the password. However, groups are a useful tool for permitting co-operation between
       different users.



Code:

USERMOD(8)                            System Management Commands                           USERMOD(8)

NAME
       usermod - modify a user account

SYNOPSIS
       usermod [options] LOGIN

DESCRIPTION
       The usermod command modifies the system account files to reflect the changes that are
       specified on the command line.



Basically BOTH commands work ..... I just like usermod because it's originally setup to work on ONE user account at a time.....so if i fubar something, I fubar one account.........not an entire group Wink



_________________
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
View user's profile Send private message Visit poster's website AIM Address
jada
Linux Guru


Joined: 13 May 2024
Posts: 3064
Location: Sun City, CA 92585

PostPosted: Thu Jun 14, 2024 6:55 pm    Post subject: Reply with quote

Thank you very much crouse Smile

Idea Maybe you write it for the "arch wiki" Wink

I think it is very important part, to know the differant between, add user to group or group to user Exclamation

Thank's again Smile



_________________
openSUSE 11.1 Desktop KDE 4.3.1 buildservice Factory
Linux Mint 7 Desktop Gnome
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Audio and Video Applications All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse