LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-21-2016, 06:48 AM   #1
WTFDOIDONOW???
LQ Newbie
 
Registered: Jun 2016
Posts: 25

Rep: Reputation: Disabled
write permissions


hi,

i amtrying to get my sound drivers to work
i found an article which suggested defining a primary sound device since i have multiple devices

my video card has HDMI audio but i dont use it, i use my sound blaster card also my mobo has built integrated audio.

i found a thread which suggested altering /var/lib/alsa/asoud.state

to change the line
from
snd-hda-intel index

to
snd-hda-intel index=2

every time i alter the text and save and reboot the text has been reverted. i have altered the permissions from the root.
i have used programs which are supposed to have permissions.
i have altered the permissions for the parent and all sub directories. it will allows me to alter the permission long enough to alter and save the text but after reboot it is always reverted, altered text reverted and permissions reverted!!

very frustrating
i do not have permission to change anything on my own computer.

can anybody help?

Last edited by WTFDOIDONOW???; 06-21-2016 at 06:49 AM.
 
Old 06-21-2016, 06:53 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
/var/lib/alsa/asound.state is created by ALSA scripts, it is dynamic and used to restore settings after startup.

Why don't you go and read from a reliable source? http://www.alsa-project.org/main/index.php/Asoundrc
 
Old 06-21-2016, 07:12 AM   #3
WTFDOIDONOW???
LQ Newbie
 
Registered: Jun 2016
Posts: 25

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Emerson View Post
/var/lib/alsa/asound.state is created by ALSA scripts, it is dynamic and used to restore settings after startup.

Why don't you go and read from a reliable source? http://www.alsa-project.org/main/index.php/Asoundrc
i was reading here:
https://wiki.archlinux.org/index.php...d_is_installed

what is considered a reliable source??

and why do folder permissions keep reverting?
 
Old 06-21-2016, 07:14 AM   #4
WTFDOIDONOW???
LQ Newbie
 
Registered: Jun 2016
Posts: 25

Original Poster
Rep: Reputation: Disabled
Emerson,

i would appreciate if you did not follow me to this post and attempt to haze me here as well.

i am seeking help, if you cannot help, which its apparant from my other post that you dont want to help, please go harass somebody else.
 
Old 06-21-2016, 07:17 AM   #5
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Reliable source is manual written by authors of application.
Wiki is more or less reliable, but it is a community effort and should be take with caution.
Forum postings are useful, but can be misleading, take with big grain of salt.

Permissions in /var are maintained by system, admin or user do not edit anything there.
See man hier, *nix systems are well organized, system wide configuration files are in /etc, user level configuration files are in users home directory.
 
Old 06-21-2016, 07:18 AM   #6
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
Originally Posted by WTFDOIDONOW??? View Post
Emerson,

i would appreciate if you did not follow me to this post and attempt to haze me here as well.

i am seeking help, if you cannot help, which its apparant from my other post that you dont want to help, please go harass somebody else.
OK, I didn't see your last post in time. Will not reply to your posts from now on. Sorry for trying to help you.
 
Old 06-21-2016, 07:23 AM   #7
WTFDOIDONOW???
LQ Newbie
 
Registered: Jun 2016
Posts: 25

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Emerson View Post
OK, I didn't see your last post in time. Will not reply to your posts from now on. Sorry for trying to help you.
cmon now you know you and your friends were being pretty lame to me in my last post.

nobody offered any help,
 
Old 06-21-2016, 07:24 AM   #8
WTFDOIDONOW???
LQ Newbie
 
Registered: Jun 2016
Posts: 25

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Emerson View Post
OK, I didn't see your last post in time. Will not reply to your posts from now on. Sorry for trying to help you.
seriously,, youre trying to help?? and you couldnt post on my other thread??

please


can anybody give some help? or troubleshooting steps??

pretty please??

Last edited by WTFDOIDONOW???; 06-21-2016 at 07:26 AM.
 
Old 06-21-2016, 07:59 AM   #9
WTFDOIDONOW???
LQ Newbie
 
Registered: Jun 2016
Posts: 25

Original Poster
Rep: Reputation: Disabled
@ emerson

i apoligize for my earlier transgressions,

i have felt less than welcomed by this community thus far.

your help is greatly appreciated.

~Frustrated User
 
Old 06-21-2016, 04:12 PM   #10
urbanwks
Member
 
Registered: Sep 2003
Distribution: Slackware64-Current, FreeBSD 12.1, Alpine 5.4, Manjaro 19, Alpine on WSL [Win10]
Posts: 194

Rep: Reputation: 213Reputation: 213Reputation: 213
In this thread, you don't mention it, but I gather you're still using Kali (always mention your distro and version). If you are, are you booting it as a live CD/USB, as is recommended?

If you are, then no changes are ever going to persist through reboot, unless you enable persistence. Did you do that? Tons of tutorials out there; just search for "kali persistence".

