Help with Fedora Core3 -> Core4
make: *** /lib/modules/2.6.15-1.1833_FC4/source: No such file or
make: [ossbuild] Error 2 (ignored) make -C /lib/modules/`uname -r`/source SUBDIRS=/usr/lib/oss/kbuild CC="gcc" modules make: *** /lib/modules/2.6.15-1.1833_FC4/source: No such file or
Yesterday I transitioned from Core3 to Core4. My sound disappeared. Core4 is shipped without the kernel source code. I have a special sound driver for my Creative Labs SoundBlaster Live EMU10k1X card. The driver is Open Sound System from <http://www.opensound.com/>. It needs to be compiled with the kernel. I sent the soundconfig.log to the Help Desk. --------------Open Sound's Help Desk wrote---------------- Hi, You don't have the kernel source RPM, otherwise OSS would not be complaining: directory. Stop. directory. Stop. Please install the kernel source RPM and then get the REGPARM version of OSS. ---------------------end snip---------------------------------------- I downloaded and installed <kernel-2.6.15-1.1833_FC4.src.rpm>. Since then I have been thrashing around without success. I would appreciate an email from anyone who has a moment to help. It does not seem appropriate to foist further details onto this whole list. Ken Jones
I thought that OSS was depricated in favor of ALSA? On 3/3/06, Ken Jones <kjones@ziplink.net> wrote:
Yesterday I transitioned from Core3 to Core4. My sound disappeared. Core4 is shipped without the kernel source code.
I have a special sound driver for my Creative Labs SoundBlaster Live EMU10k1X card. The driver is Open Sound System from <http://www.opensound.com/>. It needs to be compiled with the kernel. I sent the soundconfig.log to the Help Desk.
--------------Open Sound's Help Desk wrote---------------- Hi,
make: *** /lib/modules/2.6.15-1.1833_FC4/source: No such file or
make: [ossbuild] Error 2 (ignored) make -C /lib/modules/`uname -r`/source SUBDIRS=/usr/lib/oss/kbuild CC="gcc" modules make: *** /lib/modules/2.6.15-1.1833_FC4/source: No such file or
You don't have the kernel source RPM, otherwise OSS would not be complaining: directory. Stop. directory. Stop.
Please install the kernel source RPM and then get the REGPARM version of OSS. ---------------------end snip----------------------------------------
I downloaded and installed <kernel-2.6.15-1.1833_FC4.src.rpm>.
Since then I have been thrashing around without success. I would appreciate an email from anyone who has a moment to help. It does not seem appropriate to foist further details onto this whole list.
Ken Jones
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
On Fri, 2006-03-03 at 22:11 -0500, Jared Greenwald wrote:
I thought that OSS was depricated in favor of ALSA?
Depricated in the official kernel tree. People are still developing it though.
On 3/3/06, Ken Jones <kjones@ziplink.net> wrote:
Yesterday I transitioned from Core3 to Core4. My sound disappeared. Core4 is shipped without the kernel source code.
I have a special sound driver for my Creative Labs SoundBlaster Live EMU10k1X card. The driver is Open Sound System from <http://www.opensound.com/>. It needs to be compiled with the kernel. I sent the soundconfig.log to the Help Desk.
EMU10k1X? Isn't that an audigy? I have two different SBlive (emu10k1) models and both work with either the OSS or ALSA drivers. Is there a specific feature you need in the OSS version that ALSA doesn't provide?
--------------Open Sound's Help Desk wrote---------------- Hi,
make: *** /lib/modules/2.6.15-1.1833_FC4/source: No such file or
make: [ossbuild] Error 2 (ignored) make -C /lib/modules/`uname -r`/source SUBDIRS=/usr/lib/oss/kbuild CC="gcc" modules make: *** /lib/modules/2.6.15-1.1833_FC4/source: No such file or
You don't have the kernel source RPM, otherwise OSS would not be complaining: directory. Stop. directory. Stop.
Please install the kernel source RPM and then get the REGPARM version of OSS. ---------------------end snip----------------------------------------
I downloaded and installed <kernel-2.6.15-1.1833_FC4.src.rpm>.
The src.rpm isn't really what you want here... You want the kernel-devel package. If you have yum set up, just yum install kernel-devel. There was a a time when "all you needed" to build kernel modules was in the kernel rpm but iirc people complained about the size so it got split out.
Since then I have been thrashing around without success. I would appreciate an email from anyone who has a moment to help. It does not seem appropriate to foist further details onto this whole list.
Ken Jones
I vote foist away, this list is pretty low traffic lately ;) (hence why I am posting instead of just lurking as usual) -- rewster <rewster@rewster.org>
On Fri, Mar 03, 2006 at 09:46:17PM -0500, Ken Jones wrote:
Yesterday I transitioned from Core3 to Core4. My sound disappeared. Core4 is shipped without the kernel source code.
Not true. All the source for Fedora is shipped per requirement of the GPL and other licenses. Read the release notes to see why Fedora no longer ships 2 copies of the kernel source and what replaced it.
I downloaded and installed <kernel-2.6.15-1.1833_FC4.src.rpm>.
kernel-devel contains the part you need to compile 3rd party drivers. yum install kernel-devel-`uname -r`
participants (4)
-
Chuck Anderson
-
Jared Greenwald
-
Ken Jones
-
rewster