Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
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.
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.
On my laptop, sound formerly worked through ALSA on the snd-intel8x0 drivers. The sound just recently stopped working after I ran Ndiswrapper to install drivers for my wireless networking card. Now sound doesn't play and it seemed the module (snd-intel8x0) was deleted. I reinstalled ALSA and in programs, it says the sound is playing. However, no sound is emitted through the speakers. Any ideas on how to get my sound working again? Thanks.
When I run the lsmod command, it shows that the snd-intel8x0 module is being used.
However, when i run alsaconf to check the settings, it's returning:
> # alsamixer
No mixer elems found
So, I tried to reinstall the ALSA Utilities and there was an error installing it:
aplay.c: In function `set_params':
aplay.c:846: warning: passing arg 3 of `snd_pcm_hw_params_set_rate_near' makes integer from pointer without a cast
aplay.c:865: warning: passing arg 3 of `snd_pcm_hw_params_set_period_time_near' makes integer from pointer without a cast
aplay.c:868: warning: passing arg 3 of `snd_pcm_hw_params_set_period_size_near' makes integer from pointer without a cast
aplay.c:872: warning: passing arg 3 of `snd_pcm_hw_params_set_buffer_time_near' makes integer from pointer without a cast
aplay.c:875: warning: passing arg 3 of `snd_pcm_hw_params_set_buffer_size_near' makes integer from pointer without a cast
aplay.c:884: warning: passing arg 2 of `snd_pcm_hw_params_get_period_size' from incompatible pointer type
aplay.c:884: too many arguments to function `snd_pcm_hw_params_get_period_size'
aplay.c:885: too many arguments to function `snd_pcm_hw_params_get_buffer_size'
aplay.c:891: too many arguments to function `snd_pcm_sw_params_get_xfer_align'
make[1]: *** [aplay.o] Error 1
make[1]: Leaving directory `/home/ryanjue/dls/alsa-utils-1.0.4/aplay'
make: *** [all-recursive] Error 1
When I used: # alsaconf it was setting the sound card to snd-intel8x0m and previously when my sound was working, it was using snd-intel8x0. I reinstalled the latest alsa drivers, libs, utils, and oss. Then I manually changed /etc/modules.conf for the settings that I wanted.
Now the sound works and I can configure the sound with alsamixer
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.