LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 03-25-2007, 08:05 PM   #1
pajoe
Member
 
Registered: May 2005
Location: South Central Pennsylvania
Distribution: Kubuntu 12.04
Posts: 41

Rep: Reputation: 15
kubuntu$ aplay: device_list:222: no soundcards found..


The sound was working fine on my current kubuntu edgy, it still works fine with a kubuntu edgy live cd, but will not work with my current configuration. It appears that everything is loaded and I have audio in my secondary groups .

$ aplay -l
aplay: device_list:222: no soundcards found...

$ lspci | grep audio
00:0a.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)

$ sudo lspci -v
00:0a.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)
Subsystem: Ensoniq Creative Sound Blaster AudioPCI64V, AudioPCI128
Flags: bus master, slow devsel, latency 64, IRQ 9
I/O ports at d400 [size=64]
Capabilities : [dc] Power Management version 1


$ lsmod | grep snd

snd_ens1371 28704 0
gameport 17160 1 snd_ens1371
snd_ac97_codec 97696 1 snd_ens1371
snd_ac97_bus 3456 1 snd_ac97_codec
snd_pcm_oss 47360 0
snd_pcm 84612 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss
snd_mixer_oss 19584 1 snd_pcm_oss
snd_seq_dummy 4996 0
snd_seq_oss 36480 0
snd_seq_midi 9984 0
snd_rawmidi 27264 2 snd_ens1371,snd_seq_midi
snd_seq_midi_event 8960 2 snd_seq_oss,snd_seq_midi
snd_seq 59120 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 25348 2 snd_pcm,snd_seq
snd_seq_device 9868 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 58372 10 snd_ens1371,snd_ac97_codec,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_seq_oss,snd_rawmidi,snd_seq,snd_tim er,snd_seq_device
soundcore 11232 1 snd
snd_page_alloc 11400 1 snd_pcm

I tried purging alsa-base alsa-utils

sudo apt-get --purge remove linux-sound-base alsa-base alsa-utils
sudo apt-get install linux-sound-base alsa-base alsa-utils


I found and installed alsa-utils_1.0.11-6ubuntu2seveas1_i386.deb and ran the included alsaconf which went through the process of finding the ens1371 sound card and set everything up , I got a slight click through the speakers and alsaconf reported it was successful but still nothing, no soundcard found.


~$ sudo /etc/init.d/alsa-utils restart
* Shutting down ALSA... * warning: 'alsactl store' failed with error message 'alsactl: save_state:1163: No soundcards found...'... [fail]
* Setting up ALSA... * warning: 'alsactl restore' failed with error message 'alsactl: load_state:1236: No soundcards found...'... [ ok ]


Using the kde system settings for the sound system give no results when I try to test it. I tried loading various sound systems.



I did install an epson usb scanner the other day, but don't remember if I used the sound afterwards.

Any helpful information on how to restore the sound will be sincerely appreciated.

joe

Last edited by pajoe; 03-25-2007 at 08:10 PM.
 
Old 03-27-2007, 05:04 AM   #2
DJNolz83
Member
 
Registered: Aug 2006
Distribution: Ubuntu
Posts: 91

Rep: Reputation: 15
What happens when you run "aplay -l" with the live CD?
Also, try the other commands you have listed. is there anything different in there on the live CD that does not/does appear in the config on your box?

I Have a thoery that something is being loaded on the live CD that isnt/is on your main config, and this is why the sound works on the live CD, but not on the main config.....
 
Old 03-27-2007, 06:01 AM   #3
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
http://www.linuxforums.org/forum/deb...other-one.html
 
Old 03-30-2007, 06:18 AM   #4
pajoe
Member
 
Registered: May 2005
Location: South Central Pennsylvania
Distribution: Kubuntu 12.04
Posts: 41

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by DJNolz83
What happens when you run "aplay -l" with the live CD?
Also, try the other commands you have listed. is there anything different in there on the live CD that does not/does appear in the config on your box?

I Have a thoery that something is being loaded on the live CD that isnt/is on your main config, and this is why the sound works on the live CD, but not on the main config.....
thanks,

Your theory sounds reasonable, I will try again, a quick look at the live dvd and it aplay -l lists it. I am going to unplug the recently installed usb scanner to see if it makes a difference. I know it was working OK until I made
some changes recently, it's something I did wrong.

(live dvd)


ubuntu@ubuntu:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: AudioPCI [Ensoniq AudioPCI], device 0: ES1371/1 [ES1371 DAC2/ADC]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: AudioPCI [Ensoniq AudioPCI], device 1: ES1371/2 [ES1371 DAC1]
Subdevices: 1/1
Subdevice #0: subdevice #0


ubuntu@ubuntu:~$ lspci | grep audio
00:0a.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)

00:0a.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)
Subsystem: Ensoniq Creative Sound Blaster AudioPCI64V, AudioPCI128
Flags: bus master, slow devsel, latency 64, IRQ 9
I/O ports at d400 [size=64]
Capabilities: [dc] Power Management version 1

snd_ens1371 28704 1
gameport 17160 1 snd_ens1371
snd_rawmidi 27264 1 snd_ens1371
snd_seq_device 9868 1 snd_rawmidi
snd_ac97_codec 97696 1 snd_ens1371
snd_ac97_bus 3456 1 snd_ac97_codec
snd_pcm_oss 47360 0
snd_mixer_oss 19584 1 snd_pcm_oss
snd_pcm 84612 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss
snd_timer 25348 1 snd_pcm
snd 58372 10 snd_ens1371,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11232 1 snd
snd_page_alloc 11400 1 snd_pcm

ubuntu@ubuntu:~$ lsmod | grep snd
snd_ens1371 28704 1
gameport 17160 1 snd_ens1371
snd_rawmidi 27264 1 snd_ens1371
snd_seq_device 9868 1 snd_rawmidi
snd_ac97_codec 97696 1 snd_ens1371
snd_ac97_bus 3456 1 snd_ac97_codec
snd_pcm_oss 47360 0
snd_mixer_oss 19584 1 snd_pcm_oss
snd_pcm 84612 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss
snd_timer 25348 1 snd_pcm
snd 58372 10 snd_ens1371,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11232 1 snd
snd_page_alloc 11400 1 snd_pcm

Last edited by pajoe; 03-30-2007 at 06:22 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[ALSA]: no soundcards found... G00fy Linux - Hardware 4 05-22-2006 12:18 AM
No soundcards were found lonelyghost317 Linux - Hardware 2 06-06-2005 11:22 PM
alsactl: load_state:1134: No soundcards found... kawdk Linux - Software 0 06-10-2004 08:20 AM
alsactl: No soundcards found... Kamholio Mandriva 1 04-26-2004 09:48 AM
A boot: no soundcards found (alasa failed) jfi Mandriva 2 02-27-2004 04:06 PM

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

All times are GMT -5. The time now is 10:03 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