LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-12-2005, 10:22 AM   #1
lv2golf
LQ Newbie
 
Registered: Aug 2005
Location: Pickerington, Ohio
Posts: 3

Rep: Reputation: 0
MSI RS480m2/RX480m2 mother board - no sound card detected


I have a MSI RS480M2/RX480M2 motherboard with in-built graphics card and sound card. I just wanna know how to configure them. The details fo the cards are:

Graphics card : Intel(R) 810 Chipset Graphics Driver


Sound card : RealTek ALC658C - 6 channel software audio code - compliance with AC97 v2.3 Spec.

Can anyone help explain in how to configure them both?

Thanks in advance for your time and help, it's really appreciated!
--LV2Golf (not offten have kids)
 
Old 08-13-2005, 04:13 AM   #2
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Give us details. Distro, errors. What you've done already. Details, man!
 
Old 08-16-2005, 04:58 AM   #3
lesshaste
LQ Newbie
 
Registered: Aug 2005
Posts: 5

Rep: Reputation: 0
Hi,

I have the same motherboard and sound works beautifully. You need the ATI IXP config option in the kernel config (CONFIG_SND_ATIIXP=m). Assuming you have a fairly recent kernel (2.6.12 is good) it will be there. Then just run alsaconf and it will all work magically.

Not really sure you have the details right as the graphics chipset is ATI Xpress 200 on the MSI rs480m2 motherboard. You need version 8.13.x of the ATI drivers which you can either get from their website or packaged with your distro. Don't get 8.14.y which does not have Xpress 200 support. Then just run fglrxconfig and let it make an xorg.conf for you. Choose 1024*768 as the default screen resolution to get things started.

Great mobo and very well supported in recent linux kernels.

Raphael

Raphael
 
Old 08-16-2005, 04:54 PM   #4
K-Bob
LQ Newbie
 
Registered: Aug 2005
Posts: 7

Rep: Reputation: 0
lesshaste:

Have you been able to get the digital audio out (S/P-DIF jack) working? Analog sound worked out of the box for me, but no luck so far in the digital out. I will check on the ATI IXP option tho....
 
Old 08-17-2005, 03:31 AM   #5
lesshaste
LQ Newbie
 
Registered: Aug 2005
Posts: 5

Rep: Reputation: 0
digital audio

I am afraid I haven't tried that and have no way of testing it. You could try this

aplay --list-devices

**** List of PLAYBACK Hardware Devices ****
card 0: IXP [ATI IXP], device 0: ATI IXP AC97 [ATI IXP AC97]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: IXP [ATI IXP], device 1: ATI IXP IEC958 [ATI IXP IEC958 (AC97)]
Subdevices: 1/1
Subdevice #0: subdevice #0


The s/pdif one is the IEC958 one I understand. Then follow instructions similar to these for each app you want to use (which I stole and modified from

http://www.flaterco.com/kb/audio.html )

"

Add the following function to your ~/.bashrc or ~/.bash_profile, substituting card and device numbers as appropriate, and you will be able to play a sound file from the command line by typing play soundfile.xyz. (The extra logic in this function is needed because the first sox command fails if the sample rate is already 48 kHz.)

function play {
{ sox $1 -r 48000 -t wav -c 2 - polyphase || sox $1 -t wav -c 2 -; } | aplay -Dhw:0,1
}

The above examples work as of aplay version 1.0.8, sox version 12.17.6 and bash version 3.00.15(2)-release.
#

To get xine to use S/PDIF, do the following settings under right click → Settings → Setup.

* Gui tab: set Configuration experience level to Advanced or higher.
* Audio tab:
o Set device used for mono output (device.alsa_default_device) to iec958.
o Set device used for stereo output (device.alsa_front_device) to iec958.
o Set device used for 5.1-channel output (device.alsa_passthrough_device) to iec958.
o Ignore the other "device used for 5.1-channel output" (device.alsa_surround51_device).
o Set speaker arrangement to Pass Through.

That works as of xine version 0.99.3.
"


You could presumably change the alsa config so that every app plays through digital out by default.

Let me/us know how you get on.

Raphael
 
Old 08-24-2005, 12:22 PM   #6
lv2golf
LQ Newbie
 
Registered: Aug 2005
Location: Pickerington, Ohio
Posts: 3

Original Poster
Rep: Reputation: 0
MSI RS480m2/RX480m2 mother board - no sound card detected:

My apologies for not replying back earlier. As I have stated I'm a (newbie) with RHEL 3.0 Linux and still (fumbling around) learning (slow) as I go .

Raphel thanks for your information. I will have to build a new kernel (2.6.12) since I am at (2.4) and this process is taking me some time to get all the processes (tasks) to rebuild a new kernel. Looking for documentation which will show me the major task and steps to complete the kernel rebuild.

Thanks again for all your time, inforamtion and help, it's appreciated.

-- Gary W.
 
Old 08-27-2005, 04:25 PM   #7
Be.Gurmeet.Be
Member
 
Registered: Jul 2005
Location: Punjab - [ India ]
Distribution: OpenSuSE 10.0 x86_64 Edition. & Mandriva Linux 2006 x86_64 Edition.
Posts: 67

Rep: Reputation: 15
hi " lv2golf "

i am with same motherboard................

MSI 's " RS 480M2IL " ,

first , i have both , SOUND-GRAPHICS, working absolutely fine on "SuSE 9.3 professional x86_64 "

Second, your statement about graphics card ( inter 810) is confusing...................

RS480 Motherboard has "ATI Radeon XPRESS 200G RS48 " Series Graphics ( on Board.)

About, graphics , i can help you..........

a few days ago, www.ati.com introduced new drivers for this motherboard.

Just , enter into the drivers and softwares section of the site and selext linux, and you will find..........it . READ THE INSTRUCTIONS & INFORMATIVE LINES CAREFULLY....................................

how to install Graphics Driver?

just, read the " Release Notes " of the section from your downloaded your appropriate drivers.....

that's it.

about sound...................

may be you are using different distro , in suse , SOUND IS NOT A PROBLEM at all , too.


Regards.

please reply if you find my information helpful.

thanks.
 
Old 09-04-2005, 02:30 PM   #8
anurup
LQ Newbie
 
Registered: Nov 2004
Location: India
Distribution: Fedora Core 4 Test 3
Posts: 14

Rep: Reputation: 0
Hi Gurmeet,

I have not been able to get 3D acceleration on this board even with the latest ati drivers (8.16.20). I use FC4 - that's Xorg 6.8. If you have had any success on that front please let me know how you did it. Thanks.

Anurup
 
Old 03-20-2006, 11:47 AM   #9
Ray-s1971
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Rep: Reputation: 0
MSI RD480 neo2

I installed RHEL-WS4-U2 for this motherboard , but after installation it hangs when initializing the hardware.I tried the bios setting , but didn't work. Any specific setting should be changed?or any other solution? Thanks
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
on board sound not detected intel d865gbf billg Linux - Hardware 7 03-08-2012 01:03 PM
RHEL 3.0 installed on MSI RS480M2 Motherborad 64 Bit AMD server - Time is inaccurate! lv2golf Linux - Hardware 0 08-24-2005 12:06 PM
Cannot install RH9 on MSI mother board tmitz Linux - Hardware 0 02-03-2005 03:40 AM
driver for VGA card built in mother board intel 845 srvg Barq Linux - Hardware 1 12-22-2004 03:41 PM
On board cards of X-series mother board bullwinkle Linux - Hardware 3 07-10-2004 10:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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