LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 02-11-2006, 09:27 PM   #1
Pepto
LQ Newbie
 
Registered: Dec 2005
Location: Silt, Colorado USA
Distribution: dsl; suse 9.1 personal; slackware; puppy
Posts: 8

Rep: Reputation: 0
sound problem with 10.2


this is all with the stock 2.4.31 kernel. I've been trying off and on for a couple of weeks to get the sound working but so nothing has worked. After reading what I could find, and trying most of it, I've collected a lot of the system info into the listing below. Take a look please and see if you can spot what I'm obviously missing:

Quote:
dmesg output:
<snip>
isapnp: Scanning for PnP cards...
isapnp: Card 'OPL3-SA3 Snd System'
isapnp: 1 Plug & Play card detected total
<snip>

lspci output:
root@darkstar:~# lspci
00:00.0 Host bridge: Intel Corporation 440LX/EX - 82443LX/EX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440LX/EX - 82443LX/EX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 01)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 01)
00:0d.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
01:00.0 VGA compatible controller: S3 Inc. ViRGE/GX2 (rev 04)

I didn't expect to see the card listed above since it's on the motherboard and not a separate card.

I did follow the procedure listed at alsa-project.org. According to their card matrix, (my chipset is a Yamaha ymf715) it is generic device that uses the opl3-sa2 driver. so I download the 1.0.10 driver, utils, and lib packages per instructions and install them. That seems to work ok, although with the usual collection of warning messages and errors whizzing by on the screen. I also pasted the appropriate stuff into modules.conf and created the .asoundrc file in the home directory for root.

root@darkstar:~# modprobe snd-opl3-sa2;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
modprobe: Can't locate module snd-opl3-sa2
modprobe: Can't locate module snd-pcm-oss
modprobe: Can't locate module snd-mixer-oss
modprobe: Can't locate module snd-seq-oss

lsmod output:
root@darkstar:~# lsmod
Module Size Used by Not tainted
soundcore 3300 0 (autoclean)
ndiswrapper 145336 0
parport_pc 14692 1 (autoclean)
lp 6340 0 (autoclean)
parport 22472 1 (autoclean) [parport_pc lp]
uhci 23804 0 (unused)
usbcore 56780 1 [ndiswrapper uhci]
pcmcia_core 39460 0
ide-scsi 9392 0
agpgart 45284 0 (unused)

I can however do this:

modprobe opl3sa2

and then lsmod gives this output:

root@darkstar:~# lsmod
Module Size Used by Not tainted
opl3sa2 7664 0 (unused)
ad1848 22028 0 [opl3sa2]
mpu401 19268 0 [opl3sa2]
sound 54472 0 [opl3sa2 ad1848 mpu401]
isa-pnp 29328 0 [opl3sa2 ad1848]
soundcore 3300 6 (autoclean) [sound]
ndiswrapper 145336 0
parport_pc 14692 1 (autoclean)
lp 6340 0 (autoclean)
parport 22472 1 (autoclean) [parport_pc lp]
uhci 23804 0 (unused)
usbcore 56780 1 [ndiswrapper uhci]
pcmcia_core 39460 0
ide-scsi 9392 0
agpgart 45284 0 (unused)

and this then gets added to /var/log/messages:
Feb 11 19:41:08 darkstar kernel: isapnp: Scanning for PnP cards...
Feb 11 19:41:08 darkstar kernel: isapnp: Card 'OPL3-SA3 Snd System'
Feb 11 19:41:08 darkstar kernel: isapnp: 1 Plug & Play card detected total
Feb 11 19:41:08 darkstar kernel: ad1848/cs4248 codec driver Copyright (C) by Hannu Savolainen 1993-1996
Feb 11 19:41:08 darkstar kernel: ad1848: OPL3-SA2 WSS mode detected
Feb 11 19:41:08 darkstar kernel: ad1848: ISAPnP reports 'OPL3-SA2 WSS mode' at i/o 0xe80, irq 5, dma 1, 3
Feb 11 19:41:08 darkstar kernel: opl3sa2: Found OPL3-SA3 (YMF715 or YMF719)
Feb 11 19:41:08 darkstar kernel: opl3sa2: 1 PnP card(s) found.


per what I've found in some other posts, I've also added root to the audio group.

the alsa routines tell me no dice:
alsaconf says no legacy drivers found, and
alsamixer: function snd_ctl_open failed for default: No such device

I tried the 'aplay' command with a .wav file when at runlevel 3 and got this:
root@darkstar:/usr/share/sounds/alsa# aplay Noise.wav
ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:544: audio open error: No such device
Thanks in advance for any insight!
 
Old 02-11-2006, 10:22 PM   #2
MMYoung
Member
 
Registered: Apr 2004
Location: Arkansas
Distribution: Ubuntu 8.10
Posts: 365

Rep: Reputation: 30
Have you tried running alsaconf from a root login (or terminal)?

Later,
MMYoung
 
Old 02-12-2006, 10:00 AM   #3
Pepto
LQ Newbie
 
Registered: Dec 2005
Location: Silt, Colorado USA
Distribution: dsl; suse 9.1 personal; slackware; puppy
Posts: 8

Original Poster
Rep: Reputation: 0
everything I've tried so far has been done as root. I wasn't going to complicate things by going to a normal user profile until I had all the pieces working.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound Problem: ESS (ES1869F-Chipset) No Sound computer_kid Slackware 9 08-02-2006 08:41 PM
Other problem with the sound in Mandrake - onboard sound card Swetko Linux - Hardware 24 06-19-2006 03:27 PM
problem with sound in linux AC'97 sound controller venkatrao Linux - General 0 12-16-2005 01:11 PM
5.1 sound problem (sound blaster live and suse) shadout Linux - Hardware 11 06-24-2005 12:46 AM
Sound problem after installing/uninstalling JACK sound server bastupungen Linux - Software 1 02-28-2004 12:50 PM

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

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