Debian
在 Debian 上安裝 Wi-Fi 驅動程序的問題
我剛剛將 Debian Live 下載到我的 USB 上。目前,我無法在 Debian 中連接到網際網路。我正在嘗試根據https://wiki.debian.org/wl的說明為我的 Broadcom BCM4360 晶片安裝驅動程序。但是,我的
apt-get update
步驟有問題。當我執行它時,我得到了這個:Err http://http.debian.net jessie InRelease Err http://security.debian.org jessie/updates InRelease Err http://security.debian.org jessie/updates Release.gpg Could not resolve 'security.debian.org' Err http://http.debian.net jessie Release.gpg Could not resolve 'http.debian.net' Reading package lists... Done W: Failed to fetch http://http.debian.net/debian/dists/jessie/InRelease W: Failed to fetch http://security.debian.org/dists/jessie/updates/InRelease W: Failed to fetch http://http.debian.net/debian/dists/jessie/Release.gpg Could not resolve 'http.debian.net' W: Failed to fetch http://security.debian.org/dists/jessie/updates/Release.gpg Could not resolve 'security.debian.org' W: Some index files failed to download. They have been ignored, or old ones used instead.
是否可以在
apt-get-update
沒有網際網路連接的情況下執行?
不,如果沒有 Internet 連接,您無法更新您的 repos 數據庫以從 Internet 獲取新內容。您只能從本地設備(即 cd-rom)更新它。您可以使用 aptitude 解決問題,這不是 apt-get 的問題。你只需要一個網際網路連接。如果您沒有也無法以任何方式解決此問題(例如使用 USB 網路共享和電話),請使用另一台設備從 .deb 格式的鏡像中下載您需要的軟體包及其依賴項並安裝它們dpkg。例如
https://packages.debian.org/jessie/broadcom-sta-dkms
將讓您下載您的版本所需的內容並告訴您哪些是依賴項。