|
Bugzilla – Full Text Bug Listing |
| Summary: | Network Manager does not recognize IPW2200 or BCM4401 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Thomas Herzog <thomas.herzog> |
| Component: | Network | Assignee: | Robert Love <rml> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | suse-beta |
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Thomas Herzog
2006-02-04 18:00:16 UTC
Just to exclude the most obvious bugs: - did you install the kernel-*-nongpl package (from ftp.suse.com)? - are the required kernel modules loaded? Check with lsmod. What exactly would the kernel-*-nongpl package provide for the NetworkManager? As I said, using ifuo/ifdown both my IPW2200BG WLAN and BCM4401 ethernet are working well. The kernel modules are loaded when using NetworkManager. In fact, when using NetworkManager, both interfaces are activated (showing up with ifconfig), yet not DHCP started on them, they are unconfigured but "up". öhm, there seems to be no "kernel-*-nongpl" package on ftp.suse.com/pub/suse/i386/10.1/inst-source-extra NM simply enumerates the network devices dynamically that HAL sees. So the issue is whether HAL detects your network devices.
What is the output of
$ hal-device | grep "net\.interface ="
?
If you do not see your devices, I don't think that the problem is with HAL, but that your modules are not loaded or not associating with an interface.
If you do see the device, try restarting NM
% /etc/init.d/network restart
Does the applet still not see the devices?
Thank you!
Sorry to have bothered you, but I just realized that I was actually NOT on beta3, this box was running a beta2 which I just happened to have downloaded a day before the beta3 release. On beta3 I installed ipw-firmware-6-2.rpm and ALL IS WELL AND ROCKING! |