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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-02-2002, 04:01 AM
|
#16
|
LQ Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163
Rep:
|
or you can use the rpm from mandrake
|
|
|
03-02-2002, 04:05 AM
|
#17
|
Member
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244
Original Poster
Rep:
|
it says it's already installed. Now i really don't know what is wrong with my sound...........
|
|
|
03-04-2002, 06:20 AM
|
#18
|
Senior Member
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004
Rep:
|
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
|
|
|
03-05-2002, 05:54 AM
|
#19
|
Member
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244
Original Poster
Rep:
|
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.
|
|
|
03-05-2002, 05:54 AM
|
#20
|
Member
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244
Original Poster
Rep:
|
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.
|
|
|
03-05-2002, 07:10 AM
|
#21
|
Senior Member
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004
Rep:
|
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
|
|
|
03-05-2002, 07:36 AM
|
#22
|
Member
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244
Original Poster
Rep:
|
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....:..
|
|
|
03-06-2002, 12:27 AM
|
#23
|
Member
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244
Original Poster
Rep:
|
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
|
|
|
03-07-2002, 09:26 AM
|
#24
|
Senior Member
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004
Rep:
|
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.
|
|
|
03-11-2002, 08:11 PM
|
#25
|
LQ Newbie
Registered: Mar 2002
Location: frozen in calgary
Distribution: mandrake 8.1
Posts: 23
Rep:
|
Good God!!! All this to get a simple sound card to work???
|
|
|
03-11-2002, 11:51 PM
|
#26
|
Member
Registered: Mar 2002
Location: Canada
Distribution: Slak 8.0
Posts: 39
Rep:
|
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.
|
|
|
03-12-2002, 04:18 AM
|
#27
|
Senior Member
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004
Rep:
|
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
|
|
|
03-12-2002, 04:28 AM
|
#28
|
Member
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244
Original Poster
Rep:
|
Tried loggin in using root, no success...
|
|
|
03-12-2002, 04:35 AM
|
#29
|
Senior Member
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004
Rep:
|
You can't log in as root ?
|
|
|
03-12-2002, 05:11 AM
|
#30
|
Member
Registered: Feb 2002
Distribution: Slackware 8.1
Posts: 244
Original Poster
Rep:
|
nonono
i meant the even if i log in as root, i still cannot play any sound....
thnx
|
|
|
All times are GMT -5. The time now is 01:02 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|