DISABLED Wireless Network controller [0280]: RaLink RT3090 Wireless 802.11n 1T/1R PCIe [1814:3090] not working on HP Mini 110-3000 in Ubuntu 10.04.1 LTS

Asked by Harvey Livschitz

I have a hp mini 110-3000 with ralink rt3090sta wireless, the only way i can connect to the internet is via my old dsl modem. is there a simple fix a newby to ubuntu can follow?

Question information

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

Can you give the output of:

sudo lshw -C network; sudo rfkill list

Thanks

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

Hi,

Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->Terminal"

Step 2: Please copy-paste the following command from the https://answers.launchpad.net/ubuntu website in Firefox into the Linux Terminal. Do NOT copy-paste from the Email message into the Terminal, as that will only copy PART of the command. The command STARTS with the word sudo and ENDS with the word lsmod. So please copy-paste the ENTIRE command below from Firefox into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo apt-get update; sudo apt-get install hwinfo grep; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|usb|witch|wl'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|witch|wl'; sudo hwinfo --netcard ; cat /var/lib/NetworkManager/NetworkManager.state; sudo lsmod

Step 3: Please post results (copy/paste terminal output) on this thread. The troubleshooters here need to see the full Terminal output from running the above command.

Regards,

Mark

Revision history for this message
Harvey Livschitz (livschitz) said :
#3

Hi Markn
thank you for responding to my question, the outcome is copied below:

sudo] password for harvey:
Hit http://nz.archive.ubuntu.com lucid Release.gpg
Ign http://nz.archive.ubuntu.com/ubuntu/ lucid/main Translation-en_NZ
Ign http://nz.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_NZ
Ign http://nz.archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_NZ
Ign http://nz.archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_NZ
Hit http://nz.archive.ubuntu.com lucid-updates Release.gpg
Ign http://nz.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_NZ
Ign http://nz.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_NZ
Ign http://nz.archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_NZ
Ign http://nz.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-en_NZ
Hit http://nz.archive.ubuntu.com lucid Release
Hit http://nz.archive.ubuntu.com lucid-updates Release
Hit http://nz.archive.ubuntu.com lucid/main Packages
Hit http://nz.archive.ubuntu.com lucid/restricted Packages
Hit http://nz.archive.ubuntu.com lucid/main Sources
Hit http://nz.archive.ubuntu.com lucid/restricted Sources
Hit http://nz.archive.ubuntu.com lucid/universe Packages
Hit http://nz.archive.ubuntu.com lucid/universe Sources
Hit http://nz.archive.ubuntu.com lucid/multiverse Packages
Hit http://nz.archive.ubuntu.com lucid/multiverse Sources
Hit http://nz.archive.ubuntu.com lucid-updates/main Packages
Hit http://nz.archive.ubuntu.com lucid-updates/restricted Packages
Hit http://nz.archive.ubuntu.com lucid-updates/main Sources
Hit http://nz.archive.ubuntu.com lucid-updates/restricted Sources
Hit http://nz.archive.ubuntu.com lucid-updates/universe Packages
Hit http://nz.archive.ubuntu.com lucid-updates/universe Sources
Hit http://nz.archive.ubuntu.com lucid-updates/multiverse Packages
Hit http://nz.archive.ubuntu.com lucid-updates/multiverse Sources
Hit http://security.ubuntu.com lucid-security Release.gpg
Ign http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-en_NZ
Ign http://security.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_NZ
Ign http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_NZ
Ign http://security.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-en_NZ
Hit http://security.ubuntu.com lucid-security Release
Hit http://security.ubuntu.com lucid-security/main Packages
Hit http://security.ubuntu.com lucid-security/restricted Packages
Hit http://security.ubuntu.com lucid-security/main Sources
Hit http://security.ubuntu.com lucid-security/restricted Sources
Hit http://security.ubuntu.com lucid-security/universe Packages
Hit http://security.ubuntu.com lucid-security/universe Sources
Hit http://security.ubuntu.com lucid-security/multiverse Packages
Hit http://security.ubuntu.com lucid-security/multiverse Sources
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
The following packages were automatically installed and are no longer required:
  linux-headers-2.6.32-21 linux-headers-2.6.32-21-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libhd16
