Bus 002 Device 003: ID 148f:3072 Ralink Technology, Corp. RT3072 Wireless Adapter
It works extremely well using the KDE network manager but just will not connect using ifup traditional method through yast.
Initially it was using the RT2870 driver but this only gave wirelessg speeds (and still no ifup) but after blacklisting RT2780 and using RT5370sta driver draftn speed was achieved using KDE network manager however I still could not connect through ifup. The dongle scans and sees networks using ifup but will just not connect properly (NB security WPA2-AES).
I’m no wireless dongle guru and if there is anyone out there who knows how to get to the bottom of this one I’d really appreciate a couple of pointers.
The general rule is that if NetworkManager works and ifup fails, then your ifup
configuration is defective. NM uses the same set of commands and the same driver
to control the interface that ifup does. Only the database is different, and NM
knows how to set that up.
Please post the contents of /etc/sysconfig/network/ifcfg-wlan0. If your device
has a name different than wlan0, then adjust the file name appropriately.
Wireless configuration is not rocket science, but it can be difficult, which is
why software like NM was developed.
please find attached as requested with sensitive details *'d out. NB I was trying a couple of different STARTMODE settings and the last is hotplug but still no difference.
STARTMODE should not be ‘hotplugged’ if you want to start ifup at boottime. The card should be activated before ifup, so ‘at boottime’ (don’t know the exact english, my Yast is in dutch). Set it in Yast.
I have also tested my laptop out which appears to be suffering the same issue (always used NM with 11.4 so never tested ifup until now).
However when changing the eth0 on my laptop to on cable connection, viola a gateway is free for the wireless network card and all is well.
This is poor behaviour from ifup settings in yast, if there is a wlan present then the eth0 should default to this behaviour or at least there should be some release and pass to wlan.
On 09/14/2011 05:16 PM, Dragon32 wrote:
>
> I think I’m being hit by this issue:
>
> ‘traditional (ifup) and networkmanager problems using KDE 11.4’
> (http://tinyurl.com/4l2cnom)
>
> I have also tested my laptop out which appears to be suffering the same
> issue (always used NM with 11.4 so never tested ifup until now).
>
> However when changing the eth0 on my laptop to on cable connection,
> viola a gateway is free for the wireless network card and all is well.
>
> This is poor behaviour from ifup settings in yast, if there is a wlan
> present then the eth0 should default to this behaviour or at least there
> should be some release and pass to wlan.
>
> I’ll file a bug report
I do not think it is a bug. If the wire is connected, networking should use the
wire. If you tell the system to bring up the wired connection when the system is
booted, then the wire is always connected, and the wire should always be used.
As I said before, using ifup is complicated and there are a lot of details to be
kept straight.
I can can see where you are coming from but I feel this should be error trapped, networkmanager handles the situation where both ethernet and wireless lan are connected simultaneously. If the user sets up a wireless lan via ifup then just a simple dialogue box pop up or something to make you aware of the gotcha.
On 09/14/2011 05:56 PM, Dragon32 wrote:
>
> Hi lwfinger,
>
> I can can see where you are coming from but I feel this should be error
> trapped, networkmanager handles the situation where both ethernet and
> wireless lan are connected simultaneously. If the user sets up a
> wireless lan via ifup then just a simple dialogue box pop up or
> something to make you aware of the gotcha.
On 09/15/2011 03:36 AM, Dragon32 wrote:
>
> lwfinger;2384300 Wrote:
>> Did you issue the ifdown for eth0?
>
> I’ve set eth0 in ifup to be on cable connect and wlan0 to be on boot
> and this works perfectly well all the time in respect of wlan0.
I know that will work. The question was “When you had eth0 and wlan0 both set to
connect ‘on-boot’, did you down eth0 before trying to up wlan0?”. That is
essentially what NM does.