Hi,
I just got a new Thinkpad T540p; the wifi card is an Intel Wireless 7265.
I will start with some background, as that may be important.
The installation with encrypted LVM was not straight forward (kept crashing) and I had to use the server installer for ubuntu and install the kubuntu desktop manually.
During the server installation (a relatively simple text itnerface) the ethernet card was not detected (or at least that's what it said), but the installation completed from the USB stick. Upon reboot I didn't have any network connection but I was able to get ethernet by adding
to the file /etc/network/interfaces and starting the eth0 manually
. Then I installed the kubuntu desktop.
That was in my lab; then I went home and connected it to the LAN there, but it didn't recognize the connection. It eventually worked after I removed the eth0 entry from /etc/network/interfaces and rebooted with the cable plugged in.
And this is the first problem: the ethernet only works if it was plugged in before boot, otherwise the system can't seem to establish a connection. Similarly, if the computer wakes up from sleep and the cable is not already plugged in, it wont establish a connection.
What is even weirder, I noticed that if the laptop awakes from sleep on batteries (i.e. without AC - a very common situation), the ethernet wont work either, even if it is plugged in before waking the computer... and if the power cord is unplugged less than a few seconds before sleeping it is as if it was unplugged while the computer was sleeping, i.e. the ethernet wont work. Very strange...
The second problem is that the wireless does not connect to my department network (eventhough the configuration is exactly as before, on my old laptop, which can connect). Initially I could not even connect to private networks, but after downgrading the firmware, I was able to connect to a neighbour's network. But the "enterprise-style" wifi in my department still doesn't work.
Since there were problems detecting the ethernet initially and it is still behaving strangely, and the problems with the wireless are drivign me nuts, I figured the first thing I should do is reinstall everything related to networking... Can anyone give me some guidance on that?
Thanks!
I just got a new Thinkpad T540p; the wifi card is an Intel Wireless 7265.
I will start with some background, as that may be important.
The installation with encrypted LVM was not straight forward (kept crashing) and I had to use the server installer for ubuntu and install the kubuntu desktop manually.
During the server installation (a relatively simple text itnerface) the ethernet card was not detected (or at least that's what it said), but the installation completed from the USB stick. Upon reboot I didn't have any network connection but I was able to get ethernet by adding
Code:
auto eth0 iface eth inet dhcp
Code:
sudo ifup eth0
That was in my lab; then I went home and connected it to the LAN there, but it didn't recognize the connection. It eventually worked after I removed the eth0 entry from /etc/network/interfaces and rebooted with the cable plugged in.
And this is the first problem: the ethernet only works if it was plugged in before boot, otherwise the system can't seem to establish a connection. Similarly, if the computer wakes up from sleep and the cable is not already plugged in, it wont establish a connection.
What is even weirder, I noticed that if the laptop awakes from sleep on batteries (i.e. without AC - a very common situation), the ethernet wont work either, even if it is plugged in before waking the computer... and if the power cord is unplugged less than a few seconds before sleeping it is as if it was unplugged while the computer was sleeping, i.e. the ethernet wont work. Very strange...
The second problem is that the wireless does not connect to my department network (eventhough the configuration is exactly as before, on my old laptop, which can connect). Initially I could not even connect to private networks, but after downgrading the firmware, I was able to connect to a neighbour's network. But the "enterprise-style" wifi in my department still doesn't work.
Since there were problems detecting the ethernet initially and it is still behaving strangely, and the problems with the wireless are drivign me nuts, I figured the first thing I should do is reinstall everything related to networking... Can anyone give me some guidance on that?
Thanks!
Comment