Results 1 to 4 of 4

Thread: Trouble with Broadcom 4313 driver

  1. #1
    Join Date
    2014-Jan
    Posts
    1

    Question Trouble with Broadcom 4313 driver

    Hi! I have a problem with the installation of the proprietary driver broadcom-sta (wl) when I compile appears an error:

    Code:
    KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
    make[1]: Entering directory `/usr/src/linux-headers-3.12-amd64'
    CFG80211 API is prefered for this kernel version
    Using CFG80211 API
      CC [M]  /.../sys/wl_linux.o
    /.../src/wl/sys/wl_linux.c: In function ‘wl_tkip_printstats’:
    /.../src/wl/sys/wl_linux.c:3246:7: warning: passing argument 1 of ‘wl->tkipmodops->print_stats’ from incompatible pointer type [enabled by default]
    /.../src/wl/sys/wl_linux.c:3246:7: note: expected ‘struct seq_file *’ but argument is of type ‘char *’
    /.../src/wl/sys/wl_linux.c:3249:4: warning: passing argument 1 of ‘wl->tkipmodops->print_stats’ from incompatible pointer type [enabled by default]
    /.../src/wl/sys/wl_linux.c:3249:4: note: expected ‘struct seq_file *’ but argument is of type ‘char *’
    /.../src/wl/sys/wl_linux.c: In function ‘wl_reg_proc_entry’:
    /.../src/wl/sys/wl_linux.c:3470:2: error: implicit declaration of function ‘create_proc_entry’ [-Werror=implicit-function-declaration]
    /.../src/wl/sys/wl_linux.c:3470:22: warning: assignment makes pointer from integer without a cast [enabled by default]
    
    /.../src/wl/sys/wl_linux.c:3470:22: warning: assignment makes pointer from integer without a cast [enabled by default]
    /.../src/wl/sys/wl_linux.c:3475:16: error: dereferencing pointer to incomplete type
    /.../src/wl/sys/wl_linux.c:3476:16: error: dereferencing pointer to incomplete type
    /.../src/wl/sys/wl_linux.c:3477:16: error: dereferencing pointer to incomplete type
    cc1: some warnings being treated as errors
    make[4]: *** [/.../src/wl/sys/wl_linux.o] Error 1
    make[3]: *** [_/.../] Error 2
    make[2]: *** [sub-make] Error 2
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-3.12-amd64'
    make: *** [all] Error 2
    With proprietary video driver AMD similar situation.

  2. #2
    Join Date
    2013-Mar
    Posts
    354
    Make sure you have installed the build-essential and linux-headers (I see you have the headers installed).

  3. #3
    Hi Kolchedan,

    did you manage to resolve this? I have exactly the same issue.

    Cheers

  4. #4
    Join Date
    2014-Jan
    Posts
    2
    First Download package broadcom-sta-dkms-6.30.223.141-1 http://ftp.us.debian.org/debian/pool....141-1_all.deb [^]

    Install the linux-headers-amd64 and dkms package.
    Then in a terminal, execute:

    sudo apt-get install linux-headers-amd64 dkms -y && dpkg -i broadcom-sta-dkms_6.30.223.141-1_all.deb

    just after install reboot, works beautifully for me. :*

Similar Threads

  1. Network controller: Broadcom BCM43142 802.11b Trouble, No wlan
    By razor55 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2016-12-07, 12:50
  2. Can't install STA driver for Broadcom
    By lkomarci in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2016-02-28, 22:23
  3. Need some help while installing my Broadcom driver
    By Nswayze in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2015-09-15, 02:30
  4. Replies: 1
    Last Post: 2014-11-21, 11:21
  5. Broadcom 4313
    By lone_wolf in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2013-06-20, 17:04

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •