Is there a driver available in Natty for Realtek 8190?

Asked by David Lamkins

I've been unsuccessful in finding a driver for my PCI WiFi card based upon Realtek 8190.

$ sudo lshw -C network

[excerpt]

  *-network UNCLAIMED
       description: Network controller
       product: Realtek Semiconductor Co., Ltd.
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=64 maxlatency=64 mingnt=32
       resources: ioport:e800(size=256) memory:fbfff000-fbffffff

$ sudo lspci -v

[excerpt]

03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8190
 Subsystem: Realtek Semiconductor Co., Ltd. Device 8190
 Flags: bus master, medium devsel, latency 64, IRQ 10
 I/O ports at e800 [size=256]
 Memory at fbfff000 (32-bit, non-prefetchable) [size=4K]
 Capabilities: [50] Power Management version 2

$ uname -a
Linux david-MS-7636 2.6.38-11-generic-pae #48-Ubuntu SMP Fri Jul 29 20:51:21 UTC 2011 i686 i686 i386 GNU/Linux

I've tried loading this package, but it doesn't help:

 linux-backports-modules-cw-2.6.39-natty-generic-pae

Virtually all of the information I've been able to find online regarding support of the Realtek chipset on this card has been either for the non-PCI version or for older releases of Ubuntu.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
David Lamkins
Solved:
Last query:
Last reply:
Revision history for this message
ahambidge (ahambidge) said :
#1

Hello,

I had a similar problem. It was resolved with this forum. Search for wifi under Answers.

It appears that my Broadcom driver was not compatible with 11.04. The answer is to install the 10.10 driver and reboot. Lock the new driver in the Synaptic.

Regards,

Allan :)

Revision history for this message
David Lamkins (david-lamkins) said :
#2

Aside from there being 949 hits on "wifi" under Answers, even if I browse by most recent first I see nothing specific to my problem, going back from the present to the beginning of 2011.

The nearest match that I can find is an answer to question #154137; following the instructions at post #6 does not resolve my problem. That's not especially surprising, since my WiFi card has the Realtek 8190 chip.

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

Can you give the output of:

lspci

Thanks (I assume it is a PCI device)

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

Hi,

Please first connect your wired network adapter 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:

If you are using the Gnome interface, open the Terminal console via "Applications->Accessories->Terminal"

If you are using the Unity interface, the easiest way to open the Terminal is to use the 'search' function on the dash. Or you can click on the 'More Apps' button, click on the 'See more results' by the installed section, and find it in that list of applications. A third way, available after you click on the 'More Apps' button, is to go to the search bar, and see that the far right end of it says 'All Applications'. You then click on that, and you'll see the full list. Then you can go to Accessories > Terminal after that.

So the methods in Unity are:
Dash > Search for Terminal
Dash > More Apps > 'See More Results' > Terminal
Dash > More Apps > Accessories > Terminal

Step 2: Please copy-paste the following command from https://help.ubuntu.com/community/WirelessTroubleshootingProcedure 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|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo dmidecode|egrep 'Manufact|Product'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl'; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|egrep 'icd|etwork'; 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
Daniel Letzeisen (dtl131) said :
#5

I believe the package you're looking for is linux-backports-modules-cw-2.6.39-natty-generic
Reboot after you install it.

Revision history for this message
David Lamkins (david-lamkins) said :
#6

@Mark Rijckenberg: No wired connection available. Instead, I am using a working USB WiFi dongle for connectivity. Other than that deviation, here are the results of your instructions:

