Setting up WiFi on Debian7 for Intel wireless N-2230 card
I just installed Debian7 on a laptop that I was using Windows on.
When on Windows I had wifi, and I want to set up the wifi on Debian.
On Ubuntu there is a nice feature in the panel where I can connect but only the wired one is showing up in Debian.
I can't seem to find any clear tutorial that works for me, and I really need wifi to work. Unfortunately a wired connection isn't an alternative option.
Any help is greatly appreciated!
[EDIT]
My output:
$ lspci -nn | grep 0280
03:00.0 Network Controller [0280] Intel Corporation Centrino Wireless-N 2230 [8086:0887] (rev c4)
$dmesg | grep -i wireless
[ 7.861295] Intel(R) Wireless WiFi Link AGN driver for Linux, in tree:
$ sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
$ sudo ifconfig
eth0 Link encap:Ethernet HWaddr 10:bf:48:58:ec:d6
inet addr:139.165.112.68 Bcast:139.165.112.255 Mask:255.255.255.0
inet6 addr: fe80::12bf:48ff:fe58:ecd6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:461221 errors:0 dropped:5828 overruns:0 frame:0
TX packets:198287 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:491154704 (468.4 MiB) TX bytes:17839931 (17.0 MiB)
Interrupt:44 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:584 errors:0 dropped:0 overruns:0 frame:0
TX packets:584 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:44560 (43.5 KiB) TX bytes:44560 (43.5 KiB)
debian wifi internet
|
show 4 more comments
I just installed Debian7 on a laptop that I was using Windows on.
When on Windows I had wifi, and I want to set up the wifi on Debian.
On Ubuntu there is a nice feature in the panel where I can connect but only the wired one is showing up in Debian.
I can't seem to find any clear tutorial that works for me, and I really need wifi to work. Unfortunately a wired connection isn't an alternative option.
Any help is greatly appreciated!
[EDIT]
My output:
$ lspci -nn | grep 0280
03:00.0 Network Controller [0280] Intel Corporation Centrino Wireless-N 2230 [8086:0887] (rev c4)
$dmesg | grep -i wireless
[ 7.861295] Intel(R) Wireless WiFi Link AGN driver for Linux, in tree:
$ sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
$ sudo ifconfig
eth0 Link encap:Ethernet HWaddr 10:bf:48:58:ec:d6
inet addr:139.165.112.68 Bcast:139.165.112.255 Mask:255.255.255.0
inet6 addr: fe80::12bf:48ff:fe58:ecd6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:461221 errors:0 dropped:5828 overruns:0 frame:0
TX packets:198287 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:491154704 (468.4 MiB) TX bytes:17839931 (17.0 MiB)
Interrupt:44 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:584 errors:0 dropped:0 overruns:0 frame:0
TX packets:584 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:44560 (43.5 KiB) TX bytes:44560 (43.5 KiB)
debian wifi internet
Hi and welcome to SX. You should tell us what you have tried, and provide us with the model of your wifi device. The debian guide yo wifi is probably a good start to identify your device and install the basic required packages.
– Vincent Nivoliers
Apr 29 '15 at 8:52
THanks for the prompt reply!! so what I have tried, - Tried installing wicd, doesnt have anything in the wireless interface field when I go into preferences - Tried changing wpa_supplicant to no avail - Tried installing network-manager-gnome (and KDE though I am on GNOME) thought it was meant to give me a GUI but no, I need a GUI as I'm setting up for a friend
– Eoin
Apr 29 '15 at 8:54
These are tools to configure the connection, once the wifi device is recognized. You however need a driver or at least a firmware as well for the wifi device, which depends on the model. If you search the available packages using the keyword "firmware" you will see that there are plenty of them depending on your device.
– Vincent Nivoliers
Apr 29 '15 at 11:00
Ah got you!! nice one, the device is the one listed when I do "lspci"? Is it the one under either "Network controller" or "Ethernet controller"
– Eoin
Apr 29 '15 at 11:47
Follow the debian wiki instructions
– Vincent Nivoliers
Apr 29 '15 at 11:49
|
show 4 more comments
I just installed Debian7 on a laptop that I was using Windows on.
When on Windows I had wifi, and I want to set up the wifi on Debian.
On Ubuntu there is a nice feature in the panel where I can connect but only the wired one is showing up in Debian.
I can't seem to find any clear tutorial that works for me, and I really need wifi to work. Unfortunately a wired connection isn't an alternative option.
Any help is greatly appreciated!
[EDIT]
My output:
$ lspci -nn | grep 0280
03:00.0 Network Controller [0280] Intel Corporation Centrino Wireless-N 2230 [8086:0887] (rev c4)
$dmesg | grep -i wireless
[ 7.861295] Intel(R) Wireless WiFi Link AGN driver for Linux, in tree:
$ sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
$ sudo ifconfig
eth0 Link encap:Ethernet HWaddr 10:bf:48:58:ec:d6
inet addr:139.165.112.68 Bcast:139.165.112.255 Mask:255.255.255.0
inet6 addr: fe80::12bf:48ff:fe58:ecd6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:461221 errors:0 dropped:5828 overruns:0 frame:0
TX packets:198287 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:491154704 (468.4 MiB) TX bytes:17839931 (17.0 MiB)
Interrupt:44 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:584 errors:0 dropped:0 overruns:0 frame:0
TX packets:584 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:44560 (43.5 KiB) TX bytes:44560 (43.5 KiB)
debian wifi internet
I just installed Debian7 on a laptop that I was using Windows on.
When on Windows I had wifi, and I want to set up the wifi on Debian.
On Ubuntu there is a nice feature in the panel where I can connect but only the wired one is showing up in Debian.
I can't seem to find any clear tutorial that works for me, and I really need wifi to work. Unfortunately a wired connection isn't an alternative option.
Any help is greatly appreciated!
[EDIT]
My output:
$ lspci -nn | grep 0280
03:00.0 Network Controller [0280] Intel Corporation Centrino Wireless-N 2230 [8086:0887] (rev c4)
$dmesg | grep -i wireless
[ 7.861295] Intel(R) Wireless WiFi Link AGN driver for Linux, in tree:
$ sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
$ sudo ifconfig
eth0 Link encap:Ethernet HWaddr 10:bf:48:58:ec:d6
inet addr:139.165.112.68 Bcast:139.165.112.255 Mask:255.255.255.0
inet6 addr: fe80::12bf:48ff:fe58:ecd6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:461221 errors:0 dropped:5828 overruns:0 frame:0
TX packets:198287 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:491154704 (468.4 MiB) TX bytes:17839931 (17.0 MiB)
Interrupt:44 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:584 errors:0 dropped:0 overruns:0 frame:0
TX packets:584 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:44560 (43.5 KiB) TX bytes:44560 (43.5 KiB)
debian wifi internet
debian wifi internet
edited Apr 30 '15 at 7:06
Eoin
asked Apr 29 '15 at 8:44
EoinEoin
113
113
Hi and welcome to SX. You should tell us what you have tried, and provide us with the model of your wifi device. The debian guide yo wifi is probably a good start to identify your device and install the basic required packages.
– Vincent Nivoliers
Apr 29 '15 at 8:52
THanks for the prompt reply!! so what I have tried, - Tried installing wicd, doesnt have anything in the wireless interface field when I go into preferences - Tried changing wpa_supplicant to no avail - Tried installing network-manager-gnome (and KDE though I am on GNOME) thought it was meant to give me a GUI but no, I need a GUI as I'm setting up for a friend
– Eoin
Apr 29 '15 at 8:54
These are tools to configure the connection, once the wifi device is recognized. You however need a driver or at least a firmware as well for the wifi device, which depends on the model. If you search the available packages using the keyword "firmware" you will see that there are plenty of them depending on your device.
– Vincent Nivoliers
Apr 29 '15 at 11:00
Ah got you!! nice one, the device is the one listed when I do "lspci"? Is it the one under either "Network controller" or "Ethernet controller"
– Eoin
Apr 29 '15 at 11:47
Follow the debian wiki instructions
– Vincent Nivoliers
Apr 29 '15 at 11:49
|
show 4 more comments
Hi and welcome to SX. You should tell us what you have tried, and provide us with the model of your wifi device. The debian guide yo wifi is probably a good start to identify your device and install the basic required packages.
– Vincent Nivoliers
Apr 29 '15 at 8:52
THanks for the prompt reply!! so what I have tried, - Tried installing wicd, doesnt have anything in the wireless interface field when I go into preferences - Tried changing wpa_supplicant to no avail - Tried installing network-manager-gnome (and KDE though I am on GNOME) thought it was meant to give me a GUI but no, I need a GUI as I'm setting up for a friend
– Eoin
Apr 29 '15 at 8:54
These are tools to configure the connection, once the wifi device is recognized. You however need a driver or at least a firmware as well for the wifi device, which depends on the model. If you search the available packages using the keyword "firmware" you will see that there are plenty of them depending on your device.
– Vincent Nivoliers
Apr 29 '15 at 11:00
Ah got you!! nice one, the device is the one listed when I do "lspci"? Is it the one under either "Network controller" or "Ethernet controller"
– Eoin
Apr 29 '15 at 11:47
Follow the debian wiki instructions
– Vincent Nivoliers
Apr 29 '15 at 11:49
Hi and welcome to SX. You should tell us what you have tried, and provide us with the model of your wifi device. The debian guide yo wifi is probably a good start to identify your device and install the basic required packages.
– Vincent Nivoliers
Apr 29 '15 at 8:52
Hi and welcome to SX. You should tell us what you have tried, and provide us with the model of your wifi device. The debian guide yo wifi is probably a good start to identify your device and install the basic required packages.
– Vincent Nivoliers
Apr 29 '15 at 8:52
THanks for the prompt reply!! so what I have tried, - Tried installing wicd, doesnt have anything in the wireless interface field when I go into preferences - Tried changing wpa_supplicant to no avail - Tried installing network-manager-gnome (and KDE though I am on GNOME) thought it was meant to give me a GUI but no, I need a GUI as I'm setting up for a friend
– Eoin
Apr 29 '15 at 8:54
THanks for the prompt reply!! so what I have tried, - Tried installing wicd, doesnt have anything in the wireless interface field when I go into preferences - Tried changing wpa_supplicant to no avail - Tried installing network-manager-gnome (and KDE though I am on GNOME) thought it was meant to give me a GUI but no, I need a GUI as I'm setting up for a friend
– Eoin
Apr 29 '15 at 8:54
These are tools to configure the connection, once the wifi device is recognized. You however need a driver or at least a firmware as well for the wifi device, which depends on the model. If you search the available packages using the keyword "firmware" you will see that there are plenty of them depending on your device.
– Vincent Nivoliers
Apr 29 '15 at 11:00
These are tools to configure the connection, once the wifi device is recognized. You however need a driver or at least a firmware as well for the wifi device, which depends on the model. If you search the available packages using the keyword "firmware" you will see that there are plenty of them depending on your device.
– Vincent Nivoliers
Apr 29 '15 at 11:00
Ah got you!! nice one, the device is the one listed when I do "lspci"? Is it the one under either "Network controller" or "Ethernet controller"
– Eoin
Apr 29 '15 at 11:47
Ah got you!! nice one, the device is the one listed when I do "lspci"? Is it the one under either "Network controller" or "Ethernet controller"
– Eoin
Apr 29 '15 at 11:47
Follow the debian wiki instructions
– Vincent Nivoliers
Apr 29 '15 at 11:49
Follow the debian wiki instructions
– Vincent Nivoliers
Apr 29 '15 at 11:49
|
show 4 more comments
2 Answers
2
active
oldest
votes
I believe you are missing the non-free firmware package. Given the wifi card you mention you should follow the corresponding debian documentation.
add a comment |
Since I found the fix I decided to post it as an answer.
What I did was go back and reinstall the operating system to see if there was anything I had missed and sure enough there was a point during the step where it detects the computers hardware that it requests some files (iwlwifi-2030-6.ucode, rtl_nic/rtl8168e-3.fw) for the Wireless card to work.
These files are located at the following links:
https://packages.debian.org/squeeze-backports/firmware-iwlwifi
https://packages.debian.org/wheezy/firmware-realtek
All that I had to do was load them on to a USB stick and read them off the USB during the setup.
Thank you all again, for your help!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f199346%2fsetting-up-wifi-on-debian7-for-intel-wireless-n-2230-card%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I believe you are missing the non-free firmware package. Given the wifi card you mention you should follow the corresponding debian documentation.
add a comment |
I believe you are missing the non-free firmware package. Given the wifi card you mention you should follow the corresponding debian documentation.
add a comment |
I believe you are missing the non-free firmware package. Given the wifi card you mention you should follow the corresponding debian documentation.
I believe you are missing the non-free firmware package. Given the wifi card you mention you should follow the corresponding debian documentation.
answered Apr 29 '15 at 14:58
Vincent NivoliersVincent Nivoliers
1,101610
1,101610
add a comment |
add a comment |
Since I found the fix I decided to post it as an answer.
What I did was go back and reinstall the operating system to see if there was anything I had missed and sure enough there was a point during the step where it detects the computers hardware that it requests some files (iwlwifi-2030-6.ucode, rtl_nic/rtl8168e-3.fw) for the Wireless card to work.
These files are located at the following links:
https://packages.debian.org/squeeze-backports/firmware-iwlwifi
https://packages.debian.org/wheezy/firmware-realtek
All that I had to do was load them on to a USB stick and read them off the USB during the setup.
Thank you all again, for your help!
add a comment |
Since I found the fix I decided to post it as an answer.
What I did was go back and reinstall the operating system to see if there was anything I had missed and sure enough there was a point during the step where it detects the computers hardware that it requests some files (iwlwifi-2030-6.ucode, rtl_nic/rtl8168e-3.fw) for the Wireless card to work.
These files are located at the following links:
https://packages.debian.org/squeeze-backports/firmware-iwlwifi
https://packages.debian.org/wheezy/firmware-realtek
All that I had to do was load them on to a USB stick and read them off the USB during the setup.
Thank you all again, for your help!
add a comment |
Since I found the fix I decided to post it as an answer.
What I did was go back and reinstall the operating system to see if there was anything I had missed and sure enough there was a point during the step where it detects the computers hardware that it requests some files (iwlwifi-2030-6.ucode, rtl_nic/rtl8168e-3.fw) for the Wireless card to work.
These files are located at the following links:
https://packages.debian.org/squeeze-backports/firmware-iwlwifi
https://packages.debian.org/wheezy/firmware-realtek
All that I had to do was load them on to a USB stick and read them off the USB during the setup.
Thank you all again, for your help!
Since I found the fix I decided to post it as an answer.
What I did was go back and reinstall the operating system to see if there was anything I had missed and sure enough there was a point during the step where it detects the computers hardware that it requests some files (iwlwifi-2030-6.ucode, rtl_nic/rtl8168e-3.fw) for the Wireless card to work.
These files are located at the following links:
https://packages.debian.org/squeeze-backports/firmware-iwlwifi
https://packages.debian.org/wheezy/firmware-realtek
All that I had to do was load them on to a USB stick and read them off the USB during the setup.
Thank you all again, for your help!
answered Apr 30 '15 at 7:45
EoinEoin
113
113
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.
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%2f199346%2fsetting-up-wifi-on-debian7-for-intel-wireless-n-2230-card%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
Hi and welcome to SX. You should tell us what you have tried, and provide us with the model of your wifi device. The debian guide yo wifi is probably a good start to identify your device and install the basic required packages.
– Vincent Nivoliers
Apr 29 '15 at 8:52
THanks for the prompt reply!! so what I have tried, - Tried installing wicd, doesnt have anything in the wireless interface field when I go into preferences - Tried changing wpa_supplicant to no avail - Tried installing network-manager-gnome (and KDE though I am on GNOME) thought it was meant to give me a GUI but no, I need a GUI as I'm setting up for a friend
– Eoin
Apr 29 '15 at 8:54
These are tools to configure the connection, once the wifi device is recognized. You however need a driver or at least a firmware as well for the wifi device, which depends on the model. If you search the available packages using the keyword "firmware" you will see that there are plenty of them depending on your device.
– Vincent Nivoliers
Apr 29 '15 at 11:00
Ah got you!! nice one, the device is the one listed when I do "lspci"? Is it the one under either "Network controller" or "Ethernet controller"
– Eoin
Apr 29 '15 at 11:47
Follow the debian wiki instructions
– Vincent Nivoliers
Apr 29 '15 at 11:49