Advertisement
Guest User

Untitled

a guest
Mar 18th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. galentanner@ubuntu:~$ rfkill list; ifconfig
  2. eth0 Link encap:Ethernet HWaddr 00:e0:b8:8d:42:ab
  3. inet addr:192.168.1.113 Bcast:192.168.1.255 Mask:255.255.255.0
  4. inet6 addr: fe80::2e0:b8ff:fe8d:42ab/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:44 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:79 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:4831 (4.8 KB) TX bytes:11784 (11.7 KB)
  10. Interrupt:18
  11.  
  12. lo Link encap:Local Loopback
  13. inet addr:127.0.0.1 Mask:255.0.0.0
  14. inet6 addr: ::1/128 Scope:Host
  15. UP LOOPBACK RUNNING MTU:65536 Metric:1
  16. RX packets:89 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:7421 (7.4 KB) TX bytes:7421 (7.4 KB)
  20.  
  21. galentanner@ubuntu:~$ sudo apt-get purge bcmwl-kernel-source
  22. [sudo] password for galentanner:
  23. E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
  24. galentanner@ubuntu:~$ sudo dpkg --configure -a
  25. Setting up bcmwl-kernel-source (6.30.223.248+bdcom-0ubuntu0.1) ...
  26. Removing old bcmwl-6.30.223.248+bdcom DKMS files...
  27.  
  28. -------- Uninstall Beginning --------
  29. Module: bcmwl
  30. Version: 6.30.223.248+bdcom
  31. Kernel: 3.13.0-46-generic (x86_64)
  32. -------------------------------------
  33.  
  34. Status: Before uninstall, this module version was ACTIVE on this kernel.
  35.  
  36. wl.ko:
  37. - Uninstallation
  38. - Deleting from: /lib/modules/3.13.0-46-generic/updates/dkms/
  39. - Original module
  40. - No original module was found for this module on this kernel.
  41. - Use the dkms install command to reinstall any previous module version.
  42.  
  43. depmod...........
  44.  
  45. DKMS: uninstall completed.
  46.  
  47. ------------------------------
  48. Deleting module version: 6.30.223.248+bdcom
  49. completely from the DKMS tree.
  50. ------------------------------
  51. Done.
  52. Loading new bcmwl-6.30.223.248+bdcom DKMS files...
  53. Building only for 3.13.0-46-generic
  54. Building for architecture x86_64
  55. Building initial module for 3.13.0-46-generic
  56. Done.
  57.  
  58. wl:
  59. Running module version sanity check.
  60. - Original module
  61. - No original module exists within this kernel
  62. - Installation
  63. - Installing to /lib/modules/3.13.0-46-generic/updates/dkms/
  64.  
  65. depmod..............
  66.  
  67. DKMS: install completed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement