LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-04-2013, 12:52 AM   #1
earthvexingtimelord
LQ Newbie
 
Registered: Jul 2013
Location: Oregon, USA
Distribution: Debian
Posts: 4

Rep: Reputation: Disabled
WiFi not working on a Lenovo G570 laptop with Linux Debian


Just the other day I decided to switch over to Linux on my laptop, and I booted from a USB and did all of the nesseccary installations and such, but during the install the interface stated that I was missing some not-free frirmware. I have forgotten what it said, but I belive it was a driver.

I am now trying to get it all hooked up to WiFi, and am having trouble with it. I am using NetworkManager, however, when I go to connect, I can't find out how, I have tried rebooting etc.If you have any ideas, I would be delighted to hear them.

Thank you,
Adrian
 
Old 07-04-2013, 02:38 AM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

sounds like you need to install the package firmware-linux-nonfree for your wireless to work. The easiest way to get this would be to connect to internet using a wired connection and then using synaptic or apt-get to install it. Another option is to download it onto a USB stick (or similar) using another machine and then installing it from the USB stick. If you can tell us which of these options better suits you we can help you with the steps to do it.

Cheers,

Evo2.
 
Old 07-04-2013, 02:41 AM   #3
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

opps, sorry, one more thing: we need to know exactly what the wireless device is (since some nonfree firmware is in packages other than firmware-linux-nonfree). Please run the following command and post the output.
Code:
lspci| grep -i net
Evo2.
 
Old 07-05-2013, 11:45 PM   #4
earthvexingtimelord
LQ Newbie
 
Registered: Jul 2013
Location: Oregon, USA
Distribution: Debian
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by evo2 View Post
Hi,

opps, sorry, one more thing: we need to know exactly what the wireless device is (since some nonfree firmware is in packages other than firmware-linux-nonfree). Please run the following command and post the output.
Code:
lspci| grep -i net
Evo2.
Here it is Evo.



00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 Ethernet controller: Atheros Communications Inc. AR8152 v2.0 Fast Ethernet (rev c1)
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
root@ROBO:/home/robo# apt-get install madwifi-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package madwifi-source
root@ROBO:/home/robo# apt-get install madwifi-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package madwifi-tools
root@ROBO:/home/robo# lspci| grep -i net
01:00.0 Ethernet controller: Atheros Communications Inc. AR8152 v2.0 Fast Ethernet (rev c1)
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)



-Earth
 
Old 07-05-2013, 11:52 PM   #5
earthvexingtimelord
LQ Newbie
 
Registered: Jul 2013
Location: Oregon, USA
Distribution: Debian
Posts: 4

Original Poster
Rep: Reputation: Disabled
I also would prefer apt-get install.
 
Old 07-06-2013, 12:13 AM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

it seems you need to install the firmware-brcm80211 package. See http://wiki.debian.org/brcm80211 for details.

Cheers,

Evo2.
 
Old 07-06-2013, 04:22 PM   #7
earthvexingtimelord
LQ Newbie
 
Registered: Jul 2013
Location: Oregon, USA
Distribution: Debian
Posts: 4

Original Poster
Rep: Reputation: Disabled
It works

thanks evo2
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
best lenovo laptop for debian? hosslinux Linux - Laptop and Netbook 4 12-03-2011 07:14 PM
volume key on Lenovo Thinkpad SL300 laptop not working anoosh3000 Linux - Laptop and Netbook 3 09-01-2009 06:30 PM
Fedora, wifi card not working, Lenovo 3000 c200, Broadcom 802.11g using BCMWL5 driver apeace Linux - Newbie 17 03-14-2008 03:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:55 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