This is pretty basic stuff. Well below Kali's pay grade.

If you want to use Kali because you think it will make you "hard core", as mentioned elsewhere, it won't. It's not more or less difficult than any other distro. It's just meant for something specific. If you want to be "hard core" or "l33t" or whatever, install Slackware and start installing and configuring the tools you'd want to use that are pre-included in Kali. Or Linux From Scratch.
 
Old 06-21-2016, 08:31 PM   #11
WTFDOIDONOW???
LQ Newbie
 
Registered: Jun 2016
Posts: 25

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by urbanwks View Post
In this thread, you don't mention it, but I gather you're still using Kali (always mention your distro and version). If you are, are you booting it as a live CD/USB, as is recommended?

If you are, then no changes are ever going to persist through reboot, unless you enable persistence. Did you do that? Tons of tutorials out there; just search for "kali persistence".

This is pretty basic stuff. Well below Kali's pay grade.

If you want to use Kali because you think it will make you "hard core", as mentioned elsewhere, it won't. It's not more or less difficult than any other distro. It's just meant for something specific. If you want to be "hard core" or "l33t" or whatever, install Slackware and start installing and configuring the tools you'd want to use that are pre-included in Kali. Or Linux From Scratch.
i am not booting live.
i did an install
 
Old 06-21-2016, 11:08 PM   #12
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Thumbs up

Quote:
Originally Posted by Emerson View Post
Reliable source is manual written by authors of application.
Wiki is more or less reliable, but it is a community effort and should be take with caution.
Forum postings are useful, but can be misleading, take with big grain of salt.

Permissions in /var are maintained by system, admin or user do not edit anything there.
See man hier, *nix systems are well organized, system wide configuration files are in /etc, user level configuration files are in users home directory.
Code:
man hier
I'v not seen that one, cool.
Code:
man man


WTFDOIDONOW??? Don't know if this will help you but serching "Kali sound" hit:
https://www.youtube.com/watch?v=-FgMni9I374
https://forums.kali.org/showthread.p...art-pulseaudio...
...

This could be for one of your other issues?:
Quote:
Originally Posted by urbanwks View Post
...
If you are, then no changes are ever going to persist through reboot, unless you enable persistence. Did you do that? Tons of tutorials out there; just search for "kali persistence".
...
 
Old 06-21-2016, 11:10 PM   #13
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Nevermind that last part as I just saw your last post.
Quote:
Originally Posted by WTFDOIDONOW??? View Post
i am not booting live.
i did an install
http://www.linuxquestions.org/questi...ng-4175582792/

http://docs.kali.org/category/introduction
Read More →
Read More →
&c


http://www.tutorialspoint.com/develo...s_practice.htm

Last edited by jamison20000e; 06-21-2016 at 11:51 PM. Reason: added quote and on...
 
Old 06-22-2016, 04:23 PM   #14
WTFDOIDONOW???
LQ Newbie
 
Registered: Jun 2016
Posts: 25

Original Poster
Rep: Reputation: Disabled
Solved,

not 100% sure if this is what actually did it but it worked after this

apt-get install software-properties-common

...

it works now..

bur Sb Recon3d only has 2 outputs availible
Digital
Headphones.

switched to headphones, and it outputs through the 7.1 interface and while i cannot alter balance among the 7 channels, all channels seem to respond.

Appologies, i was working in between forum posts, and did not see some of the advice posted before trying this.

i still read the advised posts.

i appreciate everybody who posted

Last edited by WTFDOIDONOW???; 06-22-2016 at 04:24 PM.
 
Old 06-22-2016, 04:31 PM   #15
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by WTFDOIDONOW??? View Post
i am not booting live.
i did an install
BTW - you will continue to have problem after problem with this system until you finally do as has been suggested by many people (including the Kali developers themselves), and reserve Kali for a live testing environment and switch your base system to a normal Linux distribution. Note I didn't say easier or simpler, I said normal, as in, a distro that was actually designed to be installed on a computer and used on a daily basis, which Kali is not.

What you're doing is akin to using an 18-wheeler as a daily driver. Yes it's a vehicle, and yes it can drive on roads, but it was not designed to be parked in your driveway and driven to work in rush hour traffic every morning, and forcing it into that role is going to be far more trouble than its worth. Same goes for using Kali to do anything other than booting to a temporary live session for a short bout of targeted penetration testing.

Last edited by suicidaleggroll; 06-22-2016 at 04:35 PM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Write permissions jhenry Linux - Newbie 3 11-29-2012 03:21 PM
'write permissions einstien Linux - General 1 03-28-2005 07:47 AM
write permissions ScottCamp Linux - Newbie 0 10-20-2004 09:13 AM
Write permissions kougar Linux - Newbie 13 06-04-2004 11:43 AM
Write permissions nuttiernu Linux - General 4 02-03-2003 08:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration