Ubuntu :: Speed Up MBWE Connection

Aug 1, 2010

I just bought a new WD MyBook World Edition 1TB and hooked it up to my windows 7. we're dual-booting with ubuntu (eventually hoping to VM windows) and i need to connenct to the mbwe. after hours of googling, i added this to /etc/fstab: //XXX.XXX.X.X/Public /mnt/Public nfs guest,_netdev 0 0 when i access my files on the mbwe it is superslow. speeding the connection up.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Slow Download Speed On Wireless Connection

Jun 5, 2010

Basically the problem is a slow download speed over my wireless connection that does not occur in Windows Vista. The reason I'm so annoyed is that the speed is not constantly slow. It bursts at around 600kb/s (good for my internet connection). The problem is that while trying to download a file it bursts for about a second,then total throughput decreases to +/- 1kb/s for a few seconds, then another burst and so on. Note the file I'm downloading is a http:// download, not p2p or anything. I've attached a screenshot of the System Monitor.
Screenshot-System Monitor.png
Some additional info. I'm using Ubuntu 10.04 with all available updates installed. The browser in use is Google Chrome.

View 9 Replies View Related

Ubuntu Networking :: View Network Connection Speed?

Nov 12, 2010

how to view my network connection speed. EG: 10/100/100 mbit. I searched and searched with no luck, I tried ethtool as well as mii-tool.

View 4 Replies View Related

Ubuntu Networking :: 10.10 - Low Download Speed On Wireless Connection

Feb 22, 2011

I have installed Ubuntu 10.10 on my Dell Latitude D830 laptop using the Wubi installer. Everything seems to be working fine except for my wireless connection. When I plug in my wired connection and test on speedtest.net I get download speeds of 20MB/second. However, when I switch to my wireless connection, I barely break 1MB/second. I have an Intel PRO/Wireless 3945ABG wireless adapter. I have scoured this forum, Google, everywhere I can think of to find a solution and none seem to work for me. I love Ubuntu but this might be a deal breaker...

View 3 Replies View Related

Ubuntu :: Slow Download Speed - Establishing A Connection With The Tracker ?

Feb 11, 2010

I am currently using Ktorrent on Ubuntu9.10, the torrents either have a slow download speed or have trouble establishing a connection with the tracker. I have no such problems when I was using utorrent on Win XP.

View 5 Replies View Related

Ubuntu Networking :: Slow Internet Connection Only With System / Speed It Up?

May 5, 2010

I'm running Kubuntu 10.4, and I'm having a really slow Internet connection, with Windows everything works fine.

When I upload a file to an internal Ubuntu server the speed is ok ~15MB/s.

The problem is only with Internet Firefox / synaptic, any program using Internet. Last download done with synaptic display 18KB/s when normally it should be 500.

View 9 Replies View Related

Ubuntu Networking :: Increase Internet Speed In 10.10 With A Wireless Connection?

May 4, 2011

Is there a way to increase my internet speed in ubuntu 10.10 with a wireless conection

View 1 Replies View Related

Ubuntu Networking :: Squid Proxy With SOCKS And Ssh - Speed Up The Connection

Jun 16, 2011

I use ssh to port forward my browser(firefox) using SOCKS to a "server"(ubuntu desktop with ssh ) I have in the UK, to watch iplayer etc wen traveling... I forward port 1024 (default port for SOCKS? **mite b untrue..). the "server" is running ubuntu 11.04.

could i set up a transparent proxy(squid) on the "server" in the hope tht it speeds up the connection etc... my thot was get squid to listen on port 1024, or set up the ssh port forwarding to the squid port... would tht work? is the a better/different way to do it? the issue is tht sometimes the ssh connection can b slow at times

View 1 Replies View Related

Ubuntu :: Faster Download Speed - Utilize Internet Connection Better?

Jun 24, 2011

So I switch between Ubuntu and Windows alot, because some games I can only get to run smoothly in the windows environment. Anyways, one thing I have been noticing ever since I got Ubuntu but never really questioned, was about my download speeds. When downloading a torrent in Windows, I topped out out about 2.0 mb/s. Where as in my Ubuntu install, running the same torrent program (utorrent) and downloading the same file, I was getting 3.0 mb/s. I was wondering, what is it about Ubuntu that is utilizing my internet connection better? Only a hand ful of times have I ever reached 3.0 in my windows install (such as right now while I am downloading a game through steam).

