![]() | ||||||||||
Messages in this thread |
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 12:32 [from the cache] ©2003-2008 | ||||||||||