<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_1_1439517770456_41594"><span></span></div><div></div><div id="yui_3_16_0_1_1439517770456_41533"> </div><div class="signature" id="yui_3_16_0_1_1439517770456_41464"><div id="yui_3_16_0_1_1439517770456_41467" dir="ltr">I use Xubuntu 14.04, and if I lose the wifi connection (for example, the router is turned off then on again, then the dialogue box appears to enter the password, the password is not recognised, so it is necessary to reboot the computer, then it connects again without any problems.</div><div id="yui_3_16_0_1_1439517770456_41467" dir="ltr"><br></div><div id="yui_3_16_0_1_1439517770456_41467" dir="ltr">This occurs at any time, not just after an update.</div><div id="yui_3_16_0_1_1439517770456_41467" dir="ltr"><br></div><div id="yui_3_16_0_1_1439517770456_41467" dir="ltr"><br></div></div> <div style="font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 13px;" id="yui_3_16_0_1_1439517770456_41472"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;" id="yui_3_16_0_1_1439517770456_41471"> <div dir="ltr" id="yui_3_16_0_1_1439517770456_41532"> <hr size="1"> <font size="2" face="Arial" id="yui_3_16_0_1_1439517770456_41531"> <b><span style="font-weight:bold;">De:</span></b> "xubuntu-users-request@lists.ubuntu.com" <xubuntu-users-request@lists.ubuntu.com><br> <b><span style="font-weight: bold;">Para:</span></b> xubuntu-users@lists.ubuntu.com <br> <b><span style="font-weight: bold;">Enviado:</span></b> Jueves 13 de agosto de 2015 19:27<br> <b><span style="font-weight: bold;">Asunto:</span></b> xubuntu-users Digest, Vol 103, Issue 15<br> </font> </div> <div class="y_msg_container" id="yui_3_16_0_1_1439517770456_41470"><br>Send xubuntu-users mailing list submissions to<br> <a ymailto="mailto:xubuntu-users@lists.ubuntu.com" href="mailto:xubuntu-users@lists.ubuntu.com" id="yui_3_16_0_1_1439517770456_41530">xubuntu-users@lists.ubuntu.com</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br> <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-users</a><br>or, via email, send a message with subject or body 'help' to<br> <a ymailto="mailto:xubuntu-users-request@lists.ubuntu.com" href="mailto:xubuntu-users-request@lists.ubuntu.com" id="yui_3_16_0_1_1439517770456_41593">xubuntu-users-request@lists.ubuntu.com</a><br><br>You can reach the person managing the list at<br> <a ymailto="mailto:xubuntu-users-owner@lists.ubuntu.com" href="mailto:xubuntu-users-owner@lists.ubuntu.com" id="yui_3_16_0_1_1439517770456_41727">xubuntu-users-owner@lists.ubuntu.com</a><br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of xubuntu-users digest..."<br><br><br>Today's Topics:<br><br> 1. Re: Sudden loss of WiFi during updating (JMZ)<br> 2. Re: Sudden loss of WiFi during updating (Petter Adsen)<br> 3. Re: Sudden loss of WiFi during updating (JMZ)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Thu, 13 Aug 2015 04:53:21 -0400<br>From: JMZ <<a ymailto="mailto:florentior@gmail.com" href="mailto:florentior@gmail.com">florentior@gmail.com</a>><br>To: Xubuntu Support and User Discussions<br> <<a ymailto="mailto:xubuntu-users@lists.ubuntu.com" href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a>><br>Subject: Re: [xubuntu-users] Sudden loss of WiFi during updating<br>Message-ID: <<a ymailto="mailto:55CC5B01.5040107@gmail.com" href="mailto:55CC5B01.5040107@gmail.com">55CC5B01.5040107@gmail.com</a>><br>Content-Type: text/plain; charset="windows-1252"; Format="flowed"<br><br>Hi David,<br><br>One peril of running a (what I think is a) no-longer-supported version <br>of xubuntu is the possibility that the repositories for the version are <br>stale. If that's the case, they're not being updated. So, while a later <br>version might support your wifi chipset, 12.04 may not. Also, you are <br>probably far behind the kernel update system.<br><br>The file /etc/apt/sources.list controls what drivers are upgraded, among <br>other tasks. If you type 'sudo apt-get update && sudo apt-get upgrade <br>&& sudo apt-get dist-upgrade', your computer references sources.list to <br>see which servers it should draw information from.<br><br>Try this. It's a bit risky and convoluted, but I can help you out if <br>the computer gets stuck.<br><br>Pre-steps. ----> Go to your terminal.<br><br>-------------------> I like ROXTerm (shameless plug). Type 'sudo <br>apt-get update && sudo apt-get -y install roxterm' to try it.<br><br><br><br>1) copy /etc/apt/sources.list to another file. ie. go to x:x/$ (your <br>root directory) and type 'sudo cp /etc/apt/sources.list <br>08132015-sources.list' or however you like to organize your backup files.<br><br>2) get a thumb drive and, while in the root directory, type 'sudo mv <br>08132015-sources.list /media/x/[drive]' (whatever your thumb drive name <br>is, check /media/). Unmount the thumb drive and put it somewhere safe.<br><br>3) Now type 'sudo apt-get update && sudo apt-get -y install gedit && <br>sudo gedit /etc/apt/sources.list'. This will install gedit, a basic <br>text editor. Then sources.list will appear.<br><br>4) Hash out all the lines (#). This will tell the computer to ignore <br>the old commands.<br><br>5) Copy the hashed out parts, put the copy first in the file, and remove <br>the hashes from this copy. The computer will read this part of the file.<br><br>6) Where your see 'precise' in the un-hashed out part, delete and insert <br>'vivid'. What this does is temporarily upgrade to 15.04. There's a <br>backup of the old 12.04 sources.list on the thumb drive, so no worries.<br><br>7) Save sources.list, close gedit, and return to your terminal.<br><br>8) type 'sudo apt-get update && sudo apt-get upgrade && sudo apt-get <br>dist-upgrade && sudo reboot'. This should update/upgrade the system and <br>then reboot it.<br><br>9) See if wifi works when the computer comes back up.<br><br>Good luck. Keep us informed.<br><br>Jordan<br><br><br>On 08/13/2015 02:08 AM, David Walland wrote:<br>> Dear Jordan,<br>><br>> I've since done this and it does show up. I'm using 12.04 because I <br>> both like it and it runs better than 14.04 on these machines, but on <br>> the Ubuntu support area there's someone who had the same problem - <br>> also with an Intel 2200 board - on 14.04 and followed the suggestions <br>> as far as I could without success.<br>><br>> I wish I understood all the various commands, but as yet, I've not <br>> really got my head round them (it takes so much longer when you are <br>> older).<br>><br>> The update was downloading/installing Google chrome major update (10s <br>> of MB download) when the wifi suddenly failed. As I say, the wifi <br>> board works perfectly under Win XP (indeed I'm using the actual <br>> computer now with the XP HDD in it to write this).<br>><br>> I assume that something has corrupted the driver(s) and I need to <br>> reload these.<br>><br>> When I click on the eternally running attempt to link with either our <br>> (Virgin Superwimp) hub or the repeater, the system sees it perfectly <br>> but can't link with it. It behaves as though the password is absent.<br>><br>> Regards<br>><br>> David<br>><br>> PS Michelle, I've spent some time getting the machine loaded and <br>> exactly as I want it and I'm reluctant to reload from scratch, which <br>> was my first thought.<br>><br>> On 12 August 2015 at 23:42, JMZ <<a ymailto="mailto:florentior@gmail.com" href="mailto:florentior@gmail.com">florentior@gmail.com</a> <br>> <mailto:<a ymailto="mailto:florentior@gmail.com" href="mailto:florentior@gmail.com">florentior@gmail.com</a>>> wrote:<br>><br>> Hi David,<br>><br>> Type lspci | less and see if the network card shows up on the<br>> list. Look for a term like "Network Controller" or similar.<br>><br>> Jordan<br>><br>><br>> On 08/12/2015 06:19 PM, Michele Mor wrote:<br>>> Hi David.<br>>> If you don't have much personal data, or if you can do a backup I<br>>> would simply use a new version of Xubuntu and reinstall<br>>> everything formatting the HD.<br>>><br>>> I know that it's quite drastic, but probably quicker than trying<br>>> to fix things!<br>>><br>>> Michele<br>>><br>>> On Wed, Aug 12, 2015 at 9:26 AM, David Walland<br>>> <<a ymailto="mailto:davidwalland@googlemail.com" href="mailto:davidwalland@googlemail.com">davidwalland@googlemail.com</a><br>>> <mailto:<a ymailto="mailto:davidwalland@googlemail.com" href="mailto:davidwalland@googlemail.com">davidwalland@googlemail.com</a>>> wrote:<br>>><br>>> Hi All,<br>>><br>>> I was updating my Xubuntu this morning when it announced that<br>>> it had failed to download and stopped. Since then I haven't<br>>> been able to reconnect to WiFi. It continually tries then<br>>> asks for the password for the wifi, repeated ad nauseum.<br>>><br>>> Now I have two identical laptops, so, knowing the other has a<br>>> perfect, identical, wifi board, I swapped the HDDs over, only<br>>> to discover:<br>>><br>>> a) The other machine with the Xubuntu SSD transplanted now<br>>> can't connect to WiFi, although it could when it was running<br>>> Win XP<br>>><br>>> and<br>>><br>>> b) the computer that couldn't connect under Xubuntu, happily<br>>> connects when running Win XP!<br>>><br>>> So the problem *has* to lie in the Xubuntu system. This is<br>>> my "Notebook" and I will need it running next Monday and<br>>> Tuesday, as I'm on a course then.<br>>><br>>> Here's the system details:<br>>><br>>> The machine is a Toshiba Satellite Pro A10 (yes I know it's<br>>> virtually scrap - that's why I can use it as my Workbook,<br>>> it's not even worth stealing!)<br>>> It has been upgraded to a Pentium 4 and has 1 GB memory and<br>>> an 80 GB SSD.<br>>><br>>> The WiFi Board is an Intel 2200 one.<br>>><br>>> The system is running Xubuntu 12.04 (personal taste).<br>>><br>>> I'm still a fairly new newbie and would appreciate fullest<br>>> explanations of how to sort this out (please talk down to<br>>> me!!!) and how to generate any further information the list<br>>> might need to help me.<br>>><br>>> I am wondering if the drivers have been corrupted and if so,<br>>> how to remove and re-install them. The system runs fine on a<br>>> wired connection.<br>>><br>>> Thanks in anticipation,<br>>><br>>> David Walland<br>>><br>>> --<br>>> xubuntu-users mailing list<br>>> <a ymailto="mailto:xubuntu-users@lists.ubuntu.com" href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a><br>>> <mailto:<a ymailto="mailto:xubuntu-users@lists.ubuntu.com" href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a>><br>>> Modify settings or unsubscribe at:<br>>> <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-users</a><br>>><br>>><br>>><br>>><br>><br>><br>> --<br>> xubuntu-users mailing list<br>> <a ymailto="mailto:xubuntu-users@lists.ubuntu.com" href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a> <mailto:<a ymailto="mailto:xubuntu-users@lists.ubuntu.com" href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a>><br>> Modify settings or unsubscribe at:<br>> <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-users</a><br>><br>><br>><br>><br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <<a href="https://lists.ubuntu.com/archives/xubuntu-users/attachments/20150813/eaac2585/attachment-0001.html" target="_blank">https://lists.ubuntu.com/archives/xubuntu-users/attachments/20150813/eaac2585/attachment-0001.html</a>><br><br>------------------------------<br><br>Message: 2<br>Date: Thu, 13 Aug 2015 11:22:11 +0200<br>From: Petter Adsen <<a ymailto="mailto:petter@synth.no" href="mailto:petter@synth.no">petter@synth.no</a>><br>To: <a ymailto="mailto:xubuntu-users@lists.ubuntu.com" href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a><br>Subject: Re: [xubuntu-users] Sudden loss of WiFi during updating<br>Message-ID: <<a ymailto="mailto:20150813112211.2b5f47f0@odin" href="mailto:20150813112211.2b5f47f0@odin">20150813112211.2b5f47f0@odin</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>On Thu, 13 Aug 2015 04:53:21 -0400<br>JMZ <<a ymailto="mailto:florentior@gmail.com" href="mailto:florentior@gmail.com">florentior@gmail.com</a>> wrote:<br><br>> Hi David,<br>> <br>> One peril of running a (what I think is a) no-longer-supported version <br><br>You are wrong. 12.04 is still supported, until well into 2017.<br><br>> Try this. It's a bit risky and convoluted, but I can help you out if <br>> the computer gets stuck.<br>> <br>> Pre-steps. ----> Go to your terminal.<br>> <br>> -------------------> I like ROXTerm (shameless plug). Type 'sudo <br>> apt-get update && sudo apt-get -y install roxterm' to try it.<br>> <br>> <br>> <br>> 1) copy /etc/apt/sources.list to another file. ie. go to x:x/$ (your <br>> root directory) and type 'sudo cp /etc/apt/sources.list <br>> 08132015-sources.list' or however you like to organize your backup files.<br><br><snip><br><br>Nononononono. Don't. If you do want to upgrade, then take the<br>'do-release-upgrade' route, as that will take care of everything you<br>need to think about. While doing it this way might work, I wouldn't<br>recommend it to a newbie. And there might be newer kernels available<br>that have the drivers you need, take a look at:<br><br><a href="https://wiki.ubuntu.com/Kernel/LTSEnablementStack" target="_blank">https://wiki.ubuntu.com/Kernel/LTSEnablementStack</a><br><br>That is if the kernel is the problem at all. What might have happened<br>is that your system upgraded to a newer kernel that has some problem<br>with your wifi adapter. What you could do to determine this is to<br>reboot with your previous kernel, it should still be installed.<br><br>Reboot, and select "Advanced" from the Ubuntu boot menu. There you<br>should be able to select your previous kernel (if there are many,<br>select the one with the next-highest version number). See if that fixes<br>your problem before you try anything else.<br><br>Petter<br><br>-- <br>"I'm ionized"<br>"Are you sure?"<br>"I'm positive."<br>-------------- next part --------------<br>A non-text attachment was scrubbed...<br>Name: not available<br>Type: application/pgp-signature<br>Size: 213 bytes<br>Desc: OpenPGP digital signature<br>URL: <<a href="https://lists.ubuntu.com/archives/xubuntu-users/attachments/20150813/8f06a56b/attachment-0001.pgp" target="_blank">https://lists.ubuntu.com/archives/xubuntu-users/attachments/20150813/8f06a56b/attachment-0001.pgp</a>><br><br>------------------------------<br><br>Message: 3<br>Date: Thu, 13 Aug 2015 05:57:34 -0400<br>From: JMZ <<a ymailto="mailto:florentior@gmail.com" href="mailto:florentior@gmail.com">florentior@gmail.com</a>><br>To: Xubuntu Support and User Discussions<br> <<a ymailto="mailto:xubuntu-users@lists.ubuntu.com" href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a>><br>Subject: Re: [xubuntu-users] Sudden loss of WiFi during updating<br>Message-ID: <<a ymailto="mailto:55CC6A0E.1070203@gmail.com" href="mailto:55CC6A0E.1070203@gmail.com">55CC6A0E.1070203@gmail.com</a>><br>Content-Type: text/plain; charset="windows-1252"; Format="flowed"<br><br>Yes I agree Petter that my path of thought is convoluted (it almost <br>always is). Still, it is not a bad idea to back up sources.list and <br>maybe also the directory sources.list.d before 'do-release-upgrade'.<br><br>Jordan<br><br>On 08/13/2015 05:22 AM, Petter Adsen wrote:<br>> On Thu, 13 Aug 2015 04:53:21 -0400<br>> JMZ <<a ymailto="mailto:florentior@gmail.com" href="mailto:florentior@gmail.com">florentior@gmail.com</a>> wrote:<br>><br>>> Hi David,<br>>><br>>> One peril of running a (what I think is a) no-longer-supported version<br>> You are wrong. 12.04 is still supported, until well into 2017.<br>><br>>> Try this. It's a bit risky and convoluted, but I can help you out if<br>>> the computer gets stuck.<br>>><br>>> Pre-steps. ----> Go to your terminal.<br>>><br>>> -------------------> I like ROXTerm (shameless plug). Type 'sudo<br>>> apt-get update && sudo apt-get -y install roxterm' to try it.<br>>><br>>><br>>><br>>> 1) copy /etc/apt/sources.list to another file. ie. go to x:x/$ (your<br>>> root directory) and type 'sudo cp /etc/apt/sources.list<br>>> 08132015-sources.list' or however you like to organize your backup files.<br>> <snip><br>><br>> Nononononono. Don't. If you do want to upgrade, then take the<br>> 'do-release-upgrade' route, as that will take care of everything you<br>> need to think about. While doing it this way might work, I wouldn't<br>> recommend it to a newbie. And there might be newer kernels available<br>> that have the drivers you need, take a look at:<br>><br>> <a href="https://wiki.ubuntu.com/Kernel/LTSEnablementStack" target="_blank">https://wiki.ubuntu.com/Kernel/LTSEnablementStack</a><br>><br>> That is if the kernel is the problem at all. What might have happened<br>> is that your system upgraded to a newer kernel that has some problem<br>> with your wifi adapter. What you could do to determine this is to<br>> reboot with your previous kernel, it should still be installed.<br>><br>> Reboot, and select "Advanced" from the Ubuntu boot menu. There you<br>> should be able to select your previous kernel (if there are many,<br>> select the one with the next-highest version number). See if that fixes<br>> your problem before you try anything else.<br>><br>> Petter<br>><br>><br>><br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <<a href="https://lists.ubuntu.com/archives/xubuntu-users/attachments/20150813/b2b2c274/attachment.html" target="_blank">https://lists.ubuntu.com/archives/xubuntu-users/attachments/20150813/b2b2c274/attachment.html</a>><br><br>------------------------------<br><br>-- <br>xubuntu-users mailing list<br><a ymailto="mailto:xubuntu-users@lists.ubuntu.com" href="mailto:xubuntu-users@lists.ubuntu.com">xubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-users</a><br><br><br>End of xubuntu-users Digest, Vol 103, Issue 15<br>**********************************************<br><br><br></div> </div> </div> </div></body></html>