Re: wireless won't connect
Yup - it's working and it's the correct driver. I wanted to see if if the correct driver was loading (it is) and if there were any conflicting modules loading that should be blacklisted (there aren't).
If the driver wasn't working at all you wouldn't see any wireless networks so that part's good. You've got the right driver and no conflicting modules, so we're pointed in the right direction.
Okay, next - let's check for network-manager components. Please post the output of
dpkg -l | grep network
This will dump a list of packages with 'network' in either the package name or the description - all network-manager components should have 'rc' as the first two characters. Any that have 'ii' are still installed. Mine looks like this -
wizard@wizard-netbook:~$ dpkg -l | grep network
ii avahi-autoipd 0.6.27-2+squeeze1 Avahi IPv4LL network address configuration daemon
ii ifupdown 0.6.10 high level tools to configure network interfaces
ii iproute 20100519-3 networking and traffic control tools
ii iputils-ping 3:20100418-3 Tools to test the reachability of network hosts
rc libnm-glib-vpn1 0.8.1-6+squeeze1 network management framework (GLib VPN shared library)
rc libnm-glib2 0.8.1-6+squeeze1 network management framework (GLib shared library)
rc libnm-util1 0.8.1-6+squeeze1 network management framework (shared library)
ii libqt4-network 4:4.6.3-4 Qt 4 network module
ii libsmokeqtnetwork4-3 4:4.4.5-3 Qt Network Smoke library
ii libsolidcontrol4 4:4.4.5-7+squeeze1 library for Solid based network management
ii libsolidcontrolifaces4 4:4.4.5-7+squeeze1 library for Solid based network interface management
ii net-tools 1.60-23 The NET-3 networking toolkit
ii netbase 4.45 Basic TCP/IP networking system
rc network-manager 0.8.1-6+squeeze1 network management framework daemon
rc network-manager-openvpn 0.8.1-1 network management framework (OpenVPN plugin core)
rc network-manager-pptp 0.8.1-1 network management framework (PPTP plugin core)
rc network-manager-vpnc 0.8.1-1 network management framework (VPNC plugin core)
rc openvpn 2.1.3-2 virtual private network daemon
ii python-wicd 1.7.0+ds1-5 wired and wireless network manager - Python module
ii traceroute 1:2.0.15-1 Traces the route taken by packets over an IPv4/IPv6 network
ii wicd 1.7.0+ds1-5 wired and wireless network manager - metapackage
ii wicd-daemon 1.7.0+ds1-5 wired and wireless network manager - daemon
ii wicd-gtk 1.7.0+ds1-5 wired and wireless network manager - GTK+ client
Yup - it's working and it's the correct driver. I wanted to see if if the correct driver was loading (it is) and if there were any conflicting modules loading that should be blacklisted (there aren't).
If the driver wasn't working at all you wouldn't see any wireless networks so that part's good. You've got the right driver and no conflicting modules, so we're pointed in the right direction.
Okay, next - let's check for network-manager components. Please post the output of
dpkg -l | grep network
This will dump a list of packages with 'network' in either the package name or the description - all network-manager components should have 'rc' as the first two characters. Any that have 'ii' are still installed. Mine looks like this -
wizard@wizard-netbook:~$ dpkg -l | grep network
ii avahi-autoipd 0.6.27-2+squeeze1 Avahi IPv4LL network address configuration daemon
ii ifupdown 0.6.10 high level tools to configure network interfaces
ii iproute 20100519-3 networking and traffic control tools
ii iputils-ping 3:20100418-3 Tools to test the reachability of network hosts
rc libnm-glib-vpn1 0.8.1-6+squeeze1 network management framework (GLib VPN shared library)
rc libnm-glib2 0.8.1-6+squeeze1 network management framework (GLib shared library)
rc libnm-util1 0.8.1-6+squeeze1 network management framework (shared library)
ii libqt4-network 4:4.6.3-4 Qt 4 network module
ii libsmokeqtnetwork4-3 4:4.4.5-3 Qt Network Smoke library
ii libsolidcontrol4 4:4.4.5-7+squeeze1 library for Solid based network management
ii libsolidcontrolifaces4 4:4.4.5-7+squeeze1 library for Solid based network interface management
ii net-tools 1.60-23 The NET-3 networking toolkit
ii netbase 4.45 Basic TCP/IP networking system
rc network-manager 0.8.1-6+squeeze1 network management framework daemon
rc network-manager-openvpn 0.8.1-1 network management framework (OpenVPN plugin core)
rc network-manager-pptp 0.8.1-1 network management framework (PPTP plugin core)
rc network-manager-vpnc 0.8.1-1 network management framework (VPNC plugin core)
rc openvpn 2.1.3-2 virtual private network daemon
ii python-wicd 1.7.0+ds1-5 wired and wireless network manager - Python module
ii traceroute 1:2.0.15-1 Traces the route taken by packets over an IPv4/IPv6 network
ii wicd 1.7.0+ds1-5 wired and wireless network manager - metapackage
ii wicd-daemon 1.7.0+ds1-5 wired and wireless network manager - daemon
ii wicd-gtk 1.7.0+ds1-5 wired and wireless network manager - GTK+ client
Comment