[Bug 683487] New: firewall: wifi is not recognized
https://bugzilla.novell.com/show_bug.cgi?id=683487 https://bugzilla.novell.com/show_bug.cgi?id=683487#c0 Summary: firewall: wifi is not recognized Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: bluedzins@wp.pl QAContact: jsrain@novell.com Found By: --- Blocker: --- I guess this report is a duplicate of my own report, but since for an hour I am not able to list my own reports, I am filling this just in case. Yast/Qt -> Security -> Firewall -> Interfaces. Only ethernet (eth0) is listed, wifi is missing. Please note, in general wifi is recognized, for example in Network devices -> Network settings. So this is not a problem of the system or Yast, but Firewall in particular. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683487 https://bugzilla.novell.com/show_bug.cgi?id=683487#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |lnussel@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683487 https://bugzilla.novell.com/show_bug.cgi?id=683487#c Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lnussel@novell.com AssignedTo|lnussel@novell.com |locilka@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683487 https://bugzilla.novell.com/show_bug.cgi?id=683487#c1 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|locilka@novell.com |mvidner@novell.com --- Comment #1 from Lukas Ocilka <locilka@novell.com> 2011-03-31 07:09:30 UTC --- Firewall uses `NetworkInterfaces::List(...)` to get all the known network interfaces. Firewall itself doesn't do any probing, searching or anything else, just uses network functionality. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683487 https://bugzilla.novell.com/show_bug.cgi?id=683487#c2 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |bluedzins@wp.pl --- Comment #2 from Lukas Ocilka <locilka@novell.com> 2011-03-31 07:10:27 UTC --- Maciej, attach YaST logs, please. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683487 https://bugzilla.novell.com/show_bug.cgi?id=683487#c3 Maciej Pilichowski <bluedzins@wp.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|bluedzins@wp.pl | --- Comment #3 from Maciej Pilichowski <bluedzins@wp.pl> 2011-03-31 15:40:11 UTC --- Here we go: https://bugzilla.novell.com/attachment.cgi?id=420029 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683487 https://bugzilla.novell.com/show_bug.cgi?id=683487#c4 Lukas Ocilka <locilka@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |locilka@suse.com --- Comment #4 from Lukas Ocilka <locilka@suse.com> 2012-01-04 10:15:24 UTC --- Firewall could theoretically use this command to list all configured interfaces: /sbin/ifconfig | grep "^[[:alnum:]]" | \ sed 's/^\([[:alnum:]]\+\)[[:space:]].*$/\1/' | grep -v "^lo$" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683487 https://bugzilla.novell.com/show_bug.cgi?id=683487#c5 --- Comment #5 from Ludwig Nussel <lnussel@suse.com> 2012-01-09 09:35:02 CET --- please don't. I'm sure there are sane ways. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683487 https://bugzilla.novell.com/show_bug.cgi?id=683487#c6 Lukas Ocilka <locilka@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |mvidner@suse.com --- Comment #6 from Lukas Ocilka <locilka@suse.com> 2012-01-09 14:13:40 UTC --- Yes, definitely. To get the list from YaST Network. But right now it doesn't return wifi. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683487 https://bugzilla.novell.com/show_bug.cgi?id=683487#c8 Michal Filka <mfilka@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|mvidner@suse.com |bluedzins@wp.pl --- Comment #8 from Michal Filka <mfilka@suse.com> 2013-09-13 06:20:45 UTC --- Maciej, is wifi managed by NetworkManager or netconfig (ifcfg)? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=683487 https://bugzilla.novell.com/show_bug.cgi?id=683487#c9 Maciej Pilichowski <bluedzins@wp.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|bluedzins@wp.pl | --- Comment #9 from Maciej Pilichowski <bluedzins@wp.pl> 2013-09-13 09:30:16 UTC --- @Michal, _currently_ by NM. How it was in 2011 -- I don't remember, but you can check in uploaded logs. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com