Linux on 15,6" Defiance XS II
So I got my new laptop and proceeded to install ArchLinux on it.
Initially I had some hardware issues:
For starters I had to blacklist nouveau kernel module, which is the
open source version for Nvidia cards. The module made the machine freeze
when entering 'lspci' on command line.
That sorted, I installed a desktop environment and other necessary software, which in
most distros supply by default. Arch doesn't
First problem was the 4G Module, Huawei ME936, which connected to my ISP
but I didn't get any internet connection. I solved this by using wvdial,
which sets up a ppp connection. Now it works, but not flawlessly: connection
disappears randomly, and modem refuses to reinitilize. Only option is to
reboot the machine, and it works again. Note that wvdial has to be run
as root, and all other network interfaces must be down. I have a backup
connection, so I'm using it as this is not reliable yet.
Next issue was the sounds. Both ALSA and Pulseaudio seemed to work by
all metrics, but no sound was coming out whatsoever. After some intense
googling and lots of frustration I found a solution:
Linux kernel module snd-hda-intel has an option to set model.
In Arch system I had to create following file:
/etc/modprobe.d/alsa.conf
and put the following line in:
options snd-hda-intel model=no-primary-hp
Now sound works almost as intended, only the 3-in-one input jack doesn't seem
to recognize my headset mic yet. Might be some minor issue, I'm just happy
I got decent sound controls.
Proprietary Nvidia drivers cause a lot of headaches for Linux users, but I
got them working too. There seems to be Intel video card inside too, the
switching videocard stuff I'll leave for later.
Still some things to figure out:
-Keyboard light controls, its just blue, looks like there is no driver for Linux
-Screen light controls work, but it's just on/off.
Overall the machine works, and I'm happy.
So I got my new laptop and proceeded to install ArchLinux on it.
Initially I had some hardware issues:
For starters I had to blacklist nouveau kernel module, which is the
open source version for Nvidia cards. The module made the machine freeze
when entering 'lspci' on command line.
That sorted, I installed a desktop environment and other necessary software, which in
most distros supply by default. Arch doesn't
First problem was the 4G Module, Huawei ME936, which connected to my ISP
but I didn't get any internet connection. I solved this by using wvdial,
which sets up a ppp connection. Now it works, but not flawlessly: connection
disappears randomly, and modem refuses to reinitilize. Only option is to
reboot the machine, and it works again. Note that wvdial has to be run
as root, and all other network interfaces must be down. I have a backup
connection, so I'm using it as this is not reliable yet.
Next issue was the sounds. Both ALSA and Pulseaudio seemed to work by
all metrics, but no sound was coming out whatsoever. After some intense
googling and lots of frustration I found a solution:
Linux kernel module snd-hda-intel has an option to set model.
In Arch system I had to create following file:
/etc/modprobe.d/alsa.conf
and put the following line in:
options snd-hda-intel model=no-primary-hp
Now sound works almost as intended, only the 3-in-one input jack doesn't seem
to recognize my headset mic yet. Might be some minor issue, I'm just happy
I got decent sound controls.
Proprietary Nvidia drivers cause a lot of headaches for Linux users, but I
got them working too. There seems to be Intel video card inside too, the
switching videocard stuff I'll leave for later.
Still some things to figure out:
-Keyboard light controls, its just blue, looks like there is no driver for Linux
-Screen light controls work, but it's just on/off.
Overall the machine works, and I'm happy.
Last edited: