Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
09-08-2004, 09:45 PM
|
#1
|
Member
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356
Rep:
|
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!)
|
|
|
09-08-2004, 09:51 PM
|
#2
|
Member
Registered: Jan 2004
Location: Pakistan
Distribution: OpenSuse 10.2, Slackware 11, Solaris 10
Posts: 415
Rep:
|
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
|
|
|
09-08-2004, 11:33 PM
|
#3
|
Member
Registered: Jun 2004
Distribution: Slackware
Posts: 200
Rep:
|
don't forget `alsactl store` has to be done as root.
|
|
|
09-09-2004, 03:31 AM
|
#4
|
Member
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356
Original Poster
Rep:
|
Why there is no alsaconfig - command not found? I even reinstalled alsa packages.
I'm running this on XTerm.
|
|
|
09-10-2004, 08:41 AM
|
#5
|
Member
Registered: Nov 2003
Location: Bulgaria
Distribution: Vector Linux, Morphix
Posts: 321
Rep:
|
/sbin/modprobe sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x300
|
|
|
09-10-2004, 09:21 PM
|
#6
|
Member
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356
Original Poster
Rep:
|
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.
|
|
|
09-10-2004, 09:56 PM
|
#7
|
Member
Registered: Apr 2004
Distribution: Slackware 10, Open BSD 3.6, Mac OS 10.3.7, Splack 10 beta
Posts: 393
Rep:
|
can you print you dmesg and lspci
|
|
|
09-11-2004, 12:43 AM
|
#8
|
Member
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356
Original Poster
Rep:
|
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.
|
|
|
09-11-2004, 02:58 AM
|
#9
|
Member
Registered: Nov 2003
Location: Bulgaria
Distribution: Vector Linux, Morphix
Posts: 321
Rep:
|
/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
|
|
|
09-11-2004, 03:09 AM
|
#10
|
Member
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356
Original Poster
Rep:
|
Ok I will try it again on Monday.
|
|
|
09-18-2004, 01:38 AM
|
#11
|
Member
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356
Original Poster
Rep:
|
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
|
|
|
09-25-2004, 01:10 AM
|
#12
|
LQ Newbie
Registered: Sep 2004
Distribution: Slackware
Posts: 2
Rep:
|
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
|
|
|
09-25-2004, 01:56 AM
|
#13
|
Member
Registered: Jun 2004
Location: Metro Manila, Philippines
Distribution: Linuxmint, Slackware
Posts: 356
Original Poster
Rep:
|
I haven't tried playing MP3 yet. What media player you're using?
|
|
|
09-25-2004, 05:56 PM
|
#14
|
Member
Registered: Nov 2003
Location: Bulgaria
Distribution: Vector Linux, Morphix
Posts: 321
Rep:
|
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
|
|
|
09-26-2004, 07:54 PM
|
#15
|
LQ Newbie
Registered: Sep 2004
Distribution: Slackware
Posts: 2
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 04:53 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|