[Bug 402438] New: Sysconfig Prevents Network Connections on Boot
https://bugzilla.novell.com/show_bug.cgi?id=402438 Summary: Sysconfig Prevents Network Connections on Boot Product: openSUSE 11.0 Version: Final Platform: x86-64 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: njdube@gmail.com QAContact: qa@suse.de Found By: Customer When I was using openSUSE 10.3 recently (I just updated to 11.0) I noticed downloading the patch from the official openSUSE repo for the sysconfig package causes my wireless PCI card to refuse to connect to the router during a boot. I'm using Kinternet with ifup, not NetworkManager. It would seem the bug has migrated to openSUSE 11.0. Before 11.0 was released I contacted the people at Novell responsible for sysconfig and they told me to wait until 11.0 comes out before submitting a bug report. Well, 11.0 is out and the bug hasn't gone away. Here are the symptoms. When using the default sysconfig package from DVD, my wifi adapter connects to the router and gets assigned a IP at boot, enough time for the NTP client to sync my clock. Then I updated the package from the suse update repo and when ever I reboot (using the Esc key to see the progress of the boot) I see that the network says it failed. I log on KDE and see a lighting bolt on Kinternet like it's trying to connect. If I click it once it cancels the connection attempt. If I click it again I'm able to connect. All I know is the problem is related to any sysconfig versions greater then the one provided from the 10.3 DVD and prevents any network connections during a boot. -- 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=402438 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mt@novell.com, werner@novell.com Component|Basesystem |Network -- 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=402438 User njdube@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c1 --- Comment #1 from Nathaniel Dube <njdube@gmail.com> 2008-06-23 17:12:26 MDT --- I should have been more specific in one sentence. I meant to say, "When using the default sysconfig package from DVD (when using openSUSE 10.3), my wifi adapter connects to the router and gets assigned a IP at boot, enough time for the NTP client to sync my clock." -- 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=402438 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |mt@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=402438 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c2 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hschaa@novell.com --- Comment #2 from Marius Tomaschewski <mt@novell.com> 2008-06-24 06:54:29 MDT --- More info about this problem available at: http://www.linuxquestions.org/questions/linux-networking-3/updates-messing-w... -- 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=402438 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c3 --- Comment #3 from Marius Tomaschewski <mt@novell.com> 2008-06-24 07:07:39 MDT --- Created an attachment (id=223996) --> (https://bugzilla.novell.com/attachment.cgi?id=223996) ifup-wireless changes since 10.3 GA This patch (ifup-wireless.patch) contains the changes to the ifup-wireless script as provided by the 10.3 update and 11.0 packages since 10.3 GA/DVD. -- 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=402438 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c4 --- Comment #4 from Marius Tomaschewski <mt@novell.com> 2008-06-24 07:12:57 MDT --- Nathaniel, can you revert the changes provided in the attachment in comment #3 by calling the following commands as root please? : # save actual version cp -a /etc/sysconfig/network/scripts/ifup-wireless /root/ifup-wireless.orig # reverse changes patch -R /etc/sysconfig/network/scripts/ifup-wireless < ifup-wireless.patch You can apply (note -R!) the patch on a 10.3 with a sysconfig-0.70.2-4.5 package or on 11.0. Does it work again after? -- 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=402438 User njdube@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c5 --- Comment #5 from Nathaniel Dube <njdube@gmail.com> 2008-06-24 18:33:00 MDT --- (In reply to comment #4 from Marius Tomaschewski)
Does it work again after? Yes, it works. Awesome! Thanks! :-)
-- 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=402438 User njdube@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c6 --- Comment #6 from Nathaniel Dube <njdube@gmail.com> 2008-06-24 18:39:53 MDT --- (In reply to comment #5 from Nathaniel Dube)
(In reply to comment #4 from Marius Tomaschewski)
Does it work again after? Yes, it works. Awesome! Thanks! :-)
I forgot to mention that I did this on 11.0. I only have this one system and I don't have a system to install 10.3 to test it on. So I can confirm the patch works for 11.0, I can't confirm for 10.3. -- 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=402438 User hschaa@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c7 Helmut Schaa <hschaa@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |njdube@gmail.com --- Comment #7 from Helmut Schaa <hschaa@novell.com> 2008-06-25 02:24:22 MDT --- Nathaniel, which wireless card do you use? -- 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=402438 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c8 --- Comment #8 from Marius Tomaschewski <mt@novell.com> 2008-06-25 05:17:11 MDT --- (In reply to comment #6 from Nathaniel Dube)
(In reply to comment #5 from Nathaniel Dube)
(In reply to comment #4 from Marius Tomaschewski)
Does it work again after? Yes, it works. Awesome! Thanks! :-)
OK, thanks! We will try to figure out how to improve this fix.
I forgot to mention that I did this on 11.0. I only have this one system and I don't have a system to install 10.3 to test it on. So I can confirm the patch works for 11.0, I can't confirm for 10.3.
There is no difference in the ifup-wireless script between 10.3 and 11.0, so testing it on 11.0 is completely sufficient. Helmut: one using madwifi driver. Nathaniel, can you provide the output of "hwinfo --netcard"? -- 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=402438 User hschaa@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c9 Helmut Schaa <hschaa@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|njdube@gmail.com | --- Comment #9 from Helmut Schaa <hschaa@novell.com> 2008-06-25 05:21:17 MDT --- (In reply to comment #8 from Marius Tomaschewski)
Helmut: one using madwifi driver.
Thanks. Maybe we should only use "ip link set up" for mac80211-drivers? -- 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=402438 User njdube@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c10 --- Comment #10 from Nathaniel Dube <njdube@gmail.com> 2008-06-25 05:41:23 MDT --- 13: PCI 08.0: 0282 WLAN controller [Created at pci.310] UDI: /org/freedesktop/Hal/devices/pci_168c_1a Unique ID: xFhm.KFyqOkmLci3 SysFS ID: /devices/pci0000:00/0000:00:08.0 SysFS BusID: 0000:00:08.0 Hardware Class: network Model: "D-Link AirPlus G DWL-G510 Wireless PCI Adapter(rev.B)" Vendor: pci 0x168c "Atheros Communications, Inc." Device: pci 0x001a "AR2413 802.11bg NIC" SubVendor: pci 0x1186 "D-Link System Inc" SubDevice: pci 0x3a16 "D-Link AirPlus G DWL-G510 Wireless PCI Adapter(rev.B)" Revision: 0x01 Driver: "ath_pci" Driver Modules: "ath_pci" Device File: ath0 Features: WLAN Memory Range: 0xdffb0000-0xdffbffff (rw,non-prefetchable) IRQ: 18 (22084591 events) HW Address: 00:11:95:c3:2e:d0 Link detected: yes WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 WLAN bitrates: 1 2 5.5 6 9 11 12 18 24 36 48 54 WLAN encryption modes: WEP40 WEP104 WEP128 TKIP CCMP WLAN authentication modes: open sharedkey wpa-psk wpa-eap Module Alias: "pci:v0000168Cd0000001Asv00001186sd00003A16bc02sc00i00" Driver Info #0: Driver Status: ath5k is not active Driver Activation Cmd: "modprobe ath5k" Driver Info #1: Driver Status: ath_pci is active Driver Activation Cmd: "modprobe ath_pci" Config Status: cfg=no, avail=yes, need=no, active=unknown 16: PCI 04.0: 0200 Ethernet controller [Created at pci.310] UDI: /org/freedesktop/Hal/devices/pci_1039_900 Unique ID: rBUF.huQWcN8CpD5 SysFS ID: /devices/pci0000:00/0000:00:04.0 SysFS BusID: 0000:00:04.0 Hardware Class: network Model: "Silicon Integrated SiS900 10/100 Ethernet Adapter" Vendor: pci 0x1039 "Silicon Integrated Systems Corp." Device: pci 0x0900 "SiS900 PCI Fast Ethernet" SubVendor: pci 0x1039 "Silicon Integrated Systems Corp." SubDevice: pci 0x0900 "SiS900 10/100 Ethernet Adapter" Revision: 0x91 Driver: "sis900" Driver Modules: "sis900" Device File: eth0 I/O Ports: 0xd000-0xd0ff (rw) Memory Range: 0xdfffb000-0xdfffbfff (rw,non-prefetchable) Memory Range: 0xdffc0000-0xdffdffff (ro,prefetchable,disabled) IRQ: 19 (no events) HW Address: 00:16:ec:24:46:a2 Link detected: no Module Alias: "pci:v00001039d00000900sv00001039sd00000900bc02sc00i00" Driver Info #0: Driver Status: sis900 is active Driver Activation Cmd: "modprobe sis900" Config Status: cfg=no, avail=yes, need=no, active=unknown -- 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=402438 User njdube@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c11 --- Comment #11 from Nathaniel Dube <njdube@gmail.com> 2008-06-25 05:58:44 MDT --- I also forgot to mention this. On a new install, openSUSE 11.0 tries to use the ath5k module for my wifi card. I was unable to get the card to function properly. So I ended up adding http://madwifi.org/suse/11.0 to my list of repositories and install the madwifi driver. After a reboot I managed to switch over to the ath_pci module and get my wireless to function, relatively speaking. It wasn't until I installed that patch that it was able to achieve full functionality. From what I understand, the ath5k module is suppose to be the open source alternative to the proprietary madwifi driver which is now in the newer kernel. I don't know if it's bugs in the new drivers or if I have an exotic card. -- 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=402438 User hschaa@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c12 --- Comment #12 from Helmut Schaa <hschaa@novell.com> 2008-06-25 06:03:21 MDT --- Nathaniel, your card is simply not yet supported by ath5k. Upstream is working on it. -- 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=402438 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c13 --- Comment #13 from Marius Tomaschewski <mt@novell.com> 2008-06-26 07:50:45 MDT --- (In reply to comment #9 from Helmut Schaa)
Maybe we should only use "ip link set up" for mac80211-drivers?
Hmm... I would not like to add driver dependencies to ifup-wireless if possible. The ath5k driver reports an error when the network starts: wlan0 device: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01) wlan0 is controlled by ifplugd WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported waiting wlan0 device: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01) wlan0 is prepared for use with ifplugd wlan0 is assumed to be associated wlan0 dhcpcd is still waiting for data waiting /var/log/messages: ifup-wireless: wlan0 warning: WPA configured but may be unsupported dmesg output: PCI: Enabling device 0000:02:00.0 (0000 -> 0002) ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17 ath5k_pci 0000:02:00.0: registered as 'phy0' phy0: Selected rate control algorithm 'pid' ath5k phy0: Atheros AR5213A chip found (MAC: 0x79, PHY: 0x45) ath5k phy0: RF2112A 2GHz radio found (0x56) and it was not able to connect to my access point. But this is a problem with the driver, not with ifup-wireless. When I blacklist ath5k and install madwifi.org/suse/11.0 (rebuild) rpms, it works fine without any modifications to ifup-wireless: pccard: CardBus card inserted into slot 0 ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) wlan: 0.9.4 ath_pci: 0.9.4 PCI: Enabling device 0000:02:00.0 (0000 -> 0002) ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17 ath_rate_sample: 1.2 (0.9.4) wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps wifi0: turboG rates: 6Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps wifi0: H/W encryption support: WEP AES AES_CCM TKIP wifi0: mac 7.9 phy 4.5 radio 5.6 wifi0: Use hw queue 1 for WME_AC_BE traffic wifi0: Use hw queue 0 for WME_AC_BK traffic wifi0: Use hw queue 2 for WME_AC_VI traffic wifi0: Use hw queue 3 for WME_AC_VO traffic wifi0: Use hw queue 8 for CAB traffic wifi0: Use hw queue 9 for beacons wifi0: Atheros 5212: mem=0x54000000, irq=17 So I can only say WORKSFORME. -- 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=402438 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c14 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |njdube@gmail.com --- Comment #14 from Marius Tomaschewski <mt@novell.com> 2008-06-26 08:05:26 MDT --- (In reply to comment #11 from Nathaniel Dube)
repositories and install the madwifi driver. After a reboot I managed to switch over to the ath_pci module and get my wireless to function, relatively speaking. It wasn't until I installed that patch that it was able to achieve full functionality.
This means, you need the ifup-wireless patch? Which configuration are you using? For me, it works fine with: # grep ^WIRELESS ifcfg-ath0 | grep -v "=''" WIRELESS_AUTH_MODE='psk' WIRELESS_BITRATE='auto' WIRELESS_DEFAULT_KEY='0' WIRELESS_ESSID='EEEEEEEEE' WIRELESS_WPA_PSK='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' WIRELESS_KEY_LENGTH='128' WIRELESS_MODE='Managed' WIRELESS_POWER='yes' pairwise_cipher=CCMP group_cipher=CCMP key_mgmt=WPA2-PSK wpa_state=COMPLETED -- 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.
This means, you need the ifup-wireless patch? Which configuration are you using? For me, it works fine with: I was using the ath_pci module and madwifi driver before and after the patch. All the patch fixed was my ability to get a network connection during the boot
https://bugzilla.novell.com/show_bug.cgi?id=402438 User njdube@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c15 --- Comment #15 from Nathaniel Dube <njdube@gmail.com> 2008-06-26 08:22:09 MDT --- (In reply to comment #14 from Marius Tomaschewski) process. -- 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=402438 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c16 --- Comment #16 from Marius Tomaschewski <mt@novell.com> 2008-06-27 06:55:08 MDT --- Nathaniel, please attach the /etc/sysconfig/network/ifcfg-* files, but replace your specific key and another data with e.g. XXX as I've done in comment #14. Is there some error message in /var/log/messages or /var/log/boot.msg, when your are using the original 11.0 sysconfig package? I'd like to reproduce your problem. As I wrote, it works fine for me with WPA-PSK and the madwifi driver using the original 11.0 sysconfig package. That means, I don't need to revert the ifup-wireless fixes. -- 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=402438 User njdube@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c17 --- Comment #17 from Nathaniel Dube <njdube@gmail.com> 2008-06-27 07:26:00 MDT --- Created an attachment (id=224825) --> (https://bugzilla.novell.com/attachment.cgi?id=224825) Nate's ifcfg-ath0 File -- 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=402438 User njdube@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c18 --- Comment #18 from Nathaniel Dube <njdube@gmail.com> 2008-06-27 07:42:54 MDT --- Created an attachment (id=224830) --> (https://bugzilla.novell.com/attachment.cgi?id=224830) Nate's Messages File -- 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.
Nathaniel,
please attach the /etc/sysconfig/network/ifcfg-* files, but replace your specific key and another data with e.g. XXX as I've done in comment #14. I didn't understand what you where saying until I realized what I did. :-s Oh well. I'll just have to change the password. Then again, unless you know exactly where I live and drove to my house before I change the password there wasn't much of a breach of security in revealing the password to my wireless. Is there some error message in /var/log/messages or /var/log/boot.msg, when your are using the original 11.0 sysconfig package? I've attached the files you've mentioned. I couldn't make heads or tails of
https://bugzilla.novell.com/show_bug.cgi?id=402438 User njdube@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c19 --- Comment #19 from Nathaniel Dube <njdube@gmail.com> 2008-06-27 07:48:48 MDT --- (In reply to comment #16 from Marius Tomaschewski) them. Keep in mind I'm not a programmer and I'm not usually in the business in solving software bugs. So please bare with me. :-)
I'd like to reproduce your problem. As I wrote, it works fine for me with WPA-PSK and the madwifi driver using the original 11.0 sysconfig package. That means, I don't need to revert the ifup-wireless fixes. The router is using WEP. I don't know if that would make a difference.
-- 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=402438 User njdube@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c20 --- Comment #20 from Nathaniel Dube <njdube@gmail.com> 2008-06-27 07:49:50 MDT --- Created an attachment (id=224832) --> (https://bugzilla.novell.com/attachment.cgi?id=224832) Nate's boot.msg File -- 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=402438 User njdube@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c21 --- Comment #21 from Nathaniel Dube <njdube@gmail.com> 2008-06-27 07:50:26 MDT --- Created an attachment (id=224833) --> (https://bugzilla.novell.com/attachment.cgi?id=224833) Nate's boot.omsg File -- 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=402438 User aj@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c22 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|njdube@gmail.com | --- Comment #22 from Andreas Jaeger <aj@novell.com> 2008-10-24 02:49:59 MDT --- Information was provided. -- 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=402438 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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=402438 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c23 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |njdube@gmail.com --- Comment #23 from Marius Tomaschewski <mt@novell.com> 2009-02-16 07:38:15 MST --- I've installed & tested 11.0 again, and the madwifi driver works fine with WEP and without reverting of the patch (comment #3), when the WIRELESS_AP='off' is set in the ifcfg-file. Nathaniel, can you reinstall sysconfig and try it out. See also: http://en.opensuse.org/Atheros_madwifi -- I've added a note about it. -- 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=402438 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=402438#c24 --- Comment #24 from Marius Tomaschewski <mt@novell.com> 2009-02-16 09:09:17 MST --- Test package is in: http://download.opensuse.org/repositories/home://mtomaschewski://11.0/openSU... http://download.opensuse.org/repositories/home://mtomaschewski://10.3/openSU... Note: it has to be build on 16-Feb-2009 or later (see changelog in the repodata subdirectory). -- 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