Ralink wifi problem in dual boot under Ubuntu 12.04

Asked by Andreo Blas

Hello,
I can't connect with my PCI WIFI card. I tested with a other USB key WIFI and is OK..

I installed Ubuntu 12.04 under Windwos vista on dual Boot.

Some info I considered necessary.

blas@ubuntu:~$ lspci | grep Network
00:06.0 Network controller: Ralink corp. RT2561/RT61 802.11g PCI
blas@ubuntu:~$

blas@ubuntu:~$ iwconfig
lo no wireless extensions.

wlan0 IEEE 802.11bg ESSID:off/any
          Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
          Retry long limit:7 RTS thr:off Fragment thr:off
          Power Management:off

eth0 no wireless extensions.

blas@ubuntu:~$ sudo lshw -C network
[sudo] password for blas:
  *-network:0 DÉSACTIVÉ
       description: Interface réseau sans fil
       produit: RT2561/RT61 802.11g PCI
       fabriquant: Ralink corp.
       identifiant matériel: 6
       information bus: pci@0000:00:06.0
       nom logique: wlan0
       version: 00
       numéro de série: 00:10:60:67:38:3e
       bits: 32 bits
       horloge: 33MHz
       fonctionnalités: pm bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rt61pci driverversion=3.2.0-26-generic-pae firmware=0.8 latency=64 link=no multicast=yes wireless=IEEE 802.11bg
       ressources: irq:0 mémoire:ffff8000-ffffffff
  *-network:1
       description: Ethernet interface
       produit: VT6102 [Rhine-II]
       fabriquant: VIA Technologies, Inc.
       identifiant matériel: 12
       information bus: pci@0000:00:12.0
       nom logique: eth0
       version: 74
       numéro de série: 00:40:d0:96:00:f5
       taille: 100Mbit/s
       capacité: 100Mbit/s
       bits: 32 bits
       horloge: 33MHz
       fonctionnalités: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=via-rhine driverversion=1.5.0 duplex=full ip=192.168.1.3 latency=128 link=yes maxlatency=8 mingnt=3 multicast=yes port=MII speed=100Mbit/s
       ressources: irq:11 portE/S:e200(taille=256) mémoire:d0000000-d00000ff
blas@ubuntu:~$

Question information

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

Under Windows device manager, ensure the device is set to not be able to wake up the OS as well as disable power management. This can affect other OSes in dual boot.

Revision history for this message
Andreo Blas (andreo-blas) said :
#2

Thank you for your Help.

I change the device not to be able wake up the os and not disable power management under Vista.

But I have still the same problem.

Regards.

Revision history for this message
Sasa Paporovic (melchiaros) said :
#3

Than please report the issue against "linux":

For short:

1Press ALT and F2
2type in the software name(exactly)
3See apport starting
4Please describe your problem in a exact way, that makes it a developer which is not familiar with the softeware you use to reproduce the bug(thing of explanation to a beginner - step by step).

Please do this procedure for every software separated. One error one bugreport.

For the long story how to report a bug(recommend to read):

https://help.ubuntu.com/community/ReportingBugs

After this please close this here as solved or when you think it makes sense than link this here with the option on this side to the bugreport.

Thank you in advance

melchiaros

Revision history for this message
Andreo Blas (andreo-blas) said :
#4

Hello,

Thank you for your help.

But I'm sorry, I don't know wich package I have to indicate.

Coul you help me.

Thank you in advance.

Blas.

Revision history for this message
Sasa Paporovic (melchiaros) said :
#5

I have worte it above(look at the beginning!)!

ubuntu-bug linux

on command line.

Revision history for this message
Andreo Blas (andreo-blas) said :
#6

Ok sorry. The bug is reported :
Bug #1023984

Thank You.

I will keep open some days and after I wil link with the reported bug.

Revision history for this message
Andreo Blas (andreo-blas) said :
#7

Problem solved :

1) gksudo gedit /etc/default/grub

2) Change line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to add : pnpbios=off acpi=force irqpoll

The line is now :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pnpbios=off acpi=force irqpoll"

Save and quit gedit

3) sudo update-grub

4) restart the pc

It-s working now.