Monthly Archives: May 2011

bcm43** in F15 x86_64

when compile hybrid-portsrc_x86_64-v5_100_82_38.tar.gz from Broadcom, there is an error “ implicit declaration of function ‘init_MUTEX’ [-Werror=implicit-function-declaration]“. So if you want to compile wl.ko in F15, you need change “src/wl/sys/wl_linux.c” line 487 from init_MUTEX(&wl->sem); into sema_init(&wl->sem, 1); This is my first fedora article. … Continue reading

Posted in fedora | 6 Comments