LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-14-2008, 12:51 AM   #1
Furikazashi
LQ Newbie
 
Registered: May 2006
Posts: 10

Rep: Reputation: 0
Realtek'97 audio onbard sound


Hello,
Thanks for helping. I've used a ubuntu setup before and it installed everything perfectly (with the exception of my video card) Now I erased that drive and installed a fresh install of slackware 12.1
i'm currently using the kernel 2.6.24.5-smp and below i'll paste the lspci for you.:

00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:0c.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
00:0c.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
00:0c.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
01:00.0 VGA compatible controller: nVidia Corporation NV36 [GeForce FX 5700LE] (rev a1)

it just doesn't play. it comes with an error at boot. any ideas why Ubuntu is working but not slack? thanks. I'm also subscribed for immediate response, even though i work lot.
p.s. also ive installed (or calling myself doing so) Alsa.

Last edited by Furikazashi; 05-14-2008 at 12:54 AM. Reason: added on about alsa
 
Old 05-14-2008, 12:54 AM   #2
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
What is the error???? That would help us diagnose.

Did you run "alsaconf" and "alsamixer" as root from the console?

Last edited by SqdnGuns; 05-14-2008 at 12:55 AM.
 
Old 05-14-2008, 01:19 AM   #3
Furikazashi
LQ Newbie
 
Registered: May 2006
Posts: 10

Original Poster
Rep: Reputation: 0
it says it cannot initialize sound and goes on ahead to using the null.
 
Old 05-14-2008, 01:28 AM   #4
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by Furikazashi View Post
it says it cannot initialize sound and goes on ahead to using the null.
That's what KDE says.

Do as I said in my previous post and report back. If you get an error when you run "alsaconf", tell us what it is.
 
Old 05-14-2008, 01:42 AM   #5
Furikazashi
LQ Newbie
 
Registered: May 2006
Posts: 10

Original Poster
Rep: Reputation: 0
it says searching then says no supported pnp or pci card found, i asked to probe legacy ISA sound cards and it said no legacy drivers available.i hit okay and it brings me back to my command line\

edit:: in the blink of an eye before the blue screen shows up for alsaconf the words "modinfo:could not open /lib/modules/2.6.24.5-smp/kernel/sound/core/snd.ko "no such file or directory

Last edited by Furikazashi; 05-14-2008 at 01:46 AM. Reason: added information on alsaconf
 
Old 05-14-2008, 01:46 AM   #6
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
As root, try "modprobe snd-via82xx" without the " "

Post your results.
 
Old 05-14-2008, 01:47 AM   #7
Furikazashi
LQ Newbie
 
Registered: May 2006
Posts: 10

Original Poster
Rep: Reputation: 0
WARNING: Could not open '/lib/modules/2.6.24.5-smp/kernel/sound/core/snd.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.24.5-smp/kernel/sound/core/seq/snd-seq-device.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.24.5-smp/kernel/sound/core/snd-rawmidi.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.24.5-smp/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.24.5-smp/kernel/sound/core/snd-page-alloc.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.24.5-smp/kernel/sound/core/snd-timer.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.24.5-smp/kernel/sound/core/snd-pcm.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.24.5-smp/kernel/sound/ac97_bus.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.24.5-smp/kernel/sound/pci/ac97/snd-ac97-codec.ko': No such file or directory
FATAL: Could not open '/lib/modules/2.6.24.5-smp/kernel/sound/pci/snd-via82xx.ko': No such file or directory
 
Old 05-14-2008, 01:59 AM   #8
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
You need to install the kernel modules, they are on CD 1.

http://packages.slackware.it/package...4.5_smp-i686-2
 
Old 05-14-2008, 02:02 AM   #9
Furikazashi
LQ Newbie
 
Registered: May 2006
Posts: 10

Original Poster
Rep: Reputation: 0
appreicate it, it should be done in 30 seconds. sort of a moronic question i know...but can i just hit ./install on that too if i shell into it? or a certain way i go about it?

loaded it into kpackage...did i do this right? :
<p/kernel-modules-smp-2.6.24.5_smp-i686-2.tgz ;echo RESULT=$?
Installing package kernel-modules-smp-2.6.24.5_smp-i686-2...
PACKAGE DESCRIPTION:
kernel-modules-smp: kernel-modules (SMP Linux kernel modules)
kernel-modules-smp:
kernel-modules-smp: A kernel module is a piece of object code that can be dynamically
kernel-modules-smp: loaded into the Linux kernel to provide new kernel functions. Most of
kernel-modules-smp: these modules provide support for devices such as CD-ROM drives, tape
kernel-modules-smp: drives, and ethernet cards. You can choose which modules to load by
kernel-modules-smp: editing /etc/rc.d/rc.modules.
kernel-modules-smp:
Executing install script for kernel-modules-smp-2.6.24.5_smp-i686-2...

RESULT=0

Last edited by Furikazashi; 05-14-2008 at 02:06 AM.
 
Old 05-14-2008, 02:10 AM   #10
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
I install all package via the CLI:

"installpkg kernel-modules-smp-2.6.24.5_smp-i686-2.tgz"

Just my preference.

Run "modprobe snd-via82xx" again, you should be good to go.

Last edited by SqdnGuns; 05-14-2008 at 02:30 AM.
 
Old 05-14-2008, 02:12 AM   #11
Furikazashi
LQ Newbie
 
Registered: May 2006
Posts: 10

Original Poster
Rep: Reputation: 0
not hearing anything, using amarok by the way. when i do a alsaconfg also it says it finds via82xx and legacy which is odd considering there is only one sound card in this machine and thats the realtek.
 
Old 05-14-2008, 02:17 AM   #12
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
If you have a soundcard, it will always give you an option for legacy.

Select via82xx, then run "alsamixer" to adjust your volume levels. To exit alsamixer, hit the "esc" key, then run "alsactl store", this will save you volume settings system wide.
 
Old 05-14-2008, 02:23 AM   #13
Furikazashi
LQ Newbie
 
Registered: May 2006
Posts: 10

Original Poster
Rep: Reputation: 0
Alas ^_^ Mozart's 4th symphony plays =) Appreciate the help. I will pass this knowledge onto whomever I see in need of assistance. Thank you.
 
Old 05-14-2008, 02:25 AM   #14
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by Furikazashi View Post
Alas ^_^ Mozart's 4th symphony plays =) Appreciate the help. I will pass this knowledge onto whomever I see in need of assistance. Thank you.
Congrats..........

DOCUMENT THIS FOR FUTURE USE...........

I could have posted all the steps in one post but felt is would be better to walk you through step by step.

I have been using Slackware since version 8 and I still have notes on how to do things since then floating around.

Last edited by SqdnGuns; 05-14-2008 at 02:26 AM.
 
  


Reply

Tags
driver, slackware, sound



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
Need sound card drivers for 'Sony Sound Reality - Audio Enhancer' creature124 Linux - Hardware 1 02-01-2008 07:48 AM
My onbard ethernet device thinks it's a WLAN again!! R00T.OSIRIS Linux - Networking 3 05-02-2007 08:09 PM
Sound card recognized but no sound on SoundMAX Integrated Digital Audio xzallion Fedora 46 12-13-2006 10:18 PM
audio cd works - mp3's, streaming audio, flash sound don't spoody_goon Linux - Software 7 07-08-2006 03:11 PM
Ensoniq 5880 Audio PCI test sound okay but no Sound from CD Player ashok17 Linux - Hardware 0 10-04-2003 10:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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