On Tue, 2006-10-10 at 21:21 +0200, Ma Begaj wrote:
> lshal gives me this:
> ---------------------------------------------------------------------------------------------------------------
> udi = '/org/freedesktop/Hal/devices/pci_8086_4220'
> info.udi = '/org/freedesktop/Hal/devices/pci_8086_4220' (string)
> linux.subsystem = 'pci' (string)
> linux.hotplug_type = 1 (0x1) (int)
> pci.subsys_product = 'Unknown (0x2702)' (string)
> pci.subsys_vendor = 'Intel Corporation' (string)
> info.product = 'PRO/Wireless 2200BG' (string)
> pci.product = 'PRO/Wireless 2200BG' (string)
> info.vendor = 'Intel Corporation' (string)
> pci.vendor = 'Intel Corporation' (string)
> pci.device_protocol = 0 (0x0) (int)
> pci.device_subclass = 128 (0x80) (int)
> pci.device_class = 2 (0x2) (int)
> pci.subsys_vendor_id = 32902 (0x8086) (int)
> pci.subsys_product_id = 9986 (0x2702) (int)
> pci.vendor_id = 32902 (0x8086) (int)
> pci.product_id = 16928 (0x4220) (int)
> pci.linux.sysfs_path =
> '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0' (string)
> info.parent = '/org/freedesktop/Hal/devices/pci_8086_2448' (string)
> info.bus = 'pci' (string)
> linux.sysfs_path_device =
> '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0' (string)
> linux.sysfs_path =
> '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0' (string)
> ---------------------------------------------------------------------------------------------------------------
This appears to be a problem with your ipw driver. Mine, which is
correct, shows:
udi = '/org/freedesktop/Hal/devices/pci_8086_4220'
info.udi = '/org/freedesktop/Hal/devices/pci_8086_4220' (string)
linux.subsystem = 'pci' (string)
linux.hotplug_type = 1 (0x1) (int)
pci.subsys_product = 'Unknown (0x2711)' (string)
pci.subsys_vendor = 'Intel Corporation' (string)
info.product = 'PRO/Wireless 2200BG Network Connection' (string)
pci.product = 'PRO/Wireless 2200BG Network Connection' (string)
info.vendor = 'Intel Corporation' (string)
pci.vendor = 'Intel Corporation' (string)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 128 (0x80) (int)
pci.device_class = 2 (0x2) (int)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.subsys_product_id = 10001 (0x2711) (int)
pci.vendor_id = 32902 (0x8086) (int)
pci.product_id = 16928 (0x4220) (int)
info.linux.driver = 'ipw2200' (string)
^^^^ your listing doesn't appear to have this, which indicates
that the driver needs to be updated
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0'
(string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2448' (string)
info.bus = 'pci' (string)
linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0'
(string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0'
(string)
udi = '/org/freedesktop/Hal/devices/net_00_xx_xx_xx_xx_xx'
info.udi = '/org/freedesktop/Hal/devices/net_00_xx_xx_xx_xx_xx' (string)
linux.subsystem = 'net' (string)
linux.hotplug_type = 2 (0x2) (int)
net.80211.mac_address = 96355641140 (0x166f3e6734) (uint64)
info.product = 'WLAN Interface' (string)
net.arp_proto_hw_id = 1 (0x1) (int)
net.linux.ifindex = 3 (0x3) (int)
net.address = '00:xx:xx:xx:xx:xx' (string)
net.interface = 'eth1' (string)
net.physical_device = '/org/freedesktop/Hal/devices/pci_8086_4220' (string)
info.capabilities = {'net', 'net.80211'} (string list)
info.category = 'net.80211' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_4220' (string)
linux.sysfs_path = '/sys/class/net/eth1' (string)
if the "WLAN Interface" for your card doesn't have 'net.802.11' in the
info.capabilities property, the driver definitely needs to be fixed too.
What does lshal say for your wlan interface item?
dan
>
> nm-tool gives me this:
> ---------------------------------------------------------------------------------------------------------------
> - Device: eth0
> ----------------------------------------------------------------
> NM Path: /org/freedesktop/NetworkManager/Devices/eth0
> Type: Wired
> Driver:
> Active: yes
> HW Address: <mac address>
>
> Capabilities:
> Supported: yes
> Carrier Detect: yes
>
> Wired Settings
> Hardware Link: yes
>
> IP Settings:
> IP Address: 192.168.0.4
> Subnet Mask: 255.255.255.0
> Broadcast: 192.168.0.255
> Gateway: 192.168.0.1
> Primary DNS: 192.168.0.1
> Secondary DNS: 0.0.0.0
>
> - Device: eth1
> ----------------------------------------------------------------
> NM Path: /org/freedesktop/NetworkManager/Devices/eth1
> Type: Wired
> Driver:
> Active: no
> HW Address: 00:0D:60:2D:19:B8
>
> Capabilities:
> Supported: yes
> Carrier Detect: yes
> Speed: 10 Mb/s
>
> Wired Settings
> Hardware Link: no
>
> ---------------------------------------------------------------------------------------------------------------
>
> eth0 is wireless, eth1 is wired.
>
> as you can see, nm-tool shows NO driver for this connection. module is
> ipw2200.
> it also does not show driver for my wired connection (intel card, module
> e100).
>
> Thanks a lot.
>
> M.
>
>
_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list