lkml.org 
[lkml]   [2003]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: Can't build sound drivers as modules (2.5.55)
Stephen Hemminger writes:
> When I try to install with sound as a configured module:
>
> WARNING: /lib/modules/2.5.55/kernel/sound/soundcore.ko needs unknown
> symbol
> errno
>
> This is new in 2.5.55, not sure where the missing bogus definition is.
> It looks like soundcore.ko contains sound_firmware.o which is seems to
> be more of an application than a driver (open/close)...

Someone removed the 'static int errno;' declaration in sound_firmware.c.
The sys calls it uses are apparently user-space versions with errno references.

The real fix is to delete the file altogether :-) Like the comments in it
say, firmware should be inserted by a user-space application.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.028 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site