LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-16-2006, 06:39 AM   #1
illuminaer
LQ Newbie
 
Registered: Apr 2006
Posts: 4

Rep: Reputation: 0
Angry audioPCI-97 not working


I just trashed windows and installed Debian. The sound card, an Ensoniq ES1371 AudioPCI-97 worked just fine. I didn't even have to touch it. But I wasn't happy overall with Debian, so I downloaded the latest fedora (2.6.11-1.1369_FC4) and installed that. Unfortunatly, the sound does not work now. Booting into Gnome, I tried opening up the soundcard detection. It listed the correct soundcard, and said that it was using the snd-ens1371 module, but it did not play the test sound, or any other sound either.

Booting into KDE I got the message,

"Sound server informational message:
Error while initializing the sound driver:
device: default can't be opened for playback (Invalid argument)
The sound server will continue, using the null output device."

I read through a bunch of posts, but all of the ones I could see seemed to be about installing the correct module. I know the soundcard works with linux, both because it is on the hcl here, and because I heard it (in debian). I don't have any idea what to try doing.

the lspci output:
00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] (rev c4)
00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo MVP3/Pro133x AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] (rev 23)
00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 10)
00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 11)
00:07.3 Host bridge: VIA Technologies, Inc. VT82C596 Power Management (rev 30)
00:0e.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)
00:11.0 Ethernet controller: Linksys NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)
00:13.0 Modem: PCTel Inc HSP MicroModem 56 (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 MX 100 DDR/200 DDR] (rev b2)
 
Old 04-17-2006, 02:02 AM   #2
illuminaer
LQ Newbie
 
Registered: Apr 2006
Posts: 4

Original Poster
Rep: Reputation: 0
Thumbs down still need help

Okay, so since I had no clue what to do, I went ahead and installed Fedora Core 5 (2.6.15-1.2054_FC5). Same problem. It detects the correct soundcard, and installs the same module, but still no end, unless I turn the volume control in linux all the way up. If I do that, I get some static. After failing to install the soundcard correctly, the computer referred me to /root/scsound.log. I have included what I thought was relevant.

-----------------lsmod-----------------------------
Module Size Used By
snd_ens1371 24801 1
gameport 15177 1 snd_ens1371
snd_rawmidi 24001 1 snd_ens1371
snd_ac97_codec 83937 1 snd_ens1371
snd_ac97_bus 2497 1 snd_ac97_codec
snd_seq_dummy 3781 0
snd_seq_oss 28993 0
snd_seq_midi_event 7105 1 snd_seq_oss
snd_seq 47153 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 8909 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 45009 0
snd_mixer_oss 16449 2 snd_pcm_oss
snd_pcm 76869 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss
snd_timer 22597 2 snd_seq,snd_pcm
snd 50501 10 snd_ens1371,snd_rawmidi,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss, snd_pcm,snd_timer
soundcore 9377 2 snd
snd_page_alloc 10441 1 snd_pcm

------- /etc/modprobe.conf --------
alias eth0 tulip
alias snd-card-0 snd-ens1371
options snd-card-0 index=0
options snd-ens1371 index=0
remove snd-ens1371 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ens1371

------- /etc/asound.conf --------
#Generated by system-config-soundcard, do not edit by hand
#SWCONF
#DEV 0
defaults.pcm.card 0
defaults.pcm.device 0
defaults.ctl.card 0

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

------- /proc/asound/version --------
Advanced Linux Sound Architecture Driver Version 1.0.11rc2 (Wed Jan 04 08:57:20 2006 UTC).

------- rpm -q alsa-lib --------
alsa-lib-1.0.11-3.rc2.2

------- rpm -q alsa-utils --------
alsa-utils-1.0.11-3.rc2

------- /proc/asound/modules --------
0 snd_ens1371

------- /proc/asound/pcm --------
00-01: ES1371/2 : ES1371 DAC1 : playback 1
00-00: ES1371/1 : ES1371 DAC2/ADC : playback 1 : capture 1

------- system-config-soundcard --------

/usr/share/system-config-soundcard/soundcard.py:273: DeprecationWarning: use gtk.ComboBox
self.primarySubDeviceOptionMenu = gtk.OptionMenu()
/usr/share/system-config-soundcard/soundcard.py:308: GtkDeprecationWarning: gtk.timeout_add is deprecated, use gobject.timeout_add instead
self.timer = gtk.timeout_add (100, self.checkStatus, self)
/usr/share/system-config-soundcard/soundcard.py:548: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead
gtk.main()
Playing WAVE '/usr/share/system-config-soundcard/sound-sample.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
Read config:
card 0
device 0
HW 0
----------- Kudzu -------------
Desc: Ensoniq ES1371 [AudioPCI-97]
Driver: snd-ens1371
Device: None

----------- **** -------------


Now, I am in all respects to linux, a newbie. I have very little idea what any of that really means. Any help would be greatly appreciated.
 
Old 04-17-2006, 05:21 PM   #3
illuminaer
LQ Newbie
 
Registered: Apr 2006
Posts: 4

Original Poster
Rep: Reputation: 0
anybody have any ideas?

I still haven't heard any ideas, or found any solutions. I checked all of my cables again, I read many more posts, but stil nothing. Does nobody have any ideas as to what the problem could be? If not, I'm going to have to switch back to Debian and sort out my other issues with it.
 
Old 04-18-2006, 09:06 AM   #4
lebabyg
Member
 
Registered: Mar 2006
Location: UK
Distribution: Ubuntu Feisty
Posts: 272

Rep: Reputation: 30
Could be the volume controls, have a look at them. There may be a muted one!! Or like me you may have pressed the mute button on your comp. If it lists the device then that could be the problem. Good luck

Last edited by lebabyg; 04-18-2006 at 09:08 AM.
 
Old 04-18-2006, 10:43 AM   #5
illuminaer
LQ Newbie
 
Registered: Apr 2006
Posts: 4

Original Poster
Rep: Reputation: 0
nope

nope, that wasn't it. I went ahead and reinstalled debian, just to check that the card actually did work, and yes, it does work in debian, without me having to touch a single configuration file or driver. Ironically, Debian is using the same driver as Fedora attempted to use.
 
Old 04-18-2006, 02:12 PM   #6
bit_reaper
LQ Newbie
 
Registered: Apr 2006
Posts: 1

Rep: Reputation: 0
Lightbulb Check /dev file perms

The files /dev/dsp and /dev/snd/* might need perms changed on them to allow you to read/write them.

Check these and if you change them, restart KDE/Gnome or even reboot to ensure that the sound daemon restarts.

bit_reaper.
 
  


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
F1 - F10 not working when F13 - F20 working in Linux haivinay Linux - General 0 09-20-2004 08:31 AM
F3-F10 is not working when F13-F20 is working in redht-8. haivinay Linux - General 0 09-20-2004 07:39 AM
Link/Applet not working in all Linux browsers, but working in IE MasterPatricko Linux - Software 6 09-04-2004 04:39 AM
Ensoniq AudioPCI soundcard not found or device busy... wiBo Linux - General 6 08-07-2004 05:57 AM
cannot download files in mozilla -save dialog not working, galeon not working cmisip Linux - General 0 08-03-2003 04:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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