View previous topic :: View next topic |
Author |
Message |
kamina Apprentice

Joined: 14 Jun 2004 Posts: 157 Location: Finland
|
Posted: Thu Aug 19, 2004 10:22 am Post subject: wireless networking newbie problems... |
|
|
I have a MSI MP54G2 wireless card on my laptop. The card has the Ralink RT2500 chipset, and I've installed the newest drivers and set the module to start up with linux. I'm still not quite understanding where I should go from here...
I emerged the net-wireless/wireless-config-0.5.5.ebuild drivers according to this thread, and I believe it should have gone correctly. I added iface_ra0="dhcp" to /etc/conf.d/net and the following to /etc/conf.d/wireless:
essid_ra0="homerun"
mode_ra0="Managed"
When I type "iwconfig" I get:
eth0 no wireless extensions
lo no wireless extensions
ra0 no wireless extensions
I don't really understand what I'm doing wrong or missing, but obviously it's something...  |
|
Back to top |
|
 |
kamina Apprentice

Joined: 14 Jun 2004 Posts: 157 Location: Finland
|
Posted: Fri Aug 20, 2004 6:01 am Post subject: |
|
|
I guess the problem is not that simple then?  |
|
Back to top |
|
 |
lutkebab n00b

Joined: 08 Jul 2004 Posts: 4
|
Posted: Fri Aug 20, 2004 8:19 am Post subject: |
|
|
Maybe a dumb question, but...
have you enabled wireless support in the kernel?
Have you made a symlink net.ra0 -> net.eth0 and added it to default runlevel?
you could also try "ifconfig ra0 up" and then do a iwconfig to see if it is there. |
|
Back to top |
|
 |
kamina Apprentice

Joined: 14 Jun 2004 Posts: 157 Location: Finland
|
Posted: Sat Aug 21, 2004 8:30 am Post subject: |
|
|
How do you mean enable wlan from the kernel? I am using a module as there is no support for the rt2500 chipset in the kernel. (if you mean device drivers...) |
|
Back to top |
|
 |
kamina Apprentice

Joined: 14 Jun 2004 Posts: 157 Location: Finland
|
Posted: Sat Aug 21, 2004 8:30 am Post subject: |
|
|
How do you mean enable wlan from the kernel? I am using a module as there is no support for the rt2500 chipset in the kernel. (if you mean device drivers...) |
|
Back to top |
|
 |
gnuageux Veteran


Joined: 17 Apr 2004 Posts: 1201
|
|
Back to top |
|
 |
kamina Apprentice

Joined: 14 Jun 2004 Posts: 157 Location: Finland
|
Posted: Sat Aug 21, 2004 10:12 am Post subject: |
|
|
Actually I found something that is probably the cause. Put a question in the other thread allready, but I might as well add it here...
kamina wrote: | UberLord wrote: |
Q. I'm seeing Wireless extensions not found for $interface - but it's a wireless device!
A. You need to enable wireless-extensions in your kernel.
To do this, enable the following config options in /usr/src/linux/.config Code: | CONFIG_NET_RADIO=y
CONFIG_NET_WIRELESS=y |
Then recompile your kernel and modules and re-install them
If your driver is external then re-compile and re-install that.
Finally, re-emerge wireless-tools against the new kernel and driver
|
I have this excact problem. I started to edit .config file, but I don't have any line for CONFIG_NET_WIRELESS in the whole file. I found CONFIG_NET_RADIO and enabled that though... Should it work like this, do I add that line in there myself (and does it matter where?), or what should I do?
I have the 2.6.7-gentoo-r11kernel. |
|
|
Back to top |
|
 |
MDD n00b

Joined: 09 Feb 2004 Posts: 12 Location: Mannheim, Germany
|
Posted: Wed Aug 25, 2004 12:06 am Post subject: |
|
|
kamina...did you do a "ifconfig ra0 up" before you want to iwconfig it?
i've to do it here... |
|
Back to top |
|
 |
UberLord Retired Dev


Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
 |
MDD n00b

Joined: 09 Feb 2004 Posts: 12 Location: Mannheim, Germany
|
Posted: Sun Aug 29, 2004 1:47 pm Post subject: |
|
|
UberLord wrote: | MDD wrote: | kamina...did you do a "ifconfig ra0 up" before you want to iwconfig it?
i've to do it here... |
My script does do this - which he has indicated he is using |
Yep, it does.
But he has activated dhcp, so the interface comes up, after he got an ip, i think. I've emerged your script, too, and i got the same problems.
Code: |
* Running preup function
* Wireless extensions not found for ra0
* Bringing ra0 up via DHCP... [ !! ]
|
But if i do an ifconfig ra0 up before:
Code: |
* Running preup function
* Configuring wireless network for ra0
* Connecting to "any" (WEP Disabled)... [ ok ]
* ra0 connected as "" in auto mode
* on channel 1 (WEP disabled)
* Bringing ra0 up via DHCP... [ !! ]
|
I dont have any accesspoint here at the moment, so the dhcp will fail of course, but this doesnt change the problem i think.
iwconfig only works here when the interface was brought up first. Dont know if this is specific to the ralink device (i think he uses it, as of the name "ra0").
Can you change your skript to bring the interface up first (with no ip, dhcp,...) then do the iwconfig stuff, and after that search for an dhcpd?
Would be great... |
|
Back to top |
|
 |
Mythos l33t


Joined: 02 May 2004 Posts: 953 Location: Portugal
|
Posted: Sat Oct 09, 2004 1:40 pm Post subject: help i am stuk in wireless |
|
|
Hi there, i have a msi mp54g2, but i have a problem i use amd64, i want to knoe if there are any support for my cpu, and what tools i have to use ? wireless-config does not exists in portage ...
0000:00:0a.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 0
1)
0000:00:0c.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus Reference C
ard (rev 01) _________________ Best Regards,
Sérgio Henrique
Linux dune 3.0.6-gentoo #1 SMP Thu Oct 27 16:47:29 WEST 2011 x86_64 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux |
|
Back to top |
|
 |
|