Slackware This Forum is for the discussion of Slackware 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.
|
 |
07-20-2004, 09:08 AM
|
#1
|
LQ Newbie
Registered: Jul 2004
Posts: 5
Rep:
|
Wrong soundcards order
I'm very new to Linux and I've tried to solve this problem without success:
Slackware 10.0 detected 2 soundcards:
no.0 - bt878 (TV Tuner), and
no.1 - Audigy2
I suppose KDE uses as default the sound card no.0 since I have no sound.
How can I reverse that order?
Thank you !!!
|
|
|
07-20-2004, 09:27 AM
|
#2
|
Member
Registered: Sep 2003
Location: Spijkenisse, Netherlands
Posts: 119
Rep:
|
First make sure that KDE actually IS using the tuner card. You mentioned being new at this, so maybe you need to run alsamixer first to unmute the sound?
|
|
|
07-20-2004, 11:55 AM
|
#3
|
Member
Registered: Mar 2004
Posts: 519
Rep:
|
Yes, just to extend on what MarsDude said, try
$ alsamixer -c 1
This should bring up the mixer settings for your sound card. Press <spacebar> to unmute the right channels and up and down to change volumes.
|
|
|
07-20-2004, 04:37 PM
|
#4
|
LQ Newbie
Registered: Jul 2004
Posts: 5
Original Poster
Rep:
|
Thanks for your replies  .
Using alsamixer was one of the solutions I've tried before posting this subject.
Comparing to Slackware 10.0, the Slackware 9.1 distro assigned the "0" position for my Audigy soundcard and back then the sound was just fine.
Now, Slackware 10.0 reversed the assignments and I ended up with bt787(TV Tuner) being the first card (i.e. "0").
So, using
$ alsamixer -c 1
although I could tune the settings for the Audigy soundcard, it didn't do anything to hear any sound in KDE.
Anyway, today I just pulled out the TV Tuner card trying one last desperate solution.
And it worked  !!!
Now Audigy is the no. "0" card and even the 5.1 sound is ok.
So, the problem is rather solved now, but it's annoying to pull out and put the TV Tuner card back in when switching to Windows.
I only imagine that if I could just reverse that soundcard order by modifying some .conf file, the problem will be solved elegantly  .
|
|
|
07-20-2004, 04:48 PM
|
#5
|
Member
Registered: Dec 2003
Distribution: Slackware
Posts: 306
Rep:
|
I have this same problem, and reading ur post reminded me that I'm having it since I have a tvtuner card in. I had forgotten that I had installed it awhile ago. Is there a way to change the order still tho? I would like to have both in, yet it use my onboard sound by defualt.
|
|
|
07-21-2004, 01:15 AM
|
#6
|
Member
Registered: Mar 2004
Posts: 519
Rep:
|
I don't have any specifics, but I've read it's possible by modifying .asoundrc
Personally, I just don't load the bttv sound module ;)
|
|
|
07-21-2004, 05:04 PM
|
#7
|
LQ Newbie
Registered: Jul 2004
Posts: 5
Original Poster
Rep:
|
Unfortunately I couldn't find the ".asoundrc". Was it supposed to be somewhere or should I make it by using a certain command?
And what file should I modify in order not to load the bttv module?
|
|
|
07-22-2004, 01:14 AM
|
#8
|
Member
Registered: Mar 2004
Posts: 519
Rep:
|
.asoundrc is a per user file that you create in your home directory.
To create it, just run your favourite text editor:
vim ~/.asoundrc
Further reading is available on asoundrc
|
|
|
07-22-2004, 01:36 AM
|
#9
|
Member
Registered: Mar 2004
Location: austria, vienna
Distribution: slackware-10.2
Posts: 89
Rep:
|
Hi!
KDE/Alsa uses /dev/dsp as sound device. It seems /dev/dsp0 is your tv card and /dev/dsp1 your sound card. Normally /dev/dsp is a link to /dev/dsp0. Try to link /dev/dsp to /dev/dsp1 or use in 'KDE Control Center / Sound & Multimedia / Sound-System/ Hardware [Tab] / Override device location' the appropriate device (eg. /dev/dsp1).
|
|
|
07-22-2004, 05:13 AM
|
#10
|
Member
Registered: Oct 2003
Location: Kuala Lumpur, Malaysia
Distribution: Slackware 13.37 current
Posts: 770
Rep:
|
|
|
|
07-22-2004, 06:19 AM
|
#11
|
Senior Member
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291
Rep:
|
options snd-ens1371 index=0
options snd-bt87x index=1
works for me, many thanks.
|
|
|
07-22-2004, 05:10 PM
|
#12
|
LQ Newbie
Registered: Jul 2004
Posts: 5
Original Poster
Rep:
|
Yes!!!!! That was it.
Adding to the "modules.conf":
options snd-emu10k1 index=0
options snd-bt87x index=1
worked for me too.
Thanks to all who posted solutions, especially davidsrsb  .
|
|
|
All times are GMT -5. The time now is 06:43 PM.
|
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
|
|