<div dir="ltr"><div><div>Nils,<br><br></div>OK thanks will give it a try<br><br></div>Ray<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 23, 2017 at 4:45 PM, Nils Kassube <span dir="ltr"><<a href="mailto:kassube@gmx.net" target="_blank">kassube@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">ray burke wrote:<br>
> I am not using my upgraded K14.04lts as still problem with the dial up<br>
> connecting (status 16),<br>
> would you know how to check my connection when in K14.04/,until I get<br>
> it my k14.04lts<br>
> going, I am still using k12.04.<br>
<br>
</span>As I explained in a previous mail, I can't help you with dial-up -<br>
except maybe point you to this page (I have no idea if it is helpful):<br>
<<a href="https://help.ubuntu.com/community/DialupModemHowto" rel="noreferrer" target="_blank">https://help.ubuntu.com/<wbr>community/DialupModemHowto</a>><br>
<span class=""><br>
> Also would you know how I would reduce<br>
> the number of Linux kernels thru my boot loader, as they are full, no<br>
> more room?<br>
<br>
</span>Use the command<br>
<br>
dpkg --get-selections |grep -e -generic<br>
<br>
to find the installed kernels. I don't know which kernels are installed<br>
on your system, so I send the output of the above command on my machine:<br>
<br>
linux-generic install<br>
linux-headers-3.13.0-128-<wbr>generic install<br>
linux-headers-3.13.0-129-<wbr>generic install<br>
linux-headers-3.13.0-132-<wbr>generic install<br>
linux-headers-generic install<br>
linux-image-3.13.0-128-generic install<br>
linux-image-3.13.0-129-generic install<br>
linux-image-3.13.0-132-generic install<br>
linux-image-extra-3.13.0-128-<wbr>generic install<br>
linux-image-extra-3.13.0-129-<wbr>generic install<br>
linux-image-extra-3.13.0-132-<wbr>generic install<br>
linux-image-generic install<br>
<br>
I want to keep the last two kernels, so I should remove the oldest<br>
version 3.13.0-128. That would be this command:<br>
<br>
sudo apt-get purge linux-headers-3.13.0-128-<wbr>generic linux-image-3.13.0-128-generic linux-image-extra-3.13.0-128-<wbr>generic<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
Nils<br>
<br>
<br>
--<br>
kubuntu-users mailing list<br>
<a href="mailto:kubuntu-users@lists.ubuntu.com">kubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/kubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/<wbr>mailman/listinfo/kubuntu-users</a><br>
</div></div></blockquote></div><br></div>