Unix Technical Forum

Onboard Sound Unavailable

This is a discussion on Onboard Sound Unavailable within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> im on slackware 9 and the installation didn't regognize the onboard sound . I did have in mind the ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 10:36 AM
props
 
Posts: n/a
Default Onboard Sound Unavailable

im on slackware 9 and the installation didn't regognize the
onboard sound . I did have in mind the previous thread but i
didn't find any solution for my problem.

my kernel is a 2.4.20

any further details please post a reply and i will send them back to
you

Thanks in advance



----------------------------------------
The post originated from Linux Forum:
----------------------------------------
http://www.linuxforum.com
http://www.linuxforum.com/forums


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 10:36 AM
tecn1k
 
Posts: n/a
Default Re: Onboard Sound Unavailable

props wrote:
> im on slackware 9 and the installation didn't regognize the
> onboard sound . I did have in mind the previous thread but i
> didn't find any solution for my problem.
>
> my kernel is a 2.4.20
>
> any further details please post a reply and i will send them back to
> you
>
> Thanks in advance
>
>
>
> ----------------------------------------
> The post originated from Linux Forum:
> ----------------------------------------
> http://www.linuxforum.com
> http://www.linuxforum.com/forums
>
>


what kind of onboard sound have you got? You may have to enable it in
the kernel, or download some driver files

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 10:37 AM
MikeyD
 
Posts: n/a
Default Re: Onboard Sound Unavailable

props wrote:

> im on slackware 9 and the installation didn't regognize the
> onboard sound . I did have in mind the previous thread but i
> didn't find any solution for my problem.
>
> my kernel is a 2.4.20
>
> any further details please post a reply and i will send them back to
> you
>
> Thanks in advance
>
>

Please post:
a) what the sound card chipset is
b) what sound system you're trying to use (alsa or oss)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 10:38 AM
props
 
Posts: n/a
Default Re: Onboard Sound Unavailable

inside bios displays the onboard sound card ( mobo is a gigabyte) AC97
audio

now i also do not now if the installation found the" sound
" and if i haven't enable it on slackware

chip i have no idea

i m not sure if is this is what you really asking me



----------------------------------------
The post originated from Linux Forum:
----------------------------------------
http://www.linuxforum.com
http://www.linuxforum.com/forums


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 10:38 AM
props
 
Posts: n/a
Default Re: Onboard Sound Unavailable

inside bios displays the onboard soung card ( mobo is a gigabyte) AC97
audio which i have it enable

now i also do not know if the installation found the" sound
" , but i haven't enable it on slackware

chipset i have no idea

i m not sure if is this is what you really asking me



----------------------------------------
The post originated from Linux Forum:
----------------------------------------
http://www.linuxforum.com
http://www.linuxforum.com/forums


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 10:38 AM
props
 
Posts: n/a
Default Re: Onboard Sound Unavailable

i use a gigabyte motherboard with AC 97 audio if that helps

i have no idea about chipset



----------------------------------------
The post originated from Linux Forum:
----------------------------------------
http://www.linuxforum.com
http://www.linuxforum.com/forums


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 10:40 AM
Eef Hartman
 
Posts: n/a
Default Re: Onboard Sound Unavailable

props <props666999@hotmail-dot-com.no-spam.invalid> wrote:
> i use a gigabyte motherboard with AC 97 audio if that helps
>
> i have no idea about chipset


Almost all modern sound cards (and chips) are AC97 compatible.
To be able to USE it, you still need a chipset specific module,
try /sbin/lspci to see if the kernel can give you some more info.

For instance, I got a "SoundBlaster 128" compatible sound card
and lspci returns:
00:0a.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
so from that I can see that it's an Ensoniq, which means that (OSS,
the Alsa modules are different) I can use:
/sbin/modprobe es1371
to get all the sound support I need (it will pull-in the AC97 codec too:
$ /sbin/lsmod
es1371 25576 1
gameport 1372 0 [es1371]
ac97_codec 11976 0 [es1371]
--
************************************************** ******************
** Eef Hartman, Delft University of Technology, dept. EWI/TW **
** e-mail: E.J.M.Hartman@math.tudelft.nl, fax: +31-15-278 7295 **
** snail-mail: P.O. Box 5031, 2600 GA Delft, The Netherlands **
************************************************** ******************
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 10:40 AM
MikeyD
 
Posts: n/a
Default Re: Onboard Sound Unavailable

> i use a gigabyte motherboard with AC 97 audio if that helps
>

Lots of cards are AC97. See if it says in your motherboard manual what the
sound chipset is. Or, as I think someone else has said, if you do
user@darkstar:~$less /proc/pci
and look for a line saying "multimedia audio controller". For example, I
have
Bus 0, device 7, function 5:
Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio
Cont
roller (rev 80).
IRQ 10.
I/O at 0xdc00 [0xdcff].
I/O at 0xe000 [0xe003].
I/O at 0xe400 [0xe403].
which tells me that my soundcard is a VT82C686 and also gives me some other
useful information.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-19-2008, 10:42 AM
Donovan Nagel
 
Posts: n/a
Default Re: Onboard Sound Unavailable

props:

I had the same problem, but I'm using a VIA chipset. I downloaded
the latest 2.6.5 kernel, and compiled VIA ALSA support for it. Now
it works 'so' good man. Just find out what your chipset is and
compile your kernel. ALWAYS COMPILE YOUR KERNEL ON A NEW INSTALL. The
default kernel is 'disgustingly' big and ugly and never works -
especially in Slackware. Do 'cat /proc/pci' to find the chipset info.

Hope this helps.

-Donovan-

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-19-2008, 10:42 AM
/dev/rob0
 
Posts: n/a
Default Re: Onboard Sound Unavailable

On Sat, 17 Apr 2004 15:42:32 +1000, Donovan Nagel wrote:
> kernel. ALWAYS COMPILE YOUR KERNEL ON A NEW INSTALL.


I don't have enough time for that. If I did that I'd be compiling
kernels all the time. If I billed for all that time how could I
remain competititive?

> The default kernel is 'disgustingly' big and ugly


It's big, but it's NBD for modern machines with 32MB+ RAM.

> and never works - especially in Slackware.


Always works for me. Did you try "man modprobe"? You probably don't
understand when and how to load modules.
--
/dev/rob0 - preferred_email=i$((28*28+28))@softhome.net
or put "not-spam" or "/dev/rob0" in Subject header to reply

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:29 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com