How to install network drivers for Void Linux on a x200 thinkpad?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Introduction
I've installed void linux on an x200 thinkpad with a minimimal install using an ethernet cable as i couldn't connect using wifi.
The problem
ip a
i have no ip address for my wifi device. I assume this is because i don't have the wifi driver installed:
lspci
03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN
[Shiloh] Network Connection
I've queried the void linux musl respository and couldn't find a package for 5100 AGN wifi driver. How do i install the driver to get my wifi card to work and thus connect to the internet?
wifi
add a comment |Â
up vote
0
down vote
favorite
Introduction
I've installed void linux on an x200 thinkpad with a minimimal install using an ethernet cable as i couldn't connect using wifi.
The problem
ip a
i have no ip address for my wifi device. I assume this is because i don't have the wifi driver installed:
lspci
03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN
[Shiloh] Network Connection
I've queried the void linux musl respository and couldn't find a package for 5100 AGN wifi driver. How do i install the driver to get my wifi card to work and thus connect to the internet?
wifi
It must be called iwlwifi in Debian according to my 1 minute Google search, it might be a clue, it might be wrong. Beware it might need firmware. I suspect you are better off with Ubuntu.
â Rui F Ribeiro
May 30 at 3:12
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Introduction
I've installed void linux on an x200 thinkpad with a minimimal install using an ethernet cable as i couldn't connect using wifi.
The problem
ip a
i have no ip address for my wifi device. I assume this is because i don't have the wifi driver installed:
lspci
03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN
[Shiloh] Network Connection
I've queried the void linux musl respository and couldn't find a package for 5100 AGN wifi driver. How do i install the driver to get my wifi card to work and thus connect to the internet?
wifi
Introduction
I've installed void linux on an x200 thinkpad with a minimimal install using an ethernet cable as i couldn't connect using wifi.
The problem
ip a
i have no ip address for my wifi device. I assume this is because i don't have the wifi driver installed:
lspci
03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN
[Shiloh] Network Connection
I've queried the void linux musl respository and couldn't find a package for 5100 AGN wifi driver. How do i install the driver to get my wifi card to work and thus connect to the internet?
wifi
asked May 29 at 23:39
digitalXmage
274
274
It must be called iwlwifi in Debian according to my 1 minute Google search, it might be a clue, it might be wrong. Beware it might need firmware. I suspect you are better off with Ubuntu.
â Rui F Ribeiro
May 30 at 3:12
add a comment |Â
It must be called iwlwifi in Debian according to my 1 minute Google search, it might be a clue, it might be wrong. Beware it might need firmware. I suspect you are better off with Ubuntu.
â Rui F Ribeiro
May 30 at 3:12
It must be called iwlwifi in Debian according to my 1 minute Google search, it might be a clue, it might be wrong. Beware it might need firmware. I suspect you are better off with Ubuntu.
â Rui F Ribeiro
May 30 at 3:12
It must be called iwlwifi in Debian according to my 1 minute Google search, it might be a clue, it might be wrong. Beware it might need firmware. I suspect you are better off with Ubuntu.
â Rui F Ribeiro
May 30 at 3:12
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Install the linux firmware package:
xbps-install linux-firmware
You will likely have to do this by chroot'ing into the root filesystem, since you do not have networking when booting into it.
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
Install the linux firmware package:
xbps-install linux-firmware
You will likely have to do this by chroot'ing into the root filesystem, since you do not have networking when booting into it.
add a comment |Â
up vote
0
down vote
accepted
Install the linux firmware package:
xbps-install linux-firmware
You will likely have to do this by chroot'ing into the root filesystem, since you do not have networking when booting into it.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Install the linux firmware package:
xbps-install linux-firmware
You will likely have to do this by chroot'ing into the root filesystem, since you do not have networking when booting into it.
Install the linux firmware package:
xbps-install linux-firmware
You will likely have to do this by chroot'ing into the root filesystem, since you do not have networking when booting into it.
answered Jul 12 at 23:27
CameronNemo
1,002611
1,002611
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f446809%2fhow-to-install-network-drivers-for-void-linux-on-a-x200-thinkpad%23new-answer', 'question_page');
);
Post as a guest
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
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
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
It must be called iwlwifi in Debian according to my 1 minute Google search, it might be a clue, it might be wrong. Beware it might need firmware. I suspect you are better off with Ubuntu.
â Rui F Ribeiro
May 30 at 3:12