LinuxQuestions.org
Review your favorite Linux distribution.
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 01-26-2015, 01:29 AM   #16
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178

Can you try to use the b43 driver and see if that works?
 
Old 01-26-2015, 02:08 AM   #17
boomhower182
LQ Newbie
 
Registered: Mar 2014
Distribution: Slackware, Arch
Posts: 28

Original Poster
Rep: Reputation: Disabled
My card isn't supported I have tried, in fact it was already there in the install and I had to blacklist it. I can revert everything and blacklist wl and try it again but I doubt it will work

Last edited by boomhower182; 01-26-2015 at 02:10 AM.
 
Old 01-26-2015, 02:15 AM   #18
boomhower182
LQ Newbie
 
Registered: Mar 2014
Distribution: Slackware, Arch
Posts: 28

Original Poster
Rep: Reputation: Disabled
Just tried and doesn't work at all
 
Old 01-26-2015, 03:50 AM   #19
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,314

Rep: Reputation: 2328Reputation: 2328Reputation: 2328Reputation: 2328Reputation: 2328Reputation: 2328Reputation: 2328Reputation: 2328Reputation: 2328Reputation: 2328Reputation: 2328
there are two drivers for that card. The b43 kernel drivers(b43, b43legacy), and the wl driver. At this stage, they may both be blacklisted. Just check
Code:
grep -e 'b43' -e 'brcmsmac' -e 'wl' /etc/modprobe.d/blacklist.conf
 
Old 01-26-2015, 04:20 AM   #20
boomhower182
LQ Newbie
 
Registered: Mar 2014
Distribution: Slackware, Arch
Posts: 28

Original Poster
Rep: Reputation: Disabled
I blacklisted b43 myself because it doesn't work with my card. I use the wl driver, with the wl driver I can see networks and join them if they are secured but if they are open then it can't get an IP address but it does associate with the ap
 
Old 01-26-2015, 04:25 AM   #21
boomhower182
LQ Newbie
 
Registered: Mar 2014
Distribution: Slackware, Arch
Posts: 28

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by boomhower182 View Post
Just tried and doesn't work at all
Sorry I didn't realize that I didn't specify that I was talking about the b43 driver in that post. Didn't mean for any confusion
 
Old 01-26-2015, 05:47 AM   #22
turtleli
Member
 
Registered: Aug 2012
Location: UK
Posts: 206

Rep: Reputation: Disabled
Can you try one of the following manual methods (make sure there's no running networkmanager, dhcpcd or wpa_supplicant processes):
A:
Code:
ip link set eth1 up
iw eth1 connect KCTCS-GUEST
dhcpcd eth1
B:
Use a /etc/wpa_supplicant.conf or other wpa_supplicant config file like
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=root
ap_scan=1

network={
	ssid=KCTCS-GUEST
	scan_ssid=1
	key_mgmt=NONE
}
and then try
Code:
wpa_supplicant -B -i eth1 -Dnl80211 -c /etc/wpa_supplicant.conf
dhcpcd eth1
As a side note - the wl driver does tend to name the wireless device as eth{x}. If a different device name is preferred it can be changed in /etc/udev/rules.d/70-persistent-net.rules.
 
Old 01-26-2015, 06:05 AM   #23
boomhower182
LQ Newbie
 
Registered: Mar 2014
Distribution: Slackware, Arch
Posts: 28

Original Poster
Rep: Reputation: Disabled
A: will do the same as
Code:
Ifconfig eth1 up
Iwconfig eth1 essid KCTCS-GUEST
dhcpcd eth1
Which will connect to the access point then dhcpcd will timeout because it doesn't get a response

I'm also not at work at the moment, I just got home. I'll try B: when I go back to work which will be Saturday because I'm off all week.
 
Old 01-26-2015, 06:30 AM   #24
turtleli
Member
 
Registered: Aug 2012
Location: UK
Posts: 206

Rep: Reputation: Disabled
Quote:
Originally Posted by boomhower182 View Post
A: will do the same as
Code:
Ifconfig eth1 up
Iwconfig eth1 essid KCTCS-GUEST
dhcpcd eth1
Which will connect to the access point then dhcpcd will timeout because it doesn't get a response

I'm also not at work at the moment, I just got home. I'll try B: when I go back to work which will be Saturday because I'm off all week.
You are more or less correct, but using iwconfig means you use the legacy Wireless Extensions interface whereas iw uses the cfg80211 interface and the readme for the wl driver does say:
Quote:
This driver uses cfg80211 API. Code for Wext API is present and can be built
but we have dropped support for it.
Unfortunately I can't test if there's a difference with the wl driver since the Macbook with the Broadcom wireless device is somewhat dying and I also removed the Wireless Extensions support from the custom kernel it uses.
 
Old 01-26-2015, 01:26 PM   #25
boomhower182
LQ Newbie
 
Registered: Mar 2014
Distribution: Slackware, Arch
Posts: 28

Original Poster
Rep: Reputation: Disabled
I'll try to recreate the network here, if not I'll try it Saturday.
 
Old 01-31-2015, 05:23 PM   #26
boomhower182
LQ Newbie
 
Registered: Mar 2014
Distribution: Slackware, Arch
Posts: 28

Original Poster
Rep: Reputation: Disabled
Turtleli I have tried both of your suggestions and with no results. Still connects to the ap but doesn't get an ip.
 
Old 01-31-2015, 06:31 PM   #27
turtleli
Member
 
Registered: Aug 2012
Location: UK
Posts: 206

Rep: Reputation: Disabled
I'm out of ideas, I haven't tried and can't think of any other method of connecting to an unsecured network. Is it just this wireless network you can't connect to or is it all unsecured wireless networks?
 
Old 01-31-2015, 06:37 PM   #28
boomhower182
LQ Newbie
 
Registered: Mar 2014
Distribution: Slackware, Arch
Posts: 28

Original Poster
Rep: Reputation: Disabled
It's all unsecured networks, I'm starting to think I'll have to run a different distro which is not what I want to to, but at the end of the day or week or even weeks it's all about having something that works.
 
Old 01-31-2015, 07:23 PM   #29
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,181

Rep: Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763
Quote:
Originally Posted by boomhower182 View Post
It's all unsecured networks, I'm starting to think I'll have to run a different distro which is not what I want to to, but at the end of the day or week or even weeks it's all about having something that works.
Has someone blocked your MAC address on the router?
 
Old 01-31-2015, 07:26 PM   #30
boomhower182
LQ Newbie
 
Registered: Mar 2014
Distribution: Slackware, Arch
Posts: 28

Original Poster
Rep: Reputation: Disabled
No my MAC address is not blocked, I can use other distros to connect.
 
  


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
Ubuntu 11.10 Network Manager issues connecting to wireless network after restart depam Linux - Software 2 01-22-2012 08:39 PM
Internal network connecting to external IP address kamafeu Linux - Networking 2 01-21-2007 01:23 PM
Connecting to Wireless Network Zephryos Linux - Software 3 01-28-2006 05:45 PM
Home network: connecting to a Linksys router for DHCP IP address - no ping gunther Linux - Networking 28 05-20-2005 10:14 PM
Connecting to Wireless network ms82xp Linux - Wireless Networking 1 02-06-2005 08:44 PM

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

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