LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 04-10-2005, 02:49 AM   #1
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126
Blog Entries: 1

Rep: Reputation: 15
No sound


Hi ,I have just loaded up Suse 9.2 on to my sons PC but we can't get any sound . I loaded the same version on my PC and it works. I am very new to Linux and have no idea where to go from here. It looks to be an excelent O/S and we wan't to stick with it.can you give me some Ideas on what to do next. We did find a Linux driver? on the motherboard CD that came with it, I can install a driver in Windows but not yet in Linux. can you advise. Thank you, Adrian.
 
Old 04-10-2005, 03:09 AM   #2
Gay R0b0t
Member
 
Registered: May 2004
Location: Sydney, Australia
Distribution: SUSE 9.3
Posts: 127

Rep: Reputation: 15
try:
Code:
alsaconf
run it as root.
This will try and load the correct sound modules (drivers).

What soundcard (or chip) are you using?
look in "Sound Device" in the SUSE Hardware Tool (pci card looking thing in system tray).
 
Old 04-10-2005, 04:03 AM   #3
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Thanx Chris, but when you say "run it as Root" what dose that mean? (very new) the card is: Elitegroup VT8233/A/8235/8237 AC97 Audio Controller As you can tell I am not an expert,so can you exp;ain the steps, thanx again, Adrian
 
Old 04-10-2005, 04:41 AM   #4
Gay R0b0t
Member
 
Registered: May 2004
Location: Sydney, Australia
Distribution: SUSE 9.3
Posts: 127

Rep: Reputation: 15
what you need to do is:

open konsole.
then type "su"
it will come up with a password prompt where you enter your administrator password.
then type "alsaconf" and follow the prompts to setup you sound cards.

this will probably solve the problem.

otherwise check the manufacturer's website for any information/instructions they might have.

F.I.Y. running a program as root, means giving it administrator privileges. This means that it can do whatever it wants to your computer. For this reason we only let some programs run as root, and usually you don't have administrator privileges. Using "su" allows you to temporarily have those privileges.
 
Old 04-10-2005, 07:18 AM   #5
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Chris, that was spon-on Suse did it all for me, thanx a million mate, Adrian,
 
Old 04-10-2005, 07:40 AM   #6
Gay R0b0t
Member
 
Registered: May 2004
Location: Sydney, Australia
Distribution: SUSE 9.3
Posts: 127

Rep: Reputation: 15
glad to help!
 
Old 04-11-2005, 10:47 AM   #7
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126

Original Poster
Blog Entries: 1

Rep: Reputation: 15
no sound

Hi Chris, me again, although the command worked perfectly, I have to do it each time I re-boot. Am I supposed to save this configuration some how. Adrian
 
Old 04-11-2005, 06:01 PM   #8
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
To save your ALSA settings, run
Code:
alsactl store
That ought to do it -- J.W.
 
Old 04-12-2005, 09:19 AM   #9
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126

Original Poster
Blog Entries: 1

Rep: Reputation: 15
still can't save sound configuration

Thanx JW, but it still won't save. I tried several times. I tried to use the Yast tool and it said:
An error has occurred.
Check you have correctly installed the ALSA package (from the series 'snd').
If the the problem persists, try passing options to the ALSA module. If your sound card still will not work, try OSS/Free or another module.
In this case, launch the YaST sound configuration module from shell using the
yast2 sound .oss
command

Also: The Kernel module snd-via82xx could not be loaded. This can be caused by incorrect module parameters Including i0 or IRQ parameters.

It does work but only after the commands you gave me then when I re-boot its not saved. can you advise please, thanx again, Adrian
 
Old 04-12-2005, 11:45 AM   #10
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
The 'alsactl store' command should be run from a console session, after you have used alsamixer and chosen your settings. If that's what you're already doing, then shoot I don't know what else to suggest. The store comand should be a one time step to make your settings permanent -- J.W.
 
Old 04-12-2005, 01:35 PM   #11
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Hi JW, here's the steps I am taking, open Konsole , su, password, alsaconf, ALSA configuration screen OK, Building database OK, Finds card OK, configuring snd-via82xx YES, it plays a sample sound and I type in: alsactl store sound is fine til I restart then its gone. I tried another approach with Yast and it suggested that a Alsa package might not be installed properly, what do you think?, Adrian
 
Old 04-12-2005, 06:14 PM   #12
Gay R0b0t
Member
 
Registered: May 2004
Location: Sydney, Australia
Distribution: SUSE 9.3
Posts: 127

Rep: Reputation: 15
open up 'Install and Remove Programs' and seach for alsa. Install as many of the packages as you want, anything you think might be relevent, even just a re-install of alsa might help.

Then run YOU to check for up-to-datedness.
 
Old 04-13-2005, 02:01 AM   #13
Pete M
Member
 
Registered: Aug 2003
Location: UK
Distribution: Redhat 9 FC 3 SUSE 9.2 SUSE 9.3 Gentoo 2005.0 Debian Sid
Posts: 657

Rep: Reputation: 32
obstinatesod

The only way I got the command "alsactl store" to actually keep the settings was as follows

Open terminal type "alsamixer" set desired levels

Open another terminal, so now you have 2 open, then in the second one run "alsactl store"

Hope it helps

Pete
 
Old 04-13-2005, 02:45 PM   #14
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126

Original Poster
Blog Entries: 1

Rep: Reputation: 15
still cant save sound

Hi guys, thanks pete but it still won't save. I have uninstalled all ALSA stuff and re-installed. also installed the sound card with Yast and the little green icon in the bottom right of the screen. I click finish and it works. until I re-boot. I get an error with Yast when trying to install saying "Incorrect module Parameters" is this to do with it. I notice on my other PC a Blue speaker Icon in the taskbar , on this PC its got a red thing on it like a stop sign? Is any of this any use. am I making sence? Adrian
 
Old 04-13-2005, 06:12 PM   #15
Pete M
Member
 
Registered: Aug 2003
Location: UK
Distribution: Redhat 9 FC 3 SUSE 9.2 SUSE 9.3 Gentoo 2005.0 Debian Sid
Posts: 657

Rep: Reputation: 32
obstinatesod

Okay here's a new twist for you,

Start Yast, go to System -> Runlevel Editor

Make sure Alsasound has a yes next to it which means it will start on boot and restore your settings

If it say's no click enable

Still trying

Pete
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
ALSA MIDI: Sound fonts for NVIDIA/NForce Soundstorm on-board sound vharishankar Linux - Hardware 6 09-04-2007 12:37 PM
ALSA not working for Creative Sound Blaster Live 24 Bit sound card vishalsonu Linux - Hardware 7 08-20-2005 01:02 PM
How to make a sound on Realtec ALC-650 card sound on a Shuttle ST62K? Laurent Linux - Hardware 0 05-30-2004 11:57 AM
Can I load both oss (kernel sound drivers) and alsa in 2 sound cared system? cmisip Linux - General 0 04-12-2003 01:27 AM

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

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