LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-22-2014, 06:40 PM   #1
ososid
LQ Newbie
 
Registered: May 2008
Location: UK
Distribution: Slackware 14.1
Posts: 13

Rep: Reputation: 0
Unhappy Lenovo Z580 wireless problem


Hi guys, time for a new thread hopping you can help me.

Just bought myself a Lenovo Z580 as a "Slacktop" (running Slack 14.1) , so far everything is working fine (half the stuff out of the box...) but I'm getting trouble with my wireless connection.

After forgetting to setup my network during install and editing a couple of stuff I got NetworkMananger working fine with a wired connection, the problem is the wireless. I can find the wireless connection, insert pwd, etc, but the problem is, it never connects? Keeps asking the pwd, I insert, and over and over again...

Any pointers on what I'm doing wrong?

Thanks to anyone who can help.

P.S: now it always says not connected (WLAN Interface)
 
Old 10-22-2014, 11:12 PM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748
Check the output of 'lspci' and if you see a line like
Quote:
04:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
then you will need to install a suitable driver.
http://www.linuxquestions.org/questi...-a-4175491970/
http://www.linuxquestions.org/questi...rd-4175487183/
 
Old 10-23-2014, 02:12 AM   #3
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
I'm writing this message from a Lenovo Z580 through a wireless connection. This computer never had issues about wireless. I am using wicd, by the way. If your computer still has Windows installed, can you make sure that the wireless hardware works OK under windows?

@allend: My chipset is Atheros:

Code:
04:00.0 Network controller: Atheros Communications Inc. AR9485 Wireless Network Adapter (rev 01)

Last edited by Ilgar; 10-23-2014 at 02:14 AM.
 
Old 10-23-2014, 03:34 AM   #4
ososid
LQ Newbie
 
Registered: May 2008
Location: UK
Distribution: Slackware 14.1
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
03:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
No Windows install, full Slack.
 
Old 10-23-2014, 03:48 AM   #5
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
The b43/b43legacy drivers require proprietary firmware

The b43/b43legacy drivers require proprietary firmware to be loaded onto the wireless chip before it can operate.
Did you click the links that was given to you on the first reply. This has been a solved issue that always comes up for years now. years.
this is your eth0
Quote:
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05))
this will be your eth1 or visa versa.
Quote:
Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
Two drivers one is open source one isn't.
For the BCM43 we have
you will need the cutter. http://slackbuilds.org/repository/14.../b43-fwcutter/
then you will need the firmware.http://slackbuilds.org/repository/14.../b43-firmware/

the question should be why do we have such problems with the open source driver and the latest kernel.
the firm ware is needed for the radio functions. the firmware cutter is a proprietary tool that can be down loaded but not distributed.
if using the proprietary one then the open source driver must be blacklisted.
The real problem is it isnt finding the firmware. and probably because it is looking in /lib/firmware/your firmware. but you will notice it is in the /lib/firmware/brcm folder And that is for the USB driver.. because for years the broadcom-driver driver firmware was in /lib/firmware/bcm43 or b43 or just in /lib/firmware.

For other distro's it had other places like hotplug. As you know slackware used the vanilla kernel and the firmware comes with the kernel. I used the slackbuild way after a few years of doing it this way.http://wireless.kernel.org/en/users/Drivers/b43
This explains it all. google is cool stuff

Last edited by Drakeo; 10-23-2014 at 04:19 AM.
 
1 members found this post helpful.
Old 10-23-2014, 04:50 AM   #6
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
b43-firmware and b43-fwcutter are also available at slackbuilds.org (or just use sbopkg).
 
Old 10-23-2014, 05:23 AM   #7
ososid
LQ Newbie
 
Registered: May 2008
Location: UK
Distribution: Slackware 14.1
Posts: 13

Original Poster
Rep: Reputation: 0
Hi, I followed Drakeo instructions and also this SlackBuild and everything is working now.

Thanks for all the replies!
 
Old 10-23-2014, 06:58 AM   #8
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748
Quote:
This computer never had issues about wireless.
...
@allend: My chipset is Atheros
Which is what made me think it was likely the OP had a BCM4313.

Quote:
This has been a solved issue that always comes up for years now
I wish someone who actually has one of these devices would write a SlackDocs page.
It would save people like Drakeo having to write the details of the solution time and again.
 
  


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
Spurious events from Cap Sensor Buttons on Lenovo Z580 XMBC Linux - Laptop and Netbook 2 11-19-2012 06:15 AM
Linux Ubuntu 11.04 Wireless problem. Lenovo Z570 benjA Linux - Wireless Networking 2 10-16-2012 02:05 PM
[SOLVED] Problem in installing Broadcom wireless card in Lenovo G565 theashishmishra Linux - Newbie 19 08-18-2011 06:37 AM
Problem with Lenovo R61(thinkpad) Debian 5.0 Lenny Wireless configuration manugupt1 Linux - Laptop and Netbook 1 05-11-2009 11:15 AM
Wireless network problem on Lenovo 3000 G430 with ubuntu 8.10 prajakta Linux - Wireless Networking 3 01-15-2009 11:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:16 AM.

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