Summary: | no sound with kernel 2.6 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Florian Effenberger <floeff> |
Component: | [OLD] Core system | Assignee: | x86-kernel (DEPRECATED) <x86-kernel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | major | CC: | etnoy |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Florian Effenberger
2004-04-18 08:47:24 UTC
i'm not sure about using OSS with genkernel.. but if you use "make menuconfig" in /usr/src/linux, you can go to device drivers -> sound -> OSS (enable it)...this would require you to build the kernel afterwards, and put the new bzImage in /boot (probably also requiring you to alter your GRUB/LILO config to stop using genkernel) I tried "genkernel --menuconfig all" and "Open Sound System (DEPRECATED)" is not compiled in. Neither as a module, nor directly in the kernel. Is it disabled in genkernel compiled kernels by default? Could that be the reason that I can load the module but I don't hear anything? I tried it with menuconfig, enabled OSS and my sound chip (es1370 and es1371), but I still don't hear anything. dmesg only shows es1370 / es1371 (not snd-ens1370/1371) have been loaded, but no card. What could be wrong, what modules might I need to load? Hello, anyone out there? ;-) You might have forgotten one annoying step that I forgot when I was new to alsa. Start the alsamixer, then go to the "Master" bar and press "M". That would unmute the channel if you see two big M:s disappear on top of the bar. Do the same with "PCM". Thanks for the feedback. However, I do NOT want to use Alsa, but OSS instead ;-) That's strange... why's that? ALSA is IMHO so much better than OSS. Just curious, you know ;) ;-) Yes I know. But I have some systems I'd like to migrate to 2.6 smoothly without changing to much on the driver side. I have the very same soundcard and everything has been working flawlessly since 2.6.0. My advice to you is to drop OSS. I know you want to stick with it, but it's deprecated, and ALSA has full support for your soundcard. And you won't have to change any settings if you enable the OSS compatibility options. Other than that, you can try compiling the drivers into the kernel and checking whether they work this way. It might be also be wise to start aumix or similar program and check that everything is OK with the volumes. It's amazing how often this can be the root of sound problems ;) I tried out ALSA in 2.6 and it works fine. Thanks for all comments. ;-) I guess I'll close this bug now. |