$ 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|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo dmidecode|egrep 'Manufact|Product'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl'; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|egrep 'icd|etwork'; sudo lsmod
[sudo] password for dlamkins:
Ign http://linux.dropbox.com natty InRelease
Ign http://debian.slimdevices.com stable InRelease
Hit http://linux.dropbox.com natty Release.gpg
Hit http://linux.dropbox.com natty Release
Ign http://debian.slimdevices.com stable Release.gpg
Ign http://ppa.launchpad.net natty InRelease
Ign http://extras.ubuntu.com natty InRelease
Ign http://us.archive.ubuntu.com natty InRelease
Ign http://us.archive.ubuntu.com natty-updates InRelease
Ign http://archive.canonical.com natty InRelease
Hit http://linux.dropbox.com natty/main i386 Packages
Ign http://security.ubuntu.com natty-security InRelease
Ign http://linux.dropbox.com natty/main TranslationIndex
Hit http://debian.slimdevices.com stable Release
Hit http://ppa.launchpad.net natty Release.gpg
Hit http://extras.ubuntu.com natty Release.gpg
Hit http://us.archive.ubuntu.com natty Release.gpg
Hit http://archive.canonical.com natty Release.gpg
Hit http://security.ubuntu.com natty-security Release.gpg
Ign http://debian.slimdevices.com stable/main i386 Packages/DiffIndex
Hit http://ppa.launchpad.net natty Release
Ign http://debian.slimdevices.com stable/main TranslationIndex
Hit http://extras.ubuntu.com natty Release
Hit http://us.archive.ubuntu.com natty-updates Release.gpg
Hit http://archive.canonical.com natty Release
Hit http://security.ubuntu.com natty-security Release
Hit http://ppa.launchpad.net natty/main Sources
Hit http://us.archive.ubuntu.com natty Release
Hit http://extras.ubuntu.com natty/main Sources
Hit http://archive.canonical.com natty/partner i386 Packages
Hit http://security.ubuntu.com natty-security/main Sources
Hit http://ppa.launchpad.net natty/main i386 Packages
Ign http://ppa.launchpad.net natty/main TranslationIndex
Ign http://linux.dropbox.com natty/main Translation-en_US
Hit http://us.archive.ubuntu.com natty-updates Release
Hit http://extras.ubuntu.com natty/main i386 Packages
Ign http://extras.ubuntu.com natty/main TranslationIndex
Ign http://archive.canonical.com natty/partner TranslationIndex
Hit http://security.ubuntu.com natty-security/restricted Sources
Hit http://security.ubuntu.com natty-security/universe Sources
Hit http://security.ubuntu.com natty-security/multiverse Sources
Hit http://security.ubuntu.com natty-security/main i386 Packages
Hit http://security.ubuntu.com natty-security/restricted i386 Packages
Ign http://linux.dropbox.com natty/main Translation-en
Hit http://us.archive.ubuntu.com natty/main Sources
Hit http://us.archive.ubuntu.com natty/restricted Sources
Hit http://us.archive.ubuntu.com natty/universe Sources
Hit http://us.archive.ubuntu.com natty/multiverse Sources
Hit http://us.archive.ubuntu.com natty/main i386 Packages
Hit http://security.ubuntu.com natty-security/universe i386 Packages
Hit http://security.ubuntu.com natty-security/multiverse i386 Packages
Ign http://security.ubuntu.com natty-security/main TranslationIndex
Ign http://security.ubuntu.com natty-security/multiverse TranslationIndex
Ign http://security.ubuntu.com natty-security/restricted TranslationIndex
Ign http://security.ubuntu.com natty-security/universe TranslationIndex
Hit http://us.archive.ubuntu.com natty/restricted i386 Packages
Hit http://us.archive.ubuntu.com natty/universe i386 Packages
Hit http://us.archive.ubuntu.com natty/multiverse i386 Packages
Ign http://us.archive.ubuntu.com natty/main TranslationIndex
Ign http://us.archive.ubuntu.com natty/multiverse TranslationIndex
Ign http://us.archive.ubuntu.com natty/restricted TranslationIndex
Hit http://debian.slimdevices.com stable/main i386 Packages
Ign http://us.archive.ubuntu.com natty/universe TranslationIndex
Hit http://us.archive.ubuntu.com natty-updates/main Sources
Hit http://us.archive.ubuntu.com natty-updates/restricted Sources
Hit http://us.archive.ubuntu.com natty-updates/universe Sources
Hit http://us.archive.ubuntu.com natty-updates/multiverse Sources
Hit http://us.archive.ubuntu.com natty-updates/main i386 Packages
Hit http://us.archive.ubuntu.com natty-updates/restricted i386 Packages
Hit http://us.archive.ubuntu.com natty-updates/universe i386 Packages
Hit http://us.archive.ubuntu.com natty-updates/multiverse i386 Packages
Ign http://us.archive.ubuntu.com natty-updates/main TranslationIndex
Ign http://us.archive.ubuntu.com natty-updates/multiverse TranslationIndex
Ign http://us.archive.ubuntu.com natty-updates/restricted TranslationIndex
Ign http://us.archive.ubuntu.com natty-updates/universe TranslationIndex
Ign http://debian.slimdevices.com stable/main Translation-en_US
Ign http://debian.slimdevices.com stable/main Translation-en
Ign http://ppa.launchpad.net natty/main Translation-en_US
Ign http://extras.ubuntu.com natty/main Translation-en_US
Ign http://archive.canonical.com natty/partner Translation-en_US
Ign http://ppa.launchpad.net natty/main Translation-en
Ign http://extras.ubuntu.com natty/main Translation-en
Ign http://archive.canonical.com natty/partner Translation-en
Ign http://security.ubuntu.com natty-security/main Translation-en_US
Ign http://security.ubuntu.com natty-security/main Translation-en
Ign http://security.ubuntu.com natty-security/multiverse Translation-en_US
Ign http://security.ubuntu.com natty-security/multiverse Translation-en
Ign http://security.ubuntu.com natty-security/restricted Translation-en_US
Ign http://us.archive.ubuntu.com natty/main Translation-en_US
Ign http://security.ubuntu.com natty-security/restricted Translation-en
Ign http://security.ubuntu.com natty-security/universe Translation-en_US
Ign http://security.ubuntu.com natty-security/universe Translation-en
Ign http://us.archive.ubuntu.com natty/main Translation-en
Ign http://us.archive.ubuntu.com natty/multiverse Translation-en_US
Ign http://us.archive.ubuntu.com natty/multiverse Translation-en
Ign http://us.archive.ubuntu.com natty/restricted Translation-en_US
Ign http://us.archive.ubuntu.com natty/restricted Translation-en
Ign http://us.archive.ubuntu.com natty/universe Translation-en_US
Ign http://us.archive.ubuntu.com natty/universe Translation-en
Ign http://us.archive.ubuntu.com natty-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/main Translation-en
Ign http://us.archive.ubuntu.com natty-updates/multiverse Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/multiverse Translation-en
Ign http://us.archive.ubuntu.com natty-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/restricted Translation-en
Ign http://us.archive.ubuntu.com natty-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/universe Translation-en
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
The following package was automatically installed and is no longer required:
  mesa-utils
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  hwinfo libhd16
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 744 kB of archives.
After this operation, 2,060 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ natty/universe libhd16 i386 16.0-2 [698 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ natty/universe hwinfo i386 16.0-2 [46.1 kB]
Fetched 744 kB in 2s (258 kB/s)
Selecting previously deselected package libhd16.
(Reading database ... 175647 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: RTL8111/8168B PCI Express Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 03
       serial: 6c:62:6d:95:df:23
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:45 ioport:d800(size=256) memory:f8fff000-f8ffffff memory:f8ff8000-f8ffbfff memory:fbee0000-fbefffff
  *-network UNCLAIMED
       description: Network controller
       product: Realtek Semiconductor Co., Ltd.
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=64 maxlatency=64 mingnt=32
       resources: ioport:e800(size=256) memory:fbfff000-fbffffff
  *-network
       description: Wireless interface
       physical id: 2
       logical name: wlan0
       serial: f4:6d:04:b1:66:2f
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=usb ip=10.0.1.7 multicast=yes wireless=Ralink STA
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wlan0 Scan completed :
          Cell 01 - Address: 00:1C:B3:AE:88:DD
                    Protocol:802.11b/g/n
                    ESSID:"The Guild of Calamitous Intent"
                    Mode:Managed
                    Channel:5
                    Quality:68/100 Signal level:-63 dBm Noise level:-63 dBm
                    Encryption key:on
                    Bit Rates:18 Mb/s
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK

vboxnet0 Interface doesn't support scanning.

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.04
DISTRIB_CODENAME=natty
DISTRIB_DESCRIPTION="Ubuntu 11.04"
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DMI [8086:d131] (rev 11)
00:03.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express Root Port 1 [8086:d138] (rev 11)
00:08.0 System peripheral [0880]: Intel Corporation Core Processor System Management Registers [8086:d155] (rev 11)
00:08.1 System peripheral [0880]: Intel Corporation Core Processor Semaphore and Scratchpad Registers [8086:d156] (rev 11)
00:08.2 System peripheral [0880]: Intel Corporation Core Processor System Control and Status Registers [8086:d157] (rev 11)
00:08.3 System peripheral [0880]: Intel Corporation Core Processor Miscellaneous Registers [8086:d158] (rev 11)
00:10.0 System peripheral [0880]: Intel Corporation Core Processor QPI Link [8086:d150] (rev 11)
00:10.1 System peripheral [0880]: Intel Corporation Core Processor QPI Routing and Protocol Registers [8086:d151] (rev 11)
00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
00:1a.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 06)
00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 06)
00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 06)
00:1d.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 06)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev a6)
00:1f.0 ISA bridge [0601]: Intel Corporation 5 Series Chipset LPC Interface Controller [8086:3b06] (rev 06)
00:1f.2 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller [8086:3b20] (rev 06)
00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 06)
00:1f.5 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller [8086:3b26] (rev 06)
01:00.0 VGA compatible controller [0300]: nVidia Corporation GT218 [GeForce 210] [10de:0a65] (rev a2)
01:00.1 Audio device [0403]: nVidia Corporation High Definition Audio Controller [10de:0be3] (rev a1)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8190]
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 007: ID 152d:0539 JMicron Technology Corp. / JMicron USA Technology Corp.
Bus 001 Device 006: ID 0b05:1784 ASUSTek Computer, Inc. 802.11n Network Adapter
Bus 001 Device 005: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
Bus 001 Device 004: ID 046d:c31d Logitech, Inc.
Bus 001 Device 003: ID 046d:c05a Logitech, Inc. Optical Mouse M90
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path Device Class Description
=========================================================
                               system MS-7636 (To Be Filled By O.E.M.)
