openSUSE Forums > Network/Internet > Wireless » Network appears, but refuses to connect

Go Back   openSUSE Forums > Network/Internet > Wireless
Forums FAQ Members List Search Today's Posts Mark Forums Read


Wireless Questions about wireless networking setup, use, and wireless specific applications

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 24-Aug-2009, 05:49
Puzzled Penguin
 
Join Date: Aug 2009
Location: Amherst, NY
Posts: 16
Glahardt hasn't been rated much yet
Default Network appears, but refuses to connect

HP Mini 2140 here.

So I finally got madwifi to work and my network card(BCM4312) finally gets a device name and appears on Knetwork Manager, but it still would not connect. At first it would be in "ip configuration" for about 30 seconds before going into "disconnected" when prompted to connect, but now the configuration icon appears for less than a second. I'm still looking around for solutions, but I really don't know what to do at the time being.
I do believe the connection is not encrypted, access code is not needed.

/sbin/ifconfig gave me this.
Code:
wlan0     Link encap:Ethernet  HWaddr 00:21:00:F8:65:91
          inet6 addr: fe80::221:ff:fef8:6591/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:16
/usr/sbin/iwconfig gave me this.
Code:
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11  Access Point: Not-Associated
/usr/sbin/iwlist scan tells me that "Interface doesn't support scanning.

Last edited by Glahardt; 24-Aug-2009 at 05:50. Reason: typo
Reply With Quote
  #2 (permalink)  
Old 24-Aug-2009, 07:43
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,211
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: Network appears, but refuses to connect

Glahardt wrote:
> HP Mini 2140 here.
>
> So I finally got madwifi to work and my network card(BCM4312) finally
> gets a device name and appears on Knetwork Manager, but it still would
> not connect.


What does madwifi have to do with a BCM4312?

If you run the command '/sbin/lspci -nnv | grep 14e4', does it
show "14e4:4315" or "14e4:4312"? If the former, then you need the
Broadcom-wl package from Akolleth's repository. If the latter, you
need to install the bcm43xx firmware.
Reply With Quote
  #3 (permalink)  
Old 24-Aug-2009, 14:29
Puzzled Penguin
 
Join Date: Aug 2009
Location: Amherst, NY
Posts: 16
Glahardt hasn't been rated much yet
Default Re: Network appears, but refuses to connect

It shows 14e4:4315.
I've installed the Broadcom-wl package, nothing happens, no difference at all. I've tried getting bcm43xx firmware as well, no difference.
Reply With Quote
  #4 (permalink)  
Old 24-Aug-2009, 15:37
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,211
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: Network appears, but refuses to connect

Glahardt wrote:
> It shows 14e4:4315.
> I've installed the Broadcom-wl package, nothing happens, no difference
> at all. I've tried getting bcm43xx firmware as well, no difference.


The bcm43xx firmware does you absolutely no good. You need to
blacklist ssb and b43. Then wl will load. To test this, enter the
following commands:

sudo /sbin/modprobe -rv b43
sudo /sbin/modprobe -v wl

If the Broadcom package is installed correctly, you should see the wl
module loading with the second command.

Just for the record, the b43 group is now working on a driver for the
4315 units. At the moment, it can receive on channels 6-7, but the
transmitter is not working yet. My guess is that the driver will be
working by 2.6.33.
Reply With Quote
  #5 (permalink)  
Old 24-Aug-2009, 18:36
Puzzled Penguin
 
Join Date: Aug 2009
Location: Amherst, NY
Posts: 16
Glahardt hasn't been rated much yet
Default Re: Network appears, but refuses to connect

Only a line of output appeared after the second command, can't remember what it is because wlan0 disappeared from Knetwork manager again, I reseted the comp without copying the output. Anyway, after the reset, wlan0 came back but appears to be exactly the same.
Reply With Quote
  #6 (permalink)  
Old 24-Aug-2009, 20:25
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,211
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: Network appears, but refuses to connect

Glahardt wrote:
> Only a line of output appeared after the second command, can't remember
> what it is because wlan0 disappeared from Knetwork manager again, I
> reseted the comp without copying the output. Anyway, after the reset,
> wlan0 came back but appears to be exactly the same.


Until you blacklist the ssb and b43 modules, your system will return
to the original form after every reboot.

Incidentally, you should write down any massages. If we are to spend
time helping you, you need to provide the best info you can.

I could tell you how to blacklist a module, but I want you to do the
research.
Reply With Quote
  #7 (permalink)  
Old 25-Aug-2009, 06:42
Puzzled Penguin
 
Join Date: Aug 2009
Location: Amherst, NY
Posts: 16
Glahardt hasn't been rated much yet
Default Re: Network appears, but refuses to connect

Tried to chance the blacklist file using a text editor, it won't let me save to to already existing blacklist.local.
I have no idea how to use the root privileges in anywhere else other than in Konsole.
Reply With Quote
  #8 (permalink)  
Old 25-Aug-2009, 12:47
deltaflyer44's Avatar
Global Moderator
 
Join Date: Jan 2008
Location: U.K East Anglia
Posts: 2,622
deltaflyer44 hasn't been rated much yet
Default Re: Network appears, but refuses to connect

Depending on your DE,you could type,in a console

kdesu kate Name_of_file_to_edit
gnomesu gedit Name_of_file_to_edit

Just add root's password when asked

Andy
__________________
To be is to do = Immanuel Kant
To do is to be = Descartes.
Do be do be do = Frank Sinatra

SuSE user since 7.0,Linux user since 1994
Reply With Quote
  #9 (permalink)  
Old 25-Aug-2009, 13:35
Puzzled Penguin
 
Join Date: Aug 2009
Location: Amherst, NY
Posts: 16
Glahardt hasn't been rated much yet
Default Re: Network appears, but refuses to connect

Already did it and edited the blacklist, thanks.
But it still doesn't work. I'm going to try resetting it a few more times, but I'm not optimistic about this.
Reply With Quote
  #10 (permalink)  
Old 25-Aug-2009, 14:57
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,211
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: Network appears, but refuses to connect

Glahardt wrote:
> Already did it and edited the blacklist, thanks.
> But it still doesn't work. I'm going to try resetting it a few more
> times, but I'm not optimistic about this.


Check the output of 'lsmod | grep ssb'. That command should return
nothing. Then 'lsmod | wl'.

Have you configured the interface?
Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks

Tags
2140


Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2