[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-04-17 Thread spaceboy8
wget
http://prdownloads.sourceforge.net/rt2400/rt2570-1.1.0-b2.tar.gz?download

Preparation
If not installed already, these packages need to be installed.

Code:

sudo apt-get install build-essential linux-headers-`uname -r` gcc-3.4

At the time this was written driver was rt2570-1.1.0-b1. If driver is
updated commands will need to change to that file name.


Step 1 Download and untar file

Get file
Go here and choose the rt2570beta driver. You'll get a choice of mirrors where 
to download from. Save it to file.

Now copy the file to /usr/src
Code:

sudo cp /path/to/file/rt2570-1.1.0-b1.tar.gz /usr/src/

Move to /usr/src
Code:

cd /usr/src

Untar file
Code:

sudo tar -xzvf rt2570-1.1.0-b1.tar.gz

Move into file
Code:

cd rt2570-1.1.0b1/Module

Step 2 Make and install file

Code:

sudo make

Code:

sudo make install

Step 3 Set up and load module

make a directory for the .ko file
Code:

sudo mkdir /lib/modules/`uname -r`/drivers/

copy file over to new directory
Code:

sudo cp /lib/modules/2.6.12/extra/rt2570.ko /lib/modules/`uname
-r`/drivers/

Then insert module into kernel
Code:

sudo insmod /lib/modules/`uname -r`/drivers/rt2570.ko

Code:

sudo lsmod -a

Configure your wireless device through /etc/network/interfaces. Here is
a sample file.

iface rausb0 inet dhcp
wireless-essid apname
wireless-key x
wireless-mode Managed
auto rausb0

restart the networking service

Code:

sudo /etc/init.d/networking restart


Now try to bring up your device

Code:

sudo ifconfig rausb0 up

To load module at boot add it to /etc/modules file

Code:

sudo echo rt2570  /etc/modules

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://bugs.launchpad.net/bugs/34902
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-04-09 Thread ed_p
So ndiswrapper works, but that solution only helps x86, and not other
supported platforms (ppc, sparc). When possible, it's better to fix a
driver than to retreat to ndiswrapper.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://bugs.launchpad.net/bugs/34902
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-04-05 Thread Janek Thomaschewski
Yea, good idea with ndiswrapper - or maybe selectable options in restricted 
manager...
Can you post (or send me by mail) the link to the windows-inf-driver working 
with rt2570usb? (If you are using the USB variant) Thanks.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://bugs.launchpad.net/bugs/34902
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-04-04 Thread Janek Thomaschewski
I testet now my WLAN RT2570USB with the feisty beta desktop CD and it still 
don't work. Why don't you intigrate the closed binary driver like some other 
one in the restricted manager or intigrate the open one? It's really bad to try 
get it working with long manuel installations - and this since warty and before.
Do you plan support for this chip in feisty release?

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://bugs.launchpad.net/bugs/34902
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-04-04 Thread ihavenoname
Honestly, if the license premits, then I think it would be much better
to setup the Restricted Drivers manager to handle this using
ndiswrapper. The ndiswrapper drivers tend to work really well for this
card. I have this working myself (Linksys WUSB54gv) on feisty and I
haven't had a freeze but from dapper to edgy the freezes have come. I
haven't used feisty much though so it might also freeze there. My
understanding is that once a few thins get worked out this will become
part of the upstream kernel. I think it would be wise to wait for that,
and simply provide the option for people to have this installed if they
have this driver. SO that the people who this works for can use it. And
for those whom this driver does not work, they can find a different
method. My experiance has had this driver causeing hard freezes.( This
driver being the rt2570 driver). It doesn't seem to me that there is an
actual deb for this, rather it is built in with the kernel, (or as a
module). Why not have it be seperate from the kernel? (If ndiswrapper is
not an option that's ok the point of this was to say that this driver
doesn't seem to be 100% stable, and should not be built in by default.
If it were a deb uninstalling would be much easier.) No offense to
anyone intended.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://bugs.launchpad.net/bugs/34902
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-03-25 Thread Ben Collins
** Changed in: linux-source-2.6.20 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-03-24 Thread Janek Thomaschewski
I'm using the newest feisty and have here a rt2570USB in my medion PC.
When I try to use the serial monkey drivers feisty crashes every boot.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-03-23 Thread Gianni Moschini
I just posted a somewhat related bug with feisty (amd64) and the rt61 module 
with a PCI wireless device. 
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/94944

It may be related, but I will confirm this after investigation.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-03-21 Thread Tim Gardner
** Changed in: linux-source-2.6.20 (Ubuntu)
   Importance: Undecided = Medium
 Assignee: Tim Gardner = Ubuntu Kernel Team
   Status: Needs Info = Fix Committed

** Changed in: linux-source-2.6.15 (Ubuntu)
 Assignee: Ben Collins = Ubuntu Kernel Team

** Changed in: linux-source-2.6.17 (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Kernel Team

** Changed in: linux-source-2.6.15 (Ubuntu)
Sourcepackagename: linux-source-2.6.15 = None

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-03-18 Thread Ben Collins
Needs Info should be assigned to a person, not kernel team.

** Changed in: linux-source-2.6.20 (Ubuntu)
 Assignee: Ubuntu Kernel Team = Tim Gardner

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-03-16 Thread Tim Gardner
Feisty Beta 1 will be out soon Please attach the output of dmesg and
lspci from that release.

dmesg  dmesg.txt
lspci -vv  lspci.txt


** Changed in: linux-source-2.6.20 (Ubuntu)
 Assignee: (unassigned) = Ubuntu Kernel Team

** Changed in: linux-source-2.6.20 (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-03-15 Thread ronaldiño99
** Also affects: linux-source-2.6.20 (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2007-03-11 Thread enrique gonzalez
My sistem d'ont crash but the conexion hangs at 29%, the wireless ca'nt
connect. My machine is a targa laptop, amd64 turion mt-30. The chip is a
Ralink RT2561/RT61 rev. 802.11g, Subsystem Micro Star international co.
ltd. unknowm device b833.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-12-14 Thread antimoni
I'am using Buffalo WLI-U2-KG54 usb wireless (rt2570) with Dapper in VIA
epia M1 machine. Freezing happens after few minutes. I have also
tried this same adapter in Athlon XP and edgy with same results, both
ndiswrapper and included drivers. Only way I can make my system stabile
is boot adapter not connected, sudo rmmod ehci_hcd and connect adapter
after that. Then of course I only have USB1 full speed, not USB 2 high
speed. These irqpoll and Option DisableIRQ tricks made no
difference.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-11-19 Thread Joakim Larsson
A major source of confusion for the DLINK dwl-g122 USB WiFi dongle, I
think, is that they use another chip from rev C onwards. I have a rev C
dongle and had to compile the driver module from the latest CVS sources
at http://rt2x00.serialmonkey.com/rt73-cvs-daily.tar.gz to get it to
work. The rt73 driver isn't even released yet from what I can see. This
comment is written over the WiFi connection that I just brought up
manually through the network manager and by adding a few lines to the
/etc/networking/interfaces with a static IP adress. I will now test
further with DHCP based IP

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-11-19 Thread Joakim Larsson
This is strange. If I startup Dapper with eth0 deactivated and rausb0
activated I get no link over the DLINK dwl-g122 using the driver
mentioned above. The interface is up but I have got no IP from the DHCP
over WiFi. What makes it work hints about a startup script problem:

Open System-Administration-Networking
Deactivate the wireless (rausb0) connection
Activate the wireless (rausb0) connection

This will hang forever unless:

Open a terminal window
Issue: sudo ifup rausb0

Now it comes up! It does not work with either method alone, they seems
both to be needed. My /etc/network/interfaces looks like this:

iface lo inet loopback

snip
iface rausb0 inet dhcp
wireless-essid myDlink524
wireless-key blablablablasecretkey

allow-hotplug rausb0
auto rausb0

iface eth0 inet dhcp
#auto eth0

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-11-07 Thread pkt
When I unplug dlink dwl-g122 or linksys wusb54 (rt2570 driver), keyboard
and shutdown button stop works. Tested with latest CVS 20061103

** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-09-19 Thread ed_p
This seems to be a bug in the rt2570 module. Since you can also use
ndiswrapper to drive these cards (at least those of us on intel boxes),
there is a simple workaround: disable the rt2570 module. You can compile
it out, or just add these two lines to your /etc/modprobe.d/blacklist:

# use ndiswrapper instead for rt2x00 devices: rt2570 panics kernel
blacklist rt2570

With rt2570 disabled, my device works as expected, appearing as the
wlan0 interface (ndiswrapper), rather than rausb0 (rt2570).

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-09-13 Thread ed_p
Here is some additional information:

Playing around in a text console, it appears that the freeze is caused
by a kernel panic that occurs when we hit a BUG in a bh context at
kernel/timer.c, line 411 (in cascade, an inline function that appears in
__run_timers, which itself is an inline function that appears in
run_timer_softirq, which is run in a bh context).

Here's the trace I was working from. The code indicates that it's line
411 of some file:

Code: ... 0f 0b 9b 01 ee 03 30 c0 ...

It panics, so I couldn't conclusively trace which file from the panic,
but I think it's clearly kernel/timer.c, given the stack trace.

 [c01259a2] run_timer_softirq+0x132/0x1d0
 [c01214ff] __do_softirq+0x4f/0xb0
 [c0121595] do_softirq+0x35/0x40
 [c0121645] irq_exit+0x35/0x40
 [c01059cf] do_IRQ+0x1f/0x30
 [c010410a] common_interrupt+0x1a/0x20

I'm doing some testing now, as to how to fix this. Since this is a
double-fault, I'm curious if we can't just disable BUG()'s in the kernel
(by recompiling). I don't know if the system will recover or not - it
realizes something's wrong, but we panic since it reports the BUG in BH
context, not necessarily because the problem is un-recoverable.

I just did a build with big-kernel-lock pre-emption (CONFIG_PREEMPT_BKL)
turned off, and I didn't see any touble. So this may be a pre-emption
issue. The kernel that had the problem and the one that didn't is a
pretty big configuration delta, so I'm still trying to figure out what
fixed it.

Still looking...

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-09-13 Thread ed_p
Oh, more information, for those more interested in getting their card
working than in fixing kernel bugs:

I was able to get my card up by properly configuring
/etc/network/interfaces manually, in the standard Ubuntu kernels, with
DHCP. I can get exactly one ifup command through per reboot. You can
also do one ifdown afterwards. However, on the second ifup the
system panic's. I think the wizard does several ip-down steps, which
triggers the panic. The end of my /etc/network/interfaces file, where I
added wireless configs, looks like this:

iface rausb0 inet dhcp
wireless-essid your ssid
wireless-key your WEP key

*Don't* declare your interface auto in /etc/network/interfaces, since
that tells automatic processes that they can up/down that interface,
which will panic your kernel.

I have a simple script that checks if i've ever up'ed the card (by
reading the ESSID from iwconfig), and only up's it once, and that is in
my startup scripts:

is_wlan_up=$(iwconfig 2/dev/null | grep '^rausb0' | sed -e
's/^.*ESSID://' | cut -d\ -f2)

[ $is_wlan_up ] || ifup rausb0

That was sufficient to get my D-Link DWL-g122 USB card (rt2500 based)
working with Ubuntu. My network basically works at this point, but I'm
curious to poke around a bit more to see what's wong.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-09-07 Thread Damon
Same problem here.  I have the DLink DWL-G510 wireless card running on
Dapper kernel 2.6.15-26-amd-64.  I have tried compiling the rt61 driver
from the website and adding the configuration files into
/etc/Wireless/RT61STA but whenever I do anything to do with the adapter
(ifconfig up or iwconfig ess) the program just churns and my machine
becomes unusable.

If anyone can find a solution to this it would be really awesome.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-09-07 Thread rlancefield
Hi all,

Running Dapper 2.6.15-26-386 on an MSI 654 Ultra  (MS-6547 v.1) with a
Matrox G550. (The mobo BIOS has not been updated since purchase.)

I installed an Asus WL-167G USB 2.0 wifi adapter (Ralink RT2500 chipset)
which initially worked fine out of the box, using default Dapper
drivers. I plugged it in, configured the network settings, and it
connected to my router without problems.

It ran flawlessly for several weeks until I decided to use the the
System  Administration  Networking tool to change the configuration
from static addressing to DHCP. I made the change, clicked OK and the
system locked up, solidly. As others have reported above, all I could do
was hard reboot.

I disabled the interface and tried to re-enable it, but doing so froze
the system (as did each subsequent attempt). The solution (for me)
turned out to be very simple. In /etc/network/interfaces I added the
statement auto rausb0 immediately above the section for my wireless
interface. So, the wlan section in my interfaces file now looks like:

auto rausb0
iface rausb0 inet static
(... etc.)

After rebooting, the command did its job and auto-started the interface.

So far so good. Seems to be working fine and is a simple and benign fix.
Hope this proves to be helpful to someone.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-09-07 Thread rlancefield
Just re-read my post above and realised that I called my solution a
'fix'. That's incorrect, it's merely a workaround as the original
problem with the system freezing after configuration changes using the
Gnome Networking tool persists on the machine. However, manually editing
'interfaces' has enabled me to regain connectivity.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-09-07 Thread brian Bannister
I have similar feedback to rlancefield. I'm using an up to date dapper
install with kernel 2.6.15-26-686 and an asus wl-167g usb 80211b/g
adapter which uses the ralink rt2570 chip I think.

If I configure and activate my wl-167g manually using
/etc/network/interfaces and calling 'ifup rausb0' or setting it to
autostart everything now works.

If I configure and activate the adaptor using the Gnome networking tool
I get a complete system freeze as soon as I activate. This freeze always
happens if I manually specify an IP address using the networking tool,
and only sometimes happens (maybe never) if I set it up to use DHCP.

Here's the lines that make it work in my /etc/network/interfaces script:

auto rausb0
iface rausb0 inet static
address 192.168.12.30
netmask 255.255.255.0
gateway 192.168.12.1
wireless-essid adf3fd
wireless-key 77

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-08-25 Thread Warbo
I had the iwlist 99% problem, which I solved by moving iwlist out of /sbin in 
recovery mode, but I have since reinstalled and my system hangs when I click 
Configure in the network settings tool. It works on the live CD, so I think 
it is my -23-k7 kernel. My card is PCI and uses rt61 driver. I tried compiling 
my own from RaLink source, but instead of crashing the system when clicking on 
Configure it just crashed the network settings tool.
I am confused by the different fixes suggested, since others are saying they 
don't work, so I don't know which to try.

I would like to fix this without changing the kernel image or GRUB
config if possible, since that would require a new boot CD to be made
and my CD writer isn't working.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-08-24 Thread Hóka Ádám
I have an rt2400 and after I installed the 2.6.15-26-k7 kernel package
it hangs on startup. I returned using 2.6.15-26-386 and it works fine. I
had similar problems on my previous Dapper install, iwconfig used 99%
percent CPU, and it can't be killed, because even sudo wasn't
responding,

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-08-23 Thread Ben Collins
** Also affects: linux-source-2.6.17 (Ubuntu)
   Importance: Untriaged
   Status: Unconfirmed

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-08-09 Thread Ralph Wabel
the problem is not only the driver in dapper with the pc freeze, but also the 
latest CVS version doesn't work properly.
For me with a Netopia USB wifi stick the cvs version is working a bit. Means 
after several minutes connection get lost. The driver even in cvs are not 
really working.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-08-08 Thread Matt Zimmerman
** Changed in: linux-source-2.6.15 (Ubuntu)
   Importance: Critical = High

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-08-07 Thread tas50
** Tags added: dapper

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-08-05 Thread red legion
I'm also having a problem with my Zonet ZEW2500P USB Wireless Adapter,
which uses the rt2570 kernel module. I've compiled the latest CVS from
rt2x00.serialmonkey.com, but it only lasts longer than the original
module before burning out and going kaput.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-08-05 Thread tas50
** Tags added: wireless

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-08-04 Thread Peter_H
I am new to linux and ubuntu and am having the hang problem with a
Gigabyte WP01GS wireless pci card.  I thought I'd try adding the
irqpoll to my boot menu and the DisableIRQ to my xorg.conf as
suggested but I have no idea where to start.  Can anyone point me in the
right direction?

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-08-04 Thread Peter_H
with email help from tz I made the changes but unfortunately it didn't
fix the problem.

Thank you tz anyway.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-07-31 Thread ihavenoname
Maybe I missed this but where do I add DisableIRQ in xorg.conf??

I reccomend that the driver be spearated from the kernel. Perhaps put
the extra .deb on the cd so that it can be installed via synaptic (like
the ndiswrapper driver) (for the next ubuntu release that is). This
would stop the problems for those who have freezes etc. And would allow
those for whom the driver works well to still have easy access to it
(w/o having to be connected to the internet.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-07-31 Thread K. Alex Rosen
 Maybe I missed this but where do I add DisableIRQ in xorg.conf??

I used muadib's suggestion and added

Option DisableIRQ

as the very last thing before

EndSection

. For example, my entire entry is as follows:

Section Device
Identifier  VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter
Driver  via
BusID   PCI:1:0:0
Option  DisableIRQ
EndSection

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-07-23 Thread Nick_Hill
Hello Dimitri

I am making the point that whether using an older or newer version of
the kernel, whether 386 or 686, it works for me.

Of course, this doesn't immediately help you if it isn't working for
you. But at least the developer knows that there are platforms where it
works perfectly, and that it isn't an issue of kernel compilation
optimisation.

It also lets the developer know that the existing kernel module is very
useful to those for whom it works. After all, the developer will
normally get comments from those who are having a problem with this
module, and is less likely to get a comment from those who are not
having trouble.

This has 2 effects: 
1)The developer can look at the hardware differences to help identify the bug, 
perhaps it is a dual cpu problem, or a cardbus bridge problem? 
2)Lets the developer know not to delete the driver as doing so will 
inconvenience many users.  I have used this driver on two other systems, and 
each time, it has worked perfectly. In my experience of this driver with the 
Asus WL107G, it appears failure is the exception rather than the rule.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: [Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC - worksforme(almost)

2006-07-22 Thread Dimitri Meus
Correct me if I'm wrong, but first you used a kernel for a 386. The one you
used after the upgrade is for a 686-system. Is this a typing error? Because
it would be of great help if it's the 386-version

2006/7/21, Nick_Hill [EMAIL PROTECTED]:

 I am using a d-link WL-107g cardbus adapter connected to an IBM thinkpad
 570 (Pentium 2 366). The adapter uses the ralink RT-2500 chipset.

 lspci -v:
 :06:00.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus
 Reference Card (rev 01)
 Subsystem: ASUSTeK Computer Inc.: Unknown device 107f
 Flags: bus master, slow devsel, latency 64, IRQ 11
 Memory at 1600 (32-bit, non-prefetchable) [size=8K]
 Capabilities: [40] Power Management version 2

 I using kernel 2.6.15-26-386 with Ubuntu dapper. I have tried using
 dhclient, unplugging the adapter live, plugging it back in, shutting
 down/restarting. The card has consistently performed as expected.

 I have tried using 'dhclient' 'iwlist ra0 scan' everything works as
 expected.

 I have performed an upgrade to kernel 2.6.15-26.45 -686 and all bahaves
 as expected.

 --
 Ralink Wireless USB/PCMCIA/PCI hangs PC
 https://launchpad.net/bugs/34902


-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC - worksforme(almost)

2006-07-21 Thread Nick_Hill
I am using a d-link WL-107g cardbus adapter connected to an IBM thinkpad
570 (Pentium 2 366). The adapter uses the ralink RT-2500 chipset.

lspci -v:
:06:00.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus Reference 
Card (rev 01)
Subsystem: ASUSTeK Computer Inc.: Unknown device 107f
Flags: bus master, slow devsel, latency 64, IRQ 11
Memory at 1600 (32-bit, non-prefetchable) [size=8K]
Capabilities: [40] Power Management version 2

I using kernel 2.6.15-26-386 with Ubuntu dapper. I have tried using
dhclient, unplugging the adapter live, plugging it back in, shutting
down/restarting. The card has consistently performed as expected.

I have tried using 'dhclient' 'iwlist ra0 scan' everything works as
expected.

I have performed an upgrade to kernel 2.6.15-26.45 -686 and all bahaves
as expected.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-07-19 Thread Steven Usdansky
added irqpoll to the kernel /vmlinuz ... line and my Averatec 3250 now
works with kernel 2.6.15-23-386. Thanks tz

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-07-15 Thread Andrew Shaw Care
I don't know if there is a solution to this bug as of yet, but I've
attached a guide (borrowing heavily from the Ubuntu Wiki) that should
run through the process of setting up the D-Link DWL-G122 Wireless USB
Adapter using ndiswrapper.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-07-04 Thread Jacksonz123z
Yes the presence of my Netgear WG511 wireless card will usually freeze my 
laptop at boot.  Removing the card fixes the problem.
Worked very well in Breezy.  Ndiswrapper is used to load driver.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-07-03 Thread Barry Shilliday
Problem still exists.

** Changed in: linux-source-2.6.15 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-07-02 Thread chotchki
Is this bug fixed or not? I see the status changed but I have yet to see
a fix commited or commented on in the notes.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-07-02 Thread ihavenoname
The problem is in the Ubuntu patches as Debian unstable does not suffer
this problem.

Is there anyway we can get a kernel that doesn't have the wifi drivers
in it? I belive that has alot to do with the instability. Or could
someone point me to where I can find the Ubuntu kernel patches and
source?

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-06-28 Thread Who
Yea, I'm afraid I don't believe this bug is fixed - I still get a lock
after doing all updates (so I have the -25 kernel)

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-06-25 Thread Who
** Bug 34845 has been marked a duplicate of this bug

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-06-19 Thread ihavenoname
Using the command

sudo dhclient rausb0

allows me to connect to the internet on a WUSB54gv4 wifi card. Using a
p4 1.7ghz Desktop with 512 mb of ram. However using the GUI for
networking I the computer hangs. Sometimes it hangs on it's own. This
problem also happens with the ndiswrapper drivers for my card, I do not
know if that is related. (Would IRQ be an issue here?) the irqpoll trick
did not fix this problem.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-06-18 Thread San
Confirm that I also get the system lock with a Dlink DWL-G122 (ver B1)
with the -25 kernel.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-06-15 Thread tz
I also had to add irqpoll to the bootup (in /boot/grub/menu.lst, where
it says kernel ... vmlinuz ... ro.  I haven't tried removing the
option from xorg, but my Avaratec now works.  I added the irqpoll since
I got the message that IRQ185 wasn't being handled.

I think the irq multiplexer in the kernel confuses the display with the 
ralink card, or that the ralink driver is getting confused and wants to respond 
to display or conversely the card is pointing at the display IRQ.
I think upping the debug on the kernel module and looking which IRQ it is 
trying to use might isolate the problem which I might try later.  I'd also look 
for subtle changes with the IRQ master handling between 2.6.12 and the current 
kernel - including #def IRQ type things.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-06-15 Thread Ben Collins
** Changed in: linux-source-2.6.15 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-06-14 Thread muadib
Re: Ralink Wireless USB hangs PC Posted by coldsalmon at 2006-05-28
07:42:39 UTC

Me too, I'm running an Averatec 3715-EH1 laptop with an internal RT2500 
wireless card. Worked perfectly in Breezy, then I apt-get dist-upgraded to 
Dapper yesterday. Now when I 'ifup ra0' or 'dhclient ra0' the system hangs.


I had the same problem, I think that it has to do with the latest via Xorg 
driver. When I put:
Option  DisableIRQ
to the /etc/X11/xorg.conf file the problem went away.

Code:

Section Device
Identifier VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter
Driver via
BusID PCI:1:0:0
Option DisableIRQ
EndSection

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34902] Re: Ralink Wireless USB/PCMCIA/PCI hangs PC

2006-06-14 Thread ihavenoname
muadib how do you think the wifi and xorg are related to the hanging of
the pc? I have suspected this but I have had no evidence to belive this.
Or is it something to do with IRQ? I have had the same exact problem
with Arch Linux as well, using both the native linux driver (rt2570) as
well as ndiswrapper.

-- 
Ralink Wireless USB/PCMCIA/PCI hangs PC
https://launchpad.net/bugs/34902

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs