You are not logged in.
Hi everybody,
I have the sound problem after upgrading the kernel.I have totally lost sound.
Before that everything worked fine. If I try to start alsaconfig I have receive
the massage "could not find module snd". Any clue? ( I am using monolit kernel and when upgrading used the same .config all the time)
Thanks a lot
Offline
as root or sudo:
modprobe snd
but it <i>should</i> be autodetected, right..? Anyone more knowledgable than me should probably pitch in.
anyway if that fixes it, you can just add 'snd' in your /etc/rc.conf under MODULES
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
Can you put your .config in the pastebin?
Also, check the output of "ls /dev/sound/"
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
modprobe snd
>FATAL: module snd not found
Can you put your .config in the pastebin?
I put .config to /usr/src/linux and then start make -s clean...
Thats all I did
ls /dev/sound/
audio dmmidi dsp midi mixer sequencer sequencer2
Offline
Can you put your .config in the pastebin?
I put .config to /usr/src/linux and then start make -s clean...
Thats all I did
Cool. But I wanted a look at it to see how it's set up. Never mind anyway, got all I needed from the next bit...
ls /dev/sound/
audio dmmidi dsp midi mixer sequencer sequencer2
Going by this, though, your soundcard is working fine.
Now, you said you ran "alsaconfig", yeah? Do you actually mean "alsaconf", or is it actually "alsaconfig"? Because I only have alsaconf on my systems.
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
Do you actually mean "alsaconf"
Yes ,I was wrong. Actually "alsaconf"
Offline
As I understand I have snd module inside my kernel ,so I do not need to upload the module snd?
Offline
# Sound
#
CONFIG_SOUND=y
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=y
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
# CONFIG_SND_DYNAMIC_MINORS is not set
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
#
# Generic devices
#
CONFIG_SND_MPU401_UART=y
CONFIG_SND_AC97_CODEC=y
CONFIG_SND_AC97_BUS=y
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
.....
CONFIG_SND_ES1968=y
Offline
Thank you very much for yоur help comrades
It is look like the sound fine now. Why? I don't know
Offline
Oh well... That was unexpected... Least it worked out for you
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
btw, when he said pastebinm he meant..
http://pastebin.archlinux.org
it's just a way of posting stuff like configs and logs, without clutterring up the threads...
The.Revolution.Is.Coming - - To fight, To hunger, To Resist!
Offline