Getting Logitech USB headset to work on Debian
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I am attempting to get a Logitech USB headset to work on my Debian Squeeze computer. However, no matter what I do, there is no sound. I've already tried everything I could find on Google with no luck.
Originally, cat /proc/asound/cards
listed the internal card in slot 0 and my headset in slot 1. After following the suggestion to rename /lib/modules/2.6.32-5-amd64/kernel/sound/pci/hda/snd-hda-intel.ko
so it can't be found, it no longer reports the internal card, but my headset is still in slot 1.
I also tried editing /etc/modprobe.d/alsa-base.conf
to comment out the last line and add options snd-usb-audio index=1
, but nothing I did to this file had any effect. I also tried rebooting the computer in between each change, but that didn't help.
Update: I reenabled the /lib/modules/2.6.32-5-amd64/kernel/sound/pci/hda/snd-hda-intel.ko
module, so both the internal card and the headset showed up.
Then I installed PulseAudio using the directions at http://zitzlinuxblog.blogspot.com/2010/10/this-is-updated-version-of-how-to-i_07.html, but this only made things worse! Now the only thing that shows up under sound preferences and pavucontrol is "Dummy Output".
So what can I do? I'm at my wits end.
usb debian alsa headset
add a comment |
I am attempting to get a Logitech USB headset to work on my Debian Squeeze computer. However, no matter what I do, there is no sound. I've already tried everything I could find on Google with no luck.
Originally, cat /proc/asound/cards
listed the internal card in slot 0 and my headset in slot 1. After following the suggestion to rename /lib/modules/2.6.32-5-amd64/kernel/sound/pci/hda/snd-hda-intel.ko
so it can't be found, it no longer reports the internal card, but my headset is still in slot 1.
I also tried editing /etc/modprobe.d/alsa-base.conf
to comment out the last line and add options snd-usb-audio index=1
, but nothing I did to this file had any effect. I also tried rebooting the computer in between each change, but that didn't help.
Update: I reenabled the /lib/modules/2.6.32-5-amd64/kernel/sound/pci/hda/snd-hda-intel.ko
module, so both the internal card and the headset showed up.
Then I installed PulseAudio using the directions at http://zitzlinuxblog.blogspot.com/2010/10/this-is-updated-version-of-how-to-i_07.html, but this only made things worse! Now the only thing that shows up under sound preferences and pavucontrol is "Dummy Output".
So what can I do? I'm at my wits end.
usb debian alsa headset
Why are you settingindex=1
when you want it to be at index 0? Why aren't you just selecting the headset in the PulseAudio configuration?
– CL.
Feb 5 '13 at 8:24
Because that's what I found online suggested. Anyway, I'm not sure how to do the PulseAudio thing but I'll look into it.
– Antimony
Feb 5 '13 at 13:25
@CL What do you mean by "selecting the headset in the PulseAudio configuration"? How do I do that?
– Antimony
Feb 22 '13 at 17:35
Something like pavucontrol's configuration tab.
– CL.
Feb 22 '13 at 19:12
@CL I installed PulseAudio, but that only made things worse! Now the only thing that shows up under System Sound Preferences and Pavucontrol is "Dummy Output".
– Antimony
Feb 22 '13 at 22:45
add a comment |
I am attempting to get a Logitech USB headset to work on my Debian Squeeze computer. However, no matter what I do, there is no sound. I've already tried everything I could find on Google with no luck.
Originally, cat /proc/asound/cards
listed the internal card in slot 0 and my headset in slot 1. After following the suggestion to rename /lib/modules/2.6.32-5-amd64/kernel/sound/pci/hda/snd-hda-intel.ko
so it can't be found, it no longer reports the internal card, but my headset is still in slot 1.
I also tried editing /etc/modprobe.d/alsa-base.conf
to comment out the last line and add options snd-usb-audio index=1
, but nothing I did to this file had any effect. I also tried rebooting the computer in between each change, but that didn't help.
Update: I reenabled the /lib/modules/2.6.32-5-amd64/kernel/sound/pci/hda/snd-hda-intel.ko
module, so both the internal card and the headset showed up.
Then I installed PulseAudio using the directions at http://zitzlinuxblog.blogspot.com/2010/10/this-is-updated-version-of-how-to-i_07.html, but this only made things worse! Now the only thing that shows up under sound preferences and pavucontrol is "Dummy Output".
So what can I do? I'm at my wits end.
usb debian alsa headset
I am attempting to get a Logitech USB headset to work on my Debian Squeeze computer. However, no matter what I do, there is no sound. I've already tried everything I could find on Google with no luck.
Originally, cat /proc/asound/cards
listed the internal card in slot 0 and my headset in slot 1. After following the suggestion to rename /lib/modules/2.6.32-5-amd64/kernel/sound/pci/hda/snd-hda-intel.ko
so it can't be found, it no longer reports the internal card, but my headset is still in slot 1.
I also tried editing /etc/modprobe.d/alsa-base.conf
to comment out the last line and add options snd-usb-audio index=1
, but nothing I did to this file had any effect. I also tried rebooting the computer in between each change, but that didn't help.
Update: I reenabled the /lib/modules/2.6.32-5-amd64/kernel/sound/pci/hda/snd-hda-intel.ko
module, so both the internal card and the headset showed up.
Then I installed PulseAudio using the directions at http://zitzlinuxblog.blogspot.com/2010/10/this-is-updated-version-of-how-to-i_07.html, but this only made things worse! Now the only thing that shows up under sound preferences and pavucontrol is "Dummy Output".
So what can I do? I'm at my wits end.
usb debian alsa headset
usb debian alsa headset
edited Feb 22 '13 at 22:44
Antimony
asked Feb 5 '13 at 4:04
AntimonyAntimony
233311
233311
Why are you settingindex=1
when you want it to be at index 0? Why aren't you just selecting the headset in the PulseAudio configuration?
– CL.
Feb 5 '13 at 8:24
Because that's what I found online suggested. Anyway, I'm not sure how to do the PulseAudio thing but I'll look into it.
– Antimony
Feb 5 '13 at 13:25
@CL What do you mean by "selecting the headset in the PulseAudio configuration"? How do I do that?
– Antimony
Feb 22 '13 at 17:35
Something like pavucontrol's configuration tab.
– CL.
Feb 22 '13 at 19:12
@CL I installed PulseAudio, but that only made things worse! Now the only thing that shows up under System Sound Preferences and Pavucontrol is "Dummy Output".
– Antimony
Feb 22 '13 at 22:45
add a comment |
Why are you settingindex=1
when you want it to be at index 0? Why aren't you just selecting the headset in the PulseAudio configuration?
– CL.
Feb 5 '13 at 8:24
Because that's what I found online suggested. Anyway, I'm not sure how to do the PulseAudio thing but I'll look into it.
– Antimony
Feb 5 '13 at 13:25
@CL What do you mean by "selecting the headset in the PulseAudio configuration"? How do I do that?
– Antimony
Feb 22 '13 at 17:35
Something like pavucontrol's configuration tab.
– CL.
Feb 22 '13 at 19:12
@CL I installed PulseAudio, but that only made things worse! Now the only thing that shows up under System Sound Preferences and Pavucontrol is "Dummy Output".
– Antimony
Feb 22 '13 at 22:45
Why are you setting
index=1
when you want it to be at index 0? Why aren't you just selecting the headset in the PulseAudio configuration?– CL.
Feb 5 '13 at 8:24
Why are you setting
index=1
when you want it to be at index 0? Why aren't you just selecting the headset in the PulseAudio configuration?– CL.
Feb 5 '13 at 8:24
Because that's what I found online suggested. Anyway, I'm not sure how to do the PulseAudio thing but I'll look into it.
– Antimony
Feb 5 '13 at 13:25
Because that's what I found online suggested. Anyway, I'm not sure how to do the PulseAudio thing but I'll look into it.
– Antimony
Feb 5 '13 at 13:25
@CL What do you mean by "selecting the headset in the PulseAudio configuration"? How do I do that?
– Antimony
Feb 22 '13 at 17:35
@CL What do you mean by "selecting the headset in the PulseAudio configuration"? How do I do that?
– Antimony
Feb 22 '13 at 17:35
Something like pavucontrol's configuration tab.
– CL.
Feb 22 '13 at 19:12
Something like pavucontrol's configuration tab.
– CL.
Feb 22 '13 at 19:12
@CL I installed PulseAudio, but that only made things worse! Now the only thing that shows up under System Sound Preferences and Pavucontrol is "Dummy Output".
– Antimony
Feb 22 '13 at 22:45
@CL I installed PulseAudio, but that only made things worse! Now the only thing that shows up under System Sound Preferences and Pavucontrol is "Dummy Output".
– Antimony
Feb 22 '13 at 22:45
add a comment |
1 Answer
1
active
oldest
votes
You can try the following:
Run sudo alsamixer
in a terminal, press F6 and select your headset.
If you have selected it, check that the volume bar does not have "MM" on it.
If it does, it's muted. Use the 'M' key to unmute it.
I no longer have the headphones or the computer in question, so it's a bit obsolete. But thanks anyway.
– Antimony
Jun 10 '16 at 16:44
Didn't realize this was asked 3 years ago, sorry.
– AcridBrimistic
Jun 10 '16 at 16:58
It's perfectly OK to answer old questions! We always welcome people to share their solutions.
– Ben N
Jun 10 '16 at 17:31
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f546731%2fgetting-logitech-usb-headset-to-work-on-debian%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can try the following:
Run sudo alsamixer
in a terminal, press F6 and select your headset.
If you have selected it, check that the volume bar does not have "MM" on it.
If it does, it's muted. Use the 'M' key to unmute it.
I no longer have the headphones or the computer in question, so it's a bit obsolete. But thanks anyway.
– Antimony
Jun 10 '16 at 16:44
Didn't realize this was asked 3 years ago, sorry.
– AcridBrimistic
Jun 10 '16 at 16:58
It's perfectly OK to answer old questions! We always welcome people to share their solutions.
– Ben N
Jun 10 '16 at 17:31
add a comment |
You can try the following:
Run sudo alsamixer
in a terminal, press F6 and select your headset.
If you have selected it, check that the volume bar does not have "MM" on it.
If it does, it's muted. Use the 'M' key to unmute it.
I no longer have the headphones or the computer in question, so it's a bit obsolete. But thanks anyway.
– Antimony
Jun 10 '16 at 16:44
Didn't realize this was asked 3 years ago, sorry.
– AcridBrimistic
Jun 10 '16 at 16:58
It's perfectly OK to answer old questions! We always welcome people to share their solutions.
– Ben N
Jun 10 '16 at 17:31
add a comment |
You can try the following:
Run sudo alsamixer
in a terminal, press F6 and select your headset.
If you have selected it, check that the volume bar does not have "MM" on it.
If it does, it's muted. Use the 'M' key to unmute it.
You can try the following:
Run sudo alsamixer
in a terminal, press F6 and select your headset.
If you have selected it, check that the volume bar does not have "MM" on it.
If it does, it's muted. Use the 'M' key to unmute it.
answered Jun 10 '16 at 16:34
AcridBrimisticAcridBrimistic
264
264
I no longer have the headphones or the computer in question, so it's a bit obsolete. But thanks anyway.
– Antimony
Jun 10 '16 at 16:44
Didn't realize this was asked 3 years ago, sorry.
– AcridBrimistic
Jun 10 '16 at 16:58
It's perfectly OK to answer old questions! We always welcome people to share their solutions.
– Ben N
Jun 10 '16 at 17:31
add a comment |
I no longer have the headphones or the computer in question, so it's a bit obsolete. But thanks anyway.
– Antimony
Jun 10 '16 at 16:44
Didn't realize this was asked 3 years ago, sorry.
– AcridBrimistic
Jun 10 '16 at 16:58
It's perfectly OK to answer old questions! We always welcome people to share their solutions.
– Ben N
Jun 10 '16 at 17:31
I no longer have the headphones or the computer in question, so it's a bit obsolete. But thanks anyway.
– Antimony
Jun 10 '16 at 16:44
I no longer have the headphones or the computer in question, so it's a bit obsolete. But thanks anyway.
– Antimony
Jun 10 '16 at 16:44
Didn't realize this was asked 3 years ago, sorry.
– AcridBrimistic
Jun 10 '16 at 16:58
Didn't realize this was asked 3 years ago, sorry.
– AcridBrimistic
Jun 10 '16 at 16:58
It's perfectly OK to answer old questions! We always welcome people to share their solutions.
– Ben N
Jun 10 '16 at 17:31
It's perfectly OK to answer old questions! We always welcome people to share their solutions.
– Ben N
Jun 10 '16 at 17:31
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f546731%2fgetting-logitech-usb-headset-to-work-on-debian%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Why are you setting
index=1
when you want it to be at index 0? Why aren't you just selecting the headset in the PulseAudio configuration?– CL.
Feb 5 '13 at 8:24
Because that's what I found online suggested. Anyway, I'm not sure how to do the PulseAudio thing but I'll look into it.
– Antimony
Feb 5 '13 at 13:25
@CL What do you mean by "selecting the headset in the PulseAudio configuration"? How do I do that?
– Antimony
Feb 22 '13 at 17:35
Something like pavucontrol's configuration tab.
– CL.
Feb 22 '13 at 19:12
@CL I installed PulseAudio, but that only made things worse! Now the only thing that shows up under System Sound Preferences and Pavucontrol is "Dummy Output".
– Antimony
Feb 22 '13 at 22:45