Sound device not detected Debian
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm using Debian Jessie on dell inspiron. It was working fine earlier. Now, not working at all.
lspci|grep Audio
Returns empty.
What could be the problem and how do I fix it? Any pointers will be helpful.
debian linux-kernel drivers audio pulseaudio
add a comment |Â
up vote
0
down vote
favorite
I'm using Debian Jessie on dell inspiron. It was working fine earlier. Now, not working at all.
lspci|grep Audio
Returns empty.
What could be the problem and how do I fix it? Any pointers will be helpful.
debian linux-kernel drivers audio pulseaudio
If you run into strange issues with a command usinggrep
, the first step is to removegrep
and see whatlspci
shows you: if the audio device really disappeared, or just the string "Audio" vanished. If the device really disappeared, check your BIOS settings; some BIOS can disable audio device(s).
â dirkt
Nov 6 '17 at 8:06
Thanks. Audio device was not appearing, not just the string. It's working now.
â tired and bored dev
Nov 7 '17 at 6:24
So how did you fix it? Write up an answer and accept it, for the next person who as a similar problem.
â dirkt
Nov 7 '17 at 6:25
I've mentioned what I did in the comment. Frankly I do not know how it started working again or what fixed it.
â tired and bored dev
Nov 7 '17 at 6:26
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm using Debian Jessie on dell inspiron. It was working fine earlier. Now, not working at all.
lspci|grep Audio
Returns empty.
What could be the problem and how do I fix it? Any pointers will be helpful.
debian linux-kernel drivers audio pulseaudio
I'm using Debian Jessie on dell inspiron. It was working fine earlier. Now, not working at all.
lspci|grep Audio
Returns empty.
What could be the problem and how do I fix it? Any pointers will be helpful.
debian linux-kernel drivers audio pulseaudio
asked Nov 5 '17 at 16:10
tired and bored dev
1063
1063
If you run into strange issues with a command usinggrep
, the first step is to removegrep
and see whatlspci
shows you: if the audio device really disappeared, or just the string "Audio" vanished. If the device really disappeared, check your BIOS settings; some BIOS can disable audio device(s).
â dirkt
Nov 6 '17 at 8:06
Thanks. Audio device was not appearing, not just the string. It's working now.
â tired and bored dev
Nov 7 '17 at 6:24
So how did you fix it? Write up an answer and accept it, for the next person who as a similar problem.
â dirkt
Nov 7 '17 at 6:25
I've mentioned what I did in the comment. Frankly I do not know how it started working again or what fixed it.
â tired and bored dev
Nov 7 '17 at 6:26
add a comment |Â
If you run into strange issues with a command usinggrep
, the first step is to removegrep
and see whatlspci
shows you: if the audio device really disappeared, or just the string "Audio" vanished. If the device really disappeared, check your BIOS settings; some BIOS can disable audio device(s).
â dirkt
Nov 6 '17 at 8:06
Thanks. Audio device was not appearing, not just the string. It's working now.
â tired and bored dev
Nov 7 '17 at 6:24
So how did you fix it? Write up an answer and accept it, for the next person who as a similar problem.
â dirkt
Nov 7 '17 at 6:25
I've mentioned what I did in the comment. Frankly I do not know how it started working again or what fixed it.
â tired and bored dev
Nov 7 '17 at 6:26
If you run into strange issues with a command using
grep
, the first step is to remove grep
and see what lspci
shows you: if the audio device really disappeared, or just the string "Audio" vanished. If the device really disappeared, check your BIOS settings; some BIOS can disable audio device(s).â dirkt
Nov 6 '17 at 8:06
If you run into strange issues with a command using
grep
, the first step is to remove grep
and see what lspci
shows you: if the audio device really disappeared, or just the string "Audio" vanished. If the device really disappeared, check your BIOS settings; some BIOS can disable audio device(s).â dirkt
Nov 6 '17 at 8:06
Thanks. Audio device was not appearing, not just the string. It's working now.
â tired and bored dev
Nov 7 '17 at 6:24
Thanks. Audio device was not appearing, not just the string. It's working now.
â tired and bored dev
Nov 7 '17 at 6:24
So how did you fix it? Write up an answer and accept it, for the next person who as a similar problem.
â dirkt
Nov 7 '17 at 6:25
So how did you fix it? Write up an answer and accept it, for the next person who as a similar problem.
â dirkt
Nov 7 '17 at 6:25
I've mentioned what I did in the comment. Frankly I do not know how it started working again or what fixed it.
â tired and bored dev
Nov 7 '17 at 6:26
I've mentioned what I did in the comment. Frankly I do not know how it started working again or what fixed it.
â tired and bored dev
Nov 7 '17 at 6:26
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
You should update your pci database:
update-pciids
the manpage man update-pciids
:
update-pciids fetches the current version of the pci.ids file from the
primary distribution site and installs it.
Thanks! I did. It returned a message saying that it downloaded dailysnapshot. Butlspci|grep Audio
still returns empty. Just to inform, in Sound settings, "Choose a device for sound output" only shows "Dummy Output". (It was showing same even before update-pciids, and now also).
â tired and bored dev
Nov 5 '17 at 23:41
Now it's giving 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21). Not sure what exactly worked, I did this also - alsactl init
â tired and bored dev
Nov 6 '17 at 6:54
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You should update your pci database:
update-pciids
the manpage man update-pciids
:
update-pciids fetches the current version of the pci.ids file from the
primary distribution site and installs it.
Thanks! I did. It returned a message saying that it downloaded dailysnapshot. Butlspci|grep Audio
still returns empty. Just to inform, in Sound settings, "Choose a device for sound output" only shows "Dummy Output". (It was showing same even before update-pciids, and now also).
â tired and bored dev
Nov 5 '17 at 23:41
Now it's giving 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21). Not sure what exactly worked, I did this also - alsactl init
â tired and bored dev
Nov 6 '17 at 6:54
add a comment |Â
up vote
0
down vote
You should update your pci database:
update-pciids
the manpage man update-pciids
:
update-pciids fetches the current version of the pci.ids file from the
primary distribution site and installs it.
Thanks! I did. It returned a message saying that it downloaded dailysnapshot. Butlspci|grep Audio
still returns empty. Just to inform, in Sound settings, "Choose a device for sound output" only shows "Dummy Output". (It was showing same even before update-pciids, and now also).
â tired and bored dev
Nov 5 '17 at 23:41
Now it's giving 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21). Not sure what exactly worked, I did this also - alsactl init
â tired and bored dev
Nov 6 '17 at 6:54
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You should update your pci database:
update-pciids
the manpage man update-pciids
:
update-pciids fetches the current version of the pci.ids file from the
primary distribution site and installs it.
You should update your pci database:
update-pciids
the manpage man update-pciids
:
update-pciids fetches the current version of the pci.ids file from the
primary distribution site and installs it.
answered Nov 5 '17 at 16:36
GAD3R
22.7k154895
22.7k154895
Thanks! I did. It returned a message saying that it downloaded dailysnapshot. Butlspci|grep Audio
still returns empty. Just to inform, in Sound settings, "Choose a device for sound output" only shows "Dummy Output". (It was showing same even before update-pciids, and now also).
â tired and bored dev
Nov 5 '17 at 23:41
Now it's giving 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21). Not sure what exactly worked, I did this also - alsactl init
â tired and bored dev
Nov 6 '17 at 6:54
add a comment |Â
Thanks! I did. It returned a message saying that it downloaded dailysnapshot. Butlspci|grep Audio
still returns empty. Just to inform, in Sound settings, "Choose a device for sound output" only shows "Dummy Output". (It was showing same even before update-pciids, and now also).
â tired and bored dev
Nov 5 '17 at 23:41
Now it's giving 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21). Not sure what exactly worked, I did this also - alsactl init
â tired and bored dev
Nov 6 '17 at 6:54
Thanks! I did. It returned a message saying that it downloaded dailysnapshot. But
lspci|grep Audio
still returns empty. Just to inform, in Sound settings, "Choose a device for sound output" only shows "Dummy Output". (It was showing same even before update-pciids, and now also).â tired and bored dev
Nov 5 '17 at 23:41
Thanks! I did. It returned a message saying that it downloaded dailysnapshot. But
lspci|grep Audio
still returns empty. Just to inform, in Sound settings, "Choose a device for sound output" only shows "Dummy Output". (It was showing same even before update-pciids, and now also).â tired and bored dev
Nov 5 '17 at 23:41
Now it's giving 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21). Not sure what exactly worked, I did this also - alsactl init
â tired and bored dev
Nov 6 '17 at 6:54
Now it's giving 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21). Not sure what exactly worked, I did this also - alsactl init
â tired and bored dev
Nov 6 '17 at 6:54
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f402677%2fsound-device-not-detected-debian%23new-answer', 'question_page');
);
Post as a guest
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
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
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
If you run into strange issues with a command using
grep
, the first step is to removegrep
and see whatlspci
shows you: if the audio device really disappeared, or just the string "Audio" vanished. If the device really disappeared, check your BIOS settings; some BIOS can disable audio device(s).â dirkt
Nov 6 '17 at 8:06
Thanks. Audio device was not appearing, not just the string. It's working now.
â tired and bored dev
Nov 7 '17 at 6:24
So how did you fix it? Write up an answer and accept it, for the next person who as a similar problem.
â dirkt
Nov 7 '17 at 6:25
I've mentioned what I did in the comment. Frankly I do not know how it started working again or what fixed it.
â tired and bored dev
Nov 7 '17 at 6:26