Hello everyone,
Since yesterday, I ran into a couple of problems. Basically the wifi was not running properly after the installation. From what I've been told, the computer I received in my office (Dell XPS 15 9750) is brand new and Ubuntu's software are not already entirely adapted to it.
Several people of my office tried to help me and did a lot of manipulations (following some suggested online solutions) which at the end didn't solve the problem but made the situation even worse (the computer became slow and some graphical glitches appeared). Not to mention that I'm forced by the IT compliance to install an antivirus which makes my computer freeze at the end of the installation (the two times I installed it), and maybe is also part of the reason why it doesn't work well after wards. Tired, I decided to restore the settings of the bios and reinstall again Ubuntu 18.04.1 from scratch.
While typing this message, the wifi was again interrupted and I fear they might come again. Someone suggested me to follow the procedure indicated on this page:
https://github.com/JackHack96/dell-xps-9570-ubuntu-respin
but there are plenty of points I don't understand:
1) What is a Ubuntu respin? I don't know much about the theory explaining how ubuntu works. Some colleagues gave me some explanations concerning kernels, but they went way above my head. From what I understand this respining is a bundle of tricks and tweaks to make Ubuntu 18.04.1 work.
2) Am I correct concerning the exact procedure:
a) Enter
in the console.
b) Enter
int the console.
c) Enter
in the console
d) Enter
in the console
e) Download the generic .iso file associated to Ubuntu 18.04.1 from here:
http://releases.ubuntu.com/18.04/
inside the folder called
dell-xps-9570-ubuntu-respin
f) Enter (replacing the iso filename)
In the terminal
g) Create a new usb live key with the dd command and an .iso file that was created after my last command.
h) Reinstall Ubuntu with the new usb live key like I would do with any other installation and follow the steps.
Is there something that I am missing? Are g) and h) correct?
3) Are steps a) to f) equivalent to using the ``already respun ISO" put into link in g) and h)?
Sorry for the trouble. I know that this is not properly speaking Kubuntu. But if you can help me it would be great. It's been 4 days I try to have a stable system on my computer and I don't feel so good about the impression I'm making on my supervisors...
Best
Since yesterday, I ran into a couple of problems. Basically the wifi was not running properly after the installation. From what I've been told, the computer I received in my office (Dell XPS 15 9750) is brand new and Ubuntu's software are not already entirely adapted to it.
Several people of my office tried to help me and did a lot of manipulations (following some suggested online solutions) which at the end didn't solve the problem but made the situation even worse (the computer became slow and some graphical glitches appeared). Not to mention that I'm forced by the IT compliance to install an antivirus which makes my computer freeze at the end of the installation (the two times I installed it), and maybe is also part of the reason why it doesn't work well after wards. Tired, I decided to restore the settings of the bios and reinstall again Ubuntu 18.04.1 from scratch.
While typing this message, the wifi was again interrupted and I fear they might come again. Someone suggested me to follow the procedure indicated on this page:
https://github.com/JackHack96/dell-xps-9570-ubuntu-respin
but there are plenty of points I don't understand:
1) What is a Ubuntu respin? I don't know much about the theory explaining how ubuntu works. Some colleagues gave me some explanations concerning kernels, but they went way above my head. From what I understand this respining is a bundle of tricks and tweaks to make Ubuntu 18.04.1 work.
2) Am I correct concerning the exact procedure:
a) Enter
Code:
sudo apt install -y squashfs-tools xorriso
b) Enter
Code:
git clone https://github.com/jackhack96/dell-xps-9570-ubuntu-respin.git
c) Enter
Code:
cd dell-xps-9570-ubuntu-respin/
d) Enter
Code:
sudo apt install -y git wget genisoimage bc squashfs-tools xorriso
e) Download the generic .iso file associated to Ubuntu 18.04.1 from here:
http://releases.ubuntu.com/18.04/
inside the folder called
dell-xps-9570-ubuntu-respin
f) Enter (replacing the iso filename)
Code:
./build.sh <iso filename>
g) Create a new usb live key with the dd command and an .iso file that was created after my last command.
h) Reinstall Ubuntu with the new usb live key like I would do with any other installation and follow the steps.
Is there something that I am missing? Are g) and h) correct?
3) Are steps a) to f) equivalent to using the ``already respun ISO" put into link in g) and h)?
Sorry for the trouble. I know that this is not properly speaking Kubuntu. But if you can help me it would be great. It's been 4 days I try to have a stable system on my computer and I don't feel so good about the impression I'm making on my supervisors...
Best
Comment