Ubuntu Installation :: Inspiron - No Internet Connection Is Detecting
Aug 15, 2010
i installed ubuntu 10.04 in inspiron n4010 laptop. No internet connection is detecting. i have both wifi and wired network. in the desktop panel icon of network it shows networking is disabled ..
View 9 Replies
ADVERTISEMENT
Oct 28, 2010
after Linux Mint completely let me down, i decided to go with Ubuntu, but now the installer is stuck on detecting file systems. im trying to install Ubuntu 10.10 netbook edition on my dell inspiron 1000.
View 9 Replies
View Related
Dec 8, 2010
We have an Asterisk machine that we suspect periodically loses internet connectivity, causing all calls to drop. First, would this sort of thing be logged anywhere out of the box? I haven't noticed anything in /var/log, but that doesn't mean it's not there. If this is not typically logged, how I might go about logging it? I'm currently running a bash script from cron every 5 or 10 minutes which pings Google and writes success or failure messages to a log file. This works fine for extended outages, but if the internet connection drops and comes back between cron runs, it won't be caught.
View 4 Replies
View Related
Mar 2, 2010
I just got my internet working through the wireless card with some help. However, my downloading speeds are beyond extremely slow. While I type on this computer, I am downloading things @ ~500-700kb/s, but when I try to download the package updates etc for my Ubuntu 9.10 laptop, It downloads @ ~ 4k b/s- which is UNBEARABLY slow, putting me at 14h left to complete a 200 mb update. Dell Inspiron 1100. Ubuntu 9.10
View 8 Replies
View Related
Jul 6, 2010
I recently installed Ubuntu Netbook Remix on my Dell Inspiron Mini 10, and for some reason it isn't detecting any wireless networks. The wireless works perfectly fine when I boot to Windows XP on the netbook, but not when I'm using Ubuntu. I tried troubleshooting using this htmlAt the "check for device recognition" step, the terminal tells me that it's disabled, but as far as I can tell there isn't a physical switch that allows me to turn the wireless on or off, and again, it works perfectly fine when I use XP. What should I do?
View 9 Replies
View Related
Aug 13, 2011
Since the install and original tweaking of F15 the os and pc have been operating flawlessly now for a couple months. Today I slid the Sandisk memory card from my camera in but there is no detection of the stick and no paths in the media link directory. I searched the forum but did not find any post specific to this issue.
View 1 Replies
View Related
Jan 9, 2011
I am running Ubuntu 10.10, and I would like to use my computer to share the internet connection from an ethernet port. For example, I would like to set up my computer as a wireless access point so I can create a network that other computers can connect to for internet.
View 3 Replies
View Related
Oct 10, 2010
I installed ubuntu 10.10 and it is not automatically detecting the wireless connection and showing message firmware missing. how to connect to wireless. I installed on the laptop.
View 6 Replies
View Related
Apr 23, 2011
I have an 27" iMac which I wish to use as display for my Ubuntu machine using it's mini Displayport as perTo that end I bought a new Intel DH67GD motherboard and 2600k CPU and a Displayport->Mini Displayport cable.However it seems that X doesn't detect the displayport connection correctly. When I boot the Ubuntu machine the iMac correctly switches to that input and Intel motherboard screen appears on the display followed by the grub interface.However it seems that when X should start it doesn't recognise the Displayport connection. The iMac goes back to displaying it's own screen and the X logs don't seem to recognise the connection
Code:
[ 32.854] (==) intel(0): video overlay key set to 0x101fe
[ 32.854] (II) intel(0): Output VGA1 using monitor section Configured Monitor
[code]....
View 1 Replies
View Related
May 1, 2010
I just bought a basic Dell Inspiron 570 Desktop, and installed Ubuntu 9.10, and found that the wired internet won't connect. I've checked the wire, and confirmed that an Ubuntu laptop can get a wired connection using it, but the new Inspiron doesn't do anything.
The "Network Connections" dialog shows a "Wired connection 1" item, but Network Manager refuses to connect to it. ifconfig only shows the lo interface.
How can I get this wired interface working? Please, this is very frustrating. I can only assume it's some sort of driver issue (which seems rare with the wired connection), but I can't even run an update since I don't have an internet connection.
View 8 Replies
View Related
May 28, 2011
have installed fedora 14 in my dell inspiron laptop and it is not detecting wi-fi of my college in fedora but in windows 7 it is detecting. how i can sort-out
View 14 Replies
View Related
Nov 2, 2010
I installed Ubuntu 10.10 on a Dell Inspiron 6000 but when I connect the ethernet cable the computer detects that the cable was connected but doesnt connect to the internet.
View 4 Replies
View Related
Jul 4, 2011
I am attempting to write a server application in C on a linux machine which listens for TCP connections and transfers data. I am trying to detecton the server side when the connection is broken. The closest thing that I got to work was looking at the return value from sending data. For example the server�s job is to mainly read data from the socket but to test if the connection is still up the server sends data periodically back to the client. I look at the return value from send() to determine if the connection is broken e.g.
Code:int ret = send(session->clientSocket, &data[sentCnt], count - sentCnt, MSG_NOSIGNAL)I found that this does not immediately return an error when the connection is broken. The reason for this is because even though the connection is broken send() is still successful because it is able to put it on the network buffer. To fix the issue I did the following things;
Code:
//set send timeout
struct timeval timeout;
[code]...
View 3 Replies
View Related
Oct 14, 2010
last 6 months i was trying to connect internet on Ubuntu 10.04 yet i don't know how to connect internet i used mobile samsung s3310 with aircel
in windows its required hardware supporting software ,i dont know whether it's required for Ubuntu.
i followed instruction on ubuntu forum that is in
network manger->new connection->mobile broadband connection-> modem type (in that box is not enabled so i cant select my device)
->provider country(india) ->choose provider(Aircel)->billing plan(aircel prepaid ->APN is aircelgprs and dialup number is *99***1#)
->finally i did everything and applied but the network manger not showing any mobile broadband connection i am tired
View 3 Replies
View Related
Dec 17, 2010
I recently bougt an Asus N61DA with Windows 7. I decided to install Ubuntu alongside Windows, so I made the Ubuntu CD, just like it said. Then I inserted the CD and restarted the computer. I started the installer (ubuntu 10.10 64-bit) and chose the option where it says "install ubuntu alongside other operating systems", or something like that. So, the installation started, but then I lost the internet connection, and the installation stopped.I re-connected the computer, but the installation still wouldn't continue. I restarted the computer and then nothing happened. I've restarted it several times, but still nothing happens. I've inserted the Windows recovery CD, but it doesn't work
View 9 Replies
View Related
Oct 28, 2010
I am writing a code in Python where a socket client changes data with the server. That works nice if the connection is up. However it is also supposed to work offline. So I need to be able to detect if the connection is up before sending data, but I was not able to do so. A summary of the code is like that:
Code:
try:
socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
socket.connect( (self.host, self.port) )
connected = True
except:
connected = False
if connected:
data = "some data byte"
try:
socket.send(data)
except:
connected=False
socket.close()
If I unplug the cable after the connection is ready then the socket sends data and does not detect the connection failure. What is amazing is that the client detects the connection failure just after the cable has been plugged again. Of course there is a loop in the code above and always that connected==False a new connection is made. How could the program detect the connection failure before sending data and then lead the code to an exception?
View 3 Replies
View Related
Jan 26, 2011
Ruptures the connection Internet happen is unpredictable, sometimes in 2-3 hours, sometimes in 2-3 minutes. Prompt where in system logs SUSE 11.3 it is possible to define the reason of ruptures. There is data from logs of player XINE, often used by me for review of video of translations c url = [URL]. I apply log of an engine of player XINE in pictures. It is ready to present adjustments, configurations, logs.
LOG OF XINE ENGINE
MESSAGES
2:21:40 PM: Loaded configuration from file '/home/workuser/.config/gxine/config'
2:21:40 PM: the warning: the configuration parameter media.audio_cd.cddb_cachedir specifies in a nonexistent location/home/workuser/.xine/cddbcache
2:21:40 PM: the warning: the configuration parameter media.capture.save_dir specifies in a nonexistent location
2:21:40 PM: the warning: the configuration parameter media.dvb.channels_conf specifies in a nonexistent location/home/workuser/.xine/channels.conf
2:21:40 PM: the warning: the configuration parameter media.dvd.raw_device specifies in a nonexistent location/dev/rdvd
2:21:40 PM: the warning: the configuration parameter media.dvd.css_cache_path specifies in a nonexistent location/home/workuser/.dvdcss/
2:21:40 PM: the warning: the configuration parameter media.video4linux.radio_device specifies in a nonexistent location/dev/radio0
2:21:40 PM: the warning: the configuration parameter media.video4linux.video_device specifies in a nonexistent location/dev/video0
2:21:40 PM: the warning: the configuration parameter media.wintv_pvr.device specifies in a nonexistent location/dev/video0
2:21:40 PM: the warning: the configuration parameter subtitles.separate.font_freetype specifies in a nonexistent location
2:21:41 PM: xine: found input plugin: file input plugin
2:21:41 PM: xine: found demuxer plugin: image demux plugin
CONSOLE
The warning: the configuration parameter media.audio_cd.cddb_cachedir specifies in a nonexistent location/home/workuser/.xine/cddbcache
The warning: the configuration parameter media.capture.save_dir specifies in a nonexistent location
The warning: the configuration parameter media.dvb.channels_conf specifies in a nonexistent location/home/workuser/.xine/channels.conf
The warning: the configuration parameter media.dvd.raw_device specifies in a nonexistent location/dev/rdvd
The warning: the configuration parameter media.dvd.css_cache_path specifies in a nonexistent location/home/workuser/.dvdcss/
The warning: the configuration parameter media.video4linux.radio_device specifies in a nonexistent location/dev/radio0
The warning: the configuration parameter media.video4linux.video_device specifies in a nonexistent location/dev/video0
The warning: the configuration parameter media.wintv_pvr.device specifies in a nonexistent location/dev/video0
The warning: the configuration parameter subtitles.separate.font_freetype specifies in a nonexistent location
libgnomeui-2.so.0: it is impossible to open the divided object file: There is no such file or the directory.
lirc: it is impossible to initialize - remote control is disconnected
lirc: probably, lircd it is not launched or you can't be connected to a socket?
View 1 Replies
View Related
Aug 22, 2010
I have an issue relating my broadband connection, which I am not able to solve. I hope and wish, that I would find some way out here.
Some introduction: I am using Dell Inspiron (i3 processor) laptop, which I recently bought. I have win 7 preinstalled in it. In win 7, the wired broadban connection (Airtel connection) is working fine and have no issues.
I have been using mobile GPRS(BSNL, Ltd) through bluetooth, and that have been working fine. But today when I tried to connect through landline connection, it didn't workout. But the bluetooth connection is still fine. When I tried to do the connection manually through Network Manager, it is not taking the MAC Address. Till now, after installation, I have not updated my OS.
I surfed the net and tried some commands, whose results I am posting below.
From a post I found out, that I should change my duplex settings (from 100 full to 10 full), but I could not get much. The corresponding commands and output,
I have posted below:
View 2 Replies
View Related
Apr 28, 2011
Wireless problem with Dell laptop running Ubuntu 10.10
View 5 Replies
View Related
Feb 23, 2010
Somehow I lost Internet connection and tried various threads and still does not work.
When used the liveCD I can access Internet
View 3 Replies
View Related
Oct 17, 2010
Luckily I have a second machine running 9.10 and could get onto the net for assistance.
I tried all sorts of modifications to sysctl, modeprobe files, etc and checked all over google for a fix.
It appears that the IPv6 settings are part of the kernel, in this case I am going back to 9.10 and staying with 9.10 until this IPv6 is sorted out. Most home routers do not have IPv6 connections, only IPv4. This lack of Internet connection has happened with both server and desktop. I do not know the reasoning behind this decision but I will not be upgrading to 10 until IPv6 is sorted for me as a home user.
Able to boot with different partitions of a 320 GB hard drive with Windows Server 2008, Ubuntu server 9.10 plus Ubuntu desktop 9.10 but IPv6 with 10.10 installs on the respective server and desktop partitions does not allow a lan connection to the router. All are 64bit downloads.
ASUS motherboard, Core 2 Duo CPU 2.9 GHz, 2 GB RAM
View 6 Replies
View Related
May 9, 2011
I'm a pretty new ubuntu user and I've just upgraded from 10.10. It seems to be working pretty well, except that I can't figure out how to connect to the Internet. When I click the wireless icon to try to connect, the drop down menu is as follows:
Wired network (grey/unclickable)
Disconnected (grey)
JackET N8 (grey)
Disconnected (grey)
3 Internet (white/clickable)
[Code]...
View 3 Replies
View Related
May 21, 2011
I have just installed ubuntu 10.10 on an Acer Aspire 3610 notebook. 2 GB RAM. This notebook had Internet access previously via Windows XP (now erased). Here is the partitioned drive. Two ext4 partitions for ubuntu "/" and "/home". Two ntfs partitions possibly for Windows. I have booted up the fresh installation of ubuntu 10.10. I had some glitch where I saw "Operating system not found' on booting from HDD and I wondered if this was due to failing drive.
But I've run a full test using Disk Utility and it shows as healthy. This message has gone away (I don't know why) and I can boot into ubuntu. The problem I'm trying to solve is simply no internet connection. Here are some outputs from commands ..
[Code]....
View 3 Replies
View Related
Aug 30, 2010
Sorry title should have been F13 installation without internet I am having a P4, 1GB ram, 80 GB machine. Since yesterday I am having some funny issues on this machine. i have fedora 12 installed on this machine.
My mouse suddenly stop working, or the cursor changes from pointer type to a line cursor and basicaly the mouse just stops clicking. I am plannning to install fedora 13 on this machine. Have downloaded the 5 iso (
CD images).
Would choosing the option upgrade on existing Linux partition do the job? Is there a chance I loose my data files when the upgrade is done? I dont want to reinstall programs like java, eclipse, tomcat etc that I done in fedora 12. I only intend using the CD's as I dont have a lot of bandwidth and a fast internet connection to use yum.
View 1 Replies
View Related
Jan 14, 2010
The problem is network manager on top shows connection is established but I cannot browse internet, output for ping www.google.com is unknown host
View 9 Replies
View Related
Feb 27, 2010
Loss of internet connection after upgrade from 8.04 to 8.10 Like the title says, I lost my internet connection after upgrading my Ubuntu system from 8.04 to 8.10.I used the downloaded automated method. It appeared to work fine on its initial reboot into 8.10. But I noticed the internet icon indicated loss of connection. Even so, I was still able to browse the net through Firefox. But then when I rebooted the next day the opposite was true: the connection icon indicated connection, but Firefox would not actually connect, nor would update manager. It has been like this since. This is a dual boot machine, and the Windows XP Pro side still connects to the internet as usual, no problems.So how can I make my new 8.10 system connect to the internet?
I use a Motorola SB4200 cable modem
[code]....
View 2 Replies
View Related
Mar 2, 2010
I just recently Ubuntu 9.10 and have never used Linux at all before. I was wondering, all the links and tips and everything tell me to use Ubuntu Software Center. I haven't had a chance to actually go to the Software Center yet but does it require an internet connection to install software or can I download the tar.gz / tar.bz2 files from sources such as Softpedia.com and still install them using Software Center without a Internet Connection?
View 3 Replies
View Related
Apr 24, 2010
I don't yet have an internet connection on my machine so I am using cyber cafes to do my research and whatnot. However, most of the stuff I read concerning updates and installations rely heavily on the machine using an internet connection to automatically install various packages.I don't mind reading up myself on this kind of thing but I think I need a pointer in the right direction as "ubuntu package install without apt/get" doesn't bring up much on a google search (the only entry on the first page is a post on this forum back from 2005 about kernal compiling!).
As an example, the file I would like to install is "aircrack-ng-1.0.tar.gz", which I've already downloaded and saved to my machine's desktop. I'm not really asking how to install aircrack, per se, but just any kind of package without relying on an internet connection (i.e. download the program/package to a flash disk and then on to my machine).
View 3 Replies
View Related
May 19, 2010
I upgraded to ubuntu 10.04 lts yesterday. The upgrade went smoothly. but now I have a very slow internet connection. It is as if I am on a dial up when I have a broadband speed of 20 MB. What can I do to fix or perhaps roll-back the installation to the previous proper working state.
View 3 Replies
View Related
Nov 26, 2010
I have Ubuntu 10.04 on my PC but I do not have access to internet (I have an Acer 3610 and before to install NDSI wrapper I have to install a Kernel). I have the most recent Kernel available on my external hardrive. I do not know how to use sudo command to install it.
View 1 Replies
View Related