Internet access problem
Markus Schönhaber
ubuntu-users at list-post.mks-mail.de
Wed Nov 11 09:35:01 UTC 2009
R Page-Jones:
> When I enter the command line:
>
> gksudo gedit /etc/modprobe.d/aliases
> An empty box comes up with "aliases (/etc/modprobe.d) - gedit" as a title across the top, but the box itself is completely empty.
Did you do what I suggested to disable IPv6 for Firefox? If so, does it
improve things?
As mention previously, to disable IPv6 add
ipv6.disable=1
to the boot options. To do that
gksudo gedit /etc/default/grub
search for the line containing GRUB_CMDLINE_LINUX_DEFAULT, which should
look like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
change it to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash ipv6.disable=1"
Save the file, quit gedit and do
sudo update-grub
and reboot.
--
Regards
mks
More information about the ubuntu-users
mailing list