DebianCentOS Linux配置管理
Debian7配置broadcom网卡驱动 1.添加一个“非开源软件”的源 # deb http://http.debian.net/debian/ wheezy main contrib non-free 2.更新一下可用包列表 # apt-get update 3.然后下载linux-headers和broadcom驱动程序包 # apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms 4.卸载冲突模块 # modprobe -r b
下载地址
用户评论