[linux-audio-user] Intel 82801BA Sound

Michael Solberg misha at solberg.music.uga.edu
Wed Oct 9 15:02:00 EDT 2002


On Wed, 9 Oct 2002 bwc2001 at columbia.edu wrote:

> Wow, this isn't good. grep modprobe /var/log/messages returns:
>
> Oct  8 08:38:56 localhost modprobe: modprobe: Can't locate module
> sound-slot-0
> Oct  8 08:38:56 localhost modprobe: modprobe: Can't locate module
> sound-service-0-3
> Oct  8 08:39:07 localhost modprobe: modprobe: Can't locate module
> snd-card-1
> Oct  8 08:39:07 localhost modprobe: modprobe: Can't locate module
> snd-card-2
> Oct  8 08:39:07 localhost modprobe: modprobe: Can't locate module
> snd-card-3
> Oct  8 08:39:07 localhost modprobe: modprobe: Can't locate module
> snd-card-4
> Oct  8 08:39:07 localhost modprobe: modprobe: Can't locate module
> snd-card-5
> Oct  8 08:39:07 localhost modprobe: modprobe: Can't locate module
> snd-card-6
> Oct  8 08:39:07 localhost modprobe: modprobe: Can't locate module
> snd-card-7

Well ..... hmmmm.

That's kindof odd, because the lsmod output below shows that the modules
do get loaded, and those names are only an alias for the actual module.
I use Slackware though, which doesn't use the modules.conf file, so I'm a
bit rusty on this.

You might want to comment out that section of your modules.conf, reboot,
and then load each module by hand and check for informational messages.
This output:

> snd-seq-oss            33920   0  (unused)
> snd-seq-midi-event      5640   0  [snd-seq-oss]
> snd-seq                47504   2  [snd-seq-oss snd-seq-midi-event]
> snd-pcm-oss            44388   1
> snd-mixer-oss          15384   0  [snd-pcm-oss]
> snd-intel8x0           23648   2
> snd-pcm                83648   0  [snd-pcm-oss snd-intel8x0]
> snd-timer              15336   0  [snd-seq snd-pcm]
> snd-ac97-codec         35332   0  [snd-intel8x0]
> snd-mpu401-uart         4796   0  [snd-intel8x0]
> snd-rawmidi            18368   0  [snd-mpu401-uart]
> snd-seq-device          6176   0  [snd-seq-oss snd-seq snd-rawmidi]
> snd                    39180   4  [snd-seq-oss snd-seq-midi-event
snd-seq snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-pcm  snd-timer
snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device]
> soundcore               6532   5  (autoclean) [snd]

Makes me want to think that everything is okay, because everything seems
to be used. (except snd-seq-oss).  I'm not a real genius when it comes to
modules, though.

Other than that, I'd grep "snd" around in the logs and see if there are
any complaints.  Really though, it sure sounds like a mixer issue.  Is
there a way to verbosify the output of the alsa mixer?  Anyone else got
other ideas?

The other thing I'd do is post this stuff to the alsa mailing lists.

Mike.

> I did the install as per the instructions at:
>
> http://www.alsa-project.org/alsa-doc/doc-php/template.php3?company=Analog%20Devices&card=AD1881A&chip=AD1881A&module=intel8x0
>
> and put the following at the end of my /etc/modules.conf file:
>
> # ALSA portion
> alias char-major-116 snd
> alias snd-card-0 snd-intel8x0
> # module options should go here
>
> # OSS/Free portion
> alias char-major-14 soundcore
> alias sound-slot-0 snd-card-0
>
> # card #1
> alias sound-service-0-0 snd-mixer-oss
> alias sound-service-0-1 snd-seq-oss
> alias sound-service-0-3 snd-pcm-oss
> alias sound-service-0-8 snd-seq-oss
> alias sound-service-0-12 snd-pcm-oss
>
> Were the modules installed in the wrong location? Any help would be
> greatly appreciated.
>
> Thanks, Brian
>
> Quoting Michael Solberg <misha at solberg.music.uga.edu>:
>
> > On Wed, 9 Oct 2002 bwc2001 at columbia.edu wrote:
> >
> > > My ethernet card is the last module in /etc/modules.conf before
> > the
> > > sound modules, so I think the only relevant part of dmesg is:
> > >
> > > e100: eth0 NIC Link is Up 100 Mbps Full duplex
> > > PCI: Enabling device 00:1f.5 (0004 -> 0005)
> > > PCI: Assigned IRQ 10 for device 00:1f.5
> > > PCI: Setting latency timer of device 00:1f.5 to 64
> > > intel8x0: clocking to 48000
> > > Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
> > > sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
> > > cdrom: This disc doesn't have any tracks I recognize!
> >
> > I'm sorry.  I bet I meant to ask for the output of the modprobe
> > commands.
> >
> > Maybe
> >
> > # grep modprobe /var/log/messages
> >
> > or
> >
> > # grep snd /var/log/messages
> >
> > would render more info.
> >
> > > Quoting Michael Solberg <misha at solberg.music.uga.edu>:
> > >
> > > > On Wed, 9 Oct 2002 bwc2001 at columbia.edu wrote:
> > > >
> > > > > I did a chmod 777 /dev/dsp /dev/mixer /dev/sequencer
> > /dev/midi
> > > > > but it still doesn't work. I've never had any hardware fail
> > to
> > > > work
> > > > > in Linux when the software said it was functioning. Even
> > the
> > > > RH
> > > > > sound card configuration tool indicactes it is present,
> > > > although the
> > > > > test sound button doesn't play anything. Please let me know
> > if
> > > > there
> > > > > is anything else I should try before buying a new sound
> > card.
> > > >
> > > > Well, you could always check the logs to see if anything
> > funny's
> > > > in there.
> > > > Why don't you post the output of
> > > >
> > > > # dmesg
> > > >
> > > > ?
> > > >
> > > >
> > > >
> > > > > Thanks, Brian
> > > > >
> > > > > Quoting Patrick Shirkey <pshirkey at boosthardware.com>:
> > > > >
> > > > > > bwc2001 at columbia.edu wrote:
> > > > > > > The channel faders up, both on alsamixer and the RH
> > volume
> > > > > > control
> > > > > > > panel. The speakers do work on the evil side, and I
> > was
> > > > also
> > > > > > trying
> > > > > > > it with headphones, but I guess I won't do that
> > anymore.
> > > > aplay
> > > > > > > didn't play any sound, but it indicated that the file
> > was
> > > > > > playing at
> > > > > > > 4410 hz in stereo and didn't give any error messages.
> > > > > > >
> > > > > > > using: modprobe snd-intel8x0;modprobe
> > snd-pcm-oss;modprobe
> > > > > > > snd-mixer-oss;modprobe snd-seq-oss
> > > > > > >
> > > > > > >
> > > > > > > I get this output from lsmod:
> > > > > > > Module                  Size  Used by    Not tainted
> > > > > > > autofs                 13348   0  (autoclean) (unused)
> > > > > > > e100                   79704   1
> > > > > > > ipt_REJECT              3736   2  (autoclean)
> > > > > > > iptable_filter          2412   1  (autoclean)
> > > > > > > ip_tables              14936   2  [ipt_REJECT
> > > > iptable_filter]
> > > > > > > ide-scsi               10512   0
> > > > > > > scsi_mod              107176   2  [sr_mod ide-scsi]
> > > > > > > ide-cd                 33608   0
> > > > > > > cdrom                  33696   0  [sr_mod ide-cd]
> > > > > > > ohci1394               20108   0  (unused)
> > > > > > > ieee1394               46892   0  [ohci1394]
> > > > > > > mousedev                5524   1
> > > > > > > keybdev                 2976   0  (unused)
> > > > > > > hid                    22244   0  (unused)
> > > > > > > input                   5888   0  [mousedev keybdev
> > hid]
> > > > > > > usb-uhci               26188   0  (unused)
> > > > > > > usbcore                77024   1  [hid usb-uhci]
> > > > > > > ext3                   70368   2
> > > > > > > jbd                    52212   2  [ext3]
> > > > > > >
> > > > > > > Is something wrong here?
> > > > > > >
> > > > > >
> > > > > > Not that I can see.
> > > > > >
> > > > > > Not that this means anything to aplay but have you
> > > > > >
> > > > > > chmod a+rwx /dev/dsp
> > > > > >
> > > > > > It seems like you have everything working on the
> > software
> > > > side.
> > > > > > If you
> > > > > > are using an amp have you turned it on or the volume up?
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Patrick Shirkey - Boost Hardware Ltd.
> > > > > > For the discerning hardware connoisseur
> > > > > > Http://www.boosthardware.com
> > > > > > Http://www.djcj.org - The Linux Audio Users guide
> > > > > > ========================================
> > > > > >
> > > > > > "Um...symbol_get and symbol_put... They're
> > > > > > kindof like does anyone remember like get_symbol
> > > > > > and put_symbol I think we used to have..."
> > > > > > - Rusty Russell in his talk on the module subsystem
> > > > > >
> > > > >
> > > > >
> > > >
> > > > --------------------------------------------------------
> > > > Michael Solberg                                   2.2850
> > > > System Admin|Tech Support                       Room 263
> > > > The University of Georgia                School of Music
> > > > --------------------------------------------------------
> > > >
> > >
> > >
> >
> > --------------------------------------------------------
> > Michael Solberg                                   2.2850
> > System Admin|Tech Support                       Room 263
> > The University of Georgia                School of Music
> > --------------------------------------------------------
> >
>
>

--------------------------------------------------------
Michael Solberg                                   2.2850
System Admin|Tech Support                       Room 263
The University of Georgia                School of Music
--------------------------------------------------------




More information about the Linux-audio-user mailing list