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 - 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 12-18-2004, 09:29 PM   #1
Kenji Miyamoto
Member
 
Registered: Dec 2004
Distribution: Mandrake 10.1; Fedora Core 3; FreeBSD 5.3; Slackware 10.1 (2.6.10);
Posts: 234

Rep: Reputation: 30
Mandrake 10.1, Old Computer, no Sound


I've installed Mandrakelinux 10.1 on an old AMD K6 300MHz computer, and for the most part it runs just fine. The real problem is that the sound card isn't functioning. To my knowledge, it's an old SoundBlaster card. I've tried installing Emu10k1 drivers, but they don't wok. Also, Kmix doesn't sem to be detecting any mixers, if that matters. Can somesne help me find a way to get the sound card to work?
 
Old 12-18-2004, 10:00 PM   #2
carl0ski
Member
 
Registered: Sep 2004
Location: Melbourne, Victoria Australia
Distribution: Support those that support you :)
Posts: 872
Blog Entries: 12

Rep: Reputation: 30
try in runlevel 3

#alsactl
as root





*note is the Soundcard ISA??
then it is a high probabilty thAt it will work with soundblaster awe16/32 drivers from the list
 
Old 12-18-2004, 10:21 PM   #3
Kenji Miyamoto
Member
 
Registered: Dec 2004
Distribution: Mandrake 10.1; Fedora Core 3; FreeBSD 5.3; Slackware 10.1 (2.6.10);
Posts: 234

Original Poster
Rep: Reputation: 30
I'm a real Linux beginner, so I've never even heard of runlevel. Could someone explain how to get this in Konsole?

Last edited by Kenji Miyamoto; 12-18-2004 at 10:24 PM.
 
Old 12-18-2004, 10:39 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
I have a old soundblaster card and it uses snd_ens1371 Did you try alsaconf as root?

About the runlevel changing: Please post your /etc/inittab file.
most times change 5 to 3 or edit grub
 
Old 12-18-2004, 10:47 PM   #5
carl0ski
Member
 
Registered: Sep 2004
Location: Melbourne, Victoria Australia
Distribution: Support those that support you :)
Posts: 872
Blog Entries: 12

Rep: Reputation: 30
Konsole is like CMD prompt in windows
KDE>System>terminals>Konsole
now type
su
(it will now ask for you root passward su lets you install and modify hardware settings)
you will now see
root@localhost#
Quote:
never mind the earlier post ,
changing your runlevel is as simple as typing
init 3

Quote:
you'll then see a text login prompt
login as root
type
alsaconf

once done with the wizard type init 5 to get back here KDE
Quote:
a runlevel is basically the amount of programs loaded

runlevel 5 is what you use now it loads everything
runlevel 3 loads most things except KDE
runlevel 2 Safe mode nothing but essential and login ability
runlevel 1 fail safe

Last edited by carl0ski; 12-18-2004 at 10:53 PM.
 
Old 12-18-2004, 11:06 PM   #6
Kenji Miyamoto
Member
 
Registered: Dec 2004
Distribution: Mandrake 10.1; Fedora Core 3; FreeBSD 5.3; Slackware 10.1 (2.6.10);
Posts: 234

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by carl0ski
Konsole is like CMD prompt in windows
KDE>System>terminals>Konsole
now type
su
(it will now ask for you root passward su lets you install and modify hardware settings)
you will now see
root@localhost#

init 3


alsaconf

once done with the wizard type init 5 to get back here KDE
When I typed in alsaconf, it didn't recognize the command.
 
Old 12-18-2004, 11:20 PM   #7
carl0ski
Member
 
Registered: Sep 2004
Location: Melbourne, Victoria Australia
Distribution: Support those that support you :)
Posts: 872
Blog Entries: 12

Rep: Reputation: 30
are you certain you were logged in as root?
did you make sure you typed it in as lower case
Linux is case sensitive

open Konsole
type
su
then your password
[root@localhost]# alsa (the press tab)
 
Old 12-18-2004, 11:20 PM   #8
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
cd /usr/sbin then;
ls
do you see alsaconf?
 
Old 12-18-2004, 11:45 PM   #9
Kenji Miyamoto
Member
 
Registered: Dec 2004
Distribution: Mandrake 10.1; Fedora Core 3; FreeBSD 5.3; Slackware 10.1 (2.6.10);
Posts: 234

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by comprookie2000
cd /usr/sbin then;
ls
do you see alsaconf?
I don't see it in the Konsole or in the KDE view of the folder.
 
Old 12-19-2004, 12:30 AM   #10
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Did you do a full install of mandrake 10.1? start here;
http://www.alsa-project.org/
 
Old 12-19-2004, 12:49 AM   #11
Kenji Miyamoto
Member
 
Registered: Dec 2004
Distribution: Mandrake 10.1; Fedora Core 3; FreeBSD 5.3; Slackware 10.1 (2.6.10);
Posts: 234

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by comprookie2000
Did you do a full install of mandrake 10.1? start here;
http://www.alsa-project.org/
What should I do once I extract the tar?
 
Old 12-19-2004, 05:47 AM   #12
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Install alsa from the cd's.
I don't think you have a good install,with the card you have sound should work
from the install.

Last edited by comprookie2000; 12-19-2004 at 05:54 AM.
 
Old 12-19-2004, 03:01 PM   #13
Kenji Miyamoto
Member
 
Registered: Dec 2004
Distribution: Mandrake 10.1; Fedora Core 3; FreeBSD 5.3; Slackware 10.1 (2.6.10);
Posts: 234

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by comprookie2000
Install alsa from the cd's.
I don't think you have a good install,with the card you have sound should work
from the install.
And how would I go about installing them from the CDs?
 
Old 12-19-2004, 03:22 PM   #14
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Hope this helps;
http://www.mandrake.tips.4.free.fr/c...ration101.html
 
Old 12-19-2004, 04:18 PM   #15
Kenji Miyamoto
Member
 
Registered: Dec 2004
Distribution: Mandrake 10.1; Fedora Core 3; FreeBSD 5.3; Slackware 10.1 (2.6.10);
Posts: 234

Original Poster
Rep: Reputation: 30
I installed the ALSA Utilities 1.0.6 that came on the CD. Now what should I do?
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Computer now has two sound cards... daacosta Linux - Newbie 5 10-01-2005 03:45 AM
sound from anothe computer master Linux - Hardware 2 07-21-2005 02:31 PM
Slackware 10.1 sound issues on new computer securitybreach Slackware 7 04-25-2005 09:28 PM
Sound on remote computer. grayswander Linux - General 1 04-01-2004 05:12 PM
New Homebuilt Computer /w Sound Problem woodyb Linux - General 3 12-06-2002 05:03 PM

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

All times are GMT -5. The time now is 06:31 PM.

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