Think you for your reply,
-i added my username to the netdev .
-the error message didn’t show again , but the problém is not resolve : i cannot access internet .
the wicd is open but it didn’t show me my wireless network.
*sudo /etc/init.d/dbus reload result :
"Rather than invoking init scripts through /etc/init.d, use service(8) utility, e.g. service dbus reload
Since the script you are attempting to invoke has been converted to an Upstart, you may also user the reload(8) utility, e.g. reload dbus"
Ps : wired connection connect to network (and i have local ip) but internet conection still not working.
OK, you could have reloaded dbus with (as it tells you):
service dbus reload
the wicd is open but it didn't show me my wireless network.
Go to wicd>Preferences>General Settings
>Have you got your wireless & wired interface in the adjacent boxes?
If not then you could find out their names with:
ip link
Ps : wired connection connect to network (and i have local ip) but internet conection still not working.
i founded the wireless interface empty , i did the comand (l0 for wireless , eth0 for wired) and i puted in the correspondant fields.
i’m using DHCP i think (pereference Client Dhcp (automatic checked))
-in wired connection i have (Use Static Ips (not checked), Use Static DnS (not checked),DHCP Hostname = bt(checked))
-for wireless connection i didn’t know .
Think you ! Now the wired connection work perfectly .
But i didn’t understand your question ! i’ve recently backtrack 5 r3 and i find juste wicd to connect to internet.i didn’t find the NetworkManager.
Ps: i don’t know if it help but i tried sudo apt-get install network-manager
and it show error :"Errors were encountered while processing:
bcmwl-kernel-source
E: Sub-process /usr/bin/dpkg returned an error code (1)
"
*sudo apt-get install --reinstall dkms bcmwl-kernel-source : it has stoped with this error :
“Error! Bad return status for module build on kernel: 3.2.6 (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/ for more information.
dpkg: error processing bcmwl-kernel-source (–configure):
subprocess installed post-installation script returned error exit status 10
Errors were encountered while processing:
bcmwl-kernel-source
E: Sub-process /usr/bin/dpkg returned an error code (1)”
and : sudo modprobe wl
FATAL: Module wl not found.
sudo apt-get upgrade :
…
Setting up websploit (2.0.3-bt0) …
Setting up wifite (r85-bt1) …
Setting up wireshark (1.8.3-bt0) …
Processing triggers for libc-bin …
ldconfig deferred processing now taking place
Errors were encountered while processing:
beef
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@bt:~# sudo apt-get install linux-headers-generic build-essential
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package linux-headers-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package linux-headers-generic has no installation candidate
Error! Bad return status for module build on kernel: 3.2.6 (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/ for more information.
dpkg: error processing bcmwl-kernel-source (–configure):
subprocess installed post-installation script returned error exit status 10
Errors were encountered while processing:
beef
bcmwl-kernel-source
E: Sub-process /usr/bin/dpkg returned an error code (1)
*root@bt:~# sudo modprobe wl
FATAL: Module wl not found.
DKMS make.log for bcmwl-5.60.48.36+bdcom for kernel 3.2.6 (x86_64)
Sun Jan 27 19:20:21 CET 2013
make: Entering directory `/usr/src/linux-source-3.2.6’
WARNING: Symbol version dump /usr/src/linux-source-3.2.6/Module.symvers
is missing; modules will have no dependencies and modversions.
LD /var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/built-in.o
CC [M] /var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/src/shared/linux_osl.o
CC [M] /var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/src/wl/sys/wl_linux.o
/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/src/wl/sys/wl_linux.c:219: error: unknown field ‘ndo_set_multicast_list’ specified in initializer
/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/src/wl/sys/wl_linux.c:219: warning: initialization from incompatible pointer type
/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/src/wl/sys/wl_linux.c: In function ‘_wl_set_multicast_list’:
/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/src/wl/sys/wl_linux.c:1435: error: ‘struct net_device’ has no member named ‘mc_list’
/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/src/wl/sys/wl_linux.c:1435: error: ‘struct net_device’ has no member named ‘mc_count’
/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/src/wl/sys/wl_linux.c:1436: error: dereferencing pointer to incomplete type
/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/src/wl/sys/wl_linux.c:1442: error: dereferencing pointer to incomplete type
make[1]: *** [/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/src/wl/sys/wl_linux.o] Error 1
make: *** [module/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build] Error 2
make: Leaving directory `/usr/src/linux-source-3.2.6’