Linksys wpc 600n wireless card

Asked by William Batie

Can not get the Linksys WPC600n wireless card to work. Used Windows XP driver installed with ndusgtk. Want wlan1 to be used, but continues to use Atheros driver. If I pull card and turn on Atheros hardware the everything works fine is is incredibly slow ( 1mb/s or less). At first I tried switching from Firefox to Chrome which did not help. Made all the Mod to both to speed up, did not help so I concluded it is the communication between wireless and router.

Info follows:

annastasia@annastasia-laptop:~$ sudo ndiswrapper -l
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release.
bcmwl5 : driver installed
 device (14E4:4328) present (alternate driver: ssb)

annastasia@annastasia-laptop:~$ sudo lshw -C network
  *-network:0
       description: Ethernet interface
       product: RTL-8139/8139C/8139C+
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 2
       bus info: pci@0000:09:02.0
       logical name: eth0
       version: 10
       serial: 00:1b:24:07:ee:f9
       size: 10MB/s
       capacity: 100MB/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=half latency=64 link=no maxlatency=64 mingnt=32 multicast=yes port=MII speed=10MB/s
       resources: irq:21 ioport:a000(size=256) memory:c0100000-c01000ff
  *-network:1
       description: Wireless interface
       product: AR2413 802.11bg NIC
       vendor: Atheros Communications Inc.
       physical id: 4
       bus info: pci@0000:09:04.0
       logical name: wlan0
       version: 01
       serial: 00:16:e3:e0:d9:74
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath5k latency=168 maxlatency=28 mingnt=10 multicast=yes wireless=IEEE 802.11bg
       resources: irq:22 memory:c0110000-c011ffff
  *-network
       description: Wireless interface
       product: BCM4328 802.11a/b/g/n
       vendor: Broadcom Corporation
       physical id: 1
       bus info: pci@0000:0a:00.0
       logical name: wlan1
       version: 01
       serial: 00:1e:e5:2c:9f:49
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master ethernet physical wireless
       configuration: broadcast=yes driver=ndiswrapper+bcmwl5 driverversion=1.55+Linksys, A Division of Cisc latency=64 link=no multicast=yes wireless=IEEE 802.11g
       resources: irq:20 memory:80000000-80003fff

annastasia@annastasia-laptop:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11bg ESSID:"LADYSADIE"
          Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
          Tx-Power=20 dBm
          Retry long limit:7 RTS thr:off Fragment thr:off
          Power Management:off

wlan1 IEEE 802.11g ESSID:off/any
          Mode:Managed Frequency:2.452 GHz Access Point: Not-Associated
          Bit Rate:270 Mb/s Tx-Power:32 dBm
          RTS thr:2347 B Fragment thr:2346 B
          Power Management: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

annastasia@annastasia-laptop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1b:24:07:ee:f9
          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:21 Base address:0xa000

lo Link encap:Local Loopback
          inet addr:127.0.0.1 Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING MTU:16436 Metric:1
          RX packets:464 errors:0 dropped:0 overruns:0 frame:0
          TX packets:464 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:35632 (35.6 KB) TX bytes:35632 (35.6 KB)

wlan0 Link encap:Ethernet HWaddr 00:16:e3:e0:d9:74
          inet6 addr: fe80::216:e3ff:fee0:d974/64 Scope:Link
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:3790 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4054 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2536681 (2.5 MB) TX bytes:1197550 (1.1 MB)

wlan1 Link encap:Ethernet HWaddr 00:1e:e5:2c:9f:49
          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:20 Memory:80000000-80004000

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You should run:

sudo mv /etc/modprobe.d/ndiswrapper /etc/modprobe.d/ndiswrapper.conf; sudo mv /etc/modprobe.d/blacklist /etc/modprobe.d/blacklist.conf

As all files in /etc/modprobe.d must end in .conf (no idea why).

Your system has 2 wireless interfaces, One is a broadcom, the other is an Atheros. Which chip does the troublesome adapterhave on it?

