Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
help with iwconfig
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
remix
l33t
l33t


Joined: 28 Apr 2004
Posts: 797
Location: hawaii

PostPosted: Mon Nov 06, 2006 12:10 pm    Post subject: help with iwconfig Reply with quote

i need help, and i almost have wireless working.

lsmod
Code:
Module                  Size  Used by
bcm43xx               399680  0
firmware_class          6848  1 bcm43xx


dmesg
Code:
bcm43xx: Chip ID 0x4306, rev 0x3
bcm43xx: Number of cores: 5
bcm43xx: Core 0: ID 0x800, rev 0x4, vendor 0x4243, enabled
bcm43xx: Core 1: ID 0x812, rev 0x5, vendor 0x4243, disabled
bcm43xx: Core 2: ID 0x80d, rev 0x2, vendor 0x4243, enabled
bcm43xx: Core 3: ID 0x807, rev 0x2, vendor 0x4243, disabled
bcm43xx: Core 4: ID 0x804, rev 0x9, vendor 0x4243, enabled
bcm43xx: PHY connected
bcm43xx: Detected PHY: Version: 2, Type 2, Revision 2
bcm43xx: Detected Radio: ID: 2205017f (Manuf: 17f Ver: 2050 Rev: 2)
bcm43xx: Radio turned off
bcm43xx: Radio turned off


iwconfig
Code:
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      IEEE 802.11b/g  ESSID:off/any  Nickname:"Broadcom 4306"
          Mode:Managed  Access Point: Invalid   Bit Rate=11 Mb/s
          RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0


/etc/conf.d/net
Code:
modules=( "iwconfig" )

config_eth1=( "192.168.1.145 netmask 255.255.255.0 broadcast 192.168.1.255" )
routes_eth1=( "default gw 192.168.1.1" )


/etc/conf.d/wireless
Code:
essid_eth0="any"
mode_eth1="auto"
iwconfig_eth1="192.168.1.145 netmask 255.255.255.0 broadcast 192.168.1.255 up"
sleep_scan_eth1="1"
key_Virus_db_="0XXXXXXXXXXXXXXXXXXXXXXXX0 enc open"
key_000FB56FFB10="0XXXXXXXXXXXXXXXXXXXXXXXX0 enc open"
config_Virus_db_=( "dhcp" )
preferred_aps=( "Virus\(db\)" "000FB56FFB10" )


i'm trying to use the ssid and the mac of the wl router...

any suggestions?
_________________
help the needy
Back to top
View user's profile Send private message
PMcCauley
Apprentice
Apprentice


Joined: 14 Mar 2006
Posts: 283
Location: Alberta, Canada

PostPosted: Mon Nov 06, 2006 6:35 pm    Post subject: Reply with quote

Hello remix, not really to sure what the problem is from your post although this seems to standout "bcm43xx: Radio turned off". Are you able to just scan for AP's? eg.
Code:
iwlist eth1 scan
. You can see if the manual method would work as well. eg.
Code:
ifconfig eth1 up
iwconfig eth1 essid Virus_db
iwconfig eth1 key 0XXXXXXXXXXXXXXXXXXXXXXXX0
dhcpcd eth1


I don't see an option to specify by mac id just essid so not sure how to go about doing that.

Patrick
Back to top
View user's profile Send private message
remix
l33t
l33t


Joined: 28 Apr 2004
Posts: 797
Location: hawaii

PostPosted: Tue Nov 07, 2006 9:18 am    Post subject: Reply with quote

thanks for your reply but i got this...

Code:
iwlist eth1 scan
eth1      Interface doesn't support scanning : No such device


anymore suggestions?
_________________
help the needy
Back to top
View user's profile Send private message
PMcCauley
Apprentice
Apprentice


Joined: 14 Mar 2006
Posts: 283
Location: Alberta, Canada

PostPosted: Tue Nov 07, 2006 9:56 am    Post subject: Reply with quote

remix,

Maybe this is an issue with the kernel. Can you post your .config? (strip comments https://forums.gentoo.org/viewtopic-t-160179.html)

Also this may require firmware I am not sure. Have you read this post?

https://forums.gentoo.org/viewtopic-t-409194-postdays-0-postorder-asc-start-0.html

Patrick
Back to top
View user's profile Send private message
remix
l33t
l33t


Joined: 28 Apr 2004
Posts: 797
Location: hawaii

PostPosted: Tue Nov 07, 2006 10:33 am    Post subject: Reply with quote

ooooh i got it using ndiswrapper... turns out i should have been using the bcmwl5a.sys instead of bcmwl5.sys

pretty painless...
_________________
help the needy
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum