Install Ubuntu on Alienware 15 R4
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
How to install Ubuntu 18.10 on an Alienware 15?
system-installation alienware 18.10
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
1
down vote
favorite
How to install Ubuntu 18.10 on an Alienware 15?
system-installation alienware 18.10
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Possible duplicate of How do I install Ubuntu?
– Byte Commander
21 mins ago
I suggest you edit your question to highlight the main problem installing ubuntu on this machine, otherwise mods may just close it as duplicate, and it would be a shame because your answer may be useful to others.
– dsSTORM
13 mins ago
1
@Byte Commander I don't think it's a duplicate, he's specifically targeting an issue for a specific laptop model
– dsSTORM
12 mins ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
How to install Ubuntu 18.10 on an Alienware 15?
system-installation alienware 18.10
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
How to install Ubuntu 18.10 on an Alienware 15?
system-installation alienware 18.10
system-installation alienware 18.10
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 31 mins ago


abu_bua
2,65461021
2,65461021
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 1 hour ago
nate6631
312
312
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Possible duplicate of How do I install Ubuntu?
– Byte Commander
21 mins ago
I suggest you edit your question to highlight the main problem installing ubuntu on this machine, otherwise mods may just close it as duplicate, and it would be a shame because your answer may be useful to others.
– dsSTORM
13 mins ago
1
@Byte Commander I don't think it's a duplicate, he's specifically targeting an issue for a specific laptop model
– dsSTORM
12 mins ago
add a comment |Â
Possible duplicate of How do I install Ubuntu?
– Byte Commander
21 mins ago
I suggest you edit your question to highlight the main problem installing ubuntu on this machine, otherwise mods may just close it as duplicate, and it would be a shame because your answer may be useful to others.
– dsSTORM
13 mins ago
1
@Byte Commander I don't think it's a duplicate, he's specifically targeting an issue for a specific laptop model
– dsSTORM
12 mins ago
Possible duplicate of How do I install Ubuntu?
– Byte Commander
21 mins ago
Possible duplicate of How do I install Ubuntu?
– Byte Commander
21 mins ago
I suggest you edit your question to highlight the main problem installing ubuntu on this machine, otherwise mods may just close it as duplicate, and it would be a shame because your answer may be useful to others.
– dsSTORM
13 mins ago
I suggest you edit your question to highlight the main problem installing ubuntu on this machine, otherwise mods may just close it as duplicate, and it would be a shame because your answer may be useful to others.
– dsSTORM
13 mins ago
1
1
@Byte Commander I don't think it's a duplicate, he's specifically targeting an issue for a specific laptop model
– dsSTORM
12 mins ago
@Byte Commander I don't think it's a duplicate, he's specifically targeting an issue for a specific laptop model
– dsSTORM
12 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
I will begin by saying this is a post for users who are unable to use Ubuntu on the Alienware 15 (R4). This may or may not apply to other users, but I'm willing to bet this will be useful for others.
First in order to get Ubuntu to detect the Killer wireless card installed on all Alienware 15s in 2018, you should use 18.10, or newer if applicable. I installed on Ubuntu 18.10 and it detected my AC Killer WiFi card with maximum capable speed due to the Intel update in the Linux kernel.
On to the good stuff:
- Install Ubuntu (18.10)
In my case I was unable to utilize the TouchPad, instead, I installed using the keyboard. run the following code in the new installation:
sudo su
echo 'blacklist i2c_hid' >> /etc/modprobe.d/blacklist.conf
depmod -a
update-initramfs -a`
reboot- Reboot system
- At this point, everything should still be working okay. In order to utilize the proprietary NVIDIA GPU drivers I had to install them with
sudo ubuntu-drivers autoinstall
- Reboot again, but boot into grub to access your desktop, using
ESC
, or shift. For meESC
worked. Press e to access the grub config of the default ubuntu boot option. Then append to the linux /boot... line,nomodeset
. - Press
F10
to boot with this configuration - You may experience a hang with this setup, press
ALT + F2, ALT + F1
, then the boot should continue with some screen flashes to the Ubuntu login - Add the
nomodeset
to the grub bootloader settings (search how to do this, it's relatively straightforward)
NOTE: I have not found a workaround to fix the ALT + F2, ALT + F1
key sequence, but this will have to be done per boot into Ubuntu. If I find a fix, I will update.
Image showing NVIDIA GTX 1080 driver fully loaded
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
I will begin by saying this is a post for users who are unable to use Ubuntu on the Alienware 15 (R4). This may or may not apply to other users, but I'm willing to bet this will be useful for others.
First in order to get Ubuntu to detect the Killer wireless card installed on all Alienware 15s in 2018, you should use 18.10, or newer if applicable. I installed on Ubuntu 18.10 and it detected my AC Killer WiFi card with maximum capable speed due to the Intel update in the Linux kernel.
On to the good stuff:
- Install Ubuntu (18.10)
In my case I was unable to utilize the TouchPad, instead, I installed using the keyboard. run the following code in the new installation:
sudo su
echo 'blacklist i2c_hid' >> /etc/modprobe.d/blacklist.conf
depmod -a
update-initramfs -a`
reboot- Reboot system
- At this point, everything should still be working okay. In order to utilize the proprietary NVIDIA GPU drivers I had to install them with
sudo ubuntu-drivers autoinstall
- Reboot again, but boot into grub to access your desktop, using
ESC
, or shift. For meESC
worked. Press e to access the grub config of the default ubuntu boot option. Then append to the linux /boot... line,nomodeset
. - Press
F10
to boot with this configuration - You may experience a hang with this setup, press
ALT + F2, ALT + F1
, then the boot should continue with some screen flashes to the Ubuntu login - Add the
nomodeset
to the grub bootloader settings (search how to do this, it's relatively straightforward)
NOTE: I have not found a workaround to fix the ALT + F2, ALT + F1
key sequence, but this will have to be done per boot into Ubuntu. If I find a fix, I will update.
Image showing NVIDIA GTX 1080 driver fully loaded
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
2
down vote
I will begin by saying this is a post for users who are unable to use Ubuntu on the Alienware 15 (R4). This may or may not apply to other users, but I'm willing to bet this will be useful for others.
First in order to get Ubuntu to detect the Killer wireless card installed on all Alienware 15s in 2018, you should use 18.10, or newer if applicable. I installed on Ubuntu 18.10 and it detected my AC Killer WiFi card with maximum capable speed due to the Intel update in the Linux kernel.
On to the good stuff:
- Install Ubuntu (18.10)
In my case I was unable to utilize the TouchPad, instead, I installed using the keyboard. run the following code in the new installation:
sudo su
echo 'blacklist i2c_hid' >> /etc/modprobe.d/blacklist.conf
depmod -a
update-initramfs -a`
reboot- Reboot system
- At this point, everything should still be working okay. In order to utilize the proprietary NVIDIA GPU drivers I had to install them with
sudo ubuntu-drivers autoinstall
- Reboot again, but boot into grub to access your desktop, using
ESC
, or shift. For meESC
worked. Press e to access the grub config of the default ubuntu boot option. Then append to the linux /boot... line,nomodeset
. - Press
F10
to boot with this configuration - You may experience a hang with this setup, press
ALT + F2, ALT + F1
, then the boot should continue with some screen flashes to the Ubuntu login - Add the
nomodeset
to the grub bootloader settings (search how to do this, it's relatively straightforward)
NOTE: I have not found a workaround to fix the ALT + F2, ALT + F1
key sequence, but this will have to be done per boot into Ubuntu. If I find a fix, I will update.
Image showing NVIDIA GTX 1080 driver fully loaded
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
I will begin by saying this is a post for users who are unable to use Ubuntu on the Alienware 15 (R4). This may or may not apply to other users, but I'm willing to bet this will be useful for others.
First in order to get Ubuntu to detect the Killer wireless card installed on all Alienware 15s in 2018, you should use 18.10, or newer if applicable. I installed on Ubuntu 18.10 and it detected my AC Killer WiFi card with maximum capable speed due to the Intel update in the Linux kernel.
On to the good stuff:
- Install Ubuntu (18.10)
In my case I was unable to utilize the TouchPad, instead, I installed using the keyboard. run the following code in the new installation:
sudo su
echo 'blacklist i2c_hid' >> /etc/modprobe.d/blacklist.conf
depmod -a
update-initramfs -a`
reboot- Reboot system
- At this point, everything should still be working okay. In order to utilize the proprietary NVIDIA GPU drivers I had to install them with
sudo ubuntu-drivers autoinstall
- Reboot again, but boot into grub to access your desktop, using
ESC
, or shift. For meESC
worked. Press e to access the grub config of the default ubuntu boot option. Then append to the linux /boot... line,nomodeset
. - Press
F10
to boot with this configuration - You may experience a hang with this setup, press
ALT + F2, ALT + F1
, then the boot should continue with some screen flashes to the Ubuntu login - Add the
nomodeset
to the grub bootloader settings (search how to do this, it's relatively straightforward)
NOTE: I have not found a workaround to fix the ALT + F2, ALT + F1
key sequence, but this will have to be done per boot into Ubuntu. If I find a fix, I will update.
Image showing NVIDIA GTX 1080 driver fully loaded
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I will begin by saying this is a post for users who are unable to use Ubuntu on the Alienware 15 (R4). This may or may not apply to other users, but I'm willing to bet this will be useful for others.
First in order to get Ubuntu to detect the Killer wireless card installed on all Alienware 15s in 2018, you should use 18.10, or newer if applicable. I installed on Ubuntu 18.10 and it detected my AC Killer WiFi card with maximum capable speed due to the Intel update in the Linux kernel.
On to the good stuff:
- Install Ubuntu (18.10)
In my case I was unable to utilize the TouchPad, instead, I installed using the keyboard. run the following code in the new installation:
sudo su
echo 'blacklist i2c_hid' >> /etc/modprobe.d/blacklist.conf
depmod -a
update-initramfs -a`
reboot- Reboot system
- At this point, everything should still be working okay. In order to utilize the proprietary NVIDIA GPU drivers I had to install them with
sudo ubuntu-drivers autoinstall
- Reboot again, but boot into grub to access your desktop, using
ESC
, or shift. For meESC
worked. Press e to access the grub config of the default ubuntu boot option. Then append to the linux /boot... line,nomodeset
. - Press
F10
to boot with this configuration - You may experience a hang with this setup, press
ALT + F2, ALT + F1
, then the boot should continue with some screen flashes to the Ubuntu login - Add the
nomodeset
to the grub bootloader settings (search how to do this, it's relatively straightforward)
NOTE: I have not found a workaround to fix the ALT + F2, ALT + F1
key sequence, but this will have to be done per boot into Ubuntu. If I find a fix, I will update.
Image showing NVIDIA GTX 1080 driver fully loaded
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 40 secs ago


abu_bua
2,65461021
2,65461021
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 1 hour ago
nate6631
312
312
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
nate6631 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
nate6631 is a new contributor. Be nice, and check out our Code of Conduct.
nate6631 is a new contributor. Be nice, and check out our Code of Conduct.
nate6631 is a new contributor. Be nice, and check out our Code of Conduct.
nate6631 is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1085884%2finstall-ubuntu-on-alienware-15-r4%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
Possible duplicate of How do I install Ubuntu?
– Byte Commander
21 mins ago
I suggest you edit your question to highlight the main problem installing ubuntu on this machine, otherwise mods may just close it as duplicate, and it would be a shame because your answer may be useful to others.
– dsSTORM
13 mins ago
1
@Byte Commander I don't think it's a duplicate, he's specifically targeting an issue for a specific laptop model
– dsSTORM
12 mins ago