UNCLAIMED Wireless Network controller [0280]: Ralink corp. Device [1814:3062] not working on ASRock N68C-S UCC in Ubuntu 11.10

Asked by DavidBustamante

Hi all:

I have installed ubuntu 11.10 and, regarding my wifi card, it seems to be everyhing ok... but I do not find any network to connect !!!

lshw -C network

  *-network
       description: Wireless interface
       product: Ralink corp.
       vendor: Ralink corp.
       physical id: 8
       bus info: pci@0000:01:08.0
       logical name: wlan0
       version: 00
       serial: 00:22:f7:27:1b:7f
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rt2800pci driverversion=3.0.0-13-generic firmware=0.34 latency=32 link=no maxlatency=4 mingnt=2 multicast=yes wireless=IEEE 802.11bgn
       resources: irq:19 memory:f9ef0000-f9efffff

Thank you and regards

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
Ubfan (ubfan1) said :
#1

Looks like the "product:" got messed up in a cut and paste, it should look more like:
RT3090 Wireless 802.11n 1T/1R PCIe
try posting the result of lspci for the Network controller line
The rt2800pci driver works with the older Ralink chips, but maybe not the newest. You can see what happens if you blacklist rt2800pci in the file /etc/modprobe.d/blacklist.conf
and see if another driver gets picked up (maybe out of the "staging" area.
Otherwise, you might have to download a linux compatible driver from the vendor and compile it yourself.

Revision history for this message
DavidBustamante (davidyazucena) said :
#2

Hi Ubfan:

Thank you for your help.

This is the lspci resoult

01:08.0 Network controller: Ralink corp. Device 3062

I also add the rt2800pci to the black list, but it seems there is no driver to replace it.

lshw -C network (after to add to the black list)

  *-network UNCLAIMED
       description: Network controller
       product: Ralink corp.
       vendor: Ralink corp.
       physical id: 8
       bus info: pci@0000:01:08.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=32 maxlatency=4 mingnt=2
       resources: memory:f9ef0000-f9efffff

Regards

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

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 rfkill; 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 'anufact|roduct|erial|elease'; 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.

Step 4: Please also specify the exact model and make of your PC (if known) on this thread

Regards,

Mark

Revision history for this message
DavidBustamante (davidyazucena) said :
#4

Hi Mark. Thank you for your help. Here is the output

Ign http://es.archive.ubuntu.com oneiric InRelease
Ign http://es.archive.ubuntu.com oneiric-updates InRelease
Ign http://extras.ubuntu.com oneiric InRelease
Ign http://es.archive.ubuntu.com oneiric-backports InRelease
Ign http://archive.canonical.com oneiric InRelease
Ign http://security.ubuntu.com oneiric-security InRelease
Ign http://ppa.launchpad.net oneiric InRelease
Hit http://es.archive.ubuntu.com oneiric Release.gpg
Get:1 http://extras.ubuntu.com oneiric Release.gpg [72 B]
Hit http://archive.canonical.com oneiric Release.gpg
Hit http://security.ubuntu.com oneiric-security Release.gpg
Hit http://ppa.launchpad.net oneiric Release.gpg
Hit http://extras.ubuntu.com oneiric Release
Hit http://archive.canonical.com oneiric Release
Hit http://security.ubuntu.com oneiric-security Release
Hit http://ppa.launchpad.net oneiric Release
Hit http://extras.ubuntu.com oneiric/main Sources
Hit http://archive.canonical.com oneiric/partner i386 Packages
Hit http://security.ubuntu.com oneiric-security/main Sources
Hit http://ppa.launchpad.net oneiric/main Sources
Hit http://extras.ubuntu.com oneiric/main i386 Packages
Ign http://extras.ubuntu.com oneiric/main TranslationIndex
Ign http://archive.canonical.com oneiric/partner TranslationIndex
Hit http://security.ubuntu.com oneiric-security/restricted Sources
Hit http://security.ubuntu.com oneiric-security/universe Sources
Hit http://security.ubuntu.com oneiric-security/multiverse Sources
Hit http://security.ubuntu.com oneiric-security/main i386 Packages
Hit http://security.ubuntu.com oneiric-security/restricted i386 Packages
Hit http://ppa.launchpad.net oneiric/main i386 Packages
Ign http://ppa.launchpad.net oneiric/main TranslationIndex
Hit http://es.archive.ubuntu.com oneiric-updates Release.gpg
Hit http://es.archive.ubuntu.com oneiric-backports Release.gpg
Hit http://security.ubuntu.com oneiric-security/universe i386 Packages
Hit http://security.ubuntu.com oneiric-security/multiverse i386 Packages
Hit http://security.ubuntu.com oneiric-security/main TranslationIndex
Hit http://security.ubuntu.com oneiric-security/multiverse TranslationIndex
Hit http://security.ubuntu.com oneiric-security/restricted TranslationIndex
Hit http://security.ubuntu.com oneiric-security/universe TranslationIndex
Hit http://es.archive.ubuntu.com oneiric Release
Hit http://security.ubuntu.com oneiric-security/main Translation-en
Hit http://security.ubuntu.com oneiric-security/multiverse Translation-en
Hit http://es.archive.ubuntu.com oneiric-updates Release
Hit http://security.ubuntu.com oneiric-security/restricted Translation-en
Hit http://security.ubuntu.com oneiric-security/universe Translation-en
Hit http://es.archive.ubuntu.com oneiric-backports Release
Ign http://extras.ubuntu.com oneiric/main Translation-en_US
Ign http://archive.canonical.com oneiric/partner Translation-en_US
Ign http://ppa.launchpad.net oneiric/main Translation-en_US
Ign http://extras.ubuntu.com oneiric/main Translation-en
Ign http://archive.canonical.com oneiric/partner Translation-en
Ign http://ppa.launchpad.net oneiric/main Translation-en
Hit http://es.archive.ubuntu.com oneiric/main Sources
Hit http://es.archive.ubuntu.com oneiric/restricted Sources
Hit http://es.archive.ubuntu.com oneiric/universe Sources
Hit http://es.archive.ubuntu.com oneiric/multiverse Sources
Hit http://es.archive.ubuntu.com oneiric/main i386 Packages
Hit http://es.archive.ubuntu.com oneiric/restricted i386 Packages
Hit http://es.archive.ubuntu.com oneiric/universe i386 Packages
Hit http://es.archive.ubuntu.com oneiric/multiverse i386 Packages
Hit http://es.archive.ubuntu.com oneiric/main TranslationIndex
Hit http://es.archive.ubuntu.com oneiric/multiverse TranslationIndex
Hit http://es.archive.ubuntu.com oneiric/restricted TranslationIndex
Hit http://es.archive.ubuntu.com oneiric/universe TranslationIndex
Hit http://es.archive.ubuntu.com oneiric-updates/main Sources
Hit http://es.archive.ubuntu.com oneiric-updates/restricted Sources
Hit http://es.archive.ubuntu.com oneiric-updates/universe Sources
Hit http://es.archive.ubuntu.com oneiric-updates/multiverse Sources
Hit http://es.archive.ubuntu.com oneiric-updates/main i386 Packages
Hit http://es.archive.ubuntu.com oneiric-updates/restricted i386 Packages
Hit http://es.archive.ubuntu.com oneiric-updates/universe i386 Packages
Hit http://es.archive.ubuntu.com oneiric-updates/multiverse i386 Packages
Hit http://es.archive.ubuntu.com oneiric-updates/main TranslationIndex
Hit http://es.archive.ubuntu.com oneiric-updates/multiverse TranslationIndex
Hit http://es.archive.ubuntu.com oneiric-updates/restricted TranslationIndex
Hit http://es.archive.ubuntu.com oneiric-updates/universe TranslationIndex
Hit http://es.archive.ubuntu.com oneiric-backports/main Sources
Hit http://es.archive.ubuntu.com oneiric-backports/restricted Sources
Hit http://es.archive.ubuntu.com oneiric-backports/universe Sources
Hit http://es.archive.ubuntu.com oneiric-backports/multiverse Sources
Hit http://es.archive.ubuntu.com oneiric-backports/main i386 Packages
Hit http://es.archive.ubuntu.com oneiric-backports/restricted i386 Packages
Hit http://es.archive.ubuntu.com oneiric-backports/universe i386 Packages
Hit http://es.archive.ubuntu.com oneiric-backports/multiverse i386 Packages
Hit http://es.archive.ubuntu.com oneiric-backports/main TranslationIndex
Hit http://es.archive.ubuntu.com oneiric-backports/multiverse TranslationIndex
Hit http://es.archive.ubuntu.com oneiric-backports/restricted TranslationIndex
Hit http://es.archive.ubuntu.com oneiric-backports/universe TranslationIndex
Hit http://es.archive.ubuntu.com oneiric/main Translation-en
Hit http://es.archive.ubuntu.com oneiric/multiverse Translation-en
Hit http://es.archive.ubuntu.com oneiric/restricted Translation-en
Hit http://es.archive.ubuntu.com oneiric/universe Translation-en
Hit http://es.archive.ubuntu.com oneiric-updates/main Translation-en
Hit http://es.archive.ubuntu.com oneiric-updates/multiverse Translation-en
Hit http://es.archive.ubuntu.com oneiric-updates/restricted Translation-en
Hit http://es.archive.ubuntu.com oneiric-updates/universe Translation-en
Hit http://es.archive.ubuntu.com oneiric-backports/main Translation-en
Hit http://es.archive.ubuntu.com oneiric-backports/multiverse Translation-en
Hit http://es.archive.ubuntu.com oneiric-backports/restricted Translation-en
Hit http://es.archive.ubuntu.com oneiric-backports/universe Translation-en
Fetched 72 B in 3s (18 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
rfkill is already the newest version.
The following NEW packages will be installed:
  hwinfo libhal1 libhd16
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 776 kB of archives.
After this operation, 2,314 kB of additional disk space will be used.
Get:1 http://es.archive.ubuntu.com/ubuntu/ oneiric/universe libhal1 i386 0.5.14-6 [77.1 kB]
Get:2 http://es.archive.ubuntu.com/ubuntu/ oneiric/universe libhd16 i386 16.0-2ubuntu1 [681 kB]
Get:3 http://es.archive.ubuntu.com/ubuntu/ oneiric/universe hwinfo i386 16.0-2ubuntu1 [18.2 kB]
Fetched 776 kB in 3s (243 kB/s)
Selecting previously deselected package libhal1.
(Reading database ... 153338 files and directories currently installed.)
Unpacking libhal1 (from .../libhal1_0.5.14-6_i386.deb) ...
Selecting previously deselected package libhd16.
Unpacking libhd16 (from .../libhd16_16.0-2ubuntu1_i386.deb) ...
Selecting previously deselected package hwinfo.
Unpacking hwinfo (from .../hwinfo_16.0-2ubuntu1_i386.deb) ...
Processing triggers for man-db ...
Setting up libhal1 (0.5.14-6) ...
Setting up libhd16 (16.0-2ubuntu1) ...
Setting up hwinfo (16.0-2ubuntu1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
  *-network UNCLAIMED
       description: Network controller
       product: Ralink corp.
       vendor: Ralink corp.
       physical id: 8
       bus info: pci@0000:01:08.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=32 maxlatency=4 mingnt=2
       resources: memory:f9ef0000-f9efffff
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.10
DISTRIB_CODENAME=oneiric
DISTRIB_DESCRIPTION="Ubuntu 11.10"
00:00.0 RAM memory [0500]: nVidia Corporation MCP61 LPC Bridge [10de:03e2] (rev a1)
00:01.0 ISA bridge [0601]: nVidia Corporation MCP61 LPC Bridge [10de:03e1] (rev a2)
00:01.1 SMBus [0c05]: nVidia Corporation MCP61 SMBus [10de:03eb] (rev a2)
00:01.2 RAM memory [0500]: nVidia Corporation MCP61 Memory Controller [10de:03f5] (rev a2)
00:02.0 USB Controller [0c03]: nVidia Corporation MCP61 USB Controller [10de:03f1] (rev a3)
00:02.1 USB Controller [0c03]: nVidia Corporation MCP61 USB Controller [10de:03f2] (rev a3)
00:04.0 PCI bridge [0604]: nVidia Corporation MCP61 PCI bridge [10de:03f3] (rev a1)
00:06.0 IDE interface [0101]: nVidia Corporation MCP61 IDE [10de:03ec] (rev a2)
00:07.0 Bridge [0680]: nVidia Corporation MCP61 Ethernet [10de:03ef] (rev a2)
00:08.0 IDE interface [0101]: nVidia Corporation MCP61 SATA Controller [10de:03f6] (rev a2)
00:08.1 IDE interface [0101]: nVidia Corporation MCP61 SATA Controller [10de:03f6] (rev a2)
00:09.0 PCI bridge [0604]: nVidia Corporation MCP61 PCI Express bridge [10de:03e8] (rev a2)
00:0b.0 PCI bridge [0604]: nVidia Corporation MCP61 PCI Express bridge [10de:03e9] (rev a2)
00:0c.0 PCI bridge [0604]: nVidia Corporation MCP61 PCI Express bridge [10de:03e9] (rev a2)
00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
01:08.0 Network controller [0280]: Ralink corp. Device [1814:3062]
02:00.0 VGA compatible controller [0300]: nVidia Corporation GF106 [GeForce 450 GTS] [10de:0dc4] (rev a1)
02:00.1 Audio device [0403]: nVidia Corporation GF106 High Definition Audio Controller [10de:0be9] (rev a1)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 058f:6254 Alcor Micro Corp. USB Hub
Bus 002 Device 002: ID 0461:4d15 Primax Electronics, Ltd Dell Optical Mouse
Bus 002 Device 003: ID 15c2:0038 SoundGraph Inc. GD01 MX VFD Display/IR Receiver
Bus 001 Device 005: ID 08bb:2900 Texas Instruments Japan PCM2900 Audio Codec
Bus 001 Device 006: ID 1bcf:05ca Sunplus Innovation Technology Inc.
H/W path Device Class Description
==================================================
                           system Desktop Computer
/0 bus N68C-S UCC
/0/0 memory 64KiB BIOS
/0/3 processor AMD Phenom(tm) II X4 955 Processor
/0/3/5 memory 128KiB L1 cache
/0/3/6 memory 512KiB L2 cache
/0/e memory 8GiB System Memory
/0/e/0 memory 4GiB DIMM Synchronous 400 MHz (2.5 ns)
/0/e/1 memory 4GiB DIMM Synchronous 400 MHz (2.5 ns)
/0/4 processor
/0/4/0 memory 128KiB L1 cache
/0/4/1 memory 512KiB L2 cache
/0/5 processor
/0/5/0 memory 128KiB L1 cache
/0/5/1 memory 512KiB L2 cache
/0/a processor
/0/a/0 memory 128KiB L1 cache
/0/a/1 memory 512KiB L2 cache
/0/d memory RAM memory
/0/1 bridge MCP61 LPC Bridge
/0/1.1 bus MCP61 SMBus
/0/1.2 memory RAM memory
/0/2 bus MCP61 USB Controller
/0/2.1 bus MCP61 USB Controller
/0/100 bridge MCP61 PCI bridge
/0/100/8 network Ralink corp.
/0/6 storage MCP61 IDE
/0/7 eth0 bridge MCP61 Ethernet
/0/8 scsi2 storage MCP61 SATA Controller
/0/8/0.0.0 /dev/sda disk 500GB ST3500413AS
/0/8/0.0.0/1 /dev/sda1 volume 457GiB EXT4 volume
/0/8/0.0.0/2 /dev/sda2 volume 8190MiB Extended partition
/0/8/0.0.0/2/5 /dev/sda5 volume 8190MiB Linux swap / Solaris partition
/0/8.1 storage MCP61 SATA Controller
/0/9 bridge MCP61 PCI Express bridge
/0/9/0 display GF106 [GeForce 450 GTS]
/0/9/0.1 multimedia GF106 High Definition Audio Controller
/0/b bridge MCP61 PCI Express bridge
/0/c bridge MCP61 PCI Express bridge
/0/101 bridge Family 10h Processor HyperTransport Configuration
/0/102 bridge Family 10h Processor Address Map
/0/103 bridge Family 10h Processor DRAM Controller
/0/104 bridge Family 10h Processor Miscellaneous Control
/0/105 bridge Family 10h Processor Link Control
Linux salon 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:25:36 UTC 2011 i686 athlon i386 GNU/Linux
[ 0.000000] found SMP MP-table at [c00ff780] ff780
[ 0.008000] calibrate_delay_direct() ignoring timer_rate as we had a TSC wrap around start=4277649000 >=post_end=8400472
[ 0.341012] ACPI: No dock devices found.
[ 0.341014] HEST: Table not found.
[ 0.356270] usbcore: registered new interface driver usbfs
[ 0.356270] usbcore: registered new interface driver hub
[ 0.356270] usbcore: registered new device driver usb
[ 0.363459] pnp: PnP ACPI: found 12 devices
[ 0.398936] Switching to clocksource acpi_pm
[ 0.399825] Switched to NOHz mode on CPU #0
[ 0.398946] Switched to NOHz mode on CPU #3
[ 0.398939] Switched to NOHz mode on CPU #1
[ 0.398940] Switched to NOHz mode on CPU #2
[ 0.472108] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.472160] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.472208] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.472255] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.472307] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.472362] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.472420] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.510523] ERST: Table is not found!
[ 0.863511] isapnp: No Plug & Play device found
[ 0.900138] hub 1-0:1.0: USB hub found
[ 0.958097] hub 2-0:1.0: USB hub found
[ 0.958197] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.973205] powernow-k8: Found 1 AMD Phenom(tm) II X4 955 Processor (4 cpu cores) (version 2.20.00)
[ 0.973481] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.011271] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 1.011378] forcedeth 0000:00:07.0: PCI INT A -> Link[LMAC] -> GSI 23 (level, low) -> IRQ 23
[ 1.011382] forcedeth 0000:00:07.0: setting latency timer to 64
[ 1.212053] usb 1-3: new high speed USB device number 2 using ehci_hcd
[ 1.348561] hub 1-3:1.0: USB hub found
[ 1.472063] Switching to clocksource tsc
[ 1.524750] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:25:22:ae:6b:27
[ 1.524754] forcedeth 0000:00:07.0: highdma pwrctl mgmt lnktim msi desc-v3
[ 1.764032] usb 2-6: new low speed USB device number 2 using ohci_hcd
[ 2.149178] input: USB Optical Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-6/2-6:1.0/input/input2
[ 2.149242] generic-usb 0003:0461:4D15.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:02.0-6/input0
[ 2.149255] usbcore: registered new interface driver usbhid
[ 2.149256] usbhid: USB HID core driver
[ 2.280042] usb 2-7: new low speed USB device number 3 using ohci_hcd
[ 2.580167] usb 1-3.2: new full speed USB device number 5 using ehci_hcd
[ 2.697816] input: Burr-Brown from TI USB Audio CODEC as /devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.2/1-3.2:1.3/input/input3
[ 2.697864] generic-usb 0003:08BB:2900.0002: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI USB Audio CODEC ] on usb-0000:00:02.1-3.2/input3
[ 2.788167] usb 1-3.4: new low speed USB device number 6 using ehci_hcd
[ 2.905557] input: 2.4GHz 2way RF Receiver as /devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4:1.0/input/input4
[ 2.905618] generic-usb 0003:1BCF:05CA.0003: input,hidraw2: USB HID v1.00 Keyboard [2.4GHz 2way RF Receiver] on usb-0000:00:02.1-3.4/input0
[ 2.910414] input: 2.4GHz 2way RF Receiver as /devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4:1.1/input/input5
[ 2.910515] generic-usb 0003:1BCF:05CA.0004: input,hiddev0,hidraw3: USB HID v1.00 Mouse [2.4GHz 2way RF Receiver] on usb-0000:00:02.1-3.4/input1
[ 12.695408] lp: driver loaded but no devices found
[ 12.698908] input: iMON Panel, Knob and Mouse(15c2:0038) as /devices/pci0000:00/0000:00:02.0/usb2/2-7/2-7:1.0/input/input6
[ 12.736092] input: iMON Remote (15c2:0038) as /devices/pci0000:00/0000:00:02.0/usb2/2-7/2-7:1.0/rc/rc0/input7
[ 12.736178] rc0: iMON Remote (15c2:0038) as /devices/pci0000:00/0000:00:02.0/usb2/2-7/2-7:1.0/rc/rc0
[ 12.736804] usbcore: registered new interface driver snd-usb-audio
[ 12.744233] imon 2-7:1.0: iMON device (15c2:0038, intf0) on usb<2:3> initialized
[ 12.744251] imon 2-7:1.1: iMON device (15c2:0038, intf1) on usb<2:3> initialized
[ 12.744277] usbcore: registered new interface driver imon
[ 13.466671] type=1400 audit(1322387832.988:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=875 comm="apparmor_parser"
[ 13.493763] forcedeth 0000:00:07.0: irq 43 for MSI/MSI-X
[ 13.716103] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:09.0/0000:02:00.1/sound/card0/input8
[ 13.716179] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:09.0/0000:02:00.1/sound/card0/input9
[ 13.716227] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:09.0/0000:02:00.1/sound/card0/input10
[ 13.716271] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:09.0/0000:02:00.1/sound/card0/input11
[ 13.889899] Console: switching to colour frame buffer device 80x30
[ 23.808014] eth0: no IPv6 routers present
 Release Date: 03/03/2011
  Serial services are supported (int 14h)
 Manufacturer: To Be Filled By O.E.M.
 Product Name: To Be Filled By O.E.M.
 Serial Number: To Be Filled By O.E.M.
 Manufacturer: ASRock
 Product Name: N68C-S UCC
 Serial Number:
 Manufacturer: To Be Filled By O.E.M.
 Serial Number: To Be Filled By O.E.M.
 Manufacturer: AMD
 Serial Number: To Be Filled By O.E.M.
 Manufacturer: Manufacturer0
 Serial Number: SerNum0
 Manufacturer: Manufacturer1
 Serial Number: SerNum1
lo no wireless extensions.

eth0 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 eth1394
# replaced by p54pci
blacklist prism54
# replaced by b43 and ssb.
blacklist bcm43xx
blacklist rt2800pci
blacklist uart6850
blacklist twl4030_wdt

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true
> hal.1: read hal dataprocess 2654: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file ../../dbus/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
17: PCI 07.0: 0200 Ethernet controller
  [Created at pci.318]
  Unique ID: rBUF.BM7HSRsQgRC
  SysFS ID: /devices/pci0000:00/0000:00:07.0
  SysFS BusID: 0000:00:07.0
  Hardware Class: network
  Model: "ASRock In 939NF6G-VSTA Board"
  Vendor: pci 0x10de "nVidia Corporation"
  Device: pci 0x03ef "MCP61 Ethernet"
  SubVendor: pci 0x1849 "ASRock Incorporation"
  SubDevice: pci 0x03ef "939NF6G-VSTA Board"
  Revision: 0xa2
  Driver: "forcedeth"
  Driver Modules: "forcedeth"
  Device File: eth0
  Memory Range: 0xf9dfd000-0xf9dfdfff (rw,non-prefetchable)
  I/O Ports: 0xd480-0xd487 (rw)
  IRQ: 43 (9094 events)
  HW Address: 00:25:22:ae:6b:27
  Link detected: yes
  Module Alias: "pci:v000010DEd000003EFsv00001849sd000003EFbc06sc80i00"
  Driver Info #0:
    Driver Status: forcedeth is active
    Driver Activation Cmd: "modprobe forcedeth"
  Config Status: cfg=new, avail=yes, need=no, active=unknown

28: PCI 108.0: 0280 Network controller
  [Created at pci.318]
  Unique ID: 75Hn.2sd30MFdJq4
  Parent ID: 8otl.xdD_aoqpVX9
  SysFS ID: /devices/pci0000:00/0000:00:04.0/0000:01:08.0
  SysFS BusID: 0000:01:08.0
  Hardware Class: network
  Model: "RaLink Network controller"
  Vendor: pci 0x1814 "RaLink"
  Device: pci 0x3062
  SubVendor: pci 0x1814 "RaLink"
  SubDevice: pci 0x3062
  Memory Range: 0xf9ef0000-0xf9efffff (rw,non-prefetchable)
  IRQ: 11 (no events)
  Module Alias: "pci:v00001814d00003062sv00001814sd00003062bc02sc80i00"
  Driver Info #0:
    Driver Status: rt2800pci is not active
    Driver Activation Cmd: "modprobe rt2800pci"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #15 (PCI bridge)
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root 859 0.0 0.1 27520 4468 ? Ssl 10:57 0:00 NetworkManager
root 879 0.0 0.0 2736 1188 ? S 10:57 0:00 /sbin/dhclient -d -4 -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf /var/run/dhclient-eth0.pid -lf /var/lib/dhcp/dhclient-28490d12-970a-4f32-902c-5ef084fafb93-eth0.lease -cf /var/run/nm-dhclient-eth0.conf eth0
salon 2666 0.0 0.0 4184 784 pts/0 S+ 19:40 0:00 egrep --color=auto icd|etwork
Module Size Used by
vesafb 13489 1
rfcomm 38408 0
bnep 17923 2
bluetooth 148839 10 rfcomm,bnep
binfmt_misc 17292 1
snd_hda_codec_hdmi 31426 4
nvidia 10782577 44
psmouse 73673 0
snd_hda_intel 24262 1
snd_hda_codec 91754 2 snd_hda_codec_hdmi,snd_hda_intel
snd_usb_audio 100880 2
snd_pcm 80468 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_usb_audio
snd_hwdep 13276 2 snd_hda_codec,snd_usb_audio
snd_usbmidi_lib 24558 1 snd_usb_audio
snd_seq_midi 13132 0
snd_rawmidi 25241 2 snd_usbmidi_lib,snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51567 2 snd_seq_midi,snd_seq_midi_event
snd_timer 28932 2 snd_pcm,snd_seq
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
ir_lirc_codec 12770 0
lirc_dev 18700 1 ir_lirc_codec
rc_imon_pad 12457 0
ir_sony_decoder 12493 0
ppdev 12849 0
ir_jvc_decoder 12490 0
ir_rc6_decoder 12490 0
parport_pc 32114 1
ir_rc5_decoder 12490 0
snd 55902 17 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_pcm,snd_hwdep,snd_usbmidi_lib,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
ir_nec_decoder 12490 0
snd_page_alloc 14115 2 snd_hda_intel,snd_pcm
soundcore 12600 1 snd
imon 27591 0
rc_core 25797 9 ir_lirc_codec,rc_imon_pad,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_rc5_decoder,ir_nec_decoder,imon
joydev 17393 0
i2c_nforce2 12906 0
serio_raw 12990 0
lp 17455 0
parport 40930 3 ppdev,parport_pc,lp
k10temp 12990 0
usbhid 41905 0
hid 77367 1 usbhid
forcedeth 58103 0
pata_amd 13753 0
sata_nv 23379 2

Regards

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

Please try this solution procedure:

http://ubuntuforums.org/showpost.php?p=11458455&postcount=10

It is part of the following thread:

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

Then REBOOT and retest wireless.

Revision history for this message
DavidBustamante (davidyazucena) said :
#6

You are all great people !!!!

Thank you very much.

Regards

Revision history for this message
DavidBustamante (davidyazucena) said :
#7

Thanks Mark Rijckenberg, that solved my question.