On Sat, 2005-11-12 at 17:05 -0500, Paul Stodghill wrote: > barney-lx# tree /sys/class/net/wlan0 > /sys/class/net/wlan0 > |-- addr_len > |-- address > |-- broadcast > |-- carrier > |-- device -> ../../../devices/pci0000:00/0000:00:1e.0/0000:02:02.0 > |-- features
So, next command: tree /sys/class/net/wlan0/../../../devices/pci0000:00/0000:00:1e.0/0000:02:01.1/1.0 And look for the "driver" link there. If that link is not present, the ndiswrapper needs to be fixed. Drivers must export the proper sysfs interface, and getting the driver link isn't that hard. On my system (airo and ipw cards), the drivers are: |-- driver -> ../../../../../bus/pcmcia/drivers/airo_cs |-- driver -> ../../../../bus/pci/drivers/ipw2100 (which map to /sys/bus/pci/drivers/ipw2100, etc) Dan _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
