This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

(SOLVED) Internet slow

MinMiguel

Sat Apr 12, 2014 5:40:18 pm

Hi:
I have problems, my internet is slow in Zorin OS, but in Windows my internet is faster, I have a Asus A55VD.

Thank you :D

PD: Sorry for my english

Anonymous

Sat Apr 12, 2014 5:47:45 pm

MinMiguel >Until Madvinegar can get to ya.

Unplug your router/modem for 20 seconds.. then do a reboot.
That solves most problems right off hand.

Wolfman

Sat Apr 12, 2014 6:52:15 pm

Hi,

are you using a network cable (normally faster) or a WiFi connection?.

MinMiguel

Sat Apr 12, 2014 7:28:24 pm

Gizmuntu wrote: MinMiguel >Until Madvinegar can get to ya.

Unplug your router/modem for 20 seconds.. then do a reboot.
That solves most problems right off hand.



I'll try and I comment you

Wolfman wrote:Hi,

are you using a network cable (normally faster) or a WiFi connection?.


WiFi connection

Wolfman

Sat Apr 12, 2014 9:30:11 pm

Hi,

do a full force system update with this terminal (Ctrl + Alt + t) command:

Code:
sudo apt-get update && sudo apt-get dist-upgrade -f


And read the update guide and see if things improve:

viewtopic.php?f=5&t=2247

Hope it helps. :D

MinMiguel

Sun Apr 13, 2014 4:04:42 pm

Gizmuntu wrote: MinMiguel >Until Madvinegar can get to ya.

Unplug your router/modem for 20 seconds.. then do a reboot.
That solves most problems right off hand.



I do it but my internet as usual

Wolfman wrote:Hi,

do a full force system update with this terminal (Ctrl + Alt + t) command:

Code:
sudo apt-get update && sudo apt-get dist-upgrade -f


And read the update guide and see if things improve:

http://www.zoringroup.com/forum/viewtop ... f=5&t=2247

Hope it helps. :D


I think the internet have improved, however, there are some pages load very slow. I go to do test of speed of my internet and I comment you.

Thank you

edit: The internet is still slow

madvinegar

Mon Apr 14, 2014 7:18:18 am

Please post back the results of the following commands so as to check the ID of your card and various other info:

lspci -nn | grep 0280
lsusb
sudo lshw -c network
lsmod

MinMiguel

Mon Apr 14, 2014 9:25:06 pm

madvinegar wrote:Please post back the results of the following commands so as to check the ID of your card and various other info:

lspci -nn | grep 0280
lsusb
sudo lshw -c network
lsmod


Primer comando:
Image

Segundo comando
Image

Tercer comando
Image

Cuarto comando
Module Size Used by
rfcomm 47604 12
parport_pc 32866 0
ppdev 17113 0
bnep 18281 2
binfmt_misc 17540 1
snd_hda_codec_hdmi 32474 1
snd_hda_codec_realtek 224173 1
joydev 17693 0
asus_nb_wmi 12710 0
asus_wmi 24456 1 asus_nb_wmi
sparse_keymap 13890 1 asus_wmi
dm_multipath 23275 0
arc4 12529 2
snd_hda_intel 33719 3
snd_hda_codec 127706 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 17764 1 snd_hda_codec
snd_pcm 97275 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_seq_midi 13324 0
snd_rawmidi 30748 1 snd_seq_midi
snd_seq_midi_event 14899 1 snd_seq_midi
ath9k 132428 0
uvcvideo 72627 0
videodev 98259 1 uvcvideo
snd_seq 61929 2 snd_seq_midi,snd_seq_midi_event
psmouse 97519 0
mac80211 506862 1 ath9k
v4l2_compat_ioctl32 17128 1 videodev
serio_raw 13211 0
snd_timer 29990 2 snd_pcm,snd_seq
snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
ath3k 12961 0
btusb 18332 2
bluetooth 180113 24 rfcomm,bnep,ath3k,btusb
ath9k_common 14053 1 ath9k
ath9k_hw 411239 2 ath9k,ath9k_common
ath 24067 3 ath9k,ath9k_common,ath9k_hw
snd 79041 16 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
cfg80211 205774 3 ath9k,mac80211,ath
soundcore 15091 1 snd
snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
mei 41616 0
mac_hid 13253 0
lp 17799 0
parport 46562 3 parport_pc,ppdev,lp
dm_raid45 78155 0
xor 12894 1 dm_raid45
dm_mirror 22203 0
dm_region_hash 20961 1 dm_mirror
dm_log 18564 3 dm_raid45,dm_mirror,dm_region_hash
btrfs 653113 0
zlib_deflate 27139 1 btrfs
libcrc32c 12644 1 btrfs
usbhid 47238 0
hid 99636 1 usbhid
nouveau 775039 0
ttm 76949 1 nouveau
r8168 266322 0
i915 478239 3
drm_kms_helper 46978 2 nouveau,i915
drm 241971 6 nouveau,ttm,i915,drm_kms_helper
mxm_wmi 13021 1 nouveau
wmi 19256 2 asus_wmi,mxm_wmi
i2c_algo_bit 13423 2 nouveau,i915
video 19651 2 nouveau,i915
zram 18642 1

madvinegar

Tue Apr 15, 2014 6:18:03 am

Lets try this:

In terminal run the following command:
Code:
echo 'options ath9k nohwcrypt=1' | sudo tee -a /etc/modprobe.d/ath9k.conf


Reboot.

MinMiguel

Wed Apr 16, 2014 12:57:43 am

madvinegar wrote:Lets try this:

In terminal run the following command:
Code:
echo 'options ath9k nohwcrypt=1' | sudo tee -a /etc/modprobe.d/ath9k.conf


Reboot.


My friend !!! thank you so much :D

Problem solved

madvinegar

Wed Apr 16, 2014 6:24:35 am

Glad I helped my friend.

Swarfendor437

Wed Apr 16, 2014 8:38:47 am

300 blue jewels to madvinegar! :D