Revision history for this message
William Batie (woodworker02) said :
#2

The Linksys WPC600N which is the Broadcom driver. It is a Broadcom chipset, BCM4312 WLAN-abg MiniCard Dual Band.
Thanks

Revision history for this message
William Batie (woodworker02) said :
#3

Tried sudo mv /etc/modprobe.d/ndiswrapper /etc/modprobe.d/ndiswrapper.conf and got error: cannot stat '/ect/modprobe.d/ndiswrapper' : No such file or directory. If I look a computer-file system they are there

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

OK what is the output of:

sudo iwlist scan

Thanks

Revision history for this message
William Batie (woodworker02) said :
#5

nnastasia@annastasia-laptop:~$ sudo iwlist scan
[sudo] password for annastasia:
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

wlan1 Scan completed :
          Cell 01 - Address: 94:44:52:1E:63:63
                    ESSID:"LADYSADIE"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.462 GHz (Channel 11)
                    Quality:90/100 Signal level:-38 dBm Noise level:-96 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=0
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
          Cell 02 - Address: 00:1E:A7:90:F3:74
                    ESSID:"myqwest9509"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.462 GHz (Channel 11)
                    Quality:23/100 Signal level:-81 dBm Noise level:-96 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=0

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

wlan1 is the wireless device and is finding SSIDs. I think you may need to install wicd so you can select the wlan1 as your wifi device and get connected. I suggest you do this via a wired connection.

Revision history for this message
William Batie (woodworker02) said :
#7

Yes wlan1, the Linksys WPC600N, is finding the SSID, but it appears under two (2) places in the connect icon on the top of the screen. One under Atheros and again under Braodcom when it is connected. The driver it is using is Atheros and not Broadcom, and should not their be only on connection under the icon?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Do you need both wireless devices?

Revision history for this message
William Batie (woodworker02) said :
#9

No I just want the Linksys-Broadcom-wlan1
Thanks

Revision history for this message
William Batie (woodworker02) said :
#10

Still trying. If I turn the Atheros hardware of and have the wpc600n card insterted I can connect to the internet at very slow speed (see above). Found a link, http://linux-wless.passys.nl/query_chipset.php?chipset=Broadcom that says the card works. I said to use the bcm4321 drive at http://www.broadcom.com/support/802.11/linux_sta.php. Went to this site and looked at readme which says Ubuntu should already have pre-compiled and ready to install qoute:
"Some distros (Ubuntu and Fedora at the least) already have a version of
this driver in their repositories precompiled, tested and ready to go.
You just use the package manager to install the proper package. If
its available for your distro, this is usually an easier solution. See
the end of this document for further discussion"
rebooted, no difference. I am new and do not know what to do with source
One other piece of info; the card is seen under wireless manger and when I try to use it by itself under its heading, it just keeps asking for the password.
Can anyone help. My wife hate for Vista to load to the point of use. If I can not get this to work I quess I will have to install windows xp or if anyone knows of either a PC Card or USB Card (wireless) that works out of the box please let me know.
Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

it's working, I suggest you use a wired connection and get fully updated as well as install wicd. Should be fine.

Revision history for this message
William Batie (woodworker02) said :
#12

No it not working. Will I am about ready to give up. I can not find what wicd is. I have gotten no further than were I was at the first post. I only get any were when the switch to turn on the internal wifi card is on. When off both wlan0 and wlan1 are disabled. When the switch is on both wlan0 and wlan1 (the one I want; i.e., the wrt600n) show up and wireless networks including mine are shown. Choosing my network on wlan0 (Atheros) works but had dial-up speed at best. Choosing wlan1 just keep asking for password. I have spent days on this.
In windows all I had to due was insert the Linksys CD and it installed the drivers and the system works (with switch off for the internal card).

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#13

Get a wired connection and run:

sudo apt-get install wicd

Done.

Can you help with this problem?

Provide an answer of your own, or ask William Batie for more information if necessary.

To post a message you must log in.