/0 bus H55M-P33(MS-7636)
/0/0 memory 64KiB BIOS
/0/4 processor Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz
/0/4/5 memory 256KiB L1 cache
/0/4/6 memory 1MiB L2 cache
/0/4/7 memory 8MiB L3 cache
/0/4/3.1 processor Logical CPU
/0/4/3.2 processor Logical CPU
/0/4/3.3 processor Logical CPU
/0/4/3.4 processor Logical CPU
/0/4/3.5 processor Logical CPU
/0/4/3.6 processor Logical CPU
/0/4/3.7 processor Logical CPU
/0/4/3.8 processor Logical CPU
/0/4/3.9 processor Logical CPU
/0/4/3.a processor Logical CPU
/0/4/3.b processor Logical CPU
/0/4/3.c processor Logical CPU
/0/4/3.d processor Logical CPU
/0/4/3.e processor Logical CPU
/0/4/3.f processor Logical CPU
/0/4/3.10 processor Logical CPU
/0/2a memory 16GiB System Memory
/0/2a/0 memory 4GiB DIMM SDRAM Synchronous 1333 MHz (0.8 ns)
/0/2a/1 memory 4GiB DIMM SDRAM Synchronous 1333 MHz (0.8 ns)
/0/2a/2 memory 4GiB DIMM SDRAM Synchronous 1333 MHz (0.8 ns)
/0/2a/3 memory 4GiB DIMM SDRAM Synchronous 1333 MHz (0.8 ns)
/0/1 processor
/0/1/3.1 processor Logical CPU
/0/1/3.2 processor Logical CPU
/0/1/3.3 processor Logical CPU
/0/1/3.4 processor Logical CPU
/0/1/3.5 processor Logical CPU
/0/1/3.6 processor Logical CPU
/0/1/3.7 processor Logical CPU
/0/1/3.8 processor Logical CPU
/0/1/3.9 processor Logical CPU
/0/1/3.a processor Logical CPU
/0/1/3.b processor Logical CPU
/0/1/3.c processor Logical CPU
/0/1/3.d processor Logical CPU
/0/1/3.e processor Logical CPU
/0/1/3.f processor Logical CPU
/0/1/3.10 processor Logical CPU
/0/2 processor
/0/2/3.1 processor Logical CPU
/0/2/3.2 processor Logical CPU
/0/2/3.3 processor Logical CPU
/0/2/3.4 processor Logical CPU
/0/2/3.5 processor Logical CPU
/0/2/3.6 processor Logical CPU
/0/2/3.7 processor Logical CPU
/0/2/3.8 processor Logical CPU
/0/2/3.9 processor Logical CPU
/0/2/3.a processor Logical CPU
/0/2/3.b processor Logical CPU
/0/2/3.c processor Logical CPU
/0/2/3.d processor Logical CPU
/0/2/3.e processor Logical CPU
/0/2/3.f processor Logical CPU
/0/2/3.10 processor Logical CPU
/0/3 processor
/0/3/3.1 processor Logical CPU
/0/3/3.2 processor Logical CPU
/0/3/3.3 processor Logical CPU
/0/3/3.4 processor Logical CPU
/0/3/3.5 processor Logical CPU
/0/3/3.6 processor Logical CPU
/0/3/3.7 processor Logical CPU
/0/3/3.8 processor Logical CPU
/0/3/3.9 processor Logical CPU
/0/3/3.a processor Logical CPU
/0/3/3.b processor Logical CPU
/0/3/3.c processor Logical CPU
/0/3/3.d processor Logical CPU
/0/3/3.e processor Logical CPU
/0/3/3.f processor Logical CPU
/0/3/3.10 processor Logical CPU
/0/100 bridge Core Processor DMI
/0/100/3 bridge Core Processor PCI Express Root Port 1
/0/100/3/0 display GT218 [GeForce 210]
/0/100/3/0.1 multimedia High Definition Audio Controller
/0/100/8 generic Core Processor System Management Registers
/0/100/8.1 generic Core Processor Semaphore and Scratchpad Registers
/0/100/8.2 generic Core Processor System Control and Status Registers
/0/100/8.3 generic Core Processor Miscellaneous Registers
/0/100/10 generic Core Processor QPI Link
/0/100/10.1 generic Core Processor QPI Routing and Protocol Registers
/0/100/16 communication 5 Series/3400 Series Chipset HECI Controller
/0/100/1a bus 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
/0/100/1b multimedia 5 Series/3400 Series Chipset High Definition Audio
/0/100/1c bridge 5 Series/3400 Series Chipset PCI Express Root Port 1
/0/100/1c/0 eth0 network RTL8111/8168B PCI Express Gigabit Ethernet controller
/0/100/1d bus 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
/0/100/1e bridge 82801 PCI Bridge
/0/100/1e/0 network Realtek Semiconductor Co., Ltd.
/0/100/1f bridge 5 Series Chipset LPC Interface Controller
/0/100/1f.2 scsi0 storage 5 Series/3400 Series Chipset 4 port SATA IDE Controller
/0/100/1f.2/0 /dev/sda disk 1TB WDC WD10EALX-089
/0/100/1f.2/0/1 /dev/sda1 volume 915GiB EXT4 volume
/0/100/1f.2/0/2 /dev/sda2 volume 15GiB Extended partition
/0/100/1f.2/0/2/5 /dev/sda5 volume 15GiB Linux swap / Solaris partition
/0/100/1f.2/1 /dev/sdb disk 1TB WDC WD10EALX-089
/0/100/1f.2/1/1 /dev/sdb1 volume 931GiB Linux filesystem partition
/0/100/1f.3 bus 5 Series/3400 Series Chipset SMBus Controller
/0/100/1f.5 scsi3 storage 5 Series/3400 Series Chipset 2 port SATA IDE Controller
/0/100/1f.5/0.0.0 /dev/cdrom disk DVD RW AD-7260S
/0/5 scsi4 storage
/0/5/0.0.0 /dev/sdc disk SCSI Disk
/0/6 scsi5 storage
/0/6/0.0.0 /dev/sdd disk 2TB SCSI Disk
/0/6/0.0.0/1 /dev/sdd1 volume 199MiB Windows FAT volume
/0/6/0.0.0/2 /dev/sdd2 volume 1862GiB EXT4 volume
/1 power To Be Filled By O.E.M.
/2 wlan0 network Wireless interface
Linux david-MS-7636 2.6.38-11-generic-pae #48-Ubuntu SMP Fri Jul 29 20:51:21 UTC 2011 i686 i686 i386 GNU/Linux
[ 0.000000] found SMP MP-table at [c00ff780] ff780
[ 1.004541] ACPI: No dock devices found.
[ 1.004542] HEST: Table not found.
[ 1.025823] usbcore: registered new interface driver usbfs
[ 1.025830] usbcore: registered new interface driver hub
[ 1.025847] usbcore: registered new device driver usb
[ 1.044724] Switching to clocksource hpet
[ 1.048447] Switched to NOHz mode on CPU #0
[ 1.048569] Switched to NOHz mode on CPU #2
[ 1.048617] Switched to NOHz mode on CPU #3
[ 1.048624] Switched to NOHz mode on CPU #4
[ 1.048675] Switched to NOHz mode on CPU #1
[ 1.048698] Switched to NOHz mode on CPU #7
[ 1.048743] Switched to NOHz mode on CPU #5
[ 1.048769] Switched to NOHz mode on CPU #6
[ 1.051573] pnp: PnP ACPI: found 15 devices
[ 1.100255] ERST: Table is not found!
[ 1.453846] isapnp: No Plug & Play device found
[ 1.596445] i2c-core: driver [adp5520] using legacy suspend method
[ 1.596446] i2c-core: driver [adp5520] using legacy resume method
[ 1.616934] hub 1-0:1.0: USB hub found
[ 1.636913] hub 2-0:1.0: USB hub found
[ 1.637021] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.657291] device-mapper: multipath: version 1.2.0 loaded
[ 1.657292] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.661184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.929170] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 2.061913] hub 1-1:1.0: USB hub found
[ 2.085135] Switching to clocksource tsc
[ 2.173036] usb 2-1: new high speed USB device using ehci_hcd and address 2
[ 2.305684] hub 2-1:1.0: USB hub found
[ 2.377141] usb 1-1.1: new low speed USB device using ehci_hcd and address 3
[ 2.510209] r8169 0000:02:00.0: eth0: RTL8168d/8111d at 0xf8408000, 6c:62:6d:95:df:23, XID 081000c0 IRQ 45
[ 2.519196] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input2
[ 2.519263] generic-usb 0003:046D:C05A.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1a.0-1.1/input0
[ 2.519272] usbcore: registered new interface driver usbhid
[ 2.519273] usbhid: USB HID core driver
[ 2.545272] usb 1-1.2: new low speed USB device using ehci_hcd and address 4
[ 2.669343] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input3
[ 2.669402] generic-usb 0003:046D:C31D.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:1a.0-1.2/input0
[ 2.676743] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input4
[ 2.676825] generic-usb 0003:046D:C31D.0003: input,hidraw2: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:1a.0-1.2/input1
[ 2.749407] usb 1-1.4: new high speed USB device using ehci_hcd and address 5
[ 3.480483] usbcore: registered new interface driver uas
[ 3.484081] scsi4 : usb-storage 1-1.4:1.0
[ 3.484280] usbcore: registered new interface driver usb-storage
[ 3.549362] usb 1-1.5: new high speed USB device using ehci_hcd and address 6
[ 3.733319] usb 1-1.6: new high speed USB device using ehci_hcd and address 7
[ 3.827308] scsi5 : usb-storage 1-1.6:1.0
[ 19.116633] lp: driver loaded but no devices found
[ 19.195843] rt2870sta: module is from the staging directory, the quality is unknown, you have been warned.
[ 19.200992] rtusb init --->
[ 19.201998] usbcore: registered new interface driver rt2870
[ 19.275973] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[ 20.010114] vboxdrv: Found 8 processor cores.
[ 20.517064] <==== rt28xx_init, Status=0
[ 20.841226] Console: switching to colour frame buffer device 160x64
[ 21.517160] <==== rt28xx_init, Status=0
[ 21.579063] r8169 0000:02:00.0: eth0: link down
[ 21.579203] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 24.355938] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
[ 31.871901] wlan0: no IPv6 routers present
 Manufacturer: MSI
 Product Name: MS-7636
 Manufacturer: MSI
 Product Name: H55M-P33(MS-7636)
 Manufacturer: MSI
 Manufacturer: Intel
 Manufacturer: Manufacturer00
 Manufacturer: Manufacturer01
 Manufacturer: Manufacturer02
 Manufacturer: Manufacturer03
 Manufacturer: To Be Filled By O.E.M.
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 Ralink STA ESSID:"The Guild of Calamitous Intent" Nickname:"RT2870STA"
          Mode:Managed Frequency=2.432 GHz Access Point: 00:1C:B3:AE:88:DD
          Bit Rate=54 Mb/s
          RTS thr:off Fragment thr:off
          Link Quality=78/100 Signal level:-59 dBm Noise level:-63 dBm
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

vboxnet0 no wireless extensions.

install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# 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 rt2800usb
blacklist uart6850
blacklist twl4030_wdt

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
> hal.1: read hal dataprocess 2948: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file dbus-errors.c line 280.
This is normally a bug in some application using the D-Bus library.
libhal.c 3483 : Error unsubscribing to signals, error=The name org.freedesktop.Hal was not provided by any .service files
29: PCI 200.0: 0200 Ethernet controller
  [Created at pci.318]
  Unique ID: rBUF.e3nQ7Na7CP3
  Parent ID: z8Q3.1FNSXJG4OxB
  SysFS ID: /devices/pci0000:00/0000:00:1c.0/0000:02:00.0
  SysFS BusID: 0000:02:00.0
  Hardware Class: network
  Model: "Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8168 "RTL8111/8168B PCI Express Gigabit Ethernet controller"
  SubVendor: pci 0x1462 "Micro-Star International Co., Ltd."
  SubDevice: pci 0x7636
  Revision: 0x03
  Driver: "r8169"
  Driver Modules: "r8169"
  Device File: eth0
  I/O Ports: 0xd800-0xd8ff (rw)
  Memory Range: 0xf8fff000-0xf8ffffff (ro,non-prefetchable)
  Memory Range: 0xf8ff8000-0xf8ffbfff (ro,non-prefetchable)
  Memory Range: 0xfbee0000-0xfbefffff (ro,non-prefetchable,disabled)
  IRQ: 45 (no events)
  HW Address: 6c:62:6d:95:df:23
  Link detected: no
  Module Alias: "pci:v000010ECd00008168sv00001462sd00007636bc02sc00i00"
  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: #20 (PCI bridge)

30: PCI 300.0: 0280 Network controller
  [Created at pci.318]
  Unique ID: svHJ.m4gWpSK9fHC
  Parent ID: 6NW+.+qFVYMCZHg2
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:03:00.0
  SysFS BusID: 0000:03:00.0
  Hardware Class: network
  Model: "Realtek Network controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8190
  SubVendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  SubDevice: pci 0x8190
  I/O Ports: 0xe800-0xe8ff (rw)
  Memory Range: 0xfbfff000-0xfbffffff (rw,non-prefetchable)
  IRQ: 10 (no events)
  Module Alias: "pci:v000010ECd00008190sv000010ECsd00008190bc02sc80i00"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #22 (PCI bridge)
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root 851 0.0 0.0 26516 4624 ? Ssl 04:24 0:00 NetworkManager
root 1781 0.0 0.0 2552 1228 ? S 04:24 0:00 /sbin/dhclient -d -4 -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf /var/run/dhclient-wlan0.pid -lf /var/lib/dhcp/dhclient-f8cf8402-0da8-4d54-994c-abfc5caebd84-wlan0.lease -cf /var/run/nm-dhclient-wlan0.conf wlan0
dlamkins 2966 0.0 0.0 4148 848 pts/0 S+ 04:43 0:00 egrep --color=auto icd|etwork
Module Size Used by
vesafb 13449 1
binfmt_misc 13213 1
vboxnetadp 13323 0
vboxnetflt 27855 0
vboxdrv 219250 2 vboxnetadp,vboxnetflt
snd_hda_codec_hdmi 27535 4
nvidia 9766978 40
snd_hda_codec_realtek 255882 1
snd_hda_intel 28209 2
ppdev 12849 0
snd_hda_codec 90901 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13274 1 snd_hda_codec
rt2870sta 410104 1
crc_ccitt 12595 1 rt2870sta
snd_pcm 80042 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
joydev 17322 0
snd_seq_midi 13132 0
snd_rawmidi 25269 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51291 2 snd_seq_midi,snd_seq_midi_event
snd_timer 28659 2 snd_pcm,snd_seq
snd_seq_device 14110 3 snd_seq_midi,snd_rawmidi,snd_seq
psmouse 59039 0
serio_raw 12990 0
snd 55295 14 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
parport_pc 32111 1
soundcore 12600 1 snd
snd_page_alloc 14073 2 snd_hda_intel,snd_pcm
lp 13349 0
parport 36746 3 ppdev,parport_pc,lp
usb_storage 43946 1
uas 17676 0
usbhid 41704 0
hid 77084 1 usbhid
r8169 46630 0

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

