View previous topic :: View next topic |
Author |
Message |
remix l33t
Joined: 28 Apr 2004 Posts: 797 Location: hawaii
|
Posted: Mon Nov 06, 2006 12:10 pm Post subject: help with iwconfig |
|
|
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 |
|
|
PMcCauley Apprentice
Joined: 14 Mar 2006 Posts: 283 Location: Alberta, Canada
|
Posted: Mon Nov 06, 2006 6:35 pm Post subject: |
|
|
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. . 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 |
|
|
remix l33t
Joined: 28 Apr 2004 Posts: 797 Location: hawaii
|
Posted: Tue Nov 07, 2006 9:18 am Post subject: |
|
|
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 |
|
|
PMcCauley Apprentice
Joined: 14 Mar 2006 Posts: 283 Location: Alberta, Canada
|
|
Back to top |
|
|
remix l33t
Joined: 28 Apr 2004 Posts: 797 Location: hawaii
|
Posted: Tue Nov 07, 2006 10:33 am Post subject: |
|
|
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 |
|
|
|