View 3 Replies View Related

Fedora :: Tweak Speed Of Broadband Connection?

Feb 11, 2011

Will this work in Fedora also to tweak the speed of broadband connection? [URL]

View 2 Replies View Related

Networking :: Any Way To Set Speed Limit For Internet Connection?

Jan 21, 2011

Me and my friend are using the same internet, sometimes he downloads something or watches a movie online. When he does that my internet connection becomes very weak. So is there any way to put limit on his computer? Like only 30kb/s

View 2 Replies View Related

Networking :: Strange Bug About Internet Connection Speed

Dec 22, 2010

I'm getting these strange answers from opera when I ask it what speed for download does it have. I am downloading fedora using ubuntu right now. Why opera tells me it's downloading with almost 200kb/s while the system monitor from ubuntu can't pass more than 110kb/s ...

View 2 Replies View Related

Networking :: Transfer Speed Of Wired Connection?

Apr 19, 2010

I recently setup my two PC's for network file sharing using Samba. I notice the max speed I can transfer a file is 89kb/s instead of 100Mb/s. How can I increase the speed to max 100Mb/s? Both systems are running Ubuntu 9.10 w/Samba.

View 7 Replies View Related

General :: Finding Connection Speed When Using Wvdial?

Jun 6, 2010

When connecting to the internet in Ubuntu 10.04 with an external USB dialup modem, using a terminal and sudo wvdial command, is there a command or some way that will show the modem connection speed?

I checked similar threads, but they don't appear to involve finding dialup modem speeds.

View 2 Replies View Related

General :: Monitoring Internet Connection Speed?

Jul 30, 2010

Quote:

I'm trying to find a good host for my site, and I've been trying to get one with a fast, reliable connection - I frequently use it as a proxy server for various areas, and since my connection is frequently a 50 Mb or 100 Mb line, I need a fast network connection so it doesn't slow down too much when I switch to the proxy server.

At the moment, I've narrowed it down to a couple of providers that are all within a few hops and <6ms away from my main location; it pretty much comes down to connection speed. One in particular that I'm trialing offers an metered 100100 connection at a good price, so I'm hoping to go with them, but I want to make sure the connection is solid and doesn't drop to a much lower speed during the day if they are sharing it among many users.

I have a pretty simple speed test procedure - I use wget on a 1GB file hosted on a backbone with a 1GB connection, and see how fast it downloads. For now, it's sticking at a steady 11.2 MBs or 90 Mbs, which is fast enough for me, but I need to make sure it can maintain that speed even in times of heavy usage.

[/BACKSTORY]

Basically, I need a script that runs wget every half hour and logs the output and time in a reasonably readable format. It's probably something simple enough to do, but I'm just learning my way around the linux command shell, so some simple instructions on how to create and run such a script would be great [CentOS 5]. I have full root access to the server and I'm the only user on it if it matters.

View 2 Replies View Related

Debian Configuration :: Verify Link Connection Speed?

Aug 5, 2010

How to verify that Debian is running at 100 Mbps or 1000 Mbps? I can view the report from 'ifconfig eth0' but I can't see how fast the link has been established.

View 2 Replies View Related

Networking :: Throttle Client Connection Speed From NAT Server

Sep 5, 2010

I have about 5 computers on my network that get their internet connection from a Linux NAT server.

192.168.12.02 is a Linux server that has a NAT set up to share the internet connection.
192.168.12.03 is a download server that is almost always downloading
192.168.12.05 - 192.168.12.20 is assigned by DHCP to users.

I want to make it so that the download server runs at full speed but is throttled only when someone from the user IP addresses range tries to use the NAT server.I think I'm looking for some way to set the download server's packets to have a lower priority than the client's packets. Is there a way to set this in the Linux server?

View 5 Replies View Related

Networking :: Any Program To Limit Download Speed Per Connection?

Mar 29, 2011

