LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Dragora GNU/Linux-Libre
User Name
Password
Dragora GNU/Linux-Libre This forum is for the discussion of Dragora Linux.

Notices


Reply
  Search this Thread
Old 11-25-2016, 04:51 PM   #1
Oliems
LQ Newbie
 
Registered: Nov 2016
Distribution: Debian
Posts: 19

Rep: Reputation: Disabled
WiFi problem


Hello,

I have recently installed Dragora on my laptop (easily thanks to the installation guide) however WiFi is not working. How can I fix that ?

Here are the lspci infos about my WiFi card :

24:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
Subsystem: Hewlett-Packard Company Device 145c
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at d4400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [58] Vendor Specific Information: Len=78 <?>
Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [d0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel
Capabilities: [160] Device Serial Number 00-00-7a-ff-ff-3d-20-10
Capabilities: [16c] Power Budgeting <?>
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma

I would appreciate any help that you can provide.
 
Old 11-25-2016, 05:40 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Installing the Broadcom driver for your card should help.

https://www.broadcom.com/support/802.11

https://help.ubuntu.com/community/Wi...Driver/bcm43xx
https://wireless.wiki.kernel.org/en/...vers/brcm80211
 
1 members found this post helpful.
Old 11-25-2016, 05:44 PM   #3
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,591

Rep: Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689
Wire, anyone?

Quote:
Originally Posted by Oliems View Post
Hello,

I have recently installed Dragora on my laptop (easily thanks to the installation guide) however WiFi is not working. How can I fix that ?

Here are the lspci infos about my WiFi card :

24:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
Subsystem: Hewlett-Packard Company Device 145c
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at d4400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [58] Vendor Specific Information: Len=78 <?>
Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [d0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel
Capabilities: [160] Device Serial Number 00-00-7a-ff-ff-3d-20-10
Capabilities: [16c] Power Budgeting <?>
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma

I would appreciate any help that you can provide.
I hope you can make a wired connection while you solve this problem.

This is a common problem, as the exact chipset is a variable with Broadcom. With the detection only almost certain, the correct drivers do not always install. key is this string
Quote:
Broadcom Corporation BCM4313
You want to do a search for BROADCOM on your Repos, and read the descriptions of the packages, and install the one that most closely matches the BCM4313 device you have. A little Google research may be in order.

The solution is readily available in Debian and CentOS repos, but you may have to install manually for D/Libre.

I have run into this at least four times that I recall, and was always able to solve it by just installing the correct package. Only once did I have to back out my first choice and install a different one.

Once you get the wifi working, the wired connection becomes optional.

Last edited by wpeckham; 11-25-2016 at 05:48 PM.
 
1 members found this post helpful.
Old 11-26-2016, 03:34 AM   #4
Oliems
LQ Newbie
 
Registered: Nov 2016
Distribution: Debian
Posts: 19

Original Poster
Rep: Reputation: Disabled
I've found the adequate driver thanks to Ztcoracat (this one), but when I try the make command it says :

KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make: *** /lib/modules/3.2.15-smp64/build: No such file or directory. Stop.
make: *** [all] Error 2

What should I do ?

PS : How can I stop that kind of "error" sound that plays for certain actions (it seems to occur whenever I press the delete key in order to delete a file or a folder) ?

Last edited by Oliems; 11-26-2016 at 08:22 AM.
 
Old 11-26-2016, 12:50 PM   #5
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Oliems View Post
I've found the adequate driver thanks to Ztcoracat (this one), but when I try the make command it says :

KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make: *** /lib/modules/3.2.15-smp64/build: No such file or directory. Stop.
make: *** [all] Error 2

What should I do ?

PS : How can I stop that kind of "error" sound that plays for certain actions (it seems to occur whenever I press the delete key in order to delete a file or a folder) ?
Look in the directory of the driver and see if there is a make file.
Is there one?

Make sure your in the right directory and the exact path to the file 'make' is looking for.
 
Old 11-26-2016, 12:59 PM   #6
Oliems
LQ Newbie
 
Registered: Nov 2016
Distribution: Debian
Posts: 19

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Look in the directory of the driver and see if there is a make file.
Is there one?

Make sure your in the right directory and the exact path to the file 'make' is looking for.
Yes there is a file called "Makefile"
 
Old 11-26-2016, 01:00 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
If you continue to have make errors with that driver download and install this driver instead.
Code:
broadcom-sta-dkms_6.30.223.248-3_all.deb
https://packages.debian.org/jessie/k...adcom-sta-dkms

It's a .deb package so it's fairly easy to install on a Debian based system.
Just use gdebi or become root and install the driver with dpkg --install (name of driver)-

Last edited by Ztcoracat; 11-26-2016 at 01:01 PM.
 
Old 11-26-2016, 01:08 PM   #8
Oliems
LQ Newbie
 
Registered: Nov 2016
Distribution: Debian
Posts: 19

Original Poster
Rep: Reputation: Disabled
Here is some code taken from the Makefile and which seem relevant to the problem :

KBASE ?= /lib/modules/`uname -r`
KBUILD_DIR ?= $(KBASE)/build
MDEST_DIR ?= $(KBASE)/kernel/drivers/net/wireless

# Cross compile setup. Tool chain and kernel tree, replace with your own.
CROSS_TOOLS = /path/to/tools
CROSS_KBUILD_DIR = /path/to/kernel/tree

all:
KBUILD_NOPEDANTIC=1 make -C $(KBUILD_DIR) M=`pwd`

cross:
KBUILD_NOPEDANTIC=1 make CROSS_COMPILE=${CROSS_TOOLS} -C $(CROSS_KBUILD_DIR) M=`pwd`

clean:
KBUILD_NOPEDANTIC=1 make -C $(KBUILD_DIR) M=`pwd` clean

install:
install -D -m 755 wl.ko $(MDEST_DIR)

Can that help ?

In the meantime I'll try your solution.
 
Old 11-26-2016, 01:14 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Can that help ?
I honestly don't know.
Make errors can be a real pain in the neck.

Certain drivers can be complex to compile and if the practice of building something needs to be done I won't be able to help,sorry.


Let us know if that Debian driver works:-
 
Old 11-26-2016, 01:15 PM   #10
Oliems
LQ Newbie
 
Registered: Nov 2016
Distribution: Debian
Posts: 19

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post

It's a .deb package so it's fairly easy to install on a Debian based system.
Just use gdebi or become root and install the driver with dpkg --install (name of driver)-
Dragora is not based on Debian, it can only handle packages ending with .tlz.
 
Old 11-26-2016, 01:28 PM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Oliems View Post
Dragora is not based on Debian, it can only handle packages ending with .tlz.
Sorry about that Oliems.
I thought Dragora was based on Debian:-
 
Old 11-26-2016, 01:31 PM   #12
Oliems
LQ Newbie
 
Registered: Nov 2016
Distribution: Debian
Posts: 19

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Sorry about that Oliems.
I thought Dragora was based on Debian:-
No problem. Do you know if it is possible to "convert" this .deb package into a .tlz package ?
 
Old 11-26-2016, 02:01 PM   #13
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Oliems View Post
No problem. Do you know if it is possible to "convert" this .deb package into a .tlz package ?
I didn't find anything online for converting a .deb into a .tlz.
Closest I found was converting a .deb into a .rpm.

Maybe try looking in the Dragora Git repo?
http://savannah.nongnu.org/git/?group=dragora

I looked here but couldn't find the driver in .tlz form.
https://jul.gungre.ch/search
https://gungre.ch/dragora/repo/frusen/stable/

What http:// address shows up in the command-line terminal when you update your os?
 
Old 11-26-2016, 02:05 PM   #14
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Yea there is deb2tgz and deb2targz, once it is a regular tgz you can repack it to tlz.
 
Old 11-26-2016, 05:20 PM   #15
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi Oliems...

Just as a thought, you may need to consider moving to another distribution if you want and are unable to get the wireless working. Ubuntu and Linux Mint, as an example, make this process a lot simpler for Broadcom chips.

Regards...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Static WiFi problem in Dual Booted System. Dynamic WiFi working Shahbaz E Linux - Newbie 3 01-22-2016 09:21 PM
Want to share my wifi by creating a wifi hotspot ( While staying connected to wifi)? shadyXV Linux - Desktop 4 07-20-2015 05:37 PM
[SOLVED] Wifi Problem geshuni Linux - Networking 2 03-26-2011 02:31 AM
Wifi problem in ubuntu 9.04 with atheros wifi card raghulmz Linux - Hardware 1 10-28-2009 04:58 AM
Slackware 12.0: boot problem & sudo / wifi-radar problem War_Ensemble Slackware 7 01-15-2008 09:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Dragora GNU/Linux-Libre

All times are GMT -5. The time now is 06:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration