我是 Linux 新手,经过一番研究后,我决定 Mint 是最好的选择,但是在尝试安装我的无线网卡 Broadcom 43142 的驱动程序时遇到了很多问题。
我在网上搜索了好几天试图解决我的问题,但没有任何变化,它仍然不起作用......
在终端上我写了这些只是为了确认无线网卡:
lspci -vnn | grep 14e4
03:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
根据这些信息,我搜索了 Broadcom 无线桌,发现我的 Broadcom 的软件包是bcmwl-内核源代码
但是当我运行命令时:sudo apt-get install bcmwl-kernel-source
我得到:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
bcmwl-kernel-source : Depends: libc6-dev but it is not going to be installed
libc6 : Breaks: locales (< 2.19)
libc6:i386 : Breaks: locales (< 2.19)
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
我尝试了该命令,但出现了sudo apt-get -f install
更多错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
locales
The following packages will be upgraded:
locales
1 upgraded, 0 newly installed, 0 to remove and 1734 not upgraded.
Need to get 0 B/3937 kB of archives.
After this operation, 7299 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
WARNING: The following packages cannot be authenticated!
locales
Install these packages without verification? [y/N] y
Preconfiguring packages ...
(Reading database ... 155573 files and directories currently installed.)
Preparing to unpack .../locales_2.19-15_all.deb ...
Unpacking locales (2.19-15) over (2.13+git20120306-12.1) ...
dpkg: error processing archive /var/cache/apt/archives/locales_2.19-15_all.deb (--unpack):
trying to overwrite '/usr/sbin/update-locale', which is also in package libc-bin 2.19-0ubuntu6.3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/locales_2.19-15_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
但再次,似乎没有任何效果......
你能帮帮我吗?我想离开 Windows,只使用 Linux,但我需要先解决这个问题……
答案1
请考虑我的工作回应肉桂 x64“丽贝卡”这里:
这是答案肉桂 x64“丽贝卡”解决无需网络连接:
- 打开装有 Linux 的 DVD/USB。
- 转到 /pool/main/e/eglibc。
- 安装两个包。(libc6-dev&libc-dev-bin)
- 转到 /pool/main/b/bcmwl。
- 安装包。(bcmwl-内核源代码)。
笔记:如果您在那里找不到软件包,请在 /pool 的其他地方搜索它们。(更新可能会更改路径)