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 |
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.
|
|
10-07-2002, 03:19 PM
|
#1
|
LQ Newbie
Registered: Oct 2002
Posts: 6
Rep:
|
ALS4000 sound card
I have installed RedHat 8 and my Avance Logic ALS4000 sound card does not appear to be working. Can someone explain to me how to install the drivers for this card (including where to find them). Please remember I am a recovering Windows user and have grown accustome to just clicking on files to get them to install, so the simpler the instructions the better.
Thanx in advance..
rB
|
|
|
10-07-2002, 04:46 PM
|
#2
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
I poked around on google for it, its supported under ALSA, but let's not go there just yet. What happens in RH when you run, as root, "sndconfig" or was that "soundconfig", its been a while.
Cheers,
Finegan
|
|
|
10-07-2002, 08:59 PM
|
#3
|
LQ Newbie
Registered: Oct 2002
Posts: 6
Original Poster
Rep:
|
They both come back with command not found
If I go to the system tools and soundcard detection, it sees it as the ALS4000
|
|
|
10-07-2002, 10:14 PM
|
#4
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
it is in either /sbin or /usr/sbin
you need to load environment for root if you are su'ing to root from a shell
/bin/su -
Note the "-" character.
|
|
|
10-07-2002, 11:24 PM
|
#5
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
It doesn't matter, I looked it up further and there is no standard kernel module for that soundcard. It is covered under the ALSA modules, but that's a little more involved to get working. I mean... its going to involve compiling, quite a bit of it.
Post back if your still intested.
Cheers,
Finegan
|
|
|
10-08-2002, 02:39 AM
|
#6
|
LQ Newbie
Registered: Oct 2002
Distribution: Red Hat 8.0
Posts: 5
Rep:
|
I am still interested.. I tried following the instructions from the alsa site for the card, and ran ./configure --with-cards=als4000 --with-sequencer=yes
That goes fine. I run make:
make[2]: *** [../include/modules/sound.ver] Error 1
make[2]: Leaving directory `/usr/src/alsa/alsa-driver-0.5.12a/kernel'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.5.12a'
make: *** [include/sndversions.h] Error 2
I am doing this as root. Any ideas Finegan?
|
|
|
10-08-2002, 02:41 AM
|
#7
|
LQ Newbie
Registered: Oct 2002
Distribution: Red Hat 8.0
Posts: 5
Rep:
|
And when I run /sbin/sndconfig I get:
The Avance Logic Inc.|ALS4000 Audio
Chipset is not currently supported.
:-(
|
|
|
11-24-2002, 09:04 AM
|
#8
|
Senior Member
Registered: Jul 2002
Location: New York
Distribution: Slackware
Posts: 1,358
Rep:
|
He, I have the same problem. vvhitekid, did you solve the problem on your machine ?
|
|
|
06-17-2003, 09:40 AM
|
#9
|
LQ Newbie
Registered: May 2003
Location: India
Distribution: Fedora Core 1
Posts: 17
Rep:
|
Guys i am also having the same problem. I don't know what to do. There must be a solution
I f it is there please let me know at johnny123in@yahoo.co.in
thanks
|
|
|
06-17-2003, 11:52 AM
|
#10
|
Senior Member
Registered: Jul 2002
Location: New York
Distribution: Slackware
Posts: 1,358
Rep:
|
johnnyde, I solved my problem. The sound card is perfactly suported.
What have you tried and what is not working? Did you try to compile the alsa drivers? What did you do?
And one other thing. It's not nice to say to e-mail you with the solution. This forum is designd so that other people can see how problems are solved if they encounter one them selfs.
Last edited by qanopus; 06-17-2003 at 11:55 AM.
|
|
|
06-17-2003, 12:17 PM
|
#11
|
LQ Newbie
Registered: May 2003
Location: India
Distribution: Fedora Core 1
Posts: 17
Rep:
|
schatoor ,
I compiled the alsa drivers. after that the sound card detection is ok and the sound module is also loaded. But insmod reports many unresolved symbols and my card is not screeming yet.
Sorry about he email stuff
Thanks
Johnny
|
|
|
06-17-2003, 05:46 PM
|
#12
|
Senior Member
Registered: Jul 2002
Location: New York
Distribution: Slackware
Posts: 1,358
Rep:
|
I don't quite understand what the problem is. What do you mean by the sound card is detected okey? And if the sound modules are loaded, why do you do insmod?
Give me the output of lsmod, so I can see what modules are loaded. Also post the result of typing "depmod -a" as root in a console.
It's kind of strange you would get unresolved symbols in a driver you compiled your self. Very strange!
Also note that the sound card is muted by default. So if you want to play any thing, you will have to pump up the volume (Not to loud though ) Start "alsamixer" and set "master" higher. You did install alsa utils right? It might help.
Last edited by qanopus; 06-17-2003 at 05:50 PM.
|
|
|
07-03-2003, 04:21 AM
|
#13
|
LQ Newbie
Registered: Jul 2003
Posts: 1
Rep:
|
i don't know ,but i think i must to study handly
|
|
|
All times are GMT -5. The time now is 09:38 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
|
|