wlan0 has a class C IP of 10.0.1.7

Can you ping 8.8.8.8 over the wireless connection?

Revision history for this message
David Lamkins (david-lamkins) said :
#8

@actionparsnip:

Yes, I can ping over wlan0. Be advised, however, that *this is not the wireless connection in question*.

The wlan0 connection is running over this device:
Bus 001 Device 006: ID 0b05:1784 ASUSTek Computer, Inc. 802.11n Network Adapter
in lieu of a hardwired connection, and is working perfectly.

My intent is to get the subject Realtek 8190 device working and retire the USB dongle which is currently providing wireless.

*This* is the wireless device that's not working due to lack of a driver:

  *-network UNCLAIMED
       description: Network controller
       product: Realtek Semiconductor Co., Ltd.
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=64 maxlatency=64 mingnt=32
       resources: ioport:e800(size=256) memory:fbfff000-fbffffff

30: PCI 300.0: 0280 Network controller
  [Created at pci.318]
  Unique ID: svHJ.m4gWpSK9fHC
  Parent ID: 6NW+.+qFVYMCZHg2
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:03:00.0
  SysFS BusID: 0000:03:00.0
  Hardware Class: network
  Model: "Realtek Network controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8190
  SubVendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  SubDevice: pci 0x8190
  I/O Ports: 0xe800-0xe8ff (rw)
  Memory Range: 0xfbfff000-0xfbffffff (rw,non-prefetchable)
  IRQ: 10 (no events)
  Module Alias: "pci:v000010ECd00008190sv000010ECsd00008190bc02sc80i00"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #22 (PCI bridge)

Revision history for this message
David Lamkins (david-lamkins) said :
#9

@Dave Lentz:

 linux-backports-modules-cw-2.6.39-natty-generic-pae

does not help.

The card remains without driver after a reboot.

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

Please try this solution (using ndiswrapper):

http://ubuntuforums.org/showthread.php?t=1606676

You can also check out this thread, that proves that ndiswrapper should work in this specific case:

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

ndiswrapper should only be used a last resort option, but I cannot find any native Linux drivers for you....

Revision history for this message
David Lamkins (david-lamkins) said :
#11

Thank you, @Mark Rijckenberg.

That got me closer in that the card is now active with a driver loaded.

The card won't authenticate to the network, though. I suppose that's a different problem...

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

Can you give the output of Mark's command with the new config/driver (obviously with the extra wireless disconnected)

Thanks

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

You can obviously reconnect it so you can get web access once the command has run

Revision history for this message
David Lamkins (david-lamkins) said :
#14

@actionparsnip:

Sure. I unplugged the USB WiFi dongle (which is my sole working network connection, hence the errors on apt-get), and ran the commands. Here's the result:

$ 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|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo dmidecode|egrep 'Manufact|Product'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl'; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|egrep 'icd|etwork'; sudo lsmod
[sudo] password for dlamkins:
Err http://us.archive.ubuntu.com natty InRelease

Err http://us.archive.ubuntu.com natty-updates InRelease

Err http://security.ubuntu.com natty-security InRelease

Err http://archive.canonical.com natty InRelease

Err http://extras.ubuntu.com natty InRelease

Err http://debian.slimdevices.com stable InRelease

Err http://linux.dropbox.com natty InRelease

Err http://ppa.launchpad.net natty InRelease

Err http://archive.canonical.com natty Release.gpg
  Could not resolve 'archive.canonical.com'
Err http://linux.dropbox.com natty Release.gpg
  Could not resolve 'linux.dropbox.com'
Err http://ppa.launchpad.net natty Release.gpg
  Could not resolve 'ppa.launchpad.net'
Err http://security.ubuntu.com natty-security Release.gpg
  Could not resolve 'security.ubuntu.com'
Err http://extras.ubuntu.com natty Release.gpg
  Could not resolve 'extras.ubuntu.com'
Err http://debian.slimdevices.com stable Release.gpg
  Could not resolve 'debian.slimdevices.com'
Err http://us.archive.ubuntu.com natty Release.gpg
  Could not resolve 'us.archive.ubuntu.com'
Err http://us.archive.ubuntu.com natty-updates Release.gpg
  Could not resolve 'us.archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/natty/InRelease

W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/natty-updates/InRelease

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/natty-security/InRelease

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/natty/InRelease

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/InRelease

W: Failed to fetch http://debian.slimdevices.com/dists/stable/InRelease

W: Failed to fetch http://linux.dropbox.com/ubuntu/dists/natty/InRelease

W: Failed to fetch http://ppa.launchpad.net/zeitgeist/ppa/ubuntu/dists/natty/InRelease

W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/natty/Release.gpg Could not resolve 'us.archive.ubuntu.com'

W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/natty-updates/Release.gpg Could not resolve 'us.archive.ubuntu.com'

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/natty-security/Release.gpg Could not resolve 'security.ubuntu.com'

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/natty/Release.gpg Could not resolve 'archive.canonical.com'

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/natty/Release.gpg Could not resolve 'extras.ubuntu.com'

W: Failed to fetch http://debian.slimdevices.com/dists/stable/Release.gpg Could not resolve 'debian.slimdevices.com'

W: Failed to fetch http://linux.dropbox.com/ubuntu/dists/natty/Release.gpg Could not resolve 'linux.dropbox.com'

W: Failed to fetch http://ppa.launchpad.net/zeitgeist/ppa/ubuntu/dists/natty/Release.gpg Could not resolve 'ppa.launchpad.net'

W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
hwinfo is already the newest version.
The following package was automatically installed and is no longer required:
  mesa-utils
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  *-network
       description: Ethernet interface
       product: RTL8111/8168B PCI Express Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 03
       serial: 6c:62:6d:95:df:23
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:45 ioport:d800(size=256) memory:f8fff000-f8ffffff memory:f8ff8000-f8ffbfff memory:fbee0000-fbefffff
  *-network
       description: Wireless interface
       product: Realtek Semiconductor Co., Ltd.
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlan1
       version: 00
       serial: 00:18:e7:69:22:b3
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ndiswrapper+net819xp driverversion=1.56+Realtek Semiconductor Corp. latency=64 link=no maxlatency=64 mingnt=32 multicast=yes wireless=IEEE 802.11g
       resources: irq:16 ioport:e800(size=256) memory:fbfff000-fbffffff
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