The following NEW packages will be installed:
  hwinfo libhd16
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 744kB of archives.
After this operation, 2,060kB of additional disk space will be used.
Do you want to continue [Y/n]?

> To: <email address hidden>
> From: <email address hidden>
> Subject: Re: [Question #134368]: hp mini 110-3000unable to connect to internet via wifi
> Date: Wed, 17 Nov 2010 16:51:13 +0000
>
> Your question #134368 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/134368
>

Regards
Harvey

> Mark Rijckenberg requested for more information:
> Hi,
>
> Please first connect your network card to the wireless router using an
> ethernet cable (also known as a LAN cable).
>
> In order to gather essential troubleshooting information about your
> wireless card, please follow this procedure:
>
> Step 1: Open Terminal from "Applications->Accessories->Terminal"
>
> Step 2: Please copy-paste the following command from the
> https://answers.launchpad.net/ubuntu website in Firefox into the Linux
> Terminal. Do NOT copy-paste from the Email message into the Terminal, as
> that will only copy PART of the command. The command STARTS with the
> word sudo and ENDS with the word lsmod. So please copy-paste the ENTIRE
> command below from Firefox into a Terminal, press <enter>, then enter
> password when sudo asks for password, then press enter again.
>
> Tip: If you have a wheel mouse or 3 button mouse you do not need to type
> commands into the Terminal. Highlight the command written on the page.
> Move your cursor anywhere in the Terminal and press the wheel or middle
> button. Automatic Copy and paste! No spelling mistakes! No Typos! No
> other errors!
>
> sudo apt-get update; sudo apt-get install hwinfo grep; sudo lshw -C
> network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces;
> cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a;
> dmesg | egrep
> 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|usb|witch|wl';
> iwconfig; cat /etc/modprobe.d/* | egrep
> 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|witch|wl';
> sudo hwinfo --netcard ; cat
> /var/lib/NetworkManager/NetworkManager.state; sudo lsmod
>
> Step 3: Please post results (copy/paste terminal output) on this thread.
> The troubleshooters here need to see the full Terminal output from
> running the above command.
>
> Regards,
>
> Mark
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/134368
>
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

That's not the full output...

"Do you want to continue [Y/n]?"

Press Y and hit <enter> to continue.

Then send us the full output, please.

Revision history for this message
Harvey Livschitz (livschitz) said :
#5

sorry here it is:
NZ
Hit http://security.ubuntu.com lucid-security Release
Hit http://security.ubuntu.com lucid-security/main Packages
Hit http://security.ubuntu.com lucid-security/restricted Packages
Hit http://security.ubuntu.com lucid-security/main Sources
Hit http://security.ubuntu.com lucid-security/restricted Sources
Hit http://security.ubuntu.com lucid-security/universe Packages
Hit http://security.ubuntu.com lucid-security/universe Sources
Hit http://security.ubuntu.com lucid-security/multiverse Packages
Hit http://security.ubuntu.com lucid-security/multiverse Sources
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
The following packages were automatically installed and are no longer required:
  linux-headers-2.6.32-21 linux-headers-2.6.32-21-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libhd16
The following NEW packages will be installed:
  hwinfo libhd16
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 744kB of archives.
After this operation, 2,060kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://nz.archive.ubuntu.com/ubuntu/ lucid/universe libhd16 16.0-2 [698kB]
Get:2 http://nz.archive.ubuntu.com/ubuntu/ lucid/universe hwinfo 16.0-2 [46.1kB]
Fetched 744kB in 2s (301kB/s)
Selecting previously deselected package libhd16.
(Reading database ... 156208 files and directories currently installed.)
Unpacking libhd16 (from .../libhd16_16.0-2_i386.deb) ...
Selecting previously deselected package hwinfo.
Unpacking hwinfo (from .../hwinfo_16.0-2_i386.deb) ...
Processing triggers for man-db ...
Setting up libhd16 (16.0-2) ...

Setting up hwinfo (16.0-2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
  *-network
       description: Ethernet interface
       product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: eth0
       version: 04
       serial: 00:21:cc:51:91:2d
       size: 100MB/s
       capacity: 100MB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=10.1.1.2 latency=0 link=yes multicast=yes port=MII speed=100MB/s
       resources: irq:26 ioport:2000(size=256) memory:50004000-50004fff(prefetchable) memory:50000000-50003fff(prefetchable)
  *-network DISABLED
       description: Wireless interface
       product: RT3090 Wireless 802.11n 1T/1R PCIe
       vendor: RaLink
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rt3090 latency=0 multicast=yes wireless=RT2860 Wireless
       resources: irq:17 memory:52000000-5200ffff
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wlan0 No scan results

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"
00:00.0 Host bridge [0600]: Intel Corporation N10 Family DMI Bridge [8086:a010]
00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a011]
00:02.1 Display controller [0380]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a012]
00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)
00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation NM10 Family LPC Controller [8086:27bc] (rev 02)
00:1f.2 SATA controller [0106]: Intel Corporation N10/ICH7 Family SATA AHCI Controller [8086:27c1] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 04)
01:00.1 Class [ff00]: Realtek Semiconductor Co., Ltd. Device [10ec:5288] (rev 01)
02:00.0 Network controller [0280]: RaLink RT3090 Wireless 802.11n 1T/1R PCIe [1814:3090]
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 0458:0036 KYE Systems Corp. (Mouse Systems) Pocket Mouse LE
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 1fea:0047
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path Device Class Description
=========================================================
                                  system HP Mini 110-3000
/0 bus 148A
/0/0 memory 1MiB BIOS
/0/b memory 1GiB System Memory
/0/b/0 memory 1GiB SODIMM DDR2 Synchronous 667 M
/0/11 processor Intel(R) Atom(TM) CPU N455 @ 1.6
/0/11/12 memory 512KiB L2 cache
/0/11/13 memory 32KiB L1 cache
/0/11/1.1 processor Logical CPU
/0/11/1.2 processor Logical CPU
/0/100 bridge N10 Family DMI Bridge
/0/100/2 display N10 Family Integrated Graphics Con
/0/100/2.1 display N10 Family Integrated Graphics Con
/0/100/1b multimedia N10/ICH 7 Family High Definition A
/0/100/1c bridge N10/ICH 7 Family PCI Express Port
/0/100/1c/0 eth0 network RTL8101E/RTL8102E PCI Express Fast
/0/100/1c/0.1 generic Realtek Semiconductor Co., Ltd.
/0/100/1c.1 bridge N10/ICH 7 Family PCI Express Port
/0/100/1c.1/0 wlan0 network RT3090 Wireless 802.11n 1T/1R PCIe
/0/100/1d bus N10/ICH7 Family USB UHCI Controlle
/0/100/1d.1 bus N10/ICH 7 Family USB UHCI Controll
/0/100/1d.2 bus N10/ICH 7 Family USB UHCI Controll
/0/100/1d.3 bus N10/ICH 7 Family USB UHCI Controll
/0/100/1d.7 bus N10/ICH 7 Family USB2 EHCI Control
/0/100/1e bridge 82801 Mobile PCI Bridge
/0/100/1f bridge NM10 Family LPC Controller
/0/100/1f.2 scsi0 storage N10/ICH7 Family SATA AHCI Controll
/0/100/1f.2/0.0.0 /dev/sda disk 160GB SAMSUNG HM160HI
/0/100/1f.2/0.0.0/1 /dev/sda1 volume 146GiB EXT4 volume
/0/100/1f.2/0.0.0/2 /dev/sda2 volume 2900MiB Extended partition
/0/100/1f.2/0.0.0/2/5 /dev/sda5 volume 2900MiB Linux swap / Solaris parti
/0/100/1f.3 bus N10/ICH 7 Family SMBus Controller
/1 power FD06057
Linux percy 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686 GNU/Linux
[ 0.538289] ACPI: No dock devices found.
[ 0.559512] usbcore: registered new interface driver usbfs
[ 0.559553] usbcore: registered new interface driver hub
[ 0.559635] usbcore: registered new device driver usb
[ 0.564371] Switching to clocksource tsc
[ 0.574423] pnp: PnP ACPI: found 9 devices
[ 0.650655] Firmware did not grant requested _OSC control
[ 0.650706] Firmware did not grant requested _OSC control
[ 0.650791] Firmware did not grant requested _OSC control
[ 0.650834] Firmware did not grant requested _OSC control
[ 0.652321] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 0.653956] ACPI: Lid Switch [LID0]
[ 0.661066] Switching to clocksource hpet
[ 0.694334] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 0.713098] usb usb1: configuration #1 chosen from 1 choice
[ 0.713179] hub 1-0:1.0: USB hub found
[ 0.714455] usb usb2: configuration #1 chosen from 1 choice
[ 0.714536] hub 2-0:1.0: USB hub found
[ 0.715369] usb usb3: configuration #1 chosen from 1 choice
[ 0.715446] hub 3-0:1.0: USB hub found
[ 0.716240] usb usb4: configuration #1 chosen from 1 choice
[ 0.716317] hub 4-0:1.0: USB hub found
[ 0.717158] usb usb5: configuration #1 chosen from 1 choice
[ 0.717256] hub 5-0:1.0: USB hub found
[ 0.726465] device-mapper: multipath: version 1.1.0 loaded
[ 0.726473] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.734517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.033033] isapnp: No Plug & Play device found
[ 1.412089] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 1.478198] eth0: RTL8101e at 0xf8034000, 00:21:cc:51:91:2d, XID 04000000 IRQ 26
[ 1.547355] usb 1-1: configuration #1 chosen from 1 choice
[ 1.716089] usb 1-8: new high speed USB device using ehci_hcd and address 4
[ 1.880109] usb 1-8: configuration #1 chosen from 1 choice
[ 2.010943] ACPI Warning for \_SB_.PCI0.SATA.PRT0._GTF: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)
[ 2.120134] usb 2-2: new low speed USB device using uhci_hcd and address 2
[ 2.298976] usb 2-2: configuration #1 chosen from 1 choice
[ 2.388087] usbcore: registered new interface driver hiddev
[ 2.401240] input: Genius NetScroll+Mini Traveler as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input5
[ 2.401470] generic-usb 0003:0458:0036.0001: input,hidraw0: USB HID v1.10 Mouse [Genius NetScroll+Mini Traveler] on usb-0000:00:1d.0-2/input0
[ 2.401522] usbcore: registered new interface driver usbhid
[ 2.401529] usbhid: v2.6:USB HID core driver
[ 10.793799] lp: driver loaded but no devices found
[ 11.190558] rt3090sta: module is from the staging directory, the quality is unknown, you have been warned.
[ 11.305494] rt3090 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 11.305568] rt3090 0000:02:00.0: setting latency timer to 64
[ 11.549309] ndiswrapper version 1.55 loaded (smp=yes, preempt=no)
[ 11.658397] uvcvideo: Found UVC 1.00 device HP Webcam (1fea:0047)
[ 11.661537] input: HP Webcam as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input6
[ 11.661691] usbcore: registered new interface driver uvcvideo
[ 11.908602] usb 1-1: reset high speed USB device using ehci_hcd and address 2
[ 12.094353] ndiswrapper: driver net8192su (Realtek Semiconductor Corp.,09/16/2009,1084.19.0916.2009) loaded
[ 12.426520] r8169: eth0: link down
[ 12.429018] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.497917] !!! rt28xx Initialized fail !!!
[ 12.732991] !!! rt28xx Initialized fail !!!
[ 12.797038] Console: switching to colour frame buffer device 128x37
[ 14.087121] wlan1: ethernet device 00:26:18:e1:18:05 using NDIS driver: net8192su, version: 0x1, NDIS version: 0x500, vendor: 'Realtek RTL8192S Wireless LAN USB NIC ', 0B05:1786.F.conf
[ 14.087210] wlan1: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
[ 14.087464] usbcore: registered new interface driver ndiswrapper
[ 14.159908] ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 36.276783] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 36.601991] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 47.512530] wlan1: no IPv6 routers present
[ 107.601030] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1227.819175] !!! rt28xx Initialized fail !!!
[ 1228.259410] !!! rt28xx Initialized fail !!!
[ 1228.328865] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1238.337952] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1248.349822] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1258.357242] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1268.368278] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1278.379469] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1294.895572] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1295.180120] !!! rt28xx Initialized fail !!!
[ 1300.939970] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1310.949837] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1320.961604] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1327.712164] !!! rt28xx Initialized fail !!!
[ 1327.773516] !!! rt28xx Initialized fail !!!
[ 1330.966538] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1340.977765] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1350.988975] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1361.000494] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1395.640719] !!! rt28xx Initialized fail !!!
[ 1395.901230] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1405.909090] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1415.920620] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1418.878420] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1428.889587] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1429.592473] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1439.603169] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1449.614718] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1459.626056] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1471.254493] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1492.315989] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1530.662799] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1652.518257] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1669.259171] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1684.265074] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1694.276305] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1704.285530] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1714.297118] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1724.305185] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1734.316810] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1872.635350] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1877.641174] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1882.647756] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1887.654401] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1892.661167] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1897.667382] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1902.673803] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1907.680449] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1912.686882] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1917.690660] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1922.697359] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1927.703096] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1932.709705] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1939.861400] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1944.865480] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1949.869875] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1954.873839] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 1958.069818] usb 1-1: USB disconnect, address 2
[ 1958.130205] ndiswrapper: device wlan1 removed
[ 1962.504662] usb 1-3: new high speed USB device using ehci_hcd and address 5
[ 1962.639440] usb 1-3: configuration #1 chosen from 1 choice
[ 1962.760111] usb 1-3: reset high speed USB device using ehci_hcd and address 5
[ 1962.901823] ndiswrapper: driver net8192su (Realtek Semiconductor Corp.,09/16/2009,1084.19.0916.2009) loaded
[ 1964.412961] wlan1: ethernet device 00:26:18:e1:18:05 using NDIS driver: net8192su, version: 0x1, NDIS version: 0x500, vendor: 'Realtek RTL8192S Wireless LAN USB NIC ', 0B05:1786.F.conf
[ 1964.413086] wlan1: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
[ 1964.453813] ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 2018.427122] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 2018.650369] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[ 2028.704056] wlan1: no IPv6 routers present
[ 2192.984644] usb 2-2: USB disconnect, address 2
[ 2193.326752] ndiswrapper (iw_set_auth:1602): invalid cmd 12
[ 2653.362165] usb 1-3: USB disconnect, address 5
[ 2653.408222] ndiswrapper: device wlan1 removed
[ 2706.729964] !!! rt28xx Initialized fail !!!
[ 2834.849471] rt3090 0000:02:00.0: PCI INT A disabled
[ 2835.376042] SMP alternatives: switching to UP code
[ 2835.381920] SMP alternatives: switching to SMP code
[ 2836.776342] usb usb2: root hub lost power or was reset
[ 2836.776428] usb usb3: root hub lost power or was reset
[ 2836.776512] usb usb4: root hub lost power or was reset
[ 2836.776594] usb usb5: root hub lost power or was reset
[ 2836.777054] rt3090 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 2836.908120] PM: resume of drv:usb dev:usb1 complete after 130.309 msecs
[ 2837.020123] usb 1-8: reset high speed USB device using ehci_hcd and address 4
[ 2837.180645] PM: resume of drv:usb dev:1-8 complete after 271.432 msecs
[ 2838.000112] usb 2-2: new low speed USB device using uhci_hcd and address 3
[ 2838.178813] usb 2-2: configuration #1 chosen from 1 choice
[ 2838.195104] input: Genius NetScroll+Mini Traveler as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input9
[ 2838.195454] generic-usb 0003:0458:0036.0002: input,hidraw0: USB HID v1.10 Mouse [Genius NetScroll+Mini Traveler] on usb-0000:00:1d.0-2/input0
[ 2838.414383] r8169: eth0: link up
[ 2838.414477] r8169: eth0: link up
[ 2838.438769] !!! rt28xx Initialized fail !!!
[ 2838.460604] !!! rt28xx Initialized fail !!!
[ 2848.948588] eth0: no IPv6 routers present
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 RT2860 Wireless ESSID:"" Nickname:"RT2860STA"
          Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated
          Bit Rate:1 Mb/s
          RTS thr:off Fragment thr:off
          Link Quality=10/100 Signal level:0 dBm Noise level:-87 dBm
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

# which ath5k cannot recover. To prevent this condition, stop
blacklist ath_pci
blacklist eth1394
# replaced by p54pci
blacklist prism54
# replaced by b43 and ssb.
blacklist bcm43xx
blacklist twl4030_wdt
alias usb:v050Dp815Fd*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v06F8pE031d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v07AAp0047d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v07AAp0051d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v07D1p3300d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v07D1p3302d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v07D1p3303d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0B05p1784d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0B05p1786d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0BDAp8171d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0BDAp8172d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0BDAp8173d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0BDAp8174d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0BDAp8712d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0DF6p0045d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0DF6p0049d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0DF6p004Bd*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0DF6p004Cd*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0E66p0015d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0E66p0016d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v0EB0p9061d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v13D3p3306d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v13D3p3309d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v13D3p3310d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v13D3p3311d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v1740p9603d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v1740p9605d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v5A57p0291d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v7392p7611d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v7392p7612d*dc*dsc*dp*ic*isc*ip* ndiswrapper
alias usb:v7392p7622d*dc*dsc*dp*ic*isc*ip* ndiswrapper
23: PCI 100.0: 0200 Ethernet controller
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_10ec_8136
  Unique ID: rBUF.lZqm5xOLiOD
  Parent ID: z8Q3.ZbAWgKMCoE3
  SysFS ID: /devices/pci0000:00/0000:00:1c.0/0000:01:00.0
  SysFS BusID: 0000:01:00.0
  Hardware Class: network
  Model: "Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8136 "RTL8101E/RTL8102E PCI Express Fast Ethernet controller"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x148a
  Revision: 0x04
  Driver: "r8169"
  Driver Modules: "r8169"
  Device File: eth0
  I/O Ports: 0x2000-0x2fff (rw)
  Memory Range: 0x50004000-0x50004fff (rw,prefetchable)
  Memory Range: 0x50000000-0x50003fff (rw,prefetchable)
  IRQ: 26 (12204 events)
  HW Address: 00:21:cc:51:91:2d
  Link detected: yes
  Module Alias: "pci:v000010ECd00008136sv0000103Csd0000148Abc02sc00i00"
  Driver Info #0:
    Driver Status: r8169 is active
    Driver Activation Cmd: "modprobe r8169"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #12 (PCI bridge)

25: PCI 200.0: 0282 WLAN controller
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_1814_3090
  Unique ID: y9sn.WkzmFAkecJ5
  Parent ID: qTvu.bQ30eTbcr+3
  SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:02:00.0
  SysFS BusID: 0000:02:00.0
  Hardware Class: network
  Model: "RaLink WLAN controller"
  Vendor: pci 0x1814 "RaLink"
  Device: pci 0x3090
  SubVendor: pci 0x1814 "RaLink"
  SubDevice: pci 0x3090
  Driver: "rt3090"
  Driver Modules: "rt3090sta"
  Device File: wlan0
  Features: WLAN
  Memory Range: 0x52000000-0x5200ffff (rw,non-prefetchable)
  IRQ: 17 (no events)
  WLAN encryption modes: WEP40 WEP104 TKIP CCMP
  WLAN authentication modes: open sharedkey wpa-psk wpa-eap
  Module Alias: "pci:v00001814d00003090sv00001814sd00003090bc02sc80i00"
  Driver Info #0:
    Driver Status: rt3090sta is active
    Driver Activation Cmd: "modprobe rt3090sta"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #13 (PCI bridge)

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
Module Size Used by
binfmt_misc 6587 1
ppdev 5259 0
joydev 8708 0
snd_hda_codec_idt 51978 0
fbcon 35102 71
tileblit 2031 1 fbcon
font 7557 1 fbcon
bitblit 4707 1 fbcon
softcursor 1189 1 bitblit
vga16fb 11385 0
vgastate 8961 1 vga16fb
snd_hda_intel 22037 2
snd_hda_codec 74201 2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep 5412 1 snd_hda_codec
snd_pcm_oss 35308 0
snd_mixer_oss 13746 1 snd_pcm_oss
snd_pcm 70694 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 1338 0
snd_seq_oss 26722 0
snd_seq_midi 4557 0
snd_rawmidi 19056 1 snd_seq_midi
snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
snd_seq 47263 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 19098 2 snd_pcm,snd_seq
snd_seq_device 5700 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
i915 286079 3
snd 54180 16 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
uvcvideo 57054 0
drm_kms_helper 29297 1 i915
videodev 34361 1 uvcvideo
psmouse 63245 0
drm 162409 4 i915,drm_kms_helper
ndiswrapper 184677 0
soundcore 6620 1 snd
v4l1_compat 13251 2 uvcvideo,videodev
intel_agp 24119 2 i915
serio_raw 3978 0
rt3090sta 674216 0
snd_page_alloc 7076 2 snd_hda_intel,snd_pcm
agpgart 31724 2 drm,intel_agp
i2c_algo_bit 5028 1 i915
video 17375 1 i915
output 1871 1 video
lp 7060 0
parport 32635 2 ppdev,lp
usbhid 36110 0
hid 67032 1 usbhid
ahci 32200 2
r8169 34076 0
mii 4381 1 r8169
harvey@percy:~$

> To: <email address hidden>
> From: <email address hidden>
> Subject: RE: [Question #134368]: hp mini 110-3000unable to connect to internet via wifi
> Date: Wed, 17 Nov 2010 17:44:55 +0000
>
> Your question #134368 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/134368
>
> Status: Open => Needs information
>
> Mark Rijckenberg requested for more information:
> That's not the full output...
>
> "Do you want to continue [Y/n]?"
>
> Press Y and hit <enter> to continue.
>
> Then send us the full output, please.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/134368
>
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Harvey Livschitz (livschitz) said :
#6

Thank you
here it is:
harvey@percy:~$ sudo lshw -C network; sudo rfkill list
  *-network
       description: Ethernet interface
       product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: eth0
       version: 04
       serial: 00:21:cc:51:91:2d
       size: 100MB/s
       capacity: 100MB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=10.1.1.2 latency=0 link=yes multicast=yes port=MII speed=100MB/s
       resources: irq:26 ioport:2000(size=256) memory:50004000-50004fff(prefetchable) memory:50000000-50003fff(prefetchable)
  *-network DISABLED
       description: Wireless interface
       product: RT3090 Wireless 802.11n 1T/1R PCIe
       vendor: RaLink
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rt3090 latency=0 multicast=yes wireless=RT2860 Wireless
       resources: irq:17 memory:52000000-5200ffff
harvey@percy:~$

> To: <email address hidden>
> From: <email address hidden>
> Subject: Re: [Question #134368]: hp mini 110-3000unable to connect to internet via wifi
> Date: Wed, 17 Nov 2010 04:58:09 +0000
>
> Your question #134368 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/134368
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> Can you give the output of:
>
> sudo lshw -C network; sudo rfkill list
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/134368
>
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

Please try the following workaround procedure:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/541620/comments/43

Same solution is also given at the following location:

https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/112252

Revision history for this message
Harvey Livschitz (livschitz) said :
#8

Thank you, I can now connect via wireless! the on/off hardware button on the computer doesn't work, but i can live with that.
Thanks again
Regards
Harvey

> To: <email address hidden>
> From: <email address hidden>
> Subject: [Question #134368]: hp mini 110-3000unable to connect to internet via wifi
> Date: Wed, 17 Nov 2010 22:51:15 +0000
>
> Your question #134368 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/134368
>
> Linked to bug: #541620
> https://bugs.launchpad.net/bugs/541620
> "Ralink RT3090 Wireless Not Supported in Lucid"
>
> --
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#9

Please set the thread status to solved, if the issue is still solved.

Revision history for this message
Harvey Livschitz (livschitz) said :
#10

problem now solved, many thanks
Harvey