The touchpad doesn't work out of the box, do:
sudo su
echo 'blacklist i2c_hid' >> /etc/modprobe.d/blacklist.conf
depmod -a
update-initramfs -u
And reboot, and you are good to go.
The card gets reported as: Intel Corporation Device 2526 (rev 29)
on lspci -v
.
On lspci -nnk | grep -i net -A2
:
45:00.0 Network controller [0280]: Intel Corporation Device [8086:2526] (rev 29)
Subsystem: Bigfoot Networks, Inc. Device [1a56:1550]
And sudo lshw -C network
:
*-network UNCLAIMED
description: Network controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:45:00.0
version: 29
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix cap_list
configuration: latency=0
resources: memory:9db00000-9db03fff
To get the driver (from askubuntu):
sudo apt-get install git
git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
cd backport-iwlwifi
make defconfig-iwlwifi-public
sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config
make -j4
sudo make install
And reboot. On any kernel update you'll need to do sudo make installwe-16.04
again (until this is fixed upstream).
hi, Have you install ubuntu16.04 on Alienware 15 R4 successfully? I want to buy a Alienware 15R4...