vboxnet0 Interface doesn't support scanning.

wlan1 Scan completed :
          Cell 01 - Address: 00:1C:B3:AE:88:DD
                    ESSID:"The Guild of Calamitous Intent"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.432 GHz (Channel 5)
                    Quality:64/100 Signal level:-55 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
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
          Cell 02 - Address: 1C:AF:F7:D8:BE:61
                    ESSID:"ClownHaus2"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.422 GHz (Channel 3)
                    Quality:54/100 Signal level:-61 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

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.04
DISTRIB_CODENAME=natty
DISTRIB_DESCRIPTION="Ubuntu 11.04"
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DMI [8086:d131] (rev 11)
00:03.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express Root Port 1 [8086:d138] (rev 11)
00:08.0 System peripheral [0880]: Intel Corporation Core Processor System Management Registers [8086:d155] (rev 11)
00:08.1 System peripheral [0880]: Intel Corporation Core Processor Semaphore and Scratchpad Registers [8086:d156] (rev 11)
00:08.2 System peripheral [0880]: Intel Corporation Core Processor System Control and Status Registers [8086:d157] (rev 11)
00:08.3 System peripheral [0880]: Intel Corporation Core Processor Miscellaneous Registers [8086:d158] (rev 11)
00:10.0 System peripheral [0880]: Intel Corporation Core Processor QPI Link [8086:d150] (rev 11)
00:10.1 System peripheral [0880]: Intel Corporation Core Processor QPI Routing and Protocol Registers [8086:d151] (rev 11)
00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
00:1a.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 06)
00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 06)
00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 06)
00:1d.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 06)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev a6)
00:1f.0 ISA bridge [0601]: Intel Corporation 5 Series Chipset LPC Interface Controller [8086:3b06] (rev 06)
00:1f.2 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller [8086:3b20] (rev 06)
00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 06)
00:1f.5 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller [8086:3b26] (rev 06)
01:00.0 VGA compatible controller [0300]: nVidia Corporation GT218 [GeForce 210] [10de:0a65] (rev a2)
01:00.1 Audio device [0403]: nVidia Corporation High Definition Audio Controller [10de:0be3] (rev a1)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8190]
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 007: ID 152d:0539 JMicron Technology Corp. / JMicron USA Technology Corp.
Bus 001 Device 005: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
Bus 001 Device 004: ID 046d:c31d Logitech, Inc.
Bus 001 Device 003: ID 046d:c05a Logitech, Inc. Optical Mouse M90
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path Device Class Description
=========================================================
                               system MS-7636 (To Be Filled By O.E.M.)
