You are not logged in.

#1 2006-09-06 04:01:59

L4T3NCY
Member
Registered: 2006-09-06
Posts: 12

WIFI card problem!! Scan works, no connect.

Hello,
I'm a brand new Linux user and I recently finished installing Arch on my Vaio Laptop. Everything is working accordingly except for my wireless card.

My Wireless Card:
Linksys WPC54GS

I originaly used only ndiswrapper but did not work, I then used bcm43xx but the link was very poor, I'd have to spam iwlist scan just to see my router.I then used bcm43xx-fwcutter to extract the firmware from bcmwl5.sys and moved it to the according directory and ndiswrapper on the inf file, this method works much better then the previous attemps.

The Wificard is visible and responds to "iwlist scan" but I am not able to connect to any of the access points using "iwconfig eth1 ap ----". I've also tried using wifi-radar but that does not work either. /etc/rc.d/network start does not work with wifi only.

ifconfig

Link encap:Ethernet
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:457 errors:0 dropped:0 overruns:0 frame:0
TX packets:75 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:147502 (144.0 Kb) Tx bytes: 3090 (3.0 Kb)
Interrupt:9 Base address:0xc000

iwconfig after [iwconfig eth1 ap 00:11:95:08:72:54]

eth1
IEEE 802.11b/g ESSID:off/any Nickname:"Broadcom 4318"
Mode: Managed Frequency=2.484 GHz Access Point: 00:11:95:08:72:54
Bit Rate=11 Mb/s Tx-Power=19dBm
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

iwlist scan

eth1
Cell 01 - Address: 00:11:95:08:72:54
ESSID: "LMB"
Protocal:IEEE 802.11g
Mode:Master
Channel:6
Encryption Key: off
Bit Rates:54 Mb/s
Extra Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
Quality=100/100 Signal level=-220 dBm
Extra: Last beacon: 1112ms ago

lspci

07:00.0 Network controller: Broadcom Corporation BCM44318 [AirForce One 54g] 802.11g Wireless LAN controller (rev 02)

Thankyou in advanced!  wink

Offline

#2 2006-09-06 04:23:02

nicholai
Member
Registered: 2005-04-26
Posts: 51

Re: WIFI card problem!! Scan works, no connect.

I thought the wireless driver would automaticly connect to the Access Point with the best connection, but try:

#iwconfig eth1 essid "LMB"

To connect to the access point, and:

#dhcpcd -n eth1

To get an IP address.


Desktop :Athlon64       2.2 GHz
Laptop   :Toshiba R100    1GHz

Offline

#3 2006-09-06 22:25:59

toxic
Member
Registered: 2006-06-05
Posts: 117

Re: WIFI card problem!! Scan works, no connect.

> If dhcp doesn't work, try setting the IP manually (man ifconfig)

> Have you managed to connect to your router with another os/distro? It *might* be an error in the router.

> issue: ifconfig eth1 up, then request ip from dhcp, if dhcp is enabled in the router.

> Not sure how you set your iwconfig up, but don't forget to set anyhing, like channel or so. i.e.
iwconfig essid "LMB" channel 6 mode managed

Offline

#4 2006-09-07 15:26:13

L4T3NCY
Member
Registered: 2006-09-06
Posts: 12

Re: WIFI card problem!! Scan works, no connect.

Thankyou for your input! I'm sorry I wasn't able to respond sooner.

Okay, the other day I took my laptop to a public ap and used dhcpcd as suggested and everything worked fine! I'm still having problems connecting to the home router tho, I will try the manual IP setup and see what happens.

Offline

Board footer

Powered by FluxBB