LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-08-2004, 09:45 PM   #1
gani
Member
 
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356

Rep: Reputation: 34
Es1869 Sound Card: Mute


I used sb to detect my ES1869F ISA sound card installed in my old Deskpro EN Compaq PC. sb was able to detect my card using its default settings but when I tried playing CD audio to test, ... IT'S MUTE, even the volume is at full setting.

I'm using Slack 10 and KDE 3.3. Did I still miss something that need to work on to?

Thanks for any help..

(I love using Slackware, it' fast and stable though can't play me audio!)
 
Old 09-08-2004, 09:51 PM   #2
irfanhab
Member
 
Registered: Jan 2004
Location: Pakistan
Distribution: OpenSuse 10.2, Slackware 11, Solaris 10
Posts: 415

Rep: Reputation: 34
sb? did you try to have it detected by ALSA
in terminal go
alsaconfig
go through th detection process than

in terminal try
alsamixer
put everything to max volume than go
alsactl store
to store settings
 
Old 09-08-2004, 11:33 PM   #3
Lord Zoltar
Member
 
Registered: Jun 2004
Distribution: Slackware
Posts: 200

Rep: Reputation: 30
don't forget `alsactl store` has to be done as root.
 
Old 09-09-2004, 03:31 AM   #4
gani
Member
 
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356

Original Poster
Rep: Reputation: 34
Why there is no alsaconfig - command not found? I even reinstalled alsa packages.

I'm running this on XTerm.
 
Old 09-10-2004, 08:41 AM   #5
Ipolit
Member
 
Registered: Nov 2003
Location: Bulgaria
Distribution: Vector Linux, Morphix
Posts: 321

Rep: Reputation: 33
/sbin/modprobe sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x300
 
Old 09-10-2004, 09:21 PM   #6
gani
Member
 
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356

Original Poster
Rep: Reputation: 34
Yes I have done that already by uncommenting that line in rc.modules. It was detected using that settings but I still can't hear any from my speakers.

When I tried alsactl store, it said that no sound card found.
 
Old 09-10-2004, 09:56 PM   #7
zaicheke
Member
 
Registered: Apr 2004
Distribution: Slackware 10, Open BSD 3.6, Mac OS 10.3.7, Splack 10 beta
Posts: 393

Rep: Reputation: 30
can you print you dmesg and lspci
 
Old 09-11-2004, 12:43 AM   #8
gani
Member
 
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356

Original Poster
Rep: Reputation: 34
I'm out of my box now and its Saturday today here I can give it on Monday instead. Its on dmesg actually as ES1869 chip. That means it's loaded by the kernel.
 
Old 09-11-2004, 02:58 AM   #9
Ipolit
Member
 
Registered: Nov 2003
Location: Bulgaria
Distribution: Vector Linux, Morphix
Posts: 321

Rep: Reputation: 33
/sbin/modprobe sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x300
my computer is same as yours
this is not uncommented line - DMA is changed from 3 to 1
 
Old 09-11-2004, 03:09 AM   #10
gani
Member
 
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356

Original Poster
Rep: Reputation: 34
Ok I will try it again on Monday.
 
Old 09-18-2004, 01:38 AM   #11
gani
Member
 
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356

Original Poster
Rep: Reputation: 34
I'm now playing audio while typing this post.

In my rc.modules it goes this way:

### OSS Sound support ###
### (Old Sound System ;-)
# Sound Blaster Pro/16 support:
/sbin/modprobe sb io=0x220 irq=5 dma=3 dma16=5 mpu_io=0x300
# Sound Blaster Live support:
#/sbin/modprobe emu10k1
 
Old 09-25-2004, 01:10 AM   #12
dmende
LQ Newbie
 
Registered: Sep 2004
Distribution: Slackware
Posts: 2

Rep: Reputation: 0
problems with MP3

I have an ES1869 in an Armada 1700 and configured everything the way that you guys did and I can play cd audio just fine. I cannot seem to get MP3's to play. I get an error message saying to make sur my sound card is configured correctly.

Also this is the message I get from dmesg after boot:

isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
sb: No ISAPnP cards found, trying standard ones...
sb: dsp reset failed.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Linux Kernel Card Services 3.1.22
options: [pci] [cardbus] [pm]
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Intel ISA PCIC probe: not found.

Thanks in advance for the help.

Darren
 
Old 09-25-2004, 01:56 AM   #13
gani
Member
 
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356

Original Poster
Rep: Reputation: 34
I haven't tried playing MP3 yet. What media player you're using?
 
Old 09-25-2004, 05:56 PM   #14
Ipolit
Member
 
Registered: Nov 2003
Location: Bulgaria
Distribution: Vector Linux, Morphix
Posts: 321

Rep: Reputation: 33
in your xmms choose Options, preferences, audio plugin.
If you have configured your sound card the way shown in this thread, you have to choose Arts, Oss, or Esound.
I don't know how is in slack 10 but in 9.1 there was a bug with esd (or I think so). esd package comming with the distro didn't work and I had to install the package from 9.0.
Luck
 
Old 09-26-2004, 07:54 PM   #15
dmende
LQ Newbie
 
Registered: Sep 2004
Distribution: Slackware
Posts: 2

Rep: Reputation: 0
I'm using XMMS and have set all the inputs and output options. I've also tried other player and none seem to work. As far as I can tell, it is only MP3's as I can play audio files.
 
  


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
ES1869 Sound Card / HSF 5k Modem rehmansherazi Linux - Hardware 1 03-18-2004 08:23 AM
suse 8.1 integrated Es1869 sound card smittycb10 Linux - Newbie 13 07-26-2003 09:30 AM
ES1869 Sound Card problem -- Slackware!! HHHHEEEEEEEELLLLLLLLPPPPPPP digiwired Linux - Hardware 3 04-26-2003 07:18 PM
Need help finding a sound card driver (ES1869) calimer Linux - Hardware 3 04-23-2003 02:16 PM
problem with ESS ES1869 sound card in mandrake 9 CCeng Linux - Hardware 1 01-30-2003 04:40 AM

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

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