/0 bus H55M-P33(MS-7636)
/0/0 memory 64KiB BIOS
/0/4 processor Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz
/0/4/5 memory 256KiB L1 cache
/0/4/6 memory 1MiB L2 cache
/0/4/7 memory 8MiB L3 cache
/0/4/1.1 processor Logical CPU
/0/4/1.2 processor Logical CPU
/0/4/1.3 processor Logical CPU
/0/4/1.4 processor Logical CPU
/0/4/1.5 processor Logical CPU
/0/4/1.6 processor Logical CPU
/0/4/1.7 processor Logical CPU
/0/4/1.8 processor Logical CPU
/0/4/1.9 processor Logical CPU
/0/4/1.a processor Logical CPU
/0/4/1.b processor Logical CPU
/0/4/1.c processor Logical CPU
/0/4/1.d processor Logical CPU
/0/4/1.e processor Logical CPU
/0/4/1.f processor Logical CPU
/0/4/1.10 processor Logical CPU
/0/2a memory 16GiB System Memory
/0/2a/0 memory 4GiB DIMM SDRAM Synchronous 1333 MHz (0.8 ns)
/0/2a/1 memory 4GiB DIMM SDRAM Synchronous 1333 MHz (0.8 ns)
/0/2a/2 memory 4GiB DIMM SDRAM Synchronous 1333 MHz (0.8 ns)
/0/2a/3 memory 4GiB DIMM SDRAM Synchronous 1333 MHz (0.8 ns)
/0/1 processor
/0/1/1.1 processor Logical CPU
/0/1/1.2 processor Logical CPU
/0/1/1.3 processor Logical CPU
/0/1/1.4 processor Logical CPU
/0/1/1.5 processor Logical CPU
/0/1/1.6 processor Logical CPU
/0/1/1.7 processor Logical CPU
/0/1/1.8 processor Logical CPU
/0/1/1.9 processor Logical CPU
/0/1/1.a processor Logical CPU
/0/1/1.b processor Logical CPU
/0/1/1.c processor Logical CPU
/0/1/1.d processor Logical CPU
/0/1/1.e processor Logical CPU
/0/1/1.f processor Logical CPU
/0/1/1.10 processor Logical CPU
/0/2 processor
/0/2/1.1 processor Logical CPU
/0/2/1.2 processor Logical CPU
/0/2/1.3 processor Logical CPU
/0/2/1.4 processor Logical CPU
/0/2/1.5 processor Logical CPU
/0/2/1.6 processor Logical CPU
/0/2/1.7 processor Logical CPU
/0/2/1.8 processor Logical CPU
/0/2/1.9 processor Logical CPU
/0/2/1.a processor Logical CPU
/0/2/1.b processor Logical CPU
/0/2/1.c processor Logical CPU
/0/2/1.d processor Logical CPU
/0/2/1.e processor Logical CPU
/0/2/1.f processor Logical CPU
/0/2/1.10 processor Logical CPU
/0/3 processor
/0/3/1.1 processor Logical CPU
/0/3/1.2 processor Logical CPU
/0/3/1.3 processor Logical CPU
/0/3/1.4 processor Logical CPU
/0/3/1.5 processor Logical CPU
/0/3/1.6 processor Logical CPU
/0/3/1.7 processor Logical CPU
/0/3/1.8 processor Logical CPU
/0/3/1.9 processor Logical CPU
/0/3/1.a processor Logical CPU
/0/3/1.b processor Logical CPU
/0/3/1.c processor Logical CPU
/0/3/1.d processor Logical CPU
/0/3/1.e processor Logical CPU
/0/3/1.f processor Logical CPU
/0/3/1.10 processor Logical CPU
/0/100 bridge Core Processor DMI
/0/100/3 bridge Core Processor PCI Express Root Port 1
/0/100/3/0 display GT218 [GeForce 210]
/0/100/3/0.1 multimedia High Definition Audio Controller
/0/100/8 generic Core Processor System Management Registers
/0/100/8.1 generic Core Processor Semaphore and Scratchpad Registers
/0/100/8.2 generic Core Processor System Control and Status Registers
/0/100/8.3 generic Core Processor Miscellaneous Registers
/0/100/10 generic Core Processor QPI Link
/0/100/10.1 generic Core Processor QPI Routing and Protocol Registers
/0/100/16 communication 5 Series/3400 Series Chipset HECI Controller
/0/100/1a bus 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
/0/100/1b multimedia 5 Series/3400 Series Chipset High Definition Audio
/0/100/1c bridge 5 Series/3400 Series Chipset PCI Express Root Port 1
/0/100/1c/0 eth0 network RTL8111/8168B PCI Express Gigabit Ethernet controller
/0/100/1d bus 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
/0/100/1e bridge 82801 PCI Bridge
/0/100/1e/0 wlan1 network Realtek Semiconductor Co., Ltd.
/0/100/1f bridge 5 Series Chipset LPC Interface Controller
/0/100/1f.2 scsi0 storage 5 Series/3400 Series Chipset 4 port SATA IDE Controller
/0/100/1f.2/0 /dev/sda disk 1TB WDC WD10EALX-089
/0/100/1f.2/0/1 /dev/sda1 volume 915GiB EXT4 volume
/0/100/1f.2/0/2 /dev/sda2 volume 15GiB Extended partition
/0/100/1f.2/0/2/5 /dev/sda5 volume 15GiB Linux swap / Solaris partition
/0/100/1f.2/1 /dev/sdb disk 1TB WDC WD10EALX-089
/0/100/1f.2/1/1 /dev/sdb1 volume 931GiB Linux filesystem partition
/0/100/1f.3 bus 5 Series/3400 Series Chipset SMBus Controller
/0/100/1f.5 scsi3 storage 5 Series/3400 Series Chipset 2 port SATA IDE Controller
/0/100/1f.5/0.0.0 /dev/cdrom disk DVD RW AD-7260S
/0/5 scsi4 storage
/0/5/0.0.0 /dev/sdc disk SCSI Disk
/0/6 scsi5 storage
/0/6/0.0.0 /dev/sdd disk 2TB SCSI Disk
/0/6/0.0.0/1 /dev/sdd1 volume 199MiB Windows FAT volume
/0/6/0.0.0/2 /dev/sdd2 volume 1862GiB EXT4 volume
/1 power To Be Filled By O.E.M.
Linux david-MS-7636 2.6.38-11-generic-pae #48-Ubuntu SMP Fri Jul 29 20:51:21 UTC 2011 i686 i686 i386 GNU/Linux
[ 0.000000] found SMP MP-table at [c00ff780] ff780
[ 0.988527] ACPI: No dock devices found.
[ 0.988528] HEST: Table not found.
[ 1.009820] usbcore: registered new interface driver usbfs
[ 1.009827] usbcore: registered new interface driver hub
[ 1.009844] usbcore: registered new device driver usb
[ 1.032803] Switching to clocksource hpet
[ 1.036403] Switched to NOHz mode on CPU #0
[ 1.036524] Switched to NOHz mode on CPU #1
[ 1.036560] Switched to NOHz mode on CPU #2
[ 1.036570] Switched to NOHz mode on CPU #3
[ 1.036615] Switched to NOHz mode on CPU #4
[ 1.036744] Switched to NOHz mode on CPU #5
[ 1.036759] Switched to NOHz mode on CPU #6
[ 1.036777] Switched to NOHz mode on CPU #7
[ 1.039871] pnp: PnP ACPI: found 15 devices
[ 1.088493] ERST: Table is not found!
[ 1.441694] isapnp: No Plug & Play device found
[ 1.600688] i2c-core: driver [adp5520] using legacy suspend method
[ 1.600689] i2c-core: driver [adp5520] using legacy resume method
[ 1.621224] hub 1-0:1.0: USB hub found
[ 1.641198] hub 2-0:1.0: USB hub found
[ 1.641307] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.661577] device-mapper: multipath: version 1.2.0 loaded
[ 1.661579] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.665493] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.933388] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 2.066177] hub 1-1:1.0: USB hub found
[ 2.073233] Switching to clocksource tsc
[ 2.177366] usb 2-1: new high speed USB device using ehci_hcd and address 2
[ 2.309916] hub 2-1:1.0: USB hub found
[ 2.381392] usb 1-1.1: new low speed USB device using ehci_hcd and address 3
[ 2.505758] r8169 0000:02:00.0: eth0: RTL8168d/8111d at 0xf8408000, 6c:62:6d:95:df:23, XID 081000c0 IRQ 45
[ 2.515343] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input2
[ 2.515407] generic-usb 0003:046D:C05A.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1a.0-1.1/input0
[ 2.515416] usbcore: registered new interface driver usbhid
[ 2.515417] usbhid: USB HID core driver
[ 2.549525] usb 1-1.2: new low speed USB device using ehci_hcd and address 4
[ 2.689613] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input3
[ 2.689699] generic-usb 0003:046D:C31D.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:1a.0-1.2/input0
[ 2.697832] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input4
[ 2.697902] generic-usb 0003:046D:C31D.0003: input,hidraw2: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:1a.0-1.2/input1
[ 2.769567] usb 1-1.4: new high speed USB device using ehci_hcd and address 5
[ 3.501080] usbcore: registered new interface driver uas
[ 3.504484] scsi4 : usb-storage 1-1.4:1.0
[ 3.504672] usbcore: registered new interface driver usb-storage
[ 3.569627] usb 1-1.5: new high speed USB device using ehci_hcd and address 6
[ 3.753647] usb 1-1.6: new high speed USB device using ehci_hcd and address 7
[ 3.848073] scsi5 : usb-storage 1-1.6:1.0
[ 19.119582] lp: driver loaded but no devices found
[ 19.121532] rt2870sta: module is from the staging directory, the quality is unknown, you have been warned.
[ 19.128756] rtusb init --->
[ 19.129580] usbcore: registered new interface driver rt2870
[ 19.236892] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[ 19.371278] ndiswrapper version 1.56 loaded (smp=yes, preempt=no)
[ 20.184626] usbcore: registered new interface driver ndiswrapper
[ 20.198113] vboxdrv: Found 8 processor cores.
[ 20.721266] <==== rt28xx_init, Status=0
[ 20.790696] Console: switching to colour frame buffer device 160x64
[ 21.732945] <==== rt28xx_init, Status=0
[ 21.795240] r8169 0000:02:00.0: eth0: link down
[ 21.795376] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 24.343823] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
[ 32.728319] wlan0: no IPv6 routers present
[ 9112.385967] usbcore: deregistering interface driver ndiswrapper
[ 9112.401434] ndiswrapper version 1.56 loaded (smp=yes, preempt=no)
[ 9112.426515] ndiswrapper: driver net819xp (Realtek Semiconductor Corp.,12/22/2010,1682.0.1222.2010) loaded
[ 9112.426873] ndiswrapper 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 9112.500127] ndiswrapper: using IRQ 16
[ 9113.102708] wlan1: ethernet device 00:18:e7:69:22:b3 using NDIS driver: net819xp, version: 0x500a5, NDIS version: 0x500, vendor: 'Realtek RTL8190 Wireless LAN (Mini-)PCI NIC ', 10EC:8190.5.conf
[ 9113.102742] wlan1: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
[ 9113.102865] usbcore: registered new interface driver ndiswrapper
[ 9113.111740] ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 9138.581741] <==== rt28xx_init, Status=0
[ 9145.545791] usb 1-1.5: USB disconnect, address 6
[ 9145.545935] rtusb_disconnect: unregister usbnet usb-0000:00:1a.0-1.5
[ 9145.545940] RtmpOSNetDevDetach(): RtmpOSNetDeviceDetach(), dev->name=wlan0!
 Manufacturer: MSI
 Product Name: MS-7636
 Manufacturer: MSI
 Product Name: H55M-P33(MS-7636)
 Manufacturer: MSI
 Manufacturer: Intel
 Manufacturer: Manufacturer00
 Manufacturer: Manufacturer01
 Manufacturer: Manufacturer02
 Manufacturer: Manufacturer03
 Manufacturer: To Be Filled By O.E.M.
