now, i have got working driver.
i downloaded the source of last version, applied the patch (see attachement)
The error "asm\system.h" disappeared.
Then i installed the new driver.
Created new file in /etc/modprobe.d/broadcom.conf
<code>
alias ssb off
blacklist b43
blacklist ssb
blacklist ssb_hcd
options wl name=wlan0
</code>
Then add new string in file /etc/initramfs/modules
<code>
echo wl >> /etc/initramfs/modules
</code>
And update init ramfs
<code>
update-initramfs
</code>
now, i have got working driver.
i downloaded the source of last version, applied the patch (see attachement)
The error "asm\system.h" disappeared.
Then i installed the new driver.
Created new file in /etc/modprobe. d/broadcom. conf
<code>
alias ssb off
blacklist b43
blacklist ssb
blacklist ssb_hcd
options wl name=wlan0
</code>
Then add new string in file /etc/initramfs/ modules modules
<code>
echo wl >> /etc/initramfs/
</code>
And update init ramfs
<code>
update-initramfs
</code>
Reboot.