Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with 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.
I have no sound at all nothing. I just recompiled my kernel from 2.4.25 to 2.6.7 and now i have no sound. my users are part of the audio group, but i don't think that matters for a console beep, nor is a sound card that i know of. I'm not running X or any GUI at the moment because of my onboard video is frustrating, which is another thing i haven't been able to find easily on how to fix or trying it. I have the out put of lsmod and lspci -v for the video card and the sound card.
0000:01:00.0 VGA compatible controller: VIA Technologies, Inc. VT8378 [S3 UniChrome] Integrated Video (rev 01) (prog-if 00 [VGA])
Subsystem: ABIT Computer Corp.: Unknown device 140c
Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 16
Memory at d8000000 (32-bit, prefetchable) [size=64M]
Memory at dc000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [60] Power Management version 2
Capabilities: [70] AGP version 2.0
lspci -v just for the sound card:
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
Subsystem: ABIT Computer Corp.: Unknown device 140b
Flags: medium devsel, IRQ 22
I/O ports at e000 [size=256]
Capabilities: [c0] Power Management version 2
What config file did you use when you compiled you new kernel?
Did you just copy over your old kernel config file, the defconfig file that comes with the kernel or did you configure your own kernel?
I know when I went to 2.6.7, I had to modify the audio settings within the .config file. I had to disable OSS and ALSA on the kernel, but enable Sound Card support. Then when I ran alsaconfig (v1.0.5) everything configured properly. Otherwise I got the same no soundcard found issue.
If you haven't configured the 2.6.7 kernel, go to the
/usr/src/linux
cp .config .config-bak
make mrproper
cp .config-bak .config
make xconfig
(fix your audio settings and save/exit)
make
su -c "make modules_install"
make install
reboot and try running alsaconf again.
If it fails, you just have to make mrproper and cp .config-bak .config and remake and you'll be right back where you just were.
i used the one in /usr/src/linux-2.6.7/.config , then configured it from there but all i mainly want is the console beep at least for now, i know it sounds weird but i kinda like it. The sound card shouldn't effect the pc speaker should it??
that I'm not particually sure of.. I usually rip out the PC speaker in my systems cause I find the beep annoying as hell. Only put it back in when the system won't start or something so I can hear the beep pattern given off.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.