lo no wireless extensions.

eth0 no wireless extensions.

vboxnet0 no wireless extensions.

wlan1 IEEE 802.11g ESSID:off/any
          Mode:Managed Frequency:2.432 GHz Access Point: Not-Associated
          Bit Rate:52 Mb/s Tx-Power:20 dBm Sensitivity=0/3
          RTS thr:off Fragment thr:off
          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

install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# 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 rt2800usb
blacklist uart6850
blacklist twl4030_wdt
alias pci:v000007AAd00000044sv*sd*bc*sc*i* ndiswrapper
alias pci:v000007AAd00000046sv*sd*bc*sc*i* ndiswrapper
alias pci:v000007AAd00000047sv*sd*bc*sc*i* ndiswrapper
alias pci:v000010ECd00008190sv00003304sd00001186bc*sc*i* ndiswrapper
alias pci:v000010ECd00008190sv00008190sd000010ECbc*sc*i* ndiswrapper
alias pci:v000010ECd00008190sv0000C12Dsd00001259bc*sc*i* ndiswrapper
alias pci:v000010ECd00008190sv*sd*bc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv0000005Esd00001B0Abc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00006896sd00001462bc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00007160sd0000144Fbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00008151sd000010ECbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00008152sd000010ECbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00008153sd000010ECbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00008154sd000010ECbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00008181sd000010ECbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00008182sd000010ECbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00008183sd000010ECbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00008184sd000010ECbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00008186sd000010ECbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv00008192sd000010ECbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv0000E01Csd0000105Bbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv0000E01Dsd0000105Bbc*sc*i* ndiswrapper
alias pci:v000010ECd00008192sv*sd*bc*sc*i* ndiswrapper

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
> hal.1: read hal dataprocess 2696: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file dbus-errors.c line 280.
This is normally a bug in some application using the D-Bus library.
libhal.c 3483 : Error unsubscribing to signals, error=The name org.freedesktop.Hal was not provided by any .service files
29: PCI 200.0: 0200 Ethernet controller
  [Created at pci.318]
  Unique ID: rBUF.e3nQ7Na7CP3
  Parent ID: z8Q3.1FNSXJG4OxB
  SysFS ID: /devices/pci0000:00/0000:00:1c.0/0000:02:00.0
  SysFS BusID: 0000:02:00.0
  Hardware Class: network
  Model: "Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8168 "RTL8111/8168B PCI Express Gigabit Ethernet controller"
  SubVendor: pci 0x1462 "Micro-Star International Co., Ltd."
  SubDevice: pci 0x7636
  Revision: 0x03
  Driver: "r8169"
  Driver Modules: "r8169"
  Device File: eth0
  I/O Ports: 0xd800-0xd8ff (rw)
  Memory Range: 0xf8fff000-0xf8ffffff (ro,non-prefetchable)
  Memory Range: 0xf8ff8000-0xf8ffbfff (ro,non-prefetchable)
  Memory Range: 0xfbee0000-0xfbefffff (ro,non-prefetchable,disabled)
  IRQ: 45 (no events)
  HW Address: 6c:62:6d:95:df:23
  Link detected: no
  Module Alias: "pci:v000010ECd00008168sv00001462sd00007636bc02sc00i00"
  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: #20 (PCI bridge)

30: PCI 300.0: 0282 WLAN controller
  [Created at pci.318]
  Unique ID: PL6s.oVYxK0LG3XA
  Parent ID: 6NW+.+qFVYMCZHg2
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:03:00.0
  SysFS BusID: 0000:03:00.0
  Hardware Class: network
  Model: "Realtek WLAN controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8190
  SubVendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  SubDevice: pci 0x8190
  Driver: "ndiswrapper"
  Driver Modules: "ndiswrapper", "ndiswrapper"
  Device File: wlan1
  Features: WLAN
  I/O Ports: 0xe800-0xe8ff (rw)
  Memory Range: 0xfbfff000-0xfbffffff (rw,non-prefetchable)
  IRQ: 16 (1698198 events)
  HW Address: 00:18:e7:69:22:b3
  Link detected: no
  WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
  WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 2.484
  WLAN bitrates: 0.5
  WLAN encryption modes: WEP40 WEP104 TKIP CCMP
  WLAN authentication modes: open sharedkey wpa-psk wpa-eap
  Module Alias: "pci:v000010ECd00008190sv000010ECsd00008190bc02sc80i00"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #22 (PCI bridge)
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root 883 0.0 0.0 26520 4668 ? Ssl 13:26 0:00 NetworkManager
dlamkins 2714 0.0 0.0 4148 848 pts/0 S+ 15:59 0:00 egrep --color=auto icd|etwork
Module Size Used by
ndiswrapper 192828 0
vesafb 13449 1
binfmt_misc 13213 1
vboxnetadp 13323 0
vboxnetflt 27855 0
vboxdrv 219250 2 vboxnetadp,vboxnetflt
snd_hda_codec_hdmi 27535 4
nvidia 9766978 40
snd_hda_codec_realtek 255882 1
snd_hda_intel 28209 2
snd_hda_codec 90901 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13274 1 snd_hda_codec
snd_pcm 80042 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_seq_midi 13132 0
snd_rawmidi 25269 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
ppdev 12849 0
snd_seq 51291 2 snd_seq_midi,snd_seq_midi_event
snd_timer 28659 2 snd_pcm,snd_seq
parport_pc 32111 1
snd_seq_device 14110 3 snd_seq_midi,snd_rawmidi,snd_seq
psmouse 59039 0
snd 55295 14 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
rt2870sta 410104 0
joydev 17322 0
crc_ccitt 12595 1 rt2870sta
serio_raw 12990 0
soundcore 12600 1 snd
lp 13349 0
snd_page_alloc 14073 2 snd_hda_intel,snd_pcm
parport 36746 3 ppdev,parport_pc,lp
usb_storage 43946 1
uas 17676 0
usbhid 41704 0
hid 77084 1 usbhid
r8169 46630 0

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

Install wicd and tell it to use wlan1 as wifi interface. Should be ok

Revision history for this message
David Lamkins (david-lamkins) said :
#16

Just FYI, I'm abandoning this card and seeking an alternative.

Thanks everyone for the valuable advice and pointers.

Revision history for this message
Eliah Kagan (degeneracypressure) said :
#17

If you no longer want help with this problem, you can mark this question as Solved.

Revision history for this message
David Lamkins (david-lamkins) said :
#18

OK, Eliah, I'll do that.

"Solved" is not accurate, though. I never did get it working.

I've decided to replace the card with one that uses an Ralink chip set.

Thanks again to everyone who offered help and suggestions.