Problem with Installing Wi-Fi Driver on Debian
up vote
-1
down vote
favorite
I have just downloaded Debian Live onto my USB. Currently, I am unable to connect to the internet in Debian. I am trying to install the driver for my Broadcom BCM4360 chip according to instructions from https://wiki.debian.org/wl. However, I am having a problem with the apt-get update step. When I run it, I get this:
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.
Is it possible to run apt-get-update without an internet connection?
debian apt wifi drivers
add a comment |
up vote
-1
down vote
favorite
I have just downloaded Debian Live onto my USB. Currently, I am unable to connect to the internet in Debian. I am trying to install the driver for my Broadcom BCM4360 chip according to instructions from https://wiki.debian.org/wl. However, I am having a problem with the apt-get update step. When I run it, I get this:
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.
Is it possible to run apt-get-update without an internet connection?
debian apt wifi drivers
runaptitude updatefirst and try again
– Rahul
Jul 4 '16 at 8:29
Can you temporarily connect by a cable?
– Kamil Maciorowski
Jul 4 '16 at 9:33
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I have just downloaded Debian Live onto my USB. Currently, I am unable to connect to the internet in Debian. I am trying to install the driver for my Broadcom BCM4360 chip according to instructions from https://wiki.debian.org/wl. However, I am having a problem with the apt-get update step. When I run it, I get this:
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.
Is it possible to run apt-get-update without an internet connection?
debian apt wifi drivers
I have just downloaded Debian Live onto my USB. Currently, I am unable to connect to the internet in Debian. I am trying to install the driver for my Broadcom BCM4360 chip according to instructions from https://wiki.debian.org/wl. However, I am having a problem with the apt-get update step. When I run it, I get this:
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.
Is it possible to run apt-get-update without an internet connection?
debian apt wifi drivers
debian apt wifi drivers
edited Nov 25 at 22:32
Rui F Ribeiro
38.3k1477127
38.3k1477127
asked Jul 4 '16 at 8:26
A. M.
31
31
runaptitude updatefirst and try again
– Rahul
Jul 4 '16 at 8:29
Can you temporarily connect by a cable?
– Kamil Maciorowski
Jul 4 '16 at 9:33
add a comment |
runaptitude updatefirst and try again
– Rahul
Jul 4 '16 at 8:29
Can you temporarily connect by a cable?
– Kamil Maciorowski
Jul 4 '16 at 9:33
run
aptitude update first and try again– Rahul
Jul 4 '16 at 8:29
run
aptitude update first and try again– Rahul
Jul 4 '16 at 8:29
Can you temporarily connect by a cable?
– Kamil Maciorowski
Jul 4 '16 at 9:33
Can you temporarily connect by a cable?
– Kamil Maciorowski
Jul 4 '16 at 9:33
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
No, you cannot update your repos' database fetching the new ones' content from the Internet, without having an Internet Connection. You could update it only from a local device (i.e. cd-rom).
It's not a matter of apt-get that you can workaround with aptitude. You just need an Internet connection.
If you don't have one nor can in any way solve this issue (for example with usb tethering and a phone), then use another device to download the packages you need and its dependencies from a mirror in .deb format and install them with dpkg.
For example
https://packages.debian.org/jessie/broadcom-sta-dkms
will let you download what you need for your version and tell you wich are dependencies.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
No, you cannot update your repos' database fetching the new ones' content from the Internet, without having an Internet Connection. You could update it only from a local device (i.e. cd-rom).
It's not a matter of apt-get that you can workaround with aptitude. You just need an Internet connection.
If you don't have one nor can in any way solve this issue (for example with usb tethering and a phone), then use another device to download the packages you need and its dependencies from a mirror in .deb format and install them with dpkg.
For example
https://packages.debian.org/jessie/broadcom-sta-dkms
will let you download what you need for your version and tell you wich are dependencies.
add a comment |
up vote
0
down vote
accepted
No, you cannot update your repos' database fetching the new ones' content from the Internet, without having an Internet Connection. You could update it only from a local device (i.e. cd-rom).
It's not a matter of apt-get that you can workaround with aptitude. You just need an Internet connection.
If you don't have one nor can in any way solve this issue (for example with usb tethering and a phone), then use another device to download the packages you need and its dependencies from a mirror in .deb format and install them with dpkg.
For example
https://packages.debian.org/jessie/broadcom-sta-dkms
will let you download what you need for your version and tell you wich are dependencies.
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
No, you cannot update your repos' database fetching the new ones' content from the Internet, without having an Internet Connection. You could update it only from a local device (i.e. cd-rom).
It's not a matter of apt-get that you can workaround with aptitude. You just need an Internet connection.
If you don't have one nor can in any way solve this issue (for example with usb tethering and a phone), then use another device to download the packages you need and its dependencies from a mirror in .deb format and install them with dpkg.
For example
https://packages.debian.org/jessie/broadcom-sta-dkms
will let you download what you need for your version and tell you wich are dependencies.
No, you cannot update your repos' database fetching the new ones' content from the Internet, without having an Internet Connection. You could update it only from a local device (i.e. cd-rom).
It's not a matter of apt-get that you can workaround with aptitude. You just need an Internet connection.
If you don't have one nor can in any way solve this issue (for example with usb tethering and a phone), then use another device to download the packages you need and its dependencies from a mirror in .deb format and install them with dpkg.
For example
https://packages.debian.org/jessie/broadcom-sta-dkms
will let you download what you need for your version and tell you wich are dependencies.
answered Jul 4 '16 at 10:14
Matteo Fabbroni
161
161
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f293716%2fproblem-with-installing-wi-fi-driver-on-debian%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
run
aptitude updatefirst and try again– Rahul
Jul 4 '16 at 8:29
Can you temporarily connect by a cable?
– Kamil Maciorowski
Jul 4 '16 at 9:33