LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Deepin
User Name
Password
Linux Deepin This forum is for the discussion of Linux Deepin.

Notices


Reply
  Search this Thread
Old 12-12-2019, 12:34 PM   #16
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,841

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148

Quote:
Originally Posted by Vlvi View Post
I dont have the file "alsa-base.conf" in this directory /etc/modprobe.d/
actually i don't have it anywhere, tried looking for it.
This might be indicative of your issue then. Is the alsa-base package even installed?

Here's a blog describing "no sound" and how to reinstall alsa-base etc if necessary....
https://itsfoss.com/fix-sound-ubuntu-1304-quick-tip/
 
1 members found this post helpful.
Old 12-13-2019, 12:31 PM   #17
Vlvi
LQ Newbie
 
Registered: Dec 2019
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ferrari View Post
This might be indicative of your issue then. Is the alsa-base package even installed?

Here's a blog describing "no sound" and how to reinstall alsa-base etc if necessary....
https://itsfoss.com/fix-sound-ubuntu-1304-quick-tip/
Well tried uninstalling alsa and pulseaudio in order to install them again. could do it for pulseaudio but alsa returns ~$ sudo apt-get install alsa-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package alsa-base is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'alsa-base' has no installation candidate

also for some reason uninstalling those 2 also uninstalled the "settings" control center, which is actually a bigger problem than no sound ^^
 
Old 12-13-2019, 07:23 PM   #18
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,841

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
As already mentioned I'm not a Deepin user, so can only provide limited/general advice here. I'm not sure what alsa* packages would constitute a working ALSA environment, but perhaps show us what is installed...

Code:
sudo apt list --installed |grep alsa
 
1 members found this post helpful.
Old 12-13-2019, 07:26 PM   #19
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,841

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
This wiki may be useful
https://wiki.debian.org/ALSA#Packages
In particular...
Quote:
Loading modules

alsa-base packages are designed to "just" work. The alsa-base package does not load modules; instead, udev detects the sound hardware and loads the right ALSA modules and then alsa-base takes care of setting usable mixer levels.

Configure alsa by running the command 'alsactl init' as root. Then reboot and try to test your sound. For more details please see this thread.

You can also try to detect and configure your sound card manually.

If you have a PCI soundcard, do a 'lspci -v' to list all available pci devices. The list will most probably include a reference to a multimedia audio device: that is your SoundCard.

For a USB card, use lsusb.

You could now have a look at the ALSA's soundcard-matrix to find out which driver name can be used for the chipset you found.
 
1 members found this post helpful.
Old 12-14-2019, 05:03 AM   #20
Vlvi
LQ Newbie
 
Registered: Dec 2019
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ferrari View Post
As already mentioned I'm not a Deepin user, so can only provide limited/general advice here. I'm not sure what alsa* packages would constitute a working ALSA environment, but perhaps show us what is installed...

Code:
sudo apt list --installed |grep alsa
~$ sudo apt list --installed |grep alsa

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

alsa-utils/lion,now 1.1.3-1 amd64 [instalado]
 
Old 12-14-2019, 03:25 PM   #21
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,841

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
Ok, it seems that your alsa environment is not complete. I can't help further as I just don't know enough about the distro you're using. You should share the configured sources (/etc/apt/sources.list and the files contained in /etc/apt/sources.list.d/ assuming there are additional repos configured there). Hopefully another Deepin user can chime in here.
 
1 members found this post helpful.
Old 12-15-2019, 12:23 AM   #22
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Hi

Quote:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Not a deepin user either but try showing the results for these commands....don't worry if some appear duplcated

Code:
dpkg -l | grep alsa
dpkg -l | sound
I don't read Mandarin but found this page
https://wiki.deepin.org/wiki/%E5%A3%B0%E5%8D%A1

which suggests min for alsa should return alsa-base and alsa-utils

Last edited by aus9; 12-15-2019 at 12:34 AM.
 
1 members found this post helpful.
Old 12-15-2019, 12:49 AM   #23
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,841

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
Quote:
which suggests min for alsa should return alsa-base and alsa-utils
Which is what I would surmise, but earlier in the thread the OP attempted to reinstall with an error message...
Code:
 ~$ sudo apt-get install alsa-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package alsa-base is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'alsa-base' has no installation candidate
Maybe the necessary repo is missing??
 
1 members found this post helpful.
Old 12-19-2019, 08:04 PM   #24
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
hmmm yes well I am not sure if OP is geoblocked but maybe he can use a web browser to download the deb
maybe from here
http://mirror.aarnet.edu.au/pub/deep...0.27+1_all.deb

if geoblocked choose a different mirror from here
https://www.deepin.org/en/mirrors/packages/
click into a
click into alsa-base and download the deb

Next if the file manager allows it....click on the download should start up the debian installer
otherwise do a command?

Code:
sudo dpkg -i alsa-base*deb
 
1 members found this post helpful.
Old 12-19-2019, 08:13 PM   #25
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Quote:
Maybe the necessary repo is missing??
could be that OP has only the cd repo enabled or failed to update the apt repo database with

Code:
sudo apt update
in which maybe Vlvi could show the list repos by

Code:
cat /etc/apt/sources.list  # for me  thats empty so instead

ls /etc/apt/sources.list.d/
# and likely 
cat /etc/apt/sources.list.d/debian.list
 
1 members found this post helpful.
Old 01-01-2020, 10:23 AM   #26
Vlvi
LQ Newbie
 
Registered: Dec 2019
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aus9 View Post
could be that OP has only the cd repo enabled or failed to update the apt repo database with

Code:
sudo apt update
in which maybe Vlvi could show the list repos by

Code:
cat /etc/apt/sources.list  # for me  thats empty so instead

ls /etc/apt/sources.list.d/
# and likely 
cat /etc/apt/sources.list.d/debian.list
Code:
~$ cat /etc/apt/sources.list
## Generated by deepin-installer
deb [by-hash=force] http://packages.deepin.com/deepin lion main contrib non-free
#deb-src http://packages.deepin.com/deepin lion main contrib non-free

~$ cat /etc/apt/sources.list.d/debian.list
cat: /etc/apt/sources.list.d/debian.list: No such file or directory exits
 
Old 01-01-2020, 10:25 AM   #27
Vlvi
LQ Newbie
 
Registered: Dec 2019
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aus9 View Post
hmmm yes well I am not sure if OP is geoblocked but maybe he can use a web browser to download the deb
maybe from here
http://mirror.aarnet.edu.au/pub/deep...0.27+1_all.deb

if geoblocked choose a different mirror from here
https://www.deepin.org/en/mirrors/packages/
click into a
click into alsa-base and download the deb

Next if the file manager allows it....click on the download should start up the debian installer
otherwise do a command?

Code:
sudo dpkg -i alsa-base*deb
First link worked. clicked the download and said "this is a dummy package which removes...">accept>installation was sucesful. What now ?

Last edited by Vlvi; 01-01-2020 at 10:28 AM.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
no sound from sound blaster PCI sound card using mandrake-linux 10.1 box nila56 Linux - Hardware 2 05-29-2006 02:48 PM
Sound, sound, and more sound raysr Mandriva 0 02-27-2005 08:38 PM
bah.. Sound sound sound.. help =/ xushi Slackware 5 09-22-2004 09:22 PM
sound sound sound cprogrck Linux - Newbie 8 05-30-2004 08:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Deepin

All times are GMT -5. The time now is 12:59 AM.

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