I need a program that will limit download speed per connection. So that each download is limited to 100kbit/s for e,g. I tried trickled, it only limits whole application (and doesn't work with firefox). Also tried pyshaper, doesn't work. Is there such software?

View 1 Replies View Related

General :: Bandwidth Management - How To Limit Connection Speed

Jan 4, 2010

In my household a number of people use the internet. Up to a maximum of 3 wired connections and 2 wireless connections at its peak, all connection through my D-LINK G604T router. The problem is, when one person is downloading or watching ..... or whatever, the others using the internet suffer. I've spent hours configuring QoS on my router, and long story short, no matter how I configure it, it just simply does not work. QoS in no way shape or form limits connection speed (which it says it should). Anyway.

I have a spare computer under my desk, and I'd like to know if I could set this up with a (free) linux distro that limits bandwidth speed per connection. For example, of the 1500 kb/ps (about) my modem pulls, is there a way to limit that to 768 or 512 per connection? so person A can still download, person B can still watch ....., and person C can still play counterstrike with a latency under 100. This would solve many, many arguments in my house I am *fairly* good with computers, but if the distro came with documentation and a GUI that would be awesome.

* TL;DR: *
Is there a linux distro I can load on a spare computer that limits bandwidth per connection, wireless or otherwise, with good documentation?
Failing that is there firmware I can use for my modem (dlink g604t) that would do the same?
Failing that do you know of any good hitmen that would solve my family arguments, ahem, permanently?

View 6 Replies View Related

Ubuntu Networking :: Wired Network Connection Lowers Link Speed Repeatedly

Apr 1, 2011

I believe I'm running Kubuntu 10.04, but don't quote me on that. Here's the version string from dmesg. Linux version 2.6.32-31-generic (buildd@crested) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #60-Ubuntu SMP Thu Mar 17 22:15:39 UTC 2011 (Ubuntu 2.6.32-31.60-generic 2.6.32.32+drm33.14 I have an emergent problem with my wired ethernet resetting the connection on a frequent basis. When it resets it re-negotiates the link speed and I often end up with a 10Mb/s link and on some occasions a 100Mb/s. The configured speed for the link is 1000Mb/s full duplex using a preup ethtool command. I do not use NetworkManager but have the interface configured in /etc/network/interfaces.

[code]....

View 3 Replies View Related

Fedora Networking :: Improve Internet Speeds - ISP Limited Connection Speed

Jul 5, 2010

Is there a way by which i can improve my Internet speed. I have a 100Mbps connection but the download speed is only 100kbps. I know that my ISP has limited by connection speed, but i am curious to try as to how i can get the maximum speed.

View 5 Replies View Related

General :: Wireless Networking - Wi-Fi Connection Download Speed Is Cut In Half In Mint?

Sep 19, 2011

I have a pretty decent DSL connection that usually gave me about 105KB/second download speed over wifi. The "official" download speed was 1.5 megabits so I should have been getting a bit more, but that's not my question.

I recently switched to Mint from Ubuntu. Now my download speed is significantly slower, to the tune of 45 KB/second. Since the connection runs at normal speed when I connect via an ethernet cable, my guess is that mint doesn't give enough power to the wifi card. Is there any way I can fix that?

View 2 Replies View Related

Ubuntu Multimedia :: Trying To Playback At Double Speed - VLC Will Play The Video At Normal Speed But With No Audio

Jul 23, 2011

Ubuntu 64bit. The sound system works and plays noises correctly when I test the speakers in sound preferances. The internet BBCi player(Radio) plays sound correctly. Banshee & Rhythmbox try to play music files at double, or more, speed with no sound output. Spotify Linux version also tries to playback at double speed with no sound output. Media Player attempts to play music files at high speed. Media player plays the Video and audio tracks at high speed. VLC Will play the video at normal speed but with no audio.

View 1 Replies View Related

Ubuntu :: Cd Burner Goes To 16 Speed Burning And Up: Cannot Burn At 4 Speed

Dec 20, 2010

i both have the same problem, i'm trying to burn my images at 4 or 8 speed, but ubuntu 10.04 says that the hardware does not support that kind of speed and switch up to 16 speed and more. i know it can burn at low speeds, at least in windows, it is a bit strange that fast burning is okee, and slow not, what can i do to prevent this? i don't wanna burn to much errors on my discs

View 5 Replies View Related

General :: Turn Turtle-speed Browsing Into Penguin-speed Browsing?

Oct 17, 2010

I've just installed Slackware 13.1 in two different laptops for first time. I have some strange internet browsing behaviour in one of the laptops. I've installed 2 internet browsers(firefox,opera) using the directions from Slackbuilds.org and there is also konqueror pre-installed. Moreover I installed Wicd network manager.

I can browse some pages e.g. ..... with firefox very slowly but NEVER facebook. I can browse almost any page, even facebook, with OPERA but very very slowly. The same goes with konqueror... Wicd shows that i am always connected with my WPA wireless network

Laptop details:

Quote:

Toshiba sattellite a100-209
//-----------------------------------------------
Processor Intel Celeron M 370 / 1.5 GHz
Databus-Speed 400 MHz
//-----------------------------------------------
Installed RAM 512 MB
Technology DDR2 SDRAM - 533 MHz

[code]....

View 7 Replies View Related

Ubuntu Multimedia :: PulseAudio Volume Control - Connection Failed:Connection Refused

Jul 4, 2010

I tried to finally set-up surround sound on my Ubuntu 10.04 machine and i was successful in doing so after a while of changing settings and tinkering. After doing so though, i was later in the day not able to get into the Pulseaudio Volume Control, therefore, everything is stuck where it is and i can't change anything. When i try to open Pulseaudio Volume Control i get the error message, Connection failed, Connection refused. My programs still play sound and i can control the sound of the programs through the programs, but i cant control the sound of the sorround sound now and my main sound bar only affects my stereo speakers, not the surround ones.

I believe this may have happened after the random disk check on restart, but i can't 100% confirm that and i'm not even sure if they are related. I still have sound, but i have no way to control the volume of my entire system at once. I did some looking around online and saw that others are having or had the same issue, and it was through different versions of Linux also. somehow reset everything so i can access PAVC and start over . I also tried steps listed in another thread here on the same topic, but they weren't working and it also seemed to be for older Ubuntu versions.

[Code]....

View 9 Replies View Related

Ubuntu Networking :: Setting Up Bluetooth Connection Between Two Computers Throws Connection Refused (111)

Apr 3, 2011

I'm trying to create a PAN (Personal Area Network) using a laptop (Siragon ML-1040) and my desktop computer, but I get the Connection Refused (111) error.

Blueman doesn't detect any network service between the two computers unless I start PAND on one of them and then it detects the NAP service. That, only after I enable the NAP/Workgroup services on the Services submenu in Blueman. However, it doesn't work neither with the NM plugins or without them (dhclient and that other one I can't remember the name of).

Any clues over here? I'm using pand 4.91 and blueman.

View 3 Replies View Related

Ubuntu Networking :: Wireless Network Connection Active But Still Not Internet Connection?

Jan 24, 2010

Its a case of ".... wireless network connection active but still not internet connection .."I am using WEP - 128 key ... Works when I connect directly using ethernet cable ... but not wireless (pci and wireless router)

ubuadmin@ubucomputer:~$ ifconfig

wlan0 Link encap:Ethernet HWaddr 00:06:25:12:83:3b
inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::206:25ff:fe12:833b/64 Scope:Link[code].....

View 5 Replies View Related

Ubuntu Servers :: SSL Setup - Connection Error Unable To Make A Secure Connection To The Server

Feb 10, 2011

I am running an Ubuntu Server on a VirtualBox VM running on my windows machine. So I've created a self-signed certificate using the following tutorial: [URL]

From this tutorial I'm left with 3 files:
server.key
server.csr
server.crt

Then I found this very similar tutorial that has an extra bit on installing the certificates in apache: [URL] So I followed it's instructions which boil down to this:

[Code]...

So I'm thinking this should work now. However in Chrome I get: SSL connection error Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have. Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error. IE8 gives me a typical "Internet Explorer cannot display the webpage" Note that [URL] fails while [URL] works fine, so it's definitely something in my ssl setup I'm thinking.

View 5 Replies View Related

Ubuntu Multimedia :: Internet Connection And The Power Connection Icons Also Don't Appear

Jan 26, 2010

It is most certainly my fault but I am now without a sound volume control and it does not show up in the add to panel.What can I do here? Does your icon have code that that I can use or can I find the file somewhere and create a link? Alsa mixer works ok and nothing is muted and I have sound so as to play music. The Internet connection and the power connection icons also don't appear.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved