LinuxQuestions.org
Visit Jeremy's Blog.
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 03-02-2002, 04:01 AM   #16
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58

or you can use the rpm from mandrake
 
Old 03-02-2002, 04:05 AM   #17
nutshell
Member
 
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244

Original Poster
Rep: Reputation: 30
it says it's already installed. Now i really don't know what is wrong with my sound...........
 
Old 03-04-2002, 06:20 AM   #18
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
RPMs for fun and profit!

try:

% rpm --rebuilddb&

... wait for a bit ...

% rpm -ivh --force kernel-source-2.4.x-xxmdk.i586.rpm

In fact, have a look in /usr/src/linux.

If there's lots of stuff there, the source files are installed. In that case, forget what RPM says - it usually gets it wrong anyway.

Download only the most recent rpm or alsa-driver. Get the driver from here . The one called 'stable release' driver version '0.5.12a' will do it.

Download it to /usr/src, then:

% bunzip2 alsa-driver-0.5.12a.tar.bz2
% tar -xvf alsa-driverxxxx.tar
% cd alsa-driverxxxx
% ./configure
% make
%make install

reboot.

First you need to confirm that the source files are installed. No source files in /usr/src/linux, no installation.

Then you need to download and unpack the driver, and open the README or INSTALL file with your favourite text editor.

This will give you instructions on how to install the driver. Pay close attention to this file - it may be that the instructions above are incorrect.

Let us know

Bert
 
Old 03-05-2002, 05:54 AM   #19
nutshell
Member
 
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244

Original Poster
Rep: Reputation: 30
Hi,

I've succeesfully installed kernel source and successfully compiled alsa driver. When i go make install it comes up with all this 'nothing to be done for 'all'' or something like that and leaving directories and entering directoires.

What should i do now?

thnx for all the help so far Bert.
 
Old 03-05-2002, 05:54 AM   #20
nutshell
Member
 
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244

Original Poster
Rep: Reputation: 30
Hi,

I've succeesfully installed kernel source and successfully compiled alsa driver. When i go make install it comes up with all this 'nothing to be done for 'all'' or something like that and leaving directories and entering directoires.

What should i do now?

thnx for all the help so far Bert.
 
Old 03-05-2002, 07:10 AM   #21
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
What does the file INSTALL (or README) say? I could go in and find out myself, but I'm trying to show you how to fish.

Do you only have to make the file?

You can always reinstall the sound driver by moving into the untarred directory and:

% make clean

-- lots of rm -f messages --

% make
% make install

If the INSTALL file says no make install is needed, you might be up and running already. Raise the sound levels with the sound mixer which comes with Mandrake 8.1.

There is a tool in RH7.0 to run the driver at boot time called ntsyv. Don't know if it's included in Mandrake 8.1, but if it isn't, there should be something else. Make sure the driver is loading at boot time.

Also have a look at your system logs:

(as root)
% more /var/log/messages

or

% dmesg

and see if you can find anything relating to the sound. Usually if it's inserting the driver at boot time, the mixer will set the PCM and master volume levels at boot time. Don't forget to raise the default sound level through the BIOS if that's possible.

Nearly there

Bert
 
Old 03-05-2002, 07:36 AM   #22
nutshell
Member
 
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244

Original Poster
Rep: Reputation: 30
I told you that because i treid to run 'amixer' and it still says that the drive's not detected.

To remove files, did you mean moving into the 'tarred' directory? Untarred director will only be a .tar file there will it?

Anyway i'll try what you said tomorrow, and post here if i made any progress

thnx....:..
 
Old 03-06-2002, 12:27 AM   #23
nutshell
Member
 
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244

Original Poster
Rep: Reputation: 30
Hi,

Just a little more info for you. I am using mandrake and i went into the Mandrake Control Center. Under 'system' and 'services', i saw alsa and alsa-sound not running. When i click start on alsa, it pops up a box saying it's not running. When i click start to start alsa-sound, nothing happened? Any ideas?

I'll post any further progess asap.

thnx
 
Old 03-07-2002, 09:26 AM   #24
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
Check the following:

% dmesg

See if you can find anything to do with sound.

Also, check how to enable insertion into the kernel at boot time. There should be a program to do this, on RH7.0 it's

% ntsyv

But it could be something else on Mandrake. That's probably why it's not running when you look in the Control Panel.

When you start alsa, nothing should happen of course, only when you try playing a .WAV file or such. Sometimes, just before it kicks in, you can hear two clicks probably as the driver checks the audio codec is functioning. If you hear these two clicks, you're in there like swimwear!

Bert

Last edited by Bert; 03-07-2002 at 09:28 AM.
 
Old 03-11-2002, 08:11 PM   #25
albertaboy
LQ Newbie
 
Registered: Mar 2002
Location: frozen in calgary
Distribution: mandrake 8.1
Posts: 23

Rep: Reputation: 15
Good God!!! All this to get a simple sound card to work???
 
Old 03-11-2002, 11:51 PM   #26
hejduk
Member
 
Registered: Mar 2002
Location: Canada
Distribution: Slak 8.0
Posts: 39

Rep: Reputation: 15
are you logging in as a user or as root?

a user account might not have the permissions necessary to access the right files.
that was my problem for the longest time.
 
Old 03-12-2002, 04:18 AM   #27
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
Quote:
Originally posted by albertaboy
Good God!!! All this to get a simple sound card to work???
Is that an offer to write a driver for nutshell's simple soundcard ?

Laptop hardware is a different ballgame to conventional whitebox stuff for which a new distribution will generally autodetect and install the appropriate drivers. So please step aside as we're bleeding the edge here ...

Bert
 
Old 03-12-2002, 04:28 AM   #28
nutshell
Member
 
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244

Original Poster
Rep: Reputation: 30
Tried loggin in using root, no success...
 
Old 03-12-2002, 04:35 AM   #29
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
You can't log in as root ?
 
Old 03-12-2002, 05:11 AM   #30
nutshell
Member
 
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244

Original Poster
Rep: Reputation: 30
nonono

i meant the even if i log in as root, i still cannot play any sound....

thnx
 
  


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
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
Realtek Sound and Ubuntu Linux - No Sound meindl007 Linux - Hardware 22 10-05-2005 02:16 PM
no sound card but no sound in linux pragun Linux - Newbie 18 12-27-2004 03:18 PM
SuSE Linux, Linux in general and sound cards... rgbrock1 Linux - Hardware 9 10-06-2004 06:00 PM
Linux recognizes sound card, still no sound HuEsY Linux - Hardware 1 06-15-2004 10:10 PM

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

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