Skip to main content

Thread: Tenda W322P wireless card crashing wireless router on connect


i installed tenda w322p wireless card in dual-boot pc running both windows xp , ubuntu 11.04. card worked straight out of box on xp, not function correctly under ubuntu. apologies missing/irrelevant information, having post windows boot ubuntu settings not directly available @ same time internet access.

followed process detailed here http://askubuntu.com/questions/24516...a-w322p-rt3062 install , configure driver (i believe reading other sites card ralink rt3062 chipset), blacklisted original rt2860 driver in use (couldn't card scan wireless networks default driver) , restarted interface.

since then, sudo iwlist scan can find wireless router when attempt connect it, seems enter loop of requesting wep key pausing while before re-requesting key. know have key value correct because copied , pasted same text file used copy , paste passkey field on windows boot. attempting connect router using ubuntu has rather unfortunate side-effect of crashing wireless router, killing off other device connections until router has been reset.

code:
dave@tubul:~$ lspci  00:00.0 host bridge: intel corporation 82945g/gz/p/pl memory controller hub (rev 81)  00:01.0 pci bridge: intel corporation 82945g/gz/p/pl pci express root port (rev 81)  00:1b.0 audio device: intel corporation n10/ich 7 family high definition audio controller (rev 01)  00:1d.0 usb controller: intel corporation n10/ich 7 family usb uhci controller #1 (rev 01)  00:1d.1 usb controller: intel corporation n10/ich 7 family usb uhci controller #2 (rev 01)  00:1d.2 usb controller: intel corporation n10/ich 7 family usb uhci controller #3 (rev 01)  00:1d.3 usb controller: intel corporation n10/ich 7 family usb uhci controller #4 (rev 01)  00:1d.7 usb controller: intel corporation n10/ich 7 family usb2 ehci controller (rev 01)  00:1e.0 pci bridge: intel corporation 82801 pci bridge (rev e1)  00:1f.0 isa bridge: intel corporation 82801gb/gr (ich7 family) lpc interface bridge (rev 01)  00:1f.1 ide interface: intel corporation 82801g (ich7 family) ide controller (rev 01)  00:1f.2 ide interface: intel corporation n10/ich7 family sata ide controller (rev 01)  00:1f.3 smbus: intel corporation n10/ich 7 family smbus controller (rev 01)  01:00.0 vga compatible controller: nvidia corporation nv43 [geforce 6700 xl] (rev a2)  02:00.0 network controller: ralink corp. device 3062  02:01.0 multimedia controller: philips semiconductors saa7131/saa7133/saa7135 video broadcast decoder (rev d1)  02:02.0 ethernet controller: realtek semiconductor co., ltd. rtl-8139/8139c/8139c+ (rev 10)  02:03.0 firewire (ieee 1394): via technologies, inc. vt6306/7/8 [fire ii(m)] ieee 1394 ohci controller (rev 80)  02:04.0 multimedia controller: philips semiconductors saa7131/saa7133/saa7135 video broadcast decoder (rev d1)  02:05.0 communication controller: agere systems lucent v.92 data/fax modem    dave@tubul:~$ ifconfig ra0  ra0       link encap:ethernet  hwaddr c8:3a:35:c3:2c:c4              inet6 addr: fe80::ca3a:35ff:fec3:2cc4/64 scope:link            broadcast running multicast  mtu:1500  metric:1            rx packets:1159 errors:0 dropped:0 overruns:0 frame:0            tx packets:1533 errors:0 dropped:0 overruns:0 carrier:0            collisions:0 txqueuelen:1000             rx bytes:104159 (104.1 kb)  tx bytes:0 (0.0 b)            interrupt:16     dave@tubul:~$ lsmod  module                  size  used  vboxnetadp             13323  0   vboxnetflt             27855  0   vboxdrv               219250  2 vboxnetadp,vboxnetflt  binfmt_misc            13213  1   tda1004x               22897  2   saa7134_dvb            33269  0   videobuf_dvb           13867  1 saa7134_dvb  dvb_core               90587  1 videobuf_dvb  saa7134_alsa           18130  2   md4                    12523  0   nls_utf8               12493  2   cifs                  247650  4   tda827x                17827  4   nvidia               9766978  38   tda8290                22227  2   snd_hda_codec_realtek   255820  1   tuner                  26802  2   snd_hda_intel          24140  2   snd_hda_codec          90901  2 snd_hda_codec_realtek,snd_hda_intel  snd_hwdep              13274  1 snd_hda_codec  snd_pcm                80244  3 saa7134_alsa,snd_hda_intel,snd_hda_codec  ati_remote             13622  0   snd_seq_midi           13132  0   saa7134               149236  2 saa7134_dvb,saa7134_alsa  snd_rawmidi            25269  1 snd_seq_midi  ir_lirc_codec          12770  0   lirc_dev               18720  1 ir_lirc_codec  joydev                 17322  0   ir_sony_decoder        12493  0   ir_jvc_decoder         12490  0   ir_rc6_decoder         12490  0   ir_rc5_decoder         12490  0   ir_nec_decoder         12490  0   snd_seq_midi_event     14475  1 snd_seq_midi  snd_seq                51291  2 snd_seq_midi,snd_seq_midi_event  rc_core                25760  7 ir_lirc_codec,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_rc5_decoder,saa7134,ir_nec_decoder  ppdev                  12849  0   v4l2_common            16757  2 tuner,saa7134  rt3562sta             869831  1   snd_timer              28659  2 snd_pcm,snd_seq  parport_pc             32111  1   psmouse                73312  0   videodev               75143  3 tuner,saa7134,v4l2_common  snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq  snd                    55295  18 saa7134_alsa,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device  videobuf_dma_sg        18747  3 saa7134_dvb,saa7134_alsa,saa7134  videobuf_core          25193  3 videobuf_dvb,saa7134,videobuf_dma_sg  tveeprom               17009  1 saa7134  serio_raw              12990  0   soundcore              12600  1 snd  snd_page_alloc         14073  2 snd_hda_intel,snd_pcm  lp                     13349  0   parport                36746  3 ppdev,parport_pc,lp  usbhid                 41704  0   hid                    77084  1 usbhid  firewire_ohci          31504  0   floppy                 60032  0   8139too                23208  0   firewire_core          56138  1 firewire_ohci  8139cp                 22497  0   crc_itu_t              12627  1 firewire_core    dmesg contains many occurrences of following set of messages (cut out of full output brevity)    [  541.999091] driver auto reconnect last oid_802_11_ssid setting - dennis2860ap, len - 12  [  541.999132] cntloidssidproc():cntl - 0 bss of 1 bss match desire (12)ssid - dennis2860ap  [  541.999138] cntloidssidproc():cntl - no matching bss, start new scan  [  541.999233] scanning, suspend msdu transmission ...  [  542.002317] sync - bbp r4 20mhz.l  [  542.004481] rt35xx: switchchannel#1(rf=8, pwr0=21, pwr1=20, 2t), n=0xf1, k=0x02, r=0x02  [  542.020867] hub 1-3:1.0: unable enumerate usb device on port 2  [  542.146131] rt35xx: switchchannel#2(rf=8, pwr0=21, pwr1=20, 2t), n=0xf1, k=0x07, r=0x02  [  542.276877] hub 1-3:1.0: unable enumerate usb device on port 2  [  542.290143] rt35xx: switchchannel#3(rf=8, pwr0=21, pwr1=20, 2t), n=0xf2, k=0x02, r=0x02  [  542.434132] rt35xx: switchchannel#4(rf=8, pwr0=21, pwr1=20, 2t), n=0xf2, k=0x07, r=0x02  [  542.532758] hub 1-3:1.0: unable enumerate usb device on port 2  [  542.578131] rt35xx: switchchannel#5(rf=8, pwr0=21, pwr1=20, 2t), n=0xf3, k=0x02, r=0x02  [  542.722134] rt35xx: switchchannel#6(rf=8, pwr0=21, pwr1=20, 2t), n=0xf3, k=0x07, r=0x02  [  542.788764] hub 1-3:1.0: unable enumerate usb device on port 2  [  542.866129] rt35xx: switchchannel#7(rf=8, pwr0=21, pwr1=21, 2t), n=0xf4, k=0x02, r=0x02  [  543.010135] rt35xx: switchchannel#8(rf=8, pwr0=21, pwr1=21, 2t), n=0xf4, k=0x07, r=0x02  [  543.044777] hub 1-3:1.0: unable enumerate usb device on port 2  [  543.154134] rt35xx: switchchannel#9(rf=8, pwr0=21, pwr1=21, 2t), n=0xf5, k=0x02, r=0x02  [  543.298147] rt35xx: switchchannel#10(rf=8, pwr0=21, pwr1=21, 2t), n=0xf5, k=0x07, r=0x02  [  543.301282] hub 1-3:1.0: unable enumerate usb device on port 2  [  543.442135] rt35xx: switchchannel#11(rf=8, pwr0=21, pwr1=21, 2t), n=0xf6, k=0x02, r=0x02  [  543.556792] hub 1-3:1.0: unable enumerate usb device on port 2  [  543.586136] rt35xx: switchchannel#12(rf=8, pwr0=21, pwr1=21, 2t), n=0xf6, k=0x07, r=0x02  [  543.730136] rt35xx: switchchannel#13(rf=8, pwr0=22, pwr1=19, 2t), n=0xf7, k=0x02, r=0x02  [  543.813041] hub 1-3:1.0: unable enumerate usb device on port 2  [  543.874148] rt35xx: switchchannel#14(rf=8, pwr0=22, pwr1=19, 2t), n=0xf8, k=0x04, r=0x02  [  544.018146] rt35xx: switchchannel#1(rf=8, pwr0=21, pwr1=20, 2t), n=0xf1, k=0x02, r=0x02  [  544.020310] sync - end of scan, restore channel 1, total bss[01]  [  544.020315] scan done, resume msdu transmission ...    dave@tubul:~$ sudo lshw -c network  [sudo] password dave:     *-network:0                      description: network controller         product: ralink corp.         vendor: ralink corp.         physical id: 0         bus info: pci@0000:02:00.0         version: 00         width: 32 bits         clock: 33mhz         capabilities: pm bus_master cap_list         configuration: driver=rt2860 latency=32 maxlatency=4 mingnt=2         resources: irq:16 memory:fdee0000-fdeeffff    *-network:1         description: ethernet interface         product: rtl-8139/8139c/8139c+         vendor: realtek semiconductor co., ltd.         physical id: 2         bus info: pci@0000:02:02.0         logical name: eth0         version: 10         serial: 00:13:d3:b2:fd:83         size: 100mbit/s         capacity: 100mbit/s         width: 32 bits         clock: 33mhz         capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation         configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=full ip=10.0.0.100 latency=32 link=yes maxlatency=64 mingnt=32 multicast=yes port=mii speed=100mbit/s         resources: irq:18 ioport:ec00(size=256) memory:fdefe000-fdefe0ff memory:fdd00000-fdd0ffff    *-network         description: wireless interface         physical id: 1         logical name: ra0         serial: c8:3a:35:c3:2c:c4         capabilities: ethernet physical wireless         configuration: broadcast=yes driver=ralink wlan driverversion=2.4.1.1 multicast=yes wireless=ralink sta    dave@tubul:~$ sudo iwlist ra0 scan  ra0       scan completed :            cell 01 - address: 00:25:69:8d:b1:17                      protocol:802.11b/g                      essid:"sky45334"                      mode:managed                      frequency:2.412 ghz (channel 1)                      quality:73/100  signal level:-61 dbm  noise level:-92 dbm                      encryption key:on                      bit rates:54 mb/s    finally, os release details:  dave@tubul:~$ lsb_release -d  description:	ubuntu 11.04  dave@tubul:~$ uname -mr  2.6.38-8-generic i686

<bump>
sorry bump, it's been 3 weeks no response, can please help?

cheers,
david.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Tenda W322P wireless card crashing wireless router on connect


Ubuntu

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support