Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.hardware > #1628 > unrolled thread
| Started by | Haines Brown <haines@histomat.net> |
|---|---|
| First post | 2013-02-14 18:00 -0500 |
| Last post | 2013-02-15 20:24 -0500 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.os.linux.hardware
choice of wireless adapter Haines Brown <haines@histomat.net> - 2013-02-14 18:00 -0500
Re: choice of wireless adapter root <NoEMail@home.org> - 2013-02-15 15:16 +0000
Re: choice of wireless adapter Jerry Peters <jerry@example.invalid> - 2013-02-15 21:38 +0000
Re: choice of wireless adapter root <NoEMail@home.org> - 2013-02-15 22:57 +0000
Re: choice of wireless adapter Haines Brown <haines@histomat.net> - 2013-02-15 20:24 -0500
| From | Haines Brown <haines@histomat.net> |
|---|---|
| Date | 2013-02-14 18:00 -0500 |
| Subject | choice of wireless adapter |
| Message-ID | <87obfmfql2.fsf@engels.HistoricalMaterialism.info> |
I know this is a FAQ, but despite guidance, I've only met frustration. I had a Netgear 802.11b which worked after I used the orinoco driver, but then it began to drop the connection, requiring reboots. I looked for a PCI card that would work with Debian out of the box (kernel driver), and purchased a Gigabyte Wireless 802.11G Lan Pci because it was highly recommended. Unfortunately the information was old, and this model no longer works at all. It seems the cards that work well are ones with RaLink chipsets. Do I understand that the RaLink chip is on the Rosewill cards? I'm going to try a Rosewill RNX-300x. Is this supported by a kernel module, or do I have to install a RaLink driver? Haines Brown
[toc] | [next] | [standalone]
| From | root <NoEMail@home.org> |
|---|---|
| Date | 2013-02-15 15:16 +0000 |
| Message-ID | <kfljfv$kjv$1@news.albasani.net> |
| In reply to | #1628 |
Haines Brown <haines@histomat.net> wrote: > I know this is a FAQ, but despite guidance, I've only met frustration. > > I had a Netgear 802.11b which worked after I used the orinoco driver, > but then it began to drop the connection, requiring reboots. > > I looked for a PCI card that would work with Debian out of the box > (kernel driver), and purchased a Gigabyte Wireless 802.11G Lan > Pci because it was highly recommended. Unfortunately the information was > old, and this model no longer works at all. > > It seems the cards that work well are ones with RaLink chipsets. Do I > understand that the RaLink chip is on the Rosewill cards? I'm going to > try a Rosewill RNX-300x. Is this supported by a kernel module, or do I > have to install a RaLink driver? > > Haines Brown I just bought a Rosewill RNX-N150PCe which uses the Atheros driver. It does not work out of the box. Previously I bought an Asus card which used a Ralink/Realtek driver and it did not work either. According to what I have read, both cards were properly recognized and the correct drivers were installed, but wicd did not see any networks. All of my old wireless G cards work fine. Good luck.
[toc] | [prev] | [next] | [standalone]
| From | Jerry Peters <jerry@example.invalid> |
|---|---|
| Date | 2013-02-15 21:38 +0000 |
| Message-ID | <kfm9sm$131$1@dont-email.me> |
| In reply to | #1629 |
root <NoEMail@home.org> wrote: > Haines Brown <haines@histomat.net> wrote: >> I know this is a FAQ, but despite guidance, I've only met frustration. >> >> I had a Netgear 802.11b which worked after I used the orinoco driver, >> but then it began to drop the connection, requiring reboots. >> >> I looked for a PCI card that would work with Debian out of the box >> (kernel driver), and purchased a Gigabyte Wireless 802.11G Lan >> Pci because it was highly recommended. Unfortunately the information was >> old, and this model no longer works at all. >> >> It seems the cards that work well are ones with RaLink chipsets. Do I >> understand that the RaLink chip is on the Rosewill cards? I'm going to >> try a Rosewill RNX-300x. Is this supported by a kernel module, or do I >> have to install a RaLink driver? >> >> Haines Brown > > I just bought a Rosewill RNX-N150PCe which uses the Atheros driver. > It does not work out of the box. Previously I bought an Asus card > which used a Ralink/Realtek driver and it did not work either. > > According to what I have read, both cards were properly recognized > and the correct drivers were installed, but wicd did not see > any networks. All of my old wireless G cards work fine. > > Good luck. Did you try changing the interface? There's a stupid udev script which associate an interface with the MAC address, so if you had wlan0, when you use a different card it will become wlan1. Wicd is still trying to use wlan0, so you don't see any networks. I get burned by this idiocy when I clone a system to another computer. See /lib/udev/rules.d/*persistent*. Jerry
[toc] | [prev] | [next] | [standalone]
| From | root <NoEMail@home.org> |
|---|---|
| Date | 2013-02-15 22:57 +0000 |
| Message-ID | <kfmeh7$f3p$2@news.albasani.net> |
| In reply to | #1630 |
Jerry Peters <jerry@example.invalid> wrote: > root <NoEMail@home.org> wrote: >> Haines Brown <haines@histomat.net> wrote: >>> I know this is a FAQ, but despite guidance, I've only met frustration. >>> >>> I had a Netgear 802.11b which worked after I used the orinoco driver, >>> but then it began to drop the connection, requiring reboots. >>> >>> I looked for a PCI card that would work with Debian out of the box >>> (kernel driver), and purchased a Gigabyte Wireless 802.11G Lan >>> Pci because it was highly recommended. Unfortunately the information was >>> old, and this model no longer works at all. >>> >>> It seems the cards that work well are ones with RaLink chipsets. Do I >>> understand that the RaLink chip is on the Rosewill cards? I'm going to >>> try a Rosewill RNX-300x. Is this supported by a kernel module, or do I >>> have to install a RaLink driver? >>> >>> Haines Brown >> >> I just bought a Rosewill RNX-N150PCe which uses the Atheros driver. >> It does not work out of the box. Previously I bought an Asus card >> which used a Ralink/Realtek driver and it did not work either. >> >> According to what I have read, both cards were properly recognized >> and the correct drivers were installed, but wicd did not see >> any networks. All of my old wireless G cards work fine. >> >> Good luck. > > Did you try changing the interface? There's a stupid udev script which > associate an interface with the MAC address, so if you had wlan0, when > you use a different card it will become wlan1. Wicd is still trying to > use wlan0, so you don't see any networks. I get burned by this > idiocy when I clone a system to another computer. See > /lib/udev/rules.d/*persistent*. > > Jerry Great idea. Now I remember that I was stung by and eth0/eth1 mixup in just this same way. OK, I just booted up one of my problem machines and, just as you suspected, iwconfig revealed I had wlan1. I deleted the entries in /etc/udev/rules.d/70-persistent-net.rules and rebooted the machine. Now I have wlan0 and wicd works. Thank you very much.
[toc] | [prev] | [next] | [standalone]
| From | Haines Brown <haines@histomat.net> |
|---|---|
| Date | 2013-02-15 20:24 -0500 |
| Message-ID | <874nhdf3v2.fsf@engels.HistoricalMaterialism.info> |
| In reply to | #1629 |
root <NoEMail@home.org> writes: > Haines Brown <haines@histomat.net> wrote: >> It seems the cards that work well are ones with RaLink chipsets. Do I >> understand that the RaLink chip is on the Rosewill cards? I'm going to >> try a Rosewill RNX-300x. Is this supported by a kernel module, or do I >> have to install a RaLink driver? > I just bought a Rosewill RNX-N150PCe which uses the Atheros driver. > It does not work out of the box. Previously I bought an Asus card > which used a Ralink/Realtek driver and it did not work either. > > According to what I have read, both cards were properly recognized > and the correct drivers were installed, but wicd did not see > any networks. All of my old wireless G cards work fine. I installed the Rosewill RNX-N300x, and before I knew that there was already a staging module (rt2860sta) available in my kernel I downloaded a staging driver for it and compiled it. It works fine (but see below). I had to modify my interfaces file because the interface for this driver is ra0. Then I had tell wicd Preferences that that was this name of the interface. Until then, wicd-gui showed no network connections. One anomaly is that wicd-gui reports signal strengh of only 34% (it is now only a few feet from my router, but will end up at some distance). Another AP in the building is 100%. No idea why the strengh is so low. However, when I hover my mouse over the wicd icon on my desktop it says it is connected at 86% strength. Also the icon has now acquired a vertical green stripe on its right, and I've no idea what it means. Haines
[toc] | [prev] | [standalone]
Back to top | Article view | comp.os.linux.hardware
csiph-web