[solved] Wifi connection problem : Ralink RT2501

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
Freco
Posts: 8
Joined: 17. May 2012, 13:45

[solved] Wifi connection problem : Ralink RT2501

Post by Freco »

Hello everybody,

I'm a beginner and I tried a web connection with wifi as explained in the SalixStartUpGuide, but this doesn't work with my USB wifi (no problem with other distros).

The lsusb on debian shows :
Bus 001 Device 003: ID 148f:2573 Ralink Technology, Corp. RT2501/RT2573 Wireless Adapter

Thanks in advance.

Freco.
.Pentium III ; 800MHz, 512 Mo RAM
Salix-FluxBox / Swift Linux / Crunchbang / Puppy Linux
.Amd Athlon 64 4400+ 2,3 GHz, 1Go RAM
Crunchbang / LMDE 64 Cinnamon / Ubuntu
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Wifi connection problem : Ralink RT2501

Post by Shador »

Freco wrote:but this doesn't work with my USB wifi
Explain not working.
Freco wrote: The lsusb on debian shows :
And on Salix?

Your device should be supported by this driver, which is included with Salix: http://cateee.net/lkddb/web-lkddb/RT73USB.html
If it's not autoloaded try to load it manually with:

Code: Select all

modprobe rt73usb
Image
Freco
Posts: 8
Joined: 17. May 2012, 13:45

Re: Wifi connection problem : Ralink RT2501

Post by Freco »

Thanks for your fast answer.
Shador wrote:
Freco wrote:but this doesn't work with my USB wifi
Explain not working.
In wicd, there is no wireless network found.
Shador wrote:
Freco wrote: The lsusb on debian shows :
And on Salix?
lsusb didn't work. I don't know the slackware way to know the usb devices.

Shador wrote: Your device should be supported by this driver, which is included with Salix: xxx
If it's not autoloaded try to load it manually with:

Code: Select all

modprobe rt73usb
The driver link didn't work (but I supposed I shouldn't need it)

I entered "modprobe rt73usb" in root (nothing happen, no message, just a new # line) but, I haven't seen any difference in wicd.

I was thinking that I installed Salix (fluxbox-full) without the wifi USB device connected. I don't know if that explain something.

I'm on a old pentium 3 with 800MHz and 512 Mo Ram.

Cheers.

Freco.
.Pentium III ; 800MHz, 512 Mo RAM
Salix-FluxBox / Swift Linux / Crunchbang / Puppy Linux
.Amd Athlon 64 4400+ 2,3 GHz, 1Go RAM
Crunchbang / LMDE 64 Cinnamon / Ubuntu
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Wifi connection problem : Ralink RT2501

Post by Shador »

Freco wrote:lsusb didn't work. I don't know the slackware way to know the usb devices.
What do you mean by 'lsusb didn't work'? It works perfectly fine here and I have absolutely never heard about it not working.

Code: Select all

# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
...
Freco wrote:The driver link didn't work
What driver link?
Freco wrote:I entered "modprobe rt73usb" in root (nothing happen, no message, just a new # line) but, I haven't seen any difference in wicd.
That's normal when the module is loaded successfully. You can check the loaded modules with lsmod. At the latest after the modprobe command it should be in that list.
Freco wrote:I was thinking that I installed Salix (fluxbox-full) without the wifi USB device connected. I don't know if that explain something.
Doesn't really matter.


Please post the output of iwconfig and check the interfaces configured in wicd's settings.
Image
Freco
Posts: 8
Joined: 17. May 2012, 13:45

Re: Wifi connection problem : Ralink RT2501

Post by Freco »

Shador wrote:
Freco wrote:lsusb didn't work. I don't know the slackware way to know the usb devices.
What do you mean by 'lsusb didn't work'? It works perfectly fine here and I have absolutely never heard about it not working.
Ok, it's me, I wasn't root when I tried it!

I had to re-install salix (problem with my home directory), and now it works!
I'm connected!
The difference I've done is to connect the wifi usb device during installation and to choose "hugesmp.s" instead of "huges.s" at boot menu.

Cheers,

Freco.
.Pentium III ; 800MHz, 512 Mo RAM
Salix-FluxBox / Swift Linux / Crunchbang / Puppy Linux
.Amd Athlon 64 4400+ 2,3 GHz, 1Go RAM
Crunchbang / LMDE 64 Cinnamon / Ubuntu
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Wifi connection problem : Ralink RT2501

Post by Shador »

Why the heck would you choose the other kere in the first place!? :shock: But never mind.

For wicd the only thing that could make some difference is whether the device is attached during the first startup of the daemon which happens during first boot. At that point it tries to automatically set the interfaces. But you can change them to whatever you want through wicd's settings. I guess those values were not (correctly) initialized for you as the device was not attached during the first startup